Combining PLC outputs to a single output

But ya I think backfeeding 24V into an output is a bad idea ...


Maybe, if the output is a FET that can source some amount of current at 24V.

But what if the output is itself a relay (e.g. most MicroLogix 1100 outputs)? Then it does not matter.
 
#1 rule of electronic design is: DONT FORCE OUTPUTS. Trying to tie the two outputs together is forcing outputs. It will probably work for a little while, but eventually you will fry 1 or both outputs.

I would do 1 of 2 options:

(1) use an interposing relay on both outputs and wire the relays in parallel with the solenoids as the load so if either relay comes on the solenoid turns on

(2) wire the output of one PLC to an input of the other PLC and just use a mapping rung that anytime that input is on turn on the other output. This requires a spare input on each PLC, but is much preferred from tying the two outputs together.
 

Similar Topics

Hi, I have a functions which extends codes generation for RFID tags. Basically it takes a char and splits it's hex value over 2 chars. I cannot...
Replies
24
Views
9,443
I'm onsite right now and I'm trying to decide how to proceed. I need to make some major edits to the Micrologix 1400 file, but the guy with the...
Replies
9
Views
1,159
Hello, I am trying to write a logic to control a pump. I have my logic as attached. Is there a way to do Auto and Manual control without having...
Replies
12
Views
2,719
Hi all. I’m currently trying to combine 3 memory words in to a single display on a weintek hmi as I want to display running time. I have the...
Replies
4
Views
1,827
I have an application where I need around 60 Amps of 24V. Most 24V PS go up to 40A, so I need to be able to add them in parallel. Puls power...
Replies
36
Views
10,368
Back
Top Bottom