|
Devices Using DF1 Protocol (SLC, PLC5)
On This Page:
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 2222)
Example: 192.168.1.101; 2222
The syntax for the ControlLogix communication points is: <File Type><Element Number> : <Address>
The valid values for File Type are:
DF1Ethernet Driver File Types | ||||||
---|---|---|---|---|---|---|
File | 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 |
DF1Ethernet Driver Revision History | |
---|---|
Version | Notes |
1.4.0.2 | Initial release on new documentation standards |