LD RealValue R_UINT_WORD ST WordValue
WordValue := R_UINT_WORD (RealValue);
Parameter
|
Data type
|
Description
|
---|---|---|
INP
|
Input value
|
Parameter
|
Data type
|
Description
|
---|---|---|
OUTP
|
Output value
|
Base
|
Lower limit
|
Upper limit
|
---|---|---|
Hexadecimal
|
16#0
|
16#FFFF
|
Octal
|
8#0
|
8#177777
|
Binary
|
2#0
|
2#1111111111111111
|
Data
|
Representation in one of the bases
|
---|---|
0000000011010011
|
16#D3
|
1010101010101010
|
8#125252
|
0000000011010011
|
2#11010011
|