You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm playing around with the safety door function but I'm running into a problem.
When I enable the door with:
#define SAFETY_DOOR_ENABLE 1
...I can see the door input in the status and I can configure pullup and direction. Perfect so far.
Unfortunately the opening of the door-switch doesn't stop the program.
Sending 0x84 by software works perfectly. Is there anything I miss? Do I have to link the hardware door input to the 0x84-command?
I was trying to use the "hold/pause" input instead. That works ok, but I need to turn off the coolant as well (and "hold" just stops the motion)
Any hint for me?
The text was updated successfully, but these errors were encountered:
Hello again,
I'm playing around with the safety door function but I'm running into a problem.
When I enable the door with:
#define SAFETY_DOOR_ENABLE 1
...I can see the door input in the status and I can configure pullup and direction. Perfect so far.
Unfortunately the opening of the door-switch doesn't stop the program.
Sending 0x84 by software works perfectly. Is there anything I miss? Do I have to link the hardware door input to the 0x84-command?
I was trying to use the "hold/pause" input instead. That works ok, but I need to turn off the coolant as well (and "hold" just stops the motion)
Any hint for me?
The text was updated successfully, but these errors were encountered: