6 BASIC INSTRUCTIONS
6.5 Data Conversion Instructions
247
6
• Binary data is used in all operations in CPU module including arithmetic operations (+-), increment and decrement
instructions. When receiving digital switch information in binary-coded decimal (BCD) format into a CPU module, use the
BIN(P) instructions (for converting BCD data into binary data). Furthermore, to output data to seven-segment display unit
handling binary-coded decimal (BCD) data, use the BCD(P) instructions (for converting binary data into BCD data).
(d) Number of digits Data range
K1X0 1-digit 0 to 9
K2X0 2-digit 00 to 99
K3X0 3-digit 000 to 999
K4X0 4-digit 0000 to 9999
Error code
(SD0/SD8067)
Description
3401 The value of each digit of the device specified by (s) is other than 0 to 9. (The data is not binary-coded decimal data.)