Skip to main content
Version: 8.1

Allen Bradley Connection Paths

Connections to ControlLogix, CompactLogix, PLC-5, MicroLogix and SLC Allen-Bradley processors through a ControlLogix Gateway require a connection path. The connection path is unique to your setup and is dependent on what modules the connection is being routed through. However, each connection path follows a basic set of rules outlined below.

Follow the Path​

A connection path is a path that when followed leads from the ControlLogix gateway to a processor residing in a numbered slot of a chassis somewhere on site. You only have to build the connection path as you go.

Setting Up the Device Connection​

The first connection point between Ignition and the device is a ControlLogix Ethernet module such as an ENET, ENBT, or EN2T module. This means that the while the driver type used is the same type as the PLC you want to connect to, the hostname actually needs to point to the ControlLogix Gateway. The connection path is then followed to go out of the ControlLogix Gateway and into the PLC you are connecting to.

You need to have 6 numbers/entries to specify the connection path. The way you find each number is described in the following table:

NumberDescription
1st NumberIs 1 and means move to the back plane.
2nd NumberIs the slot number of the module you want to move to.
3rd NumberIs the exit port or channel of that module that you want to exit through.
4th NumberIs the address of entry point to the next module (DH+ Station Number/ControlNet Address/IP Address of ethernet module).
5th NumberIs 1 and means move to the back plane (from this 5th Number, it starts repeating as the 1st Number).
6th NumberIs the processor slot number OR the slot number of the module you want to move to.

The process of coming up with these numbers may sound complicated at first but after some practice it gets easier.

Examples​

Below there are a few examples that go over the differences with using specific modules to route the connection. Note that typically, the end result PLC does not matter. So while the example may show connecting to a PLC5 through ControlNet, the the PLC5 could easily be swapped out with another PLC, and the connection path would remain the same. The big change when using different end result PLCs is what device driver to use for the connection.

note

Understanding how the Connection Paths are built listed above is important to understand the specifics of using different modules in the examples below.

Connecting to a PLC Through ControlNet​

Inductive University

ControlNet Example

Watch the video

The example below connects to a PLC5 using ControlNet that has a connection path of 1,4,2,12,1,0 going from PLC 1 to PLC 2. The device driver is the Allen-Bradley PLC5, and the hostname is the IP address of the ControlLogix Gateway (PLC #1).

Number/EntryDescription
1Move out of ENBT Module to the backplane.
4Move to ControlNet Module in Slot 4.
2Move out ControlNet Port.
12Move in ControlNet Module at ControlNet Address 12.
1Move out of ControlNet to the backplane.
0Move to the Processor in Slot 0.

Connecting to a PLC Using ENBT​

Inductive University

An ENBT Example

Watch the video

The example below connects to a ControlLogix using ENBT that has a connection path of 1,3,2,192.168.0.56,1,0 going from PLC 1 to PLC 2. The device driver is the Allen-Bradley ControlLogix, and the hostname is the IP address of the ControlLogix Gateway (PLC #1).

Number/EntryDescription
1Move out of ENBT Module to the backplane.
3Move to ENBT Module in Slot 3.
2Move out the Ethernet Port.
192.168.0.56Move in EBNT Module at IP Address 192.168.0.56.
1Move out of EBNT to the backplane.
0Move to the Processor in Slot 0.

Connecting to a ControlLogix Using Data Highway Plus (DH+)​

The example below connects to a ControlLogix using Data Highway Plus that has a connection path of 1,3,2,23,1,0 going from PLC 1 to PLC 2. The device driver is the Allen-Bradley ControlLogix, and the hostname is the IP address of the ControlLogix Gateway (PLC #1).

Number/EntryDescription
1Move out of ENBT Module to the backplane.
3Move to DHRIO Module in Slot 3.
2Move out DH+ Channel A.
23Move in DH+ Station Number 23.
1Move out of DHRIO Module to the backplane.
0Move to the Processor in Slot 0.

Connecting to Multiple SLCs Using Data Highway Plus (DH+)​

Inductive University

A DH+ Example

Watch the video

The example below connects to 3 different SLC using Data Highway Plus. Each SLC connection would have their own device connection, each with a unique connection path.

The connection paths are:

  • SLC X 1,3,2,21
  • SLC Y 1,3,3,40
  • SLC Z 1,3,3,41

The device driver is the device you want to connect to (in this case, Allen-Bradley SLC), and the hostname is the IP address of the ControlLogix Gateway (PLC #1).

SLC X​

Number/EntryDescription
1Move out of ENBT Module to the backplane.
3Move to DHRIO Module in Slot 3.
2Move out DH+ Channel A.
21Move in DH+ Station Number 23.

SLC Y​

Number/EntryDescription
1Move out of ENBT Module to the backplane.
3Move to DHRIO Module in Slot 3.
3Move out DH+ Channel B.
40Move in DH+ Station Number 40.

SLC Z​

Number/EntryDescription
1Move out of ENBT Module to the backplane.
3Move to DHRIO Module in Slot 3.
3Move out DH+ Channel B.
41Move in DH+ Station Number 41.