- Code: Select all
VFD_Input Wire_Color Wire_Label
--------- ---------- ---------
RA Green DRAWBAR
RC Red 24+
ACM White PWM_GND
AVI Gray PWM_0-10V
REV Yellow P4_CCW
FWD Blue P3_CW
DCM Brown DCM_VFD
Note: PINK wire is not used
Now, my question is how do I go about wiring this up to UB1? I want to be able to accomplish the following:
- 1. Start the spindle CW or CCW with a given speed or a default start speed?
2. Stop the spindle
3. Manually Release/Lock the tool...of course, this would be a back to ATC
Based on UB1 manual, this is what I think the wiring needs to be...but would love your confirmation. Also, wiring below does not include the tool release/lock capability...any and all suggestions are welcomed!
- Code: Select all
UB1_Port VFD_Input Wire_Label
-------- --------- -----------
AO1 AVI PWM_0-10V
AL1 ACM PWM_GND
NO1 FWD P3_CW
NO2 REV P4_CCW
CM1, CM2 DCM DCM_VFD
Thank you in advance!