Connection two cpu together via 1756-ENBT

david90

Member
Join Date
Apr 2010
Location
ca
Posts
202
I have 2 racks each with a cpu and an 1756-ENBT card. The
1756-ENBT card of the racks are connected to a common ethernet switch. With this setup, should the CPU be able to see each others tags?
 
Each CPU can exchange data with the other using Message (MSG) instructions, or by using Produced/Consumed Tags.

The ControlLogix CPUs do not automatically have access to one another's tag databases, like you might find in a distributed control system.

I recommend the EtherNet/IP Network Configuration Manual, Rockwell Automation publication number ENET-UM001, available in PDF format from the RA Literature Library server. Chapter 7 describes the basics of both Messaging and Produced/Consumed Tags.
 
I've decided to go with the consumer/producer tag route.

To send a boolean tag to the other controller, I created a DINT producer tag and then I used a ote instruction to write to the bit of the DINT tag. Is there a better way to send a boolean tag?
 
ControlLogix is a 32-bit architecture, so it is most efficient to move 32-bit structures like DINT tags. Moving a single BOOL would require exactly as much bandwidth as moving a DINT, so RA intentionally doesn't allow you to use BOOL as the datatype for a Produced/Consumed Tag or a MSG instruction.
 
Last edited:

Similar Topics

Hi, I have a plant where we recently changed CPUs from 315-2DP to 315 -2PN/DP. They are all connected to a Beijer panel. Strange thing is that...
Replies
3
Views
1,227
Dear Experts, I have a question regarding the redundant S7-1500 CPU and ET200M connection. Will ET200M IOs work on a redundant S7-1500...
Replies
3
Views
2,111
Hello Experts, I have two system one ET200S and another CPU 1513- PN which are 300 meters apart. Now i want to share data between these to...
Replies
8
Views
2,469
Hi all My customer Site having a Schneider PLC M340-20 with 2 Remote IO by using STBNIP2212 via ethernet TCP/IP. My question is if any of my...
Replies
3
Views
3,039
HI every one , I'm trying to connect two cpu's in siemens step 7 I followed all steps7 in this video https://www.youtube.com/watch?v=-qnvwz8nlRQ...
Replies
8
Views
2,643
Back
Top Bottom