192
6-4. Hints for Programming High-level Instructions
2) Processing BCD Data in the Programmable Controllers
• Since the data in the programmable controllers are basically processed in standard binary, it is recommended that
data in the programmable controllers be proceeded by the binary form using the F80 (BCD), F81 (BIN), F82
(DBCD), and F83 (DBIN) instructions.
[BCD data flow]
■ Application Example:
• When data of a digital
switch is input to the
programmable controller,
use the F81 (BIN) or F83
(DBIN) instruction.
• When data is output to the
7-segment digital indicator,
use the F80 (BCD) or F82
(DBCD) instruction.