Attributes
The following attributes of an element can be queried (values are additive to the IndexGroup):
0x000: data content (depending on data type)
0x100: name as string
0x200: type as string [UNS08;SGN08; ... ;SGN32; REAL32, REAL64]
0x300: length of the data in bytes
0x400: unit as string
0x500: BOOLEAN flag indicating whether write access is allowed
0x600: ADS address: In (channel, axis), Out (IndexGroup, IndexOffset)
Programming exampleQuerying the attributesElement: Feedhold
IndexGroup = 0x20300 + <class = HLD> + <attribute> + <channel = 1>= 0x20300 + 0x3000 + <attribute> + 0x1 = 0x23301 + <attribute>0x23301, data content0x23401, name
0x23501, type
0x23601, length
0x23701, unit
0x23801, write access