-
Notifications
You must be signed in to change notification settings - Fork 86
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
Synchronous spindle related #142
Comments
You are defining your own pin mapping?
I do not understand this. You can define as many motors (up to 6) as you have free pins for. The spindle motor can be either PWM controlled or a Modbus controlled VFD. Using a stepper motor for the spindle is not yet possible but might be added later. FYI there are some board definitions that has the necessary pin definitions. The Web Builder can be used to build the firmware with spindle sync enabled. |
Synchronous motor for lathe? PWM is 0-10V?How to do it specifically? Do you have a template |
You do not need that, RPM and angular position is derived from encoder inputs.
No, default is a 5KHz pulse-width modulated (PWM) signal. STM32 devices are 3.3V. You need a low-pass filter and a gain stage to transform it to a 0-10V analog signal. PWM to analog converters are, AFAIK, readily available.
For how to connect everything? |
Hello!stm32f411ceu6 How to configure spindle synchronization? Which motors are available for selection
The text was updated successfully, but these errors were encountered: