Turn off a PLC but the other takes control

amancini

Member
Join Date
Mar 2024
Location
maribor
Posts
5
Hi,
I have a 1500 that controls a station with diferents warehouses, but i also have a 1200 that controls one of those warehouses, i have been told to if the 1200 is turned off the 1500 have to take control of that warehouse as well, the only solution i can come across is to duplicate the inputs and outputs of the 1200, or using a relay... i dont know, because if there is no other solution it doesnt make sense.
Thank you.
 
I'm struggling to see the end goal here. As you said, you'd need to duplicate the IO to achieve this. ET200SP seems like the obvious way to go, but you'll end up with the 1200 serving no purpose. Are they trying to achieve a redundancy setup where either PLC can be turned off where required?
 
I dont understand the end goal either to be honest, they gave me a FESTO station, i wired it up, programmed with a 1200 and now they gave me a 1500 which is supposed to control the whole station, but the 1200 has to only control one warehouse in the station, but if this 1200 is turned off, the 1500 will take control of the warehouse, i dont know if its a real end goal or something but i cant see it, from my point of view the 1200 here is completely useless.
 
Might be worthwhile to ask whoever is in charge of the project. "I don't know what your end goal is, if you tell me I might be able to do it cheaper/better..."
 
As a class assignment this makes more sense, there may not be any/much real world application but it will get you to think.
The two solutions you mentioned (duplicate inputs or relays) should work, just figure out how you will have the 1500 detect a failover state.
Good Luck! :)
 
Program the 1200 with an unconditional output. the output has feedback wires to the 1500 input.
at long as the 1500 sees the input from the 1200, the logic sits there. when the output is off, turn on the logic.
OR
if there is a comms interface between the 2 units, create a heartbeat signal. when the 1200 heartbeat stops after x seconds, the 1500 takes over.
i may be missing something.
james
 
i have been told to if the 1200 is turned off the 1500 have to take control of that warehouse as well,....
There are many times when I have to tell a client, and bosses when I worked at shops, that what they wanted me to do was impossible (or impossible to do with no budget as that would cost $2 million)

I have also admitted that while it might be possible to do, it's not something I would be able to do and they would need to call in an engineering and controls company at a nice cost.
 

Similar Topics

Plc 5 1771 OAD OUTPUT CARD HAS AN AB 800MR-PGAL162 INDICATOR LAMP ASSEMBLY WITH A N60X LED LAMP IN IT. WHEN THE OUTPUT GO'S OFF THE LAMP STILL...
Replies
15
Views
6,930
I need to write a PLC program that sends pulses to a device 5000 times and not more than 10 cycles per second. can I simply use timers to...
Replies
10
Views
2,684
Hey guys, I have a big problem with GE FANUC 90-30. The problem is when I turn off the PLC ,after a while when we turn it on again the logic and...
Replies
9
Views
3,690
I have an out put that wont turn off all the way. The voltage 120 VAC and in the off state it won't drop below 48 VAC. It's operating a small...
Replies
23
Views
6,332
Trying to make a bit or a lamp Iv tried both turn on when the robot drops a unit into a bay and turn off when the worker oushes it back out to the...
Replies
0
Views
1,783
Back
Top Bottom