Produced and consumed bits with GE RX3i controllers

defcon.klaxon

Lifetime Supporting Member
Join Date
Feb 2015
Location
Far NorCal
Posts
616
Hi all,

I am making some modifications to a system, PLCs are GE RX3i CPE305s. Until now comms between the PLCs (Ethernet Global Data) has been integers and floats, but now a customer request will result in me needing to send six %M bits from one controller to another. According to what I found in InfoViewer (I'm running Proficy Machine Edition 8.6, FYI), BOOL variables are only supported in arrays with a length of 8n (where n=1,2,3, etc). OK, that makes sense in theory, I just wanted to confirm that if I'm trying to produce/consume all I'll need to do is at the first bit address (%M441 in this case), and I can safely assume that %M441-%M449 will actually be sent with the single line in the Produced/Consumed Exchanges table?

Thanks for any help!
 
Your starting address for the %M bits must be on a byte boundary. That is, the address must have a remainder of 1 when divided by 8. In your example 441 divided by eight has a remainder of 1 so it is a valid starting address. %M442, %M443, %M444, %M445, %M446, and %M447 are not valid starting addresses.
 
Sorry for the late reply, Steve your info was very helpful! I've dealt with that bit offset you mentioned in other controllers like Scadapacks, so the concept wasn't foreign but I wasn't aware the GE controllers did it so thanks for the heads up. I was able to get things working perfectly with no issues which was great. Thanks again!
 

Similar Topics

Hello, I have a pair of redundant 1756-L71 controllers rev 24. These controllers currently have produced and consumed tag interfaces to 3 other...
Replies
2
Views
152
Hi I have been knocking my head against the wall trying to figure out why these two plcs won't talk with Produced and Consumed Tags data. The...
Replies
14
Views
461
Hello all. I have a 1769-L16 that I inserted a 1769-L35E into. I was expecting it to create module defined tags automatically in my controller...
Replies
10
Views
1,801
Hi, Can a tag configured as a Produced or Consumed tag be read or written to with Explicit Messaging? Context: we are retrofitting an AV system...
Replies
9
Views
2,200
Ok, I've setup comms to PLC's that are behind a NAT switch before, but I have not had a PLC behind one NAT switch communicate with a second PLC...
Replies
13
Views
3,390
Back
Top Bottom