MaxHeadRoom
- Joined Jul 18, 2013
- 30,661
I assumed it was used in a PLC input!
Is this hardwired external logic?
Max.
Is this hardwired external logic?
Max.
I agree, if this is used for a critical condition shut down, the normal procedure is to place it in series or in circuit with the E-Stop or other shut down circuit.But...the use of a PLC call “failsafe” into question.
eT


As usual, I am wondering why people need to make things so complicated! And, as usual, I may be missing something
What about this:
View attachment 181566
If sensor outputs 24V, transistor turns relay on, A1 closes, equipment operates.
If sensor drops to 0 volts, relay drops out, equipment stops.
If wire to sensor breaks, 4K7 resistor pulls down input, relay drops out, equipment stops.
If relay fails, contacts open, equipment stops.
Not quite failsafe, as if relay contacts get welded together, equipment doesn't stop! However, you can't have everything!
As usual, I am wondering why people need to make things so complicated! And, as usual, I may be missing something
What about this:
View attachment 181566
If sensor outputs 24V, transistor turns relay on, A1 closes, equipment operates.
If sensor drops to 0 volts, relay drops out, equipment stops.
If wire to sensor breaks, 4K7 resistor pulls down input, relay drops out, equipment stops.
If relay fails, contacts open, equipment stops.
Not quite failsafe, as if relay contacts get welded together, equipment doesn't stop! However, you can't have everything!
Because we don't really know if it is PLC input or a hardwired logic, if PLC the simplest is to change the occurance of the SW input logic.As usual, I am wondering why people need to make things so complicated! And, as usual, I may be missing something
!
Sometimes things can seem too simple.As usual, I am wondering why people need to make things so complicated! And, as usual, I may be missing something![]()
What if the transistor shorts to ground?Not quite failsafe, as if relay contacts get welded together, equipment doesn't stop! However, you can't have everything!
His initial post indicated an Allen Bradley PLC and later he mentioned an input card that requires +24 volts. A pull up resistor and invert the logic in the PLC would be sufficient.Because we don't really know if it is PLC input or a hardwired logic, if PLC the simplest is to change the occurance of the SW input logic.
If so no need for a relay.
Max,
Pull-up not necessary for a contact closure switch, just invert the programmed logic!His initial post indicated an Allen Bradley PLC and later he mentioned an input card that requires +24 volts. A pull up resistor and invert the logic in the PLC would be sufficient.
First P.S. I have come across that only has one terminal and uses the switch body for the other terminal!The pull-up is necessary because the switch goes to ground and that cannot be changed.
.
The inversion was to guard against the failure of the relay. If you rely on the grounding of the sensor to switch on the relay whose NC contacts are running the device, then failure of the relay means the device keeps working. This solution fails safe if the relay fails or if the sensor wiring fails.What you're missing is that no logical inversion is needed. The sensor closes to ground when the oil is low. This is a legacy from the days when they worked by shorting the primary of a magneto.
The digital input requires you to source 24 volts, a contact closure to ground will not activate the input.Pull-up not necessary for a contact closure switch, just invert the programmed logic!
Max.
I was assuming it was a typical 2 wire sensor, not one with a conductor and the frame, otherwise it would be quite simple to change the logic, were it a two wire device.The digital input requires you to source 24 volts, a contact closure to ground will not activate the input.