5.11 Details on the variable type
Variable type INTEGER
The following extensions for determining the display in the input/output field and the memory
utilization are possible for the "INTEGER" type:
2nd character in the extension data type
Display format
B Binary
D Decimal signed
H Hexadecimal
No data Decimal signed
3rd and/or 4th character in the extension data type
Memory utilization
B Byte
W Word
D Double word
BU Byte, Unsigned
WU Word, Unsigned
DU Double word, Unsigned
Sequence of characters in the INTEGER data type
1. "I" Basic INTEGER designation
2. Display format
3. Memory utilization
4. "U" Unsigned
Valid INTEGER type specifications:
IB Integer variable 32 bits in binary notation
IBD Integer variable 32 bits in binary notation
IBW Integer variable 16 bits in binary notation
IBB Integer variable 8 bits in binary notation
I Integer variable 32 bits in decimal notation signed
IDD Integer variable 32 bits in decimal notation signed
IDW Integer variable 16 bits in decimal notation signed
IDB Integer variable 8 bits in decimal notation signed
IDDU Integer variable 32 bits in decimal notation unsigned
IDWU Integer variable 16 bits in decimal notation unsigned
IDBU Integer variable 8 bits in decimal notation unsigned
Variables
5.11 Details on the variable type
SINUMERIK Integrate Run MyScreens (BE2)
98 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1