1 OVERVIEW
1.1 Performance Specifications
21
1
■Data type
■Constant
■Read/write response of input, output
Specifications Remark
(None) 16-bit integer type (signed) -32768 to 32767 K10, D100, etc.
16-bit integer type (unsigned) 0 to 65535
L 32-bit integer type (signed) -2147483648 to 2147483647 2000000000, W100L, etc.
32-bit integer type (unsigned) 0 to 4294967295
F 64-bit floating-point type (double precision real number type) IEEE format 1.23, #10F, etc.
Specifications Remark
K Decimal
constant
The above data type symbol 'L' or '. (decimal point)' provided at the end indicates the
data type. The constant without the data type is regarded as the applicable minimum
type.
K-100, H0FFL, etc.
'K' may be omitted.
H Hexadecimal
constant
Specifications Remark
Input response Direct read control at instruction execution.
Output response Direct write control at instruction execution.