ANNEXE Format de données journal - easymetal/Korrostop4.0-FR GitHub Wiki
If a suitable, formatted SD card is inserted in Korrostop4.0 , Korrostop4.0 regularly writes the measurement data to the SD card. The interval is adjustable. Errors are also logged. The data is written in CSV format.
Here is the structure of the log file.
Position | Name | Data Type | Units | Description |
---|---|---|---|---|
01 = A | LogTime | Date Time | Date Time | Time of Measurement |
02 = B | Cond1 | Float | µS/cm | Conductance of incoming Water |
03 = C | Cond1MinTime | Date Time | Date Time | Date and Time when the Minimum Conductance of incoming Water was reached |
04 = D | Cond1Min | Float | µS/cm | Minimum Conductance of incoming Water was reached |
05 = E | Cond1MaxTime | Date Time | Date Time | Date and Time when the Maximum Conductance of incoming Water was reached |
06 = F | Cond1Max | Float | µS/cm | Maximum Conductance of incoming Water was reached |
07 = G | Cond2 | Float | µS/cm | Conductance of outgoing Water |
08 = H | Cond2MinTime | Date Time | Date Time | Date and Time when the Minimum Conductance of outgoing Water was reached |
09 = I | Cond2Min | Float | µS/cm | Minimum Conductance of outgoing Water was reached |
10 = J | Cond2MaxTime | Date Time | Date Time | Date and Time when the Maximum Conductance of outgoing Water was reached |
11 = K | Cond2Max | Float | µS/cm | Maximum Conductance of outgoing Water was reached |
12 = L | flow_pertime | Float | L/Min | Flow Volume per Minute |
13 = M | flow_volume | Float | m3 | Total Flow Volume |
14 = N | Internal Value | Float | None | For Internal use only |
15 = O | KS Float | Factor | (0.0 .. 1.0) | Usage of Ionizer in percent divided by 100 |
16 = P | temp_chip | Float | °C | Temperature of internal Chip with Offset +-25°C (only for detecting of relative temperature changes) |
17 = Q | temp_water | Float | °C | Temperature of Water |
18 = R | counter | Integer | Integer | Internal Measurement Counter |
19 = S | system_start_time | Date Time | Date Time | Date and Time of System Start |
20 = T | LastMessage | String | Text | Text of last Error or Warning |
21 = U | PLC1 | Boolean | Boolean | State of digital output 1 for Programmable Logic Controller Interface |
22 = V | PLC2 | Boolean | Boolean | State of digital output 2 for Programmable Logic Controller Interface |
Date Time Format: YYYY.MM.DD hh:mm:ss
YYYY
: YearMM
: MonthDD
: Dayhh
: Hourmm
: Minutess
: Second