logix5000 consumed/producted tags

remullis

Member
Join Date
Oct 2012
Location
Georgia
Posts
179
I am trying to use a timer dn bit in one processor but the bit actually resides in another processor. I see where this is accomplished using a consumed instruction. What I dont understand is how these actually link to the specific tag. How does say a bit using the following addressing A01_Consumed.Dint1.10 know that it will be monitoring a specific timer dn in the (produced)remote processor? Thanks in advance.
 
You can't produce/consume only one bit. A word is the smallest element you can use. Use a DINT. Then you will have spares for the future.
 
In the producing controller, they have written logic to move the timer DN bit into bit 10 of a DINT that is being produced. You would have to look at the code in that controller to be able to see the connection between those two bits.

Your controller is consuming 32 bits from the remote controller and using bit 10 as the timer done bit. You consumed tag is very much like an alias. You define a new tag using whatever name you choose and tie it to an existing (base) tag. The difference is that the existing tag is in another controller.

OG
 
logix consumed/produced tags

I appears that the consumed/produced tags were created at some point with multiple tags being used as you pointed out, "you cant consume or produce one tag".

And to the second response, I did find where the move instruction is being used for the actual tag which sets a output for the DINT.1.10

Both answers cleared up how this is being done, Thanks for the response.

Rich
 

Similar Topics

I can view all Produced tags list in the project from Logic-->produced tags, can someone help me on how to view the consumed tag list ? Thanks in...
Replies
3
Views
1,597
Here's my situation: We have two PLC's exchanging produced and consumed tags. We would like to change these to messages rather than just...
Replies
4
Views
2,174
Greetings, Is there a way to sort or filter tags in RSLogix5000 to show only tags wich are either produced or consumed? Sometimes it's handy to...
Replies
1
Views
1,435
So I set up a produced tag, and set the maximum consumers to 4. I only have two PLC's on the network that will consume the tag. Will this be a...
Replies
1
Views
2,216
Hi! So my problem is a little funky, I had Studio 5000 v 24 and 30 installed, but forgot to install RSLogix (which I cannot go without). Is there...
Replies
2
Views
121
Back
Top Bottom