You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means we should be able to control the spindle speed from the smoothie by reading REVOLUTION and adjusting FV to the spindle speed we want! Side effects would be that the speed control display wont work though, unless we can design a complete replacement triac board, or feed the speed display with a pulse chain for the actual speed. (probably easy to do from a PWM generator pin).
The text was updated successfully, but these errors were encountered:
If we leave the original FV from the counter board, but intercept REVOLUTION somewhere, we can send whatever voltage we want to FV on the motor driver board, and be able to tell what the actual RPM is.
Maybe use a digipot pin, using an opamp to shift the 0v - 3v3 to 0v - 12v.
Hi thinkl33t, have you figured out a solution for your problem with the speed controller? I'm doing a rebuild of a CAMM-3 to, but with the tinyG-board.
Just like you stuck with the speed controller.
FV is calculated from a pulse chain on the spindle encoder using the following circuit:
https://groups.yahoo.com/neo/groups/CAMM-3/conversations/messages/361 describes how this voltage is used - if the voltage is higher than the potentiometer, the speed is decreased, if its lower, its increased.
This means we should be able to control the spindle speed from the smoothie by reading REVOLUTION and adjusting FV to the spindle speed we want! Side effects would be that the speed control display wont work though, unless we can design a complete replacement triac board, or feed the speed display with a pulse chain for the actual speed. (probably easy to do from a PWM generator pin).
The text was updated successfully, but these errors were encountered: