I have written a basic functional Scheme for an Emergency Stop with (Manual) Reset and EDM in ctrlX Safety Engineering. I would like some confirmation that this is the correct/best way to write this functionality. Or is there a better way?
The scheme outputs a signal Estop_Status that would drive an external relay with a N/C forced guided contact connected to an EDM input.ย
Function Description:
- Estop_Status off after power on.
- Estop_Status off when emergency stop is pressed.ย
- Estop_Status off when EDM mismatch is detected.
- Estop_Status Does not come on when EDM mismatch is cleared
- Rising/Falling sequence on Reset input requried to turn Estop_Status back on
- Reset input clears any previous EDM error
Functional Scheme below.ย
Note: I have used a ctrlX PLC and functional I/O to simulate the external relay and adjust the EDM time to simulate faults.ย
ย