136
5-14-2
MOVE NOT – MVN(22)
S
: Source word
IR, SR, AR, DM, HR, TC, LR, #
D
: Destination word
IR, AR, DM, HR, LR
Ladder Symbols
Operand Data Areas
MVN(22)
S
D
@MVN(22)
S
D
When the execution condition is OFF, MVN(22) is not executed. When the
execution condition is ON, MVN(22) transfers the complement of the content
of S (specified word or four-digit hexadecimal constant) to D, i.e., for each
ON bit in S, the corresponding bit in D is turned OFF, and for each OFF bit in
S, the corresponding bit in D is turned ON.
Source word
Destination word
Bit status
inverted.
TC numbers cannot be designated as D to change the PV of the timer or
counter. However, these can be easily changed using BSET(71).
ER:
Indirectly addressed DM word is non-existent. (Content of
*
DM word
is not BCD, or the DM area boundary has been exceeded.)
EQ
:
ON when all zeros are transferred to D.
5-14-3
BLOCK SET – BSET(71)
S
: Source data
IR, SR, AR, DM, HR, TC, LR, #
St
: Starting word
IR, AR, DM, HR, TC, LR
Ladder Symbols
Operand Data Areas
E
: End Word
IR, AR, DM, HR, TC, LR
BSET(71)
S
St
E
@BSET(71)
S
St
E
St must be less than or equal to E, and St and E must be in the same data
area.
Description
Precautions
Flags
Limitations
Data Movement
Section 5-14