Appendix
- 19 May 2022
- 1 Minute to read
- Print
- PDF
Appendix
- Updated on 19 May 2022
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Output file
Output CSV files are named according to two factors: file creation timestamp and N3uron node name. The following example is a generated file name: “1523462885954-main.csv”
Upon start-up, the values of all tags matching the specified filters will be saved, meaning that every subsequent event or virtual sample (according to the Force sample) setting will also be saved.
The generated files contain the following columns:
- Data type: B (Boolean), N (Number) or S (String).
- Tag path: The tag’s full path, including prefix and specified separator.
- Timestamp: In ISO 8601 format
- Tag value
- OPC quality
The following CSV file is an example of a file created using UFL Exporter.
N,Inverter001.Active_Power,2019-02-19T14:46:44.501Z,1020,192
N,Inverter002.Active_Power,2019-02-19T14:46:44.501Z,1250,192
N,Inverter003.Active_Power,2019-02-19T14:46:44.501Z,1210,192
N,Inverter004.Active_Power,2019-02-19T14:46:44.501Z,1137,192
N,Inverter005.Active_Power,2019-02-19T14:46:44.501Z,1112 ,192
N,Inverter001.Active_Power,2019-02-19T14:47:44.503Z,1035 ,192
N,Inverter002.Active_Power,2019-02-19T14:47:44.503Z,1249 ,192
N,Inverter003.Active_Power,2019-02-19T14:47:44.503Z,1245 ,192
N,Inverter004.Active_Power,2019-02-19T14:47:44.503Z,1168 ,192
N,Inverter005.Active_Power,2019-02-19T14:47:44.503Z,1098 ,192
Was this article helpful?