A little bit more complicated than the title - here are the complications.
The System involves a cylinder extending a metal target holding process parts into a hot zone for a defined period of time. This movement is triggered by 2 hand control system which is monitored by Safety relays until the cylinder stroke is completed backwards. It is then retracted to the operator zone. A solenoid then "blasts" the hot part with a cooling cycle to allow an operator to handle it safely. The Hot and Cold cycle lengths and automated cycle are controlled by a PLC but sometimes the operator takes their hands off early and the PLC program kills the power to the air blowing heater modules but before they can react it is possible that the process part is very hot and the system may not run the cooling cycle as it resets itself. - We are in a Medical device regulated industry so a simple SW update to the PLC ladder logic is not possible - I need to implement a Hardware driven solution to force a cooling cycle in parallel to the automated one.
Sensor to detect the cylinder retracted position is already wired to a PLC input. I want to take this signal and use it to trigger a stand alone timer, which will generate a pulse whose length will be defined by the timer pots - say 10seconds for now.
I want the cooling cycle to come on if either the normal automode signal from the PLC OR the timed pulse from in previous paragraph nut I want this to be external to the PLC and use DIN rail mountable components.
I have an idea but I want some confirmation to ease my mind. I want to safely tie 2 independent outputs together to fire a single input using discrete Din rail relays.
The System involves a cylinder extending a metal target holding process parts into a hot zone for a defined period of time. This movement is triggered by 2 hand control system which is monitored by Safety relays until the cylinder stroke is completed backwards. It is then retracted to the operator zone. A solenoid then "blasts" the hot part with a cooling cycle to allow an operator to handle it safely. The Hot and Cold cycle lengths and automated cycle are controlled by a PLC but sometimes the operator takes their hands off early and the PLC program kills the power to the air blowing heater modules but before they can react it is possible that the process part is very hot and the system may not run the cooling cycle as it resets itself. - We are in a Medical device regulated industry so a simple SW update to the PLC ladder logic is not possible - I need to implement a Hardware driven solution to force a cooling cycle in parallel to the automated one.
Sensor to detect the cylinder retracted position is already wired to a PLC input. I want to take this signal and use it to trigger a stand alone timer, which will generate a pulse whose length will be defined by the timer pots - say 10seconds for now.
I want the cooling cycle to come on if either the normal automode signal from the PLC OR the timed pulse from in previous paragraph nut I want this to be external to the PLC and use DIN rail mountable components.
I have an idea but I want some confirmation to ease my mind. I want to safely tie 2 independent outputs together to fire a single input using discrete Din rail relays.