communication via produced/consumed tags and MSG instructions.

b_e33

Member
Join Date
Mar 2013
Location
lolo
Posts
59
i know that we can communicate 2 controlLogix with communication module
with the instruction MSG
now i read that we can communicate with the produced/consumed tags also
what is that?
 
The whole system works on the Producer/Consumer tag model. Input modules Produce tags that the connected controller(s) consume, and the controller Produces tags that the connected output module consumes. In fact any module that has data for another Produces it onto the network for the other module to consume (In this respect the backplane itself is considered to be a network, so that modules can produce/consume between them in the same chassis).

Making tags that are Produced is simply a case of defining them as Produced when they are created. You specify the exact number of consumers of the tag to optimize network bandwidth.

In the other controller define the Consumer tag of the exact same data-type, and I prefer the names of the tags to be the same at both the Producer and Consumer. You then have to specify the producer, and you can only do that if the producer is entered into the I/O configuration "tree" in the consumer's project, so do this first before attempting to define the Consumer tag.

Remember that you can only modify tags offline, so if you want to produce/consume existing tags then they will need modifying, and the whole project downloaded, which of course will stop the controller.

Once set up correctly the tags will automatically transfer, producer to consumer, even if the controllers are in Program mode.
 
Last edited:

Similar Topics

Good day, everyone, We're trying to establish an S7 connection on ethernet between an S7-400 CPU and a new S7-1200 CPU (which is defined as slave...
Replies
10
Views
2,700
Hello, I want to communicate controllogix PLC 1769-L33ER with S7413-3PN/DP using there elthernet connection. So how we can do this? Is any devices...
Replies
18
Views
4,968
Dear All, I wanna get the data from ind331 indicator(Mettler toledo) to SLC 5/05 CPU via Ethernet Ip using EEM instruction. The CPU=1747-L553...
Replies
2
Views
2,181
Hi all, I was trying to communicate FX3GE PLC with KEPServer / Kepware via UDP protocol but did not succeed. Does anybody has any solution or...
Replies
2
Views
1,080
Hello Everyone! I am new to PLC systems. I'm trying to connect a Rievtech PLC to a Rievtech HMI directly through Ethernet communication. After...
Replies
0
Views
1,096
Back
Top Bottom