Consume a V20 controller tag on a V17 controller

Coelho

Member
Join Date
Oct 2013
Location
Denton
Posts
1
I have a tag being produced by a 1769-L16 controller (firmware 20.13) and am trying to consume it on a 1756-L62 controller (firmware 17.8). The problem is I'm unable to add the 1769 controller module to the tree in the 1756 controller project. The only available 1769 modules are L32's. Updating the firmware is not an option. Is it possible to consume this tag or will I need to use a message instruction?
 
Create the 1769 interface and controller as though it was a 1769-L32E. The newer CompactLogix will behave just like the older one.

Produced/Consumed Tags never check the controller type or revision. They only check the Slot Number, the data type, and the tag name.
 
What Ken said...I just did this exact scenario on a large startup about a month ago, with an even more complex setup...The v20 processor was a safety processor L72 w/ safety partner, while the V17 processor was a standard L61. All I had to do in the v17 processor was tell it the consumer was an L62 non-safety and worked like a champ. DO NOT ever try to configure the consumer as a safety PLC in the other PLC even though it is one, as it will completely lock up the safety partner as it's trying to be controlled by two different programs. Learned that one the hard way, and it's going to end up as an AB tech note as it took me and AB tech support working together to sort that one out.
 

Similar Topics

I have a client who periodically experiences network communication issues. Sometimes when I VPN into the site, their SCADA systems will flash comm...
Replies
2
Views
158
I currently have a setup in Siemens S7 using I-Device connections over PROFINET and I am trying to investigate an equivalent setup using Rockwell...
Replies
7
Views
1,112
Recent Forum member and very-good-question-asker /DesertSurf520 has a thread that started a discussion about Compact 5000 I/O, but branched off...
Replies
11
Views
1,825
My PLC has a Boolean consume tag that gets data from another PLC via ethernet. Is there a way to make the consume tag fail to 0 when the ethernet...
Replies
6
Views
2,748
Hi there, I am doing work for a customer who has a UDT that uses parameters like this: PLC_REG_TO_SEND.GROUP_15.1234_DINT[1].0 I believe these...
Replies
5
Views
1,785
Back
Top Bottom