QuickStart Guide
...
Allen-Bradley
Gen 2 Drivers

AB EthernetIP Ethernet

6min

Review the following information for setting up and configuring the AB EthernetIP Ethernet driver.

Litmus Edge Compatible Series

Compatibility parameter

Compatible items

Driver type

Ethernet

Validated devices/series

Replaces Gen 1 driver(s)

To set up and configure this device in Litmus Edge, you will need to do the following:

  • Step 1: Set up and Configure the PLC Device
  • Step 2: Set up the PLC Device in Litmus Edge DeviceHub
  • Step 3: Configure the List of Registers

Step 1: Set up and Configure the PLC Device

If the device is configured for Ethernet access, find its network parameters. Otherwise, follow the steps below.

To configure your device:

  1. Start the RSLogix 500 application.
  2. Select File > Open, then select your PLC project.
  3. In Controller Organizer, right-click the device and select Properties from the popup menu. The Module Properties dialog box appears.
  4. Select the Port Configuration tab.
  5. Copy the IP address from the IP address field.

Step 2: Set up the PLC Device in Litmus Edge DeviceHub



Parameter

Value

Type

Allen-Bradley

Driver

AB EthernetIP Ethernet

Network Address

The device address you recorded in Step 1.

Port

44818

Slot

0



Name

Value Types

Access Types

Address Format

Min Address

Max Address

Description

O(Bit)

bool

R/W

DDDdd

0

25515

Outputs

I(Bit)

bool

R/W

DDDdd

0

25515

Inputs

Slot O(Bit)

bool

R/W

SSEEdd

0

3115

Outputs

Slot I(Bit)

bool

R/W

SSEEdd

0

3115

Inputs

S(Bit)

bool

R/W

DDDdd

0

25515

Status Bits

S

int

R/W

DDD

0

255

Status Words

B(Bit)

bool

R/W

DDDdd

0

25515

Bit data file Bfn

B

int

R/W

DDD

0

255

Bit data file, 16-bit access

Timer

T

R/W

DDD

0

255

Timer

TfnPRE

int

R/W

DDD

0

255

Timer Preset Value

TfnACC

int

R/W

DDD

0

255

Timer Accumulator Value

Counter

C

R/W

DDD

0

255

Counter

CfnPRE

int

R/W

DDD

0

255

Counter Preset Value

CfnACC

int

R/W

DDD

0

255

Counter Accumulator Value

Control

R

R/W

DDD

0

255

Control Data Element

R6LEN

int

R/W

DDD

0

255

Control Data Element Number of characters specified to be sent or received

R6POS

int

R/W

DDD

0

255

Control Data Element: Number of characters actually sent or received

N(Bit)

bool

R/W

DDDdd

0

25515

Integer File Nfn, but access

N

int

R/W

DDD

0

255

Integer File is a general purpose file consisting of 16-bit signed integer data words

F

real

R/W

DDD

0

255

Floating point data file (F8) consisting of 32-bit IEEE-754 floating point data elements

L

dint

R/W

DDD

0

255

The Long Word File is a general purpose file consisting of 32-bit signed integer data words

ST

string

R/W

DDD

0

255

The String File is a file that stores ASCII characters. See String (ST) Data File for more information