Attribute
Folgende Attribute eines Elements können abgefragt werden (additive Werte zur IndexGroup):
0x000 : Dateninhalt (je nach Datentyp)
0x100 : Name als String
0x200 : Typ als String [UNS08;SGN08; ... ;SGN32; REAL32, REAL64]
0x300 : Länge der Daten in Bytes
0x400 : Einheit als String
0x500 : Flag BOOLEAN, ob Schreibzugriff erlaubt ist
0x600 : ADS-Adresse : In (Kanal, Achse), Out (IndexGroup, IndexOffset)
Programmierbaeispiel: Abfrage der Attribute Element: 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