Producer Consumer: firmware

In general, Produced/Consumed Tags are independent of controller firmware.

There may be an exception; in v17 an option was added to prefix a DINT to the Consumed Tag that automatically included the Connection status. This probably affects the Consumed Tag only, but I haven't tried to mix controller firmware in combination with that particular feature.
 
Are you talking about to have a producer/consumer connection? No the PLCs don't have to have the same revision. But the data types involved must match exactly.
 
Emphasis.

In one case I troubleshot, the Producer and Consumer Tags were a UDT with identical members, member datatypes, and sizes. But the UDT Name was different.

In another, we attempted to Produce a UDT that contained 64 bytes, but made the Consuming tag a DINT[8]. No go.

In many ways, those data types were equivalent, but they were not "identical".
 
I found out about the UDT Name importance a while ago. Seems silly, but the UDT names must be exact too. That's what I meant about matching exactly. Apparently everything must match.
 
It is amazing how often UDT Produce/Consume tag pairs get created and a subtle error is made making them non-identical. Its one of them things that has you scratching your head for ages until you spot it, then it's blindingly obvious...

The simplest way to prevent this is to Copy both the UDT and the Tag from one project to the other. You will, of course, have to edit the tag properties of one of them.

You can only create Produce/Consume tags offline, so this is no problem.
 

Similar Topics

Hi, I am trying to develop a producer/consumer software architecture to use in my automation projects. The idea is to have two tasks, the first...
Replies
2
Views
2,072
I have two ControlLogix PLC talking to each other using producer and consumer model. Is there a way to monitor the health of comm. link?
Replies
10
Views
3,858
Hi I´m testing producer/consumer tags with solftLogix5800 I have try with two configuration: SoftLogix(A) Producer ---------- SoftLogix(B)...
Replies
5
Views
3,196
Guys I do have system (control Logix redundant over ethernet (FOC) to anther/same control logix redundant) i want to use consume and produce...
Replies
14
Views
3,432
im trying to set up some producer/consumer tags to a couple of control logixs im getting this error in 1 of them code 16#0108 connection request...
Replies
5
Views
6,662
Back
Top Bottom