Mitsubishi Electric melsec q00ujcpu User Manual page 72

Programmable controller
Hide thumbs Also See for melsec q00ujcpu:
Table of Contents

Advertisement

(1) Inputting numeric values externally to the CPU module
When setting a numeric value to the CPU module externally using a digital switch, BCD (binary-coded decimal)
can be used as DEC (decimal) by the method given in (b).
(a) Numeric values used inside the CPU module
The CPU module performs program operations in binary.
If the value set in binary-coded decimal is used without conversion, the CPU module performs program
operations regarding the set value as binary.
Therefore, the program operations are not performed correctly. (
(b) Using any numeric data regardless of the data type
To convert the data set in binary-coded decimal into binary, which can be used in the CPU module, use the BIN
instruction.
The BIN instruction allows the CPU module to use any external numeric data regardless of the data type.
[Setting numeric data]
Digital switch
4
3
XF
to
Figure 2.35 Inputting data from a digital switch to the CPU module
Remark
For details of the BIN instruction, refer to the following.
QCPU Programming Manual (Common Instructions)
CPU module
2
1
Input data in BCD.
X0
CHAPTER2 SEQUENCE PROGRAMS
(b) below)
BINP K4X0 DO
BIN data
BCD D5 K4Y30
1
2
3
4
5
6
7
8
2 - 33

Advertisement

Table of Contents
loading

Table of Contents