WiMo / WiMo Plus Multiparameters Sondes
27
File formats
6
File formats
Measurement files created by WiMo and WiMo Plus sondes can be in CSV or TXT2
TopKapi’s format
6.1
Topkapi TXT2 Format
The Topkapi TXT2 format is a compliant format with the monitoring software, SCADA Topkapi.
The name of the file is formatted as PREFIXE_AAAAMMJJHHMMSS.TXT
The prefix discriminates the WiMo. It corresponds to its serial number. Each file is a 3-column ASCII
file defined as follows:
•
Field1 : The date of the data as AAMMJJHHMMSS
•
Field 2 : Variable ID (a chain that necessarily starts with a letter and can only contain letters,
underscores and dots)
•
Field 3 : Data value
File example : 4a39_20200218111415.txt
200218111425 PRESSURE_01 0,079
200218111425 TEMPERATURE_02
19,90
200218111425 PHYCOC_15
11123,000
200218111425 TCDOM_12
4,000
200218111425 PH_08 6,51
200218111430 PRESSURE_01 0,070
200218111430 TEMPERATURE_02
19,90
200218111430 PHYCOC_15
11095,000
200218111430 TCDOM_12
6,000
200218111430 PH_08 6,53
200218111435 PRESSURE_01 0,079
200218111435 TEMPERATURE_02
19,95
200218111435 PHYCOC_15
11038,000
200218111435 TCDOM_12
2,000
200218111435 PH_08 6,54
6.2
CSV Format
The data is arranged in accordance with the export configuration chosen by the end-user. The name
of the file is as follow: serialnumber_data_AAMMJJ_HHMMSS.csv