Page Tree
Other Releases
Communication Driver Name: DHRIO
Implementation DLL: T.ProtocolDriver.DHRIO.dll
Protocol: DH+ network
Interface: TCPIP
PLC Types Supported: PLC5 or SLC500 devices using 1756-DHRIO (ControlLogix DHRIO Communication Module) in ControlLogix PLC
Manufacturer: Rockwell
PC Hardware Requirements: Ethernet board
Model: Select the PLC Model: 5 or 500
Station syntax: <IP>;<Port>;<BackPlane>;<DHRIO Slot>;<DHRIO Channel>;<DH+Node>
Where :
The PrimaryStation is: 192.168.1.101 ; 44818 ; 1 ; 2 ; A ; 0
The syntax for the AB Ethernet communication points is: <FileType><FileNumber>:<Address>[Parameter]
Term | Read | Write | Bit Read | Bit Write | Data Type | Address Size |
---|---|---|---|---|---|---|
N Integer | Yes | Yes | Yes | Yes | Word | 2 bytes |
B Binary | Yes | Yes | Yes | Yes | Word | 2 bytes |
F FloatPoint | Yes | Yes | Yes | Yes | Single | 4 bytes |
O OutputLogical | Yes | Yes | Yes | Yes | Word | 2 bytes |
I InputLogical | Yes | Yes | Word | 2 bytes | ||
S Status | Yes | Yes | Yes | Word | 2 bytes | |
T Timer (Model 500 only) | Yes | Yes | Word or Bit | 2 bytes or 1 bit | ||
R Control (Model 500 only) | Yes | Yes | Word or Bit | 2 bytes or 1 bit | ||
C Counter (Model 500 only) | Yes | Yes | Word or Bit | 2 bytes or 1 bit |
Ex.: .Len, .Pre, .ACC, .EN, .TT, .DN, etc.
Address= N7:10
The status of the driver's execution can be observed through the diagnostic tools, which are:
• Trace window
• Property Watch
• Module Information
The above tools indicate if the operations have succeeded or have failed. A status of 0 (zero) means communication is successful. Negative values indicate internal driver errors, and positive values indicate protocol error codes according to AB specification.