Advice for 2 control signal one field equipment

BeepBob

Member
Join Date
Jan 2023
Location
Oakland, CA
Posts
107
I am not sure why this is requested, but it was asked.

Currently I have one PLC , with one output to a relay, turning on a field equipment (just using one as an example)

We are upgrading the PLC with a more modern platform.

A request is to commission the new PLC system while having the current PLC system operational. Then once the new PLC system is successfully commissioned, the old PLC system can be taken offline.

Any suggestion on how to control one piece of equipment using two PLCs (same logic).

I guess what I am trying to do is the OR rung with one OTE, in electrical circuit.
 
No simple way to do this without complicated modifications to the existing control panel. Best approach to this scenario:

1. Create a detailed cutover plan for moving IO to the new PLC. Go over this plan exhaustively several times.
2. Schedule downtime on the equipment.
3. Execute your meticulous and well thought out plan.
 
Yeah we are doing the FDT to show them everything is kosher and stuff. Still working that angle where the system can be taken offline.

But for now , this is it.

For the inputs I can just parallel the signals to both PLC,

The output however
 
Heres a thought...

If you already map your PLC physical inputs and outputs to intermediate bits and tags you can do it by paralleling the old PLC IO with bits MSG'd from the new PLC (at a fast rate) . Use a single XIC/XIO pair on each IO point to determine which of the control points the old PLC uses to control the actual outputs
 
Add a 2nd field relay, outputs in parallel driving whatever?
It’s still a logic OR.
This is my initial thought. Of course it requires adding relays for every single output, not exactly what I'd consider an elegant solution.
 
not exactly what I'd consider an elegant solution.
I don't know if there is an elegant solution. If the I/O were all on a network you could first replace the PLC CPU with a newer model still compatible with the I/O and then replace the I/O points at scheduled downtime periods. During the commissioning of the replacement CPU you would have an easy fallback position.
You're going to wind up having to take some downtime to add parallel relays to the existing system. The customer will have to decide whether to swallow the additional time and expense to prepare the system for the migration or to bite the bullet and take a thoroughly planned shutdown to get it done.
For all of the PLC upgrade projects I've worked on, the strategy has been to do it during a shutdown.
 

Similar Topics

Hi all, I have a tricky controls task to implement that I could use some input on. I have a system using a trap-screw linear actuator that...
Replies
42
Views
12,644
Hello Everyone, I am working on a project to control the conveyor at my work. This is my first hands-on experience on PLC project. Please look...
Replies
2
Views
3,507
Hi forum, I would like to know the best way to control work of 3 pumps depending on working hours. 2 of 3 pumps should work, while 1 should be...
Replies
11
Views
4,459
Hey y'all this is my first post. I'm 34, from east TN, and been doing maintenance in factories since my first job after high school. I'm about to...
Replies
4
Views
4,131
I've got a project coming up whe a proportional valve controld a hydraulic cylinder. The cylinder controld the control the window size of a...
Replies
9
Views
2,528
Back
Top Bottom