|
Devices using ASCII CSV format
On This Page:
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 |
AcceptUnsolicited = must be set to enabled.
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
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
ASCIISlaveCSV Revision History | |
---|---|
Version | Notes |
1.0.0.9 | Initial release on new documentation standards |