Writing over consumed tags

JoshM

Member
Join Date
Mar 2012
Location
NYC
Posts
54
Hi,

Say I produce in PLC-A data A and consume data A in PLC-B and PLC-C. PLC-B and PLC-C can write to the consumed tag, but if they do, does PLC-A see it?

Overall my question is, are produced/consumed tags one directional?

Thank you,

Josh
 
No. The produced tag will overwrite it. Producer/Consumer is unidirectional. Producer --> Consumer. If you want data to go back to the "Producer" PLC, you will need to setup another Produce/Consumer connection, this time with the "Producer" PLC being the consumer.
 
JoshM,

Hold on a second! If i understand your question correctly, PLC A writes data to PLC B & C. You also want PLC B&C to write data to the same addresses. if this is true, then you should be aware thet PLC A can write the data to PLC B & C at any time, even in the beginning, 1/3 way, middle, 3/4 into the program or at the end of the scan. the data from PLC B&C could be over written and be lost.

I strongly advise against having PLC B & C write data into registers that PLC A uses. You cannot predict what data you are using.

Not trying to slam you, i had this happen several years ago and they didn't realize for several weeks what was happening.

regards,
james
 
Why don´t you create another tag and move data from consumed tag whenever you desired or get data from another source. Normally produced-consumed scheme is left the way it is i.e. updated from produced to consumed tag.
 
You guys are correct. I do not plan on doing this, but was curious how scan time and produced/consumed timing play out. So produced/consumed tags are independent of the PLC scan time throughout the code?
 

Similar Topics

Hi, I'm having an issue in crimson 3.0 when I create a programme using a case statement referencing a fault word that each bit needs to change the...
Replies
4
Views
194
Hello all, I'm currently working on a servo motor linear positioning system (ball screw). I'm all set up regarding communication between my HMI...
Replies
1
Views
92
Hello All: I have a Windows 10 PC running a FTView ME Station 10.00. I have a .mer file version 6.00. It has been running well on it for a long...
Replies
1
Views
166
My R55 Ingersollrand is tripping on motor overload and im falling to see the trip history it is writing Acquarring texts
Replies
0
Views
132
Hi. Not the fist time I'm saying this but just to give a background. 95% of my PLC programming has used Schneider over the last 10 years on...
Replies
66
Views
4,953
Back
Top Bottom