You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something is wrong with ALLELM02.CGM. It includes an ESCAPE element towards the end (starting at byte 0x420) that seems to use a different format of data record (not conforming to what 8632-3 includes as NOTE 12 of Table 1 and 8632-1 in Annex H.2.2).
However, within the same package, there are other files (ESCAPE01.CGM and ESCAPE02.CGM) that include a working SDR.
60 2F is the Command Header (Class 6, Id 1, Length 15) FF 9B should be the ESCAPE identifier (P1)
❗ a SDR length similar to S/SF type should follow? 0C is the data type index String
❗ the data element count should follow? 60 45 73 63 61 70 65 44 61 74 61 is the encoded string "EscapeData"
60 2E is the Command Header (Class 6, Id 1, Length 14) 00 16 is the ESCAPE identifier (P1) for item 22 "Transparent Cell Color" 0B is the S/SF style SDR length 00 05 is the data type index Enumerated 00 01 is the data entry count 1 (one entry) 00 01 is the encoded value 1 (one), conforming to the Escape Transparency Indicator "on" 00 02 is the data type index ColorIndex 00 01 is the data entry count 1 (one entry) 00 is the encoded value 0 (zero), conforming to the Escape Transparent Cell Color Specifier "Color Index 0"
The text was updated successfully, but these errors were encountered:
there seems to be some issue with the ATA GREXchange 2.3 and 2.4 sample
file ALLELM02.CGM (which according to the name is supposed to contain
close to all elements allowed by the specification) where the data record
uses a non-standard encoding (see issue #2)
Something is wrong with ALLELM02.CGM. It includes an
ESCAPE
element towards the end (starting at byte 0x420) that seems to use a different format of data record (not conforming to what 8632-3 includes as NOTE 12 of Table 1 and 8632-1 in Annex H.2.2).However, within the same package, there are other files (
ESCAPE01.CGM
andESCAPE02.CGM
) that include a working SDR.ALLELM02.CGM
60 2F
is the Command Header (Class 6, Id 1, Length 15)FF 9B
should be theESCAPE
identifier (P1)❗ a SDR length similar to S/SF type should follow?
0C
is the data type index String❗ the data element count should follow?
60 45 73 63 61 70 65 44 61 74 61
is the encoded string"EscapeData"
ESCAPE01.CGM
60 2E
is the Command Header (Class 6, Id 1, Length 14)00 16
is theESCAPE
identifier (P1) for item 22 "Transparent Cell Color"0B
is the S/SF style SDR length00 05
is the data type index Enumerated00 01
is the data entry count 1 (one entry)00 01
is the encoded value 1 (one), conforming to the Escape Transparency Indicator "on"00 02
is the data type index ColorIndex00 01
is the data entry count 1 (one entry)00
is the encoded value 0 (zero), conforming to the Escape Transparent Cell Color Specifier "Color Index 0"The text was updated successfully, but these errors were encountered: