CSV Data Driver Statistics Dialog

The Show Stats button will display the following information about a CSV Data driver tag:

Driver Name The name of the driver (within the driver's code) for which statistics are being displayed.

Driver Type The type of device driver.

Counts The number of successful communications since the system started.

Timestamp The time of the last successful communication.

Date Stamp The date of the last successful communication.

dt The Response time - that is, the time between successive messages. The Response time is typically used to determine how fast data is being transferred for drivers that request data at regular intervals.

Error The error number (code) for the current error.

Error Mess A message describing the type of communications error that is occurring.

Last Error The error number (code) for the last error that last occurred.

Last Error Mess A message describing the type of communications error that last occurred.

Error Count The number of errors that have occurred since the system started.

Error Time The time of the last reported error.

Error Date The date of the last reported error.

CSV Data Driver