Modbus TCP-Offset (Gen1)
Note: This driver will be deprecated in a future release. We recommend using the Gen 2 Modbus TCP.
Review the following information for setting up and configuring the Modbus TCP-Offset (Gen1) driver.
Compatibility parameter | Compatible items |
---|---|
Driver type | Ethernet |
When to use | TCP connection to a Modbus device |
Replaced with Gen 2 driver | Modbus TCP |
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
If the device is configured for Ethernet access, find its network parameters. Otherwise, use PLC software on your computer to configure the device for Ethernet access.
Parameter | Value |
---|---|
Type | Modbus |
Driver | Modbus TCP Offset (Gen1) |
Network Address | The device address you defined in Step 1 |
Port | 502 |
Station ID | 0 |
Name | Value Types | Address Format | Min Address | Max Address | Description |
---|---|---|---|---|---|
D | bit | DDDD | 0 | 9999 | Discrete Input Contacts |
C | bit | DDDD | 0 | 9999 | Discrete Output Coils |
H_Bit | bit | D0DDDdd | 0 | 999915 | Analog Output Holding Registers |
I_Bit | bit | DDDDdd | 00 | 9990915 | Analog Input Registers |
H | int, uint | DDDD | 0 | 9999 | Analog Output Holding Registers |
I | int, uint | DDDD | 0 | 9999 | Analog Input Registers |
H_Ulong | ulong, ulong(big-endian) | DDDD | 0 | 9998 | Analog Output Holding Registers |
I_Ulong | ulong, ulong(big-endian) | DDDD | 0 | 9998 | Analog Input Registers |
H_Float | float, float(big-endian) | DDDD | 0 | 9998 | Analog Output Holding Registers |
I_Float | float, float(big-endian) | DDDD | 0 | 9998 | Analog Input Registers |
H_Double | double, double(big-endian) | DDDD | 0 | 9996 | Analog Output Holding Registers |
I_Double | double, double(big-endian) | DDDD | 0 | 9996 | Analog Input Registers |