CSV File Formats

Generic Data Logger

../_images/0a1fd06e703e56520a33139001ea33a2

Explanation of the file formats

1 Dataset consists of:

ID (8 any char) + TimeStamp + msec + Datatype(num) + Datatype(txt) + Length(following data) + max 32 data

Parameter Value
ID = ID of LOG_GENERIC_INPUT (max 8 any characters)
Datatype = DATATYPE of LOG_GENERIC_INPUT (1…7)
Length =

LENGTH of LOG_GENERIC_INPUT (max 88)

BINARY (58); BYTE (88); INT (50); WORD (58); DINT (29); DWORD (31); REAL (27)

Example

../_images/b867eb7a703aa29f0a331390013ba517

File opened directly with Excel

IEC60870 Datalogger

../_images/4706253ccd28d6430a33139000e0f5d7

Explanation of the file formats

1 Dataset consists of the following parameters
Parameter Explanation
IEC_TYPE = IEC_TYPE of LOG_IEC60870_INPUT (1…7)
Slot/Con/Idx/NoDP = PINGROUP of LOG_IEC60870_INPUT (1…7)
Quality_Bits(Byte) = IV/NT/SB/BL/CA/CY/QOV (packed in 1 byte) of LOG_IEC60870_INPUT (1…7)
Quality (SQ) = SQ of LOG_IEC60870_INPUT (1…7)
GADU = calculated internally, from CBP-Configurator (Gadu1+Gadu2)
IAD3/2/1(n) = calculated internally, for every datapoint separately, from CBP-Configurator (IAD1+IAD2+IAD3)
n = 1 or 16, in case of DP is n=2
VAR(n) = variable
IEC type Values Meaning
SP1 - SinglePoint 1
SP16 - SinglePoint 16
DP - DoublePoint
IT1 - IntegratedTotal 1
IT1616 - IntegratedTotal 16
ME1 - MeasurementValue 1
ME16 - MeasurementValue 16
Quality_Bits(Byte): Quality.0 := IV; Quality with quality invalid
  Quality.1 := NT; Quality not topical
  Quality.2 := SB; Quality substituted
  Quality.3 := BL; Quality blocked
  Quality.4 := CA; Quality with quality carry
  Quality.5 := CY; Quality with quality counter adjusted
  Quality.6 := QOV; Quality Overflow Quality
  Quality.7 := Reserve; (*Reserve - Quality*)
Quality SQ(Byte) SQ Quality sequence number

Example

../_images/f478fd60cd290a770a331390013386ac

File opened directly with Excel