Control Logics Question

capt_c

Member
Join Date
Nov 2003
Posts
5
I have an application written with the old AB Interchange drivers that talks to a PLC5. The new architecture will be a group of SLC 5-05s on ethernet. We are considering adding a Control Logics gateway with both ethernet and DH+ so that my rewrite will be easier. Does anybody know if I'll be able to talk to the Control Logics via the Interchange drivers? The drivers do know how to talk to a Pyramid Integrator if that helps. What will the data table addressing look like?
 
Last edited:
The answer is yes. The ControlLogix Gateway is transparent to the protocol.

The PLC5's and SLC5/05's use the original PCCC (Programmable Controller, Communication and Command) protocol to enable all comms.

The newer ControlLogix (CLX) processor's primarily use CIP (Control and Information Protocol) to exchange data, although they are also capable of supporting the old PCCC messages as well.

BUT here is the key...the Gateway configuration you have does NOT pass messages through a CLX processor, so it's presence or otherwise is not an issue. In fact one is not even needed to make the system work.

Your data will move directly accross the backplane via the 1756-ENBT and 1756-DHRIO modules which support both CIP and PCCC. This means that your old Interchange application will work, without any changes.

The old datatable addresses will work just fine, and the 1756-DHRIO module will need to be configured (using the Gateway Config software) to map the old DH+ addresses to the new Ethernet ones. This is a simple task.

Overall it should be pretty easy to get going.
 

Similar Topics

Rs Linx can talk to Control logics through WiFi (VLan) network but it won't talk to it thru the Ethernet port. Any ideas why? In fact I have 2...
Replies
7
Views
1,623
I am tring to learn basic programming in control logics and I have been making different kinds of tags to get the hang of it. In the example...
Replies
4
Views
2,161
I need to connect tw control logics chassis together. This is my first time doing so. Could someone please tell me what I need to talk to both of...
Replies
8
Views
2,203
I need to send Ascii data from the channel 0 of a control logics processor to a display The Display uses a serial interface Can some one...
Replies
7
Views
2,318
Hello All. While remembering I'm mostly self taught, I ran into a problem doing this excersise. It's cascading TON's and during the scan when all...
Replies
2
Views
1,894
Back
Top Bottom