7i77 not sending any voltage on TB5 pins 3 and 4
- COlger81
- Offline
- Elite Member
Less
More
- Posts: 187
- Thank you received: 6
15 Nov 2018 13:13 #120751
by COlger81
Replied by COlger81 on topic 7i77 not sending any voltage on TB5 pins 3 and 4
Looks to be that e_stop latch would accomplish this?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19413
- Thank you received: 6509
15 Nov 2018 15:07 #120753
by tommylight
Replied by tommylight on topic 7i77 not sending any voltage on TB5 pins 3 and 4
I would not recommend that, it should be enabled only by machine enable. The reason being, if anything goes wrong on the encoders or wiring or anything else, Linuxcnc will not trigger an E-stop, it will however trigger a disable to the drives rendering them motionless.
Please Log in or Create an account to join the conversation.
- COlger81
- Offline
- Elite Member
Less
More
- Posts: 187
- Thank you received: 6
15 Nov 2018 15:21 #120757
by COlger81
Replied by COlger81 on topic 7i77 not sending any voltage on TB5 pins 3 and 4
I used a different method. I don't see how this would hinder an estop?
#============================================================
#----PINS---ESTOP---START
net estop-in iocontrol.0.emc-enable-in <= and2.0.out
net internal-estop and2.0.in1 <= iocontrol.0.user-enable-out
net remote-estop and2.0.in0 halui.estop.activate => hm2_7i92.0.7i77.0.0.input-20-not
net estop-in <= hm2_7i92.0.7i72.0.2.output-00
net estop-in halui.machine.on
#----PINS---ESTOP---END
#============================================================
#============================================================
#----PINS---ESTOP---START
net estop-in iocontrol.0.emc-enable-in <= and2.0.out
net internal-estop and2.0.in1 <= iocontrol.0.user-enable-out
net remote-estop and2.0.in0 halui.estop.activate => hm2_7i92.0.7i77.0.0.input-20-not
net estop-in <= hm2_7i92.0.7i72.0.2.output-00
net estop-in halui.machine.on
#----PINS---ESTOP---END
#============================================================
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19413
- Thank you received: 6509
15 Nov 2018 21:38 #120781
by tommylight
Where or how did you read that ! It does not hinder E-stop, it will hinder the ability of Linuxcnc to disable the drives in many cases where it is implicitly necessary to do so for safety and prevent damage to the machine, like any missconfiguration during setup, run out of motors during tuning, in case an encoder line brakes during normal use, etc.
Replied by tommylight on topic 7i77 not sending any voltage on TB5 pins 3 and 4
I used a different method. I don't see how this would hinder an estop?
Where or how did you read that ! It does not hinder E-stop, it will hinder the ability of Linuxcnc to disable the drives in many cases where it is implicitly necessary to do so for safety and prevent damage to the machine, like any missconfiguration during setup, run out of motors during tuning, in case an encoder line brakes during normal use, etc.
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.089 seconds