Installation manual
Publication 1747-RM001G-EN-P - November 2008
Data Handling Instructions 5-19
Operation
When the rung containing this instruction is true, data at the source address
passes through the mask to the destination address. See the figure below.
Mask data by resetting bits in the mask; pass data by setting bits in the mask to
one. The bits of the mask can be fixed by a constant value, or you can vary
them by assigning the mask a direct address.
TIP
Bits in the destination that correspond to zeros in the
mask are not altered.
B3:2 before move
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
source B3:0
0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
Mask F0F0
1 1 1 1 0 0 0 0 1 1 1 1 0 0 0 0
B3:2 after move
0 1 0 1 1 1 1 1 0 1 0 1 1 1 1 1
MVM
MASKED MOVE
Source B3:0
Mask F0F0
Dest B3:2