Two CLX CPU in one chassis

yang1216

Member
Join Date
Jun 2009
Location
BeiJing
Posts
84
Hi all. We have two ControlLogix CPU in one chassis, and a ControlLogix CPU in another chassis want to communicate with one of them through Ethernet. How should I configure the MSG? The chassis which has two CPU has an Ethernet card whose IP address is 192.168.2.1. But I cannot set path of the MSG as "B_ENBT,2,192.168.2.1", because the MSG can not distinguish the two CPU.
 
Thanks, Ron.
So, if I want to communicate with the processor in slot 11, I should set the path as "B_ENBT,2,192.168.2.1,1,11".
 
MSG is the hard way

CLX platform has a built in method for transmitting data. Try looking up produced and consumed tags. I think you'll find this MUCH easier. MSG's are required when reading data from a different platform controller, such as a SLC or MicroLogix. But, in your case, it's much cleaner and easier to follow using produced and consumed tags. Basically, the controller holding the data "produces" a tag, and all the other controllers, not just 1, can "consume" or read the tag. I typically name these tags in order of where they are produced. For example, lets say you had a bunch of floating point values that you wanted to transfer from PLC1 to PLC2. I would make the tags in PLC1 something like Floating_From_PLC1. If these tags have the same name in both PLC1 and PLC2, they become very easy to locate when following them, and it's also easy to know where they are generated.
 

Similar Topics

Hi, We are working on a project which involve upgrading of the current CLX system (using 7.5MB). Due to redundant setup, thus the memory...
Replies
6
Views
5,374
hi all, i'm building a contrologix system that has 4 IB32, 2 OB32, 2 IF16HI, 2 OF16HI and 2 EN2T modules. without knowing the process or the...
Replies
8
Views
3,356
Hi everyone! We have a customer that has a system that runs with an Allen-Bradley ControlLogix L62 with a Wonderware SCADA system. At one time...
Replies
0
Views
1,962
Hello all, As the title says, I essentially want to communicate from CLX L62 CPU to a Siemens 316 CPU using an SST PB coupling card in the CLX...
Replies
8
Views
8,291
Hi, We've a customer's plant using PLC 5/60 (non-redundant). The number of IO are: DI = 300 DO = 300 AI = 24 AO = 16 Customer is thinking of...
Replies
5
Views
6,000
Back
Top Bottom