436
7 APPLICATION INSTRUCTIONS
7.5 Data Processing Instructions
• The following program links the lower 4 bits of data from D10, the lower 3 bits of data from D11, and the lower 6 bits of data
from D12, and stores at D0.
[Ladder Mode] [List Mode]
[Operation]
0 0 0
1
0
1 1
0 0
1
0
111
0 0
Filled with 0s.
D0
The data in these bits is ignored.
6 bits
3 bits
4 bits
0 0 0
1
0
1 1
00
1
1
0
1 1
00
b3 b0
0 1 0 111 1 0100011 01
b7b12
0 0 1 110 1 10 0 10 11 00
b5 b0
b2 b0
D12
D11
D10
b4b6 b3 b0