10-19-2006 12:21 PM
10-19-2006 12:24 PM
10-19-2006 12:54 PM
10-19-2006 01:50 PM - edited 10-19-2006 01:50 PM
Message Edited by TonP on 10-19-2006 08:58 PM
10-19-2006 03:45 PM
09-12-2019 05:05 AM - edited 09-12-2019 05:58 AM
@TCPlomp wrote:
-07 4E : The rest is proprietary to NI (unfortunately
-75 6D :
-65 72 :
-69 63 :
-05 41 :
-72 72 :
-61 79 :
The last part is
07 - Length of String
4E 75 6D 65 72 69 63 - "Numeric"
05 - Length of String
41 72 72 61 79 - "Array"
The first string is still part of the Array Element Type Descriptor. The Label of the "control" always comes at the end.
The second string is part of the Array Type Descriptor.
So you have an Array names "Array" containing a numeric named "Numeric".
The names are optional. If you take the entire length of the Type Descriptor and have parsed the rest, any data left at the end indicates the name of the Data field. Note that the designated length of the TD for the Numeric is 12 (including the length). This includes 2 Bytes for Length, 2 Bytes for Type (1st Byte is reserved) and 1 Byte for String Length and 7 Bytes for String.