7i76E SPINDLE OUT Problem
I am in the process of retrofitting a Bridgeport Interact MkII to a linuxcnc+7i76E machine. I have most everything working but I cannot seem to get anything out of the SPINDLEOUT pin. The spindle drive is a Control Techniques Mentor II.
SPINDLE+ TB4-PIN3 <---> +10V (TB1-Pin1 on Mentor)
SPINDLEOUT TB4-PIN2 <---> Reference (TB1-Pin3 on Mentor)
SPINDLE- TB4-PIN1 <----> 0V (TB4-Pin40 on Mentor)
With the spindle enabled and using HAL meter I am able to see hm2_7i76e.0.7i76.0.0.spinout vary between 0.0 and 1.0 when I move the spindle override slider but I am never seeing a voltage between PIN2 and PIN1 (SPINDLOUT & SPINDLE-).
What am I missing?
My .ini file is:
[SPINDLE_0] P = 0.0 I = 0.0 D = 0.0 FF0 = 1.0 FF1 = 0.0 FF2 = 0.0 BIAS = 0.0 DEADBAND = 0.0 MAX_OUTPUT = 2000.0 OUTPUT_SCALE = 2000 OUTPUT_MIN_LIMIT = -2000 OUTPUT_MAX_LIMIT = 2000
Please Log in or Create an account to join the conversation.
2000 sounds like a reasonable scale value (if the spindle RPM is 2000 at 10V)
but it sounds like the slider setup is not right
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19209
- Thank you received: 6438
net spindle-enable => hm2_7i76e.0.7i76.0.0.spinena
Please Log in or Create an account to join the conversation.
...is present.
If I put a jumper from 10V to Ref on the drive and disconnect the SPINDLEOUT connection. I am able to run the spindle at full speed in forward and reverse with Axis.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
as you do the test
Please Log in or Create an account to join the conversation.
hm2_7i76e.0.7i76.0.0.spinout follows the slider all the way to the left/min = 0.0, all the way to the right/max = 1.0
Please Log in or Create an account to join the conversation.
Right so a spinout value of 1 = 5 mVhm2_7i76e.0.7i76.0.0.spinena = TRUE
hm2_7i76e.0.7i76.0.0.spinout follows the slider all the way to the left/min = 0.0, all the way to the right/max = 1.0
You need a spinout value of 2000 to get 10V
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19209
- Thank you received: 6438
Please Log in or Create an account to join the conversation.