-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MPG mode don't start #636
Comments
In time... My drive is a stm32H743... for MB SKR3 EZ |
If you can share your configuration, will see whether I can replicate on my SKR3 here? In the meantime, I have an H7 board configuration with 2x UART, and can confirm they are both being claimed as expected. My board config is here. |
Hi @dresco, my board (stm32H743) using the firmware 20240205 communicate normally with MPG and spindle H100 (serial ports 1 and 2) and the $pins show the serial 3 free but after update to firmware 20241127 only one serial is claimed. I didn't change anything in the configuration. Here are some images... |
You recently added the H100 spindle? If so Modbus it will claim the first free Modbus capable port (stream) if Depending on your wiring add |
Ok Terje, I did what you pointed out above and the results is NOK. I make the changes (#define MODBUS_RTU_STREAM 1 and #define MPG_STREAM 1) in my_machine.h. OK, the serial 2 claimed by modbus but the serial 1 not claimed. I uncommented #define MPG_ENABLE 1 together, NOK. I moved #define MPG_STREAM 1 to map file and #undef MPG_STREAM before, NOK. The serial 1 is not claimed. But I uncommented the #define KEYPAD_ENABLE 2 (together with MPG_ENABLE and alone) and the serial 1 was claimed. Pics to evaluate... |
The MPG is not claimed. Any other ideas? |
You cannot assign the same stream for both. Set one to 0 and the other to 1, or only set one to 1. |
Hi Terjeio. You is the guy!!! After fixed my errors (same number for streams), works normally. Thanks a lot!!! |
And other question... In my case, my set has a 6:1 reduction and I've seen other reductions on the market, 4:1, 10:1. Would it be possible to include this in the firmware about rotational axes? Because it is showing machine position 6x the real position (part) |
Before you talk about the steps, I put the correct steps to show the final position but hurt the speed... |
No, I cannot. You may customize the real-time report if you want to but there may be unwanted side-effects if you do. BTW there is a new setting for enabling a trick for fast rewinds.
If feedrate is too slow when both linear axes and the rotary is commanded to move at the same time then this is a known issue. A workaround for this is to enable the rotary feed fix. |
Hi Terjeio, I downloaded the new grblHAL version 20241128 (I'm was using 20240205) to update my machine and now I have errors to communicate... My machine have a H100 spindle on serial port 2 and is in use a MPG on serial port 1. The problem is the MPG don't claimed the serial anymore. The $pins show the claimed ports and don't show the MPG, only the ModBus and the others ports free (USART 2 and USART 3). I missing anyone or I make mistakes on my configuration????
The text was updated successfully, but these errors were encountered: