9
-
96
CHAPTER9 DEVICES
9
9.12 C
onst
ants
9.12.1
Decimal co
nstan
t (K)
9.12 Constants
9.12.1Decimal constant (K)
(1) Definition
The decimal constant (K) is used to specify decimal data in sequence programs.
Specify it as K
(example: K1234) in sequence programs.
In the CPU module, data are stored in binary (BIN). (
(2) Specification range
The specification ranges for decimal constants are as follows:
• When using word data (16-bit data) •••••••••••••••••••••••••••••••• K-32768 to K32767
• When using 2-word data (32-bit data)•••••••••••••••••••••••••••••• K-2147483648 to K2147483647
The most significant bit represents a sign bit.
9.12.2Hexadecimal constant (H)
(1) Definition
The hexadecimal constant (H) is a device for specifying hexadecimal or BCD data in sequence programs.
(For BCD data, each digit of a hexadecimal number is specified with 0 to 9.)
In sequence programs, specify it as H
(example: H1234). (
(2) Specification range
The specification ranges for hexadecimal constants are as follows:
• When using word data (16-bit data) ••• H0 to HFFFF (For BCD data, H0 to H9999)
• When using 2-word data (32-bit data) ••• H0 to HFFFFFFFF (For BCD data, H0 to H99999999)
Содержание 00JCPU
Страница 1: ......
Страница 2: ......
Страница 96: ...2 51 2 4 5 Character string data 1 Definition The CPU module uses shift JIS code character strings...
Страница 541: ......
Страница 542: ......