AB PLC/SLC messaging opinions

Join Date
Dec 2010
Location
Burlington, NC
Posts
402
When communicating between different PLCs using the messaging instruction, is it better to have PLC 'A' read from PLC 'B', or have PLC 'B' write to PLC 'A'?

I am in the process of trying to eliminate all of our old DH+ comms (via global status words) and put all the messaging on ethernet. I was just wondering what you guys thought, and if anyone has experienced problems going one way or the other. Its probably just stylistic, but I would still like to hear you views on the subject.
 
When communicating between different PLCs using the messaging instruction, is it better to have PLC 'A' read from PLC 'B', or have PLC 'B' write to PLC 'A'?

I am in the process of trying to eliminate all of our old DH+ comms (via global status words) and put all the messaging on ethernet. I was just wondering what you guys thought, and if anyone has experienced problems going one way or the other. Its probably just stylistic, but I would still like to hear you views on the subject.

Write messages are what I have seen most of the time. One reason would be that you could use a bit in the source PLC to turn a bit on and then off in the destination PLC. If the bit in the destination PLC stays in one state for too long, then you have a comms error
 
I personally use a combination of both. I usually use a read from the "main" PLC so that it can control when and what information it gets. This also allows the "main" PLC to react accordingly if there is a problem with communicating with the "client" PLC.

I will use a write message for sending alert information from the "client" PLC to the "main" PLC. This also allows the "client" to react accordingly if there is an error with communication.

Circumstances dictate which PLC will be the "main" and which one will be the "client". I have had no problems with either a read or a write message so I feel the setup is determined by the particular situation and personal preferences.
 

Similar Topics

Good day colleagues, I have a problem with a plc slc 5 since I export the tags to my factory program to load them into a panel view 1000 plus 6...
Replies
0
Views
106
Hi long time out... I´m in a project now, that request to upgrade an old SLC to a new ControlLogix. Just the PLC. It is connected now to a...
Replies
5
Views
1,948
Everyone, i am in the process of purchasing the Slc 500 version of software to support what we have and i have a question. Several of our...
Replies
9
Views
751
I used up my last new Allen-Bradley SLC 5/04 controller. Does anyone have info on a good reliable place to get a new one for a decent price, or...
Replies
3
Views
512
Hello, We have an older machine that has a standard PanelView (2711-T10C3) connected over DH485 to a SLC 5/04 PLC via a 1761-NET-AIC module in...
Replies
1
Views
665
Back
Top Bottom