Abbreviations
4
17200138_002_C0 – (2016-10) –
Leybold
Abbreviations
Abbreviation Meaning
NV
Nonvolatile; attribute value is maintained through power cycles
V
Volatile
INT
Integer value (Range –32'767 … 32'768)
UINT
Unsigned integer value (Range 0 … 65'635)
USINT
Unsigned short integer 8 bit (Range 0 … 255)
UDINT Unsigned double integer (Range 0 … 4'294'967'296)
FLOAT
Floating point value (Range according to IEEE 754)
XX
h
Hexadecimal number (Radix = 16)
XX
d
Decimal number (Radix = 10)
XX
b
Binary number (Radix = 2)
BOOL Boolean variable
ENGUNITS mbar, Torr, Pa
BYTE 1 logical byte
SHORT
STRING
Character string (1 byte per character, 1 byte length indicator)
STRUCT Collection of attributes of different data types