Page Tree
Other Releases
The ASCII driver implements communication with any device using the ASCII protocol on the TCP/IP network following the CSV format.
Communication Driver Name: ASCII
Implementation DLL: T.ProtocolDriver.ASCIISlaveCSV.dll
Protocol: Generic ASCII
Interface: TCP/IP
PLC types supported: Any PLC compatible with the ASCII protocol
AcceptUnsolicited: must be set as enabled
Station syntax: <IP address>;<Port Number>
Where:
Ex: 192.168.1.101 ; 10001
The syntax for the communication point is: <Position> or DATE or TIME
Where:
Example: 5
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.