Chapter 32 Constants; Decimal Constant (K); Hexadecimal Constant (H) - Mitsubishi Electric MELSEC iQ-R Series User Manual

Process cpu module
Hide thumbs Also See for MELSEC iQ-R Series:
Table of Contents

Advertisement

32
CONSTANTS
This section describes constants.
32.1

Decimal Constant (K)

Use this type of constants when specifying decimal data in a program. Specify the decimal constant using K character (e.g.
K1234). The specification range depends on the argument data type of the instruction using the decimal constant as shown in
the following table:
Argument data type of the instruction
Data size
16 bit
32 bit
32.2

Hexadecimal Constant (H)

Use this type of constants when specifying hexadecimal data in a program. Specify the hexadecimal constant using H
character (e.g. H1234). To specify data in BCD, specify each digit of hexadecimal value with numerical characters 0 to 9. The
specification range depends on the argument data type of the instruction using the hexadecimal constant. The range is H0 to
HFFFF for 16-bit data size, and H0 to HFFFFFFFF for 32-bit data size.
32 CONSTANTS
526
32.1 Decimal Constant (K)
Data type name
Word (signed)
Word (unsigned)/bit string (16 bit)
16-bit data
Double word (signed)
Double word (unsigned)/bit string (32 bit)
32-bit data
Specification range for decimal constant
K-32768 to K32767
K0 to K65535
K-32768 to K65535
K-2147483648 to K2147483647
K0 to K4294967295
K-2147483648 to K4294967295

Advertisement

Table of Contents
loading

Table of Contents