Note: when used as BCD number operands, the value is treated as a hexadecimal value (e.g. using a NUMBER E234Eis equivalent to typing E1234Eas the operand, so that the decimal interpretation is made of the value). The value of a NUMBER data type is assumed to be decimal, unless it is prefixed with '#' for a hexadecimal value.
REAL Address of a double word floating point value (IEEE format - use the UDINT
type for the BCD, FDIV format).
LREAL Address of a long word floating point value (IEEE format - use the
ULINT type for the BCD format).
UDINT Address of an unsigned, double binary word.
UDINT_BCD Address of an unsigned, double BCD word.
UINT Address of an unsigned, single binary word.
UINT_BCD Address of an unsigned, single BCD word
ULINT Address of an unsigned, quad binary word.
ULINT_BCD Address of an unsigned, quad BCD word.