294
6 BASIC INSTRUCTIONS
6.3 Data Conversion Instructions
• The following program converts, when X20 is turned ON, the BCD data stored at D100 to D102 to BIN and stores the
operation result into the area starting from D200.
[Ladder Mode] [List Mode]
[Operation]
Step
Instruction
Device
000111111001000
000111011110011
001001110000111
0
0
1
1 1 0 0 0 0 0 0 0 1 0 000 0 0
0 0 1 1 1 0 1 1 0 0 1 010 1 0
1 0 0 1 1 0 0 1 1 0 0 110 0 1
BIN conversion
(when D0=3)
D200 BIN 8080
D202 BIN 9999
D201 BIN 7654
D100 BCD 8080
D102 BCD 9999
D101 BCD 7654
8192
4096
2048
1024
512
256
128
64
32
16
8
4
2
1
2000
1000
800
400
200
100
80
40
20
10
8
4
2
1
4000
8000