Estop
- 2e0poz
- Offline
- Senior Member
-
- Posts: 42
- Thank you received: 0
I have my estop connected to pin 15. HAL meter shows the pin working but it does not shut anything off. Soft estop works as should. I have changed nothing from the the original stepconf config. Pins are not inverted and I'm not using enable or charge pump for my machine to work. Appropriate lines exist in the hal. Any ideas please
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
- Posts: 11189
- Thank you received: 3730
Please Log in or Create an account to join the conversation.
- snowgoer540
-
- Offline
- Moderator
-
- Posts: 2431
- Thank you received: 802
As a working example from a recently created config, here are the estop lines from my .hal file:
# --- ESTOP-EXT ---
net estop-ext <= hm2_5i25.0.7i76.0.0.input-00
# ---estop signals---
net estop-out <= iocontrol.0.user-enable-out
net estop-ext => iocontrol.0.emc-enable-in
You should have something similar, I think that's the best I can do to help without seeing the config.
Please Log in or Create an account to join the conversation.
- 2e0poz
- Offline
- Senior Member
-
- Posts: 42
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- snowgoer540
-
- Offline
- Moderator
-
- Posts: 2431
- Thank you received: 802
I'd say the next prudent step would be zipping up your config folder and dropping it onto a thumb drive so you can upload it here.
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
- Posts: 11189
- Thank you received: 3730
That thread is from 2012. I'm not sure all of that is necessary anymore.
Its still as relevant in 2021 as it was in 2012 as it allows the use of both the on screen and external estop using estop-latch.
Please Log in or Create an account to join the conversation.
- snowgoer540
-
- Offline
- Moderator
-
- Posts: 2431
- Thank you received: 802
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
- Posts: 11189
- Thank you received: 3730
Does pathpilot require pressing an estop button in the GUI?
I still use the screen based button and external estops with qtplasmac.
I did ask an engineer how fanuc and other commercial controllers enabled a machine and he said they always required a GUI control to be pressed so I kept the functionality. My pressbrake doesn't but you do have to turn a switch on to restart the machine if you do press estop.
Please Log in or Create an account to join the conversation.
- snowgoer540
-
- Offline
- Moderator
-
- Posts: 2431
- Thank you received: 802
They have a "RESET" button, which will do nothing until you un-trip the Estop and press the green button to latch the relay and power on the controller. Once you do that, you can click RESET, and the GUI will control the machine. Pressing RESET again has no effect. The only way to estop the machine is by pressing the physical e-stop. If one estopped the machine they would have to repeat the process to bring it out and re-home, etc.Does pathpilot require pressing an estop button in the GUI?
So technically their RESET button is neither an estop nor the power button we are all used to.
I know a lot of people like them, but a software estop is a bad idea (IMHO). The "muscle memory" should be to hit the estop button and it should be wired to stop the machine movement immediately. But I know a lot of people like the software GUI Estop, so to each their own I suppose.I still use the screen based button and external estops with qtplasmac.
Sounds similar to tormach honestly. It wouldnt surprise me if they borrowed stuff from fanuc.I did ask an engineer how fanuc and other commercial controllers enabled a machine and he said they always required a GUI control to be pressed so I kept the functionality.
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
- Posts: 11189
- Thank you received: 3730
Thats the behaviour I get with a safety relay. I had decided I needed a green button like yours to avoid powering off the machine to allow it to be restarted.
Please Log in or Create an account to join the conversation.