Page Tree
Other Releases
The CTC driver implements communication with controllers compatibles with the CTC Binary Protocol.
Communication Driver Name: CTC
Implementation DLL: T.ProtocolDriver.CTC.dll
Protocol: Binary
Interface: TCP/IP and Serial
PLC Types Supported: 5200 controller or any compatible
Supported Operands:
Operand | Read | Write | Data Type | Address Size |
---|---|---|---|---|
R - Register | Yes | Yes | DWord | 4 bytes |
AO - Analog Output | Yes | Yes | Word | 2 bytes |
AI - Analog Input | Yes | Word | 2 bytes | |
F - Flag | Yes | Yes | Bit | 1 bit |
DI – Digital Input | Yes | Byte | 8 bits | |
DO – Digital Output | Yes | Yes | Byte | 8 bits |
Serial channels:
Default configuration for RTU mode:
Set the other fields according to your Serial port configuration
TCP/IP channels:
NodeConnections: Defines the maximum number of parallel requests that will be sent to each node (asynchronous communication)
TCP/IP channels:
Station syntax: <IP address>
Where:
Ex: 192.168.1.101
The syntax for the CTC communication points is: <Type><Number>
Where:
For more information about the valid types, see Supported Operands.
E.g.: R10 (Type= Register, Number= 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.