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.
  • BOOL: Boolean
  • SINT: INT8
  • INT: INT16
  • DINT: INT32
  • LINT: INT64
  • USINT: UINT8
  • UINT: UINT16
  • UDINT: UINT32
  • ULINT: UINT64
  • REAL: Float
  • LREAL: Double
  • STRING: String
Trigger properties
Trigger properties include trigger types and their associated properties. They determine how the tags are logged in DataLogPro.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal