door signal implementation
- Ahmed.emara
- Offline
- Junior Member
-
Less
More
- Posts: 20
- Thank you received: 0
06 Oct 2025 08:04 #335903
by Ahmed.emara
door signal implementation was created by Ahmed.emara
Hello everyone,I have a proximity sensor that detects whether the machine door is open or closed. I’d like to integrate this signal into my system so that:
- If the door is open, the program automatically pauses.
- If the door is closed, the program continues.
- The program should not start if the door is open — it should only start once the door is fully closed.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20735
- Thank you received: 7056
06 Oct 2025 11:45 #335913
by tommylight
Replied by tommylight on topic door signal implementation
probably using the
motion.feed-hold
or
motion.feed-inhibit
pins, but these may leave the spindle running and that might not be desirable.
motion.feed-hold
or
motion.feed-inhibit
pins, but these may leave the spindle running and that might not be desirable.
Please Log in or Create an account to join the conversation.
- N3pu
- Offline
- Junior Member
-
Less
More
- Posts: 34
- Thank you received: 3
06 Oct 2025 17:52 #335930
by N3pu
Replied by N3pu on topic door signal implementation
Hi,
i have something similar implemented in my machine.
I have door closed signal, door locking signal (combined door sensor and locker). When TC is requested door is free of lock. When door is opened in manual mode when spindel is running. spindel stops.
Attached you´ll find my hall (linux cnc 2.9.1). Search for door in the hal file (should be at the end). Hope you can recycle something..
i have something similar implemented in my machine.
I have door closed signal, door locking signal (combined door sensor and locker). When TC is requested door is free of lock. When door is opened in manual mode when spindel is running. spindel stops.
Attached you´ll find my hall (linux cnc 2.9.1). Search for door in the hal file (should be at the end). Hope you can recycle something..
Please Log in or Create an account to join the conversation.
Time to create page: 0.055 seconds