Combing 2 separate PLC outputs into a single connection

Sprayman

Member
Join Date
Jan 2020
Location
Chicago
Posts
50
Hi there,

Quick Question. I have 2 PLCs and 2 solenoids. I would like to wire these up so that If either one turns on, it will turn on both Solenoids.

My initial thought is to bring both outputs to a single wire and then wire both solenoids to this.

My question is. Would doing this destroy a PLC? For example.

If PLC-2 Outputs 24V and turns on both solenoids. Would PLC-1 see this potential and ignore it? or would I generate some magic smoke?

These PLCs are internally made so I am not sure about the schematic exactly. Just wondering what the rule of thumb is for this kind of setup.

Thanks!
 
Need a bit more information in my opinion, such as PLC and I/O card models, are the digital outputs fed by separate 24VDC supplies, etc.

My initial thought if they're fed from the same 24VDC supply would be to wire both outputs to a relay and have the solenoids wired to the NO contact(s) of the relay.
 
Quick Question. I have 2 PLCs and 2 solenoids. I would like to wire these up so that If either one turns on, it will turn on both Solenoids.

My initial thought is to bring both outputs to a single wire and then wire both solenoids to this.

My question is. Would doing this destroy a PLC? For example.

1st, Why?

2nd, don't do this (EVER).

3rd, 1st PLC controls both solenoids, 2nd PLC communicates with 1st PLC and requests solenoids go active. With both feedback of permissive such as eSTOP or any other fault logic that wont activate the solenoids.

Is this a weird homework problem?

Because if it is and "communication isn't allowed", take output from 2nd PLC and go to relay that is voltage isolated and goes to input of 1st PLC, then 1st PLC controls solenoids.

I'm sure you could come up with some "genius plan" to have n+1 PLCs controlling an output... but why would you ever do that.

Thanks for coming to my TED talk.
 
This is a place for interposing relays. Have each PLC turn on a relay instead of the solenoid. Wire contacts from the relays to the solenoids in your desired configuration. You can use a single power supply for both solenoids rather than power supply for each. If you decide to go with a separate power supply for each solenoid, connect the negative side of the two power supplies together.

Edit: And why on earth did the OP post the same question twice?
 
This is a place for interposing relays. Have each PLC turn on a relay instead of the solenoid. Wire contacts from the relays to the solenoids in your desired configuration. You can use a single power supply for both solenoids rather than power supply for each. If you decide to go with a separate power supply for each solenoid, connect the negative side of the two power supplies together.

Edit: And why on earth did the OP post the same question twice?

I refuse to do relay logic unless its for voltage separation or I actually have no other options. (SSD relay is probably fine but relays last for like a one hundred thousand cycles min... its such an annoying problem to fix when the relay stops working)

Also, what if I want 10 PLCs to turn these solenoids on... 10+ relays? If they all had an LED so I can tell which relays are turning them on but that sounds like a headache.
 
I'm willing to use relays when they are a good tool for an application. I try not to paint myself into a corner by being overly dogmatic.

I think its more limiting using relays when you have a PLC... Literally the thing that was made to replace relays.

But, each their own.
 
I think its more limiting using relays when you have a PLC... Literally the thing that was made to replace relays.

But, each their own.


Too many people mis-apply PLC outputs and fire loads they are not intended for.
 
Last edited:
I think its more limiting using relays when you have a PLC... Literally the thing that was made to replace relays.

But, each their own.
A PLC replaces relay logic, not necessarily relays themselves. There are plenty of situations where you might want an interposing relay.

And in this case OP has stated the PLC logic cannot be changed; relay logic is left as the sensible option.
 
Too many people mis-apply PLC outputs and fire loads they are not intended for.

PLC = logic controller, not using the output as what supplies power...

A PLC replaces relay logic, not necessarily relays themselves. There are plenty of situations where you might want an interposing relay.

And in this case OP has stated the PLC logic cannot be changed; relay logic is left as the sensible option.

I think you guys are doing this on purpose, the other thread has you guys literally jumping hurtles to do logic with relays. So 2 PLCs can turn on a solenoid(s).

smh
 

Similar Topics

Hi Guys, I want to connect my 1769-L36ERM to a different network domain, is it possible to do it using only the dual ports in the Controller? Or...
Replies
3
Views
208
I have an existing 1756-IF16 wired as single ended with all RTNs tied together. Channels 0-3 have 2-wire loop powered devices connected with all...
Replies
3
Views
1,060
I have a unique situation where we have two separate process networks ( plc, HMI, etc only). The two process networks are are owned by two...
Replies
6
Views
2,142
I'm trying to work through a question I have about using a PLC, plus separate temperature and pressure controllers on a plastic extruder rebuild...
Replies
9
Views
2,978
I have a machine that has a Siemens PLC CPU 315-2 PN/DP. It has numerous remote units on profinet using a 192.168.0.x network range. Is it...
Replies
6
Views
2,648
Back
Top Bottom