Status: If the status is missing, the serial number record is initially unused. The status information consists o
the characters p, f and u.
p stands for pending, f“ stands for fail and „u“ means used. e.g. pfpu means pending, fail, pending, used.
Normally the status information will be written by the GALEP software.
RecordType:
DataLenght describes the length of the SerialData-field. It is an ASCII coded decimal value. For the record
types „B“ and „R“ the value can be 0 up to 20.
SerialAddress is an ASCII coded hexadecimal number form 0 to FFFFFFFE and is used for the address o
the serial number. If the record type is „L“ the SerialAddress will be ignored.
SerialData is the serial number data limited to 20 bytes. For RecordType “R” are max 40 ASCII characters
possible. For „L“ and „B“ are max 20 ASCII characters allowed. If the serial data field is shorter than the
length specified than the unused characters will be filled with “00”.
Count is the ordinal number for the serial number record. Several record with the same count are put togethe
to a serial number block(look at the samples).
CSV-Samples.
Sample 1:
1, 0001, 7AA, 2, B
2, 0002, 7AA, 2, B
3, 0003, 7AA, 2, B
4, 0004, 7AA, 2, B
Sample 2:
1, 0001, 7AA, 2, R
1, 1_7AA, , , L
2, 0002, 7AA, 2, R
2, 2_7AA, , , L
3, 0003, 7AA, 2, R
3, 3_7AA, , , L
4, 0004, 7AA, 2, R
4, 4_7AA, BBBB,5 , L //SerialAddress and DataLength will be ignored.
„R“ The record describes the basic serial number data containing SerialData, SerialAddres
and DataLenght.
„L“ SerialData is used as label.
„B“ SerialData is used as label and serial number (togther with SerialAddress un
DataLenght).