7i77 -> Huanyang
- andypugh
- Offline
- Moderator
- Posts: 23558
- Thank you received: 4858
Alternatively, driving the HY VFDs with Modbus is pretty trivial, though not hard-realtime as it has to pass through USB. (typically)
Please Log in or Create an account to join the conversation.
- cmtunnel
- Offline
- Premium Member
- Posts: 148
- Thank you received: 1
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
- Posts: 23558
- Thank you received: 4858
yeah got plenty room. planning on using tb5 ground and aout5. this seems logical to me.....Do I need any other signals?
Another GPIO for a direction signal, as a minimum, unless you don't need to reverse the spindle. (and it is entirely possible that you don't)
Please Log in or Create an account to join the conversation.
- cmtunnel
- Offline
- Premium Member
- Posts: 148
- Thank you received: 1
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
- Posts: 23558
- Thank you received: 4858
Estop kills their power feed, but otherwise I trust them to only turn the spindle when enabled.
Please Log in or Create an account to join the conversation.
- cmtunnel
- Offline
- Premium Member
- Posts: 148
- Thank you received: 1
Please Log in or Create an account to join the conversation.
- cmtunnel
- Offline
- Premium Member
- Posts: 148
- Thank you received: 1
A single SPDT relay can be used this way:
7I77 ENA5- to GND
7I77 ENA5+ to relay common
relay NC to FOR
relay NO to REV
relay coil to 7I77 output (DIR)
using the fwd only for a cnc router. can I do: 7i77 ena5+ to FOR, 7i77 ground to DCM
7i77 AOUT5 to V1, 7i77 ground to ACM
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
- Posts: 17900
- Thank you received: 4774
(The enaN outputs are isolated)
Please Log in or Create an account to join the conversation.
- cmtunnel
- Offline
- Premium Member
- Posts: 148
- Thank you received: 1
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
- Posts: 17900
- Thank you received: 4774
net spindle-vel-cmd-abs => hm2_5i25.0.7i77.0.1.analogout5 !!!! wrong
SB
net spindle-vel-cmd-rpm-abs => hm2_5i25.0.7i77.0.1.analogout5
net machine-is-enabled => hm2_5i25.0.7i77.0.1.spinena !!!! OWW
SB
net spindle-on <= motion.spindle-on => hm2_5i25.0.7i77.0.1.spinena
Please Log in or Create an account to join the conversation.