CSV file structure for DataLogPro
The CSV files used to import tags and logging configurations must be correctly formed and contain the correct fields. Especially, the
Tag Type
column must be manually specified according to your data type in your device.The following table shows the fields in the CSV file.
Field | Description |
---|---|
Version | The internal version of the exported CSV file. Don't remove or modify it. |
Group Name | The name of the logging group in DataLogPro. |
Tag Name | The name of the tags in DataLogPro. |
Tag Type | The type of tags in DataLogPro.
The valid types in the CSV file are BOOL, SINT, INT, DINT, LINT, USINT, UINT, UDINT, ULINT, REAL, LREAL, and STRING. The different types of tags in your device should fall into those types with the following matching rules. For example, if your tag type is INT8, specify its tag type as SINT in the CSV file.
|
Trigger properties | Trigger properties include trigger types and their associated properties. They determine how the tags are logged in DataLogPro. |
Provide Feedback