This document has only the specific information about the device connection settings and its address syntax.
Refer to the User Guide for more information on the Device Module
On this page:
Communication Driver Information | |
---|---|
Driver name | ControlLogix |
Assembly Name | T.ProtocolDriver.MicroLogix |
Assembly Version | 1.3.0.1 |
Available for Linux | True |
Devices supported | Rockwell MicroLogix 1100 and 1400 devices |
Manufacturer | Allen-Bradley / Rockwell |
Protocol | Proprietary over TCP/IP |
PC Requirements | Ethernet port |
No custom settings are required.
On TCP/IP settings, you can optimize communication using the field:
NodeConnections: Defines the maximum number of parallel requests that will be sent to each node (asynchronous communication)
Stations syntax: <IP > ; <Port >
Where :
<IP> = IP address of the slave device in the network
< Port > = TCP port where the slave device is listening (default is 44818)
Example: 192.168.1.101; 44818
MicroLogix Driver Supported Operands | ||||
---|---|---|---|---|
Operand | Read | Write | Data Type | Address size |
N – Integer | Yes | Yes | Short | 2 bytes |
F – Float | Yes | Yes | Single | 4 bytes |
B – Binary | Yes | Yes | Short | 2 bytes |
O – Output | Yes | Yes | Short | 2 bytes |
I – Input | Yes | - | Short | 2 bytes |
S – Status | Yes | Yes | Short | 2 bytes |
ST – String | Yes | Yes | ASCII | Max 82 bytes |
DLG-DataLogging | Yes | - | ASCII | Max 109 |
The syntax for the ControlLogix communication points is: <File Type><File Number> : <Address>
The valid values for File Type are:
ControlLogix Driver File Types | |
---|---|
File Type | Operand |
N | Integer |
F | Float |
B | Binary |
O | Output |
I | Input |
S | Status |
ST | String |
DLG | DataLogging |
MicroLogix Address Configurations Examples | |
---|---|
Address | Description |
F8:1 | File Type = F, File Number = 8, Address = 1 |
F8:2 | File Type = F, File Number = 8, Address = 2 |
N7:1 | File Type = N, File Number = 7, Address = 1 |
B3:10 | File Type = B, File Number = 3, Address = 10 |
ST11:1 | File Type = ST, File Number = 11, Address = 1 |
DLG0:34 | ile Type = DLG, Queue Number = 0, Number of Bytes = 34 |
Consider the table below to calculate the Number of Bytes for the DataLogging
Number of Bytes for the DataLogging | |
---|---|
Data | Formatted String Size |
delimiter | 1 character |
word | 6 characters |
long word | 11 characters |
date | 10 characters |
time | 8 characters |
string | 89 characters |
float | 13 characters |
MicroLogix Driver Revision History | |
---|---|
Version | Notes |
1.2 | Initial release on new documentation standards |