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:
Summary
ASCII driver implements communication with any device using ASCII protocol on TCP/IP following the CSV format
Communication Driver Information | |
---|---|
Driver name | ASCIISlaveCSV |
Assembly Name | T.ProtocolDriver.ASCIISlaveCSV |
Assembly Version | 1.0.0.9 |
Available for Linux | False |
Devices supported | Any device using ASCII protocol on TCP/IP following the CSV format |
Manufacturer | n/a |
Protocol | ASCII |
PC Requirements | Ethernet port |
Channels Configuration
Settings
AcceptUnsolicited = must be set to enabled.
Nodes Configuration
Station Configuration
- Station syntax: <IP address> ; <Port number>
Where :
<IP address> = IP address of the slave device in the ASCII network
<Port number> = TCP port where the slave device is listening (default is 10001)
E.g.: 192.168.1.101 ; 10001
Points Configuration
The syntax for the communication points is: <Position> or DATE or TIME
Where:
<Position> indicates CSV position data in the row.
Example:
5
To read the Date or the Time from TimeStamp message, configure the Point Address with:
DATE or TIME
Driver Revision History
ASCIISlaveCSV Revision History | |
---|---|
Version | Notes |
1.0.0.9 | Initial release on new documentation standards |
In this section...