1274
Model Conversion Instructions (Unit Ver. 3.0 or Later) Section 3-35
Description MOVBC(568) copies the specified bit (n) from S to the specified bit (m) in D.
The other bits in the destination word are left unchanged.
Note The same word can be specified for both S and D to copy a bit within a word.
Flags
Note In C-series PLCs, the MOVE BIT (MOVB) instruction will cause the Error Flag
to go ON if the content of an indirectly addressed DM word (*DM) is not BCD,
or the DM area boundary is exceeded. MOVBC(568) will not cause the Error
Flag to go ON in these cases.
EM Area with bank En_00000 to En_32767
(n = 0 to C)
Indirect DM/EM
addresses in binary
@ D00000 to @ D32767
@ E00000 to @ E32767
@ En_00000 to @ En_32767
(n = 0 to C)
Indirect DM/EM
addresses in BCD
*D00000 to *D32767
*E00000 to *E32767
*En_00000 to *En_32767
(n = 0 to C)
Constants #0000 to #FFFF
(binary)
Specified values
only
---
Data Registers DR0 to DR15
Index Registers ---
Indirect addressing
using Index Registers
,IR0 to ,IR15
–2048 to +2047, IR0 to –2048 to +2047, IR15
DR0 to DR15, IR0 to IR15
,IR0+(++) to ,IR15+(++)
,–(– –) IR0 to, –(– –) IR15
Area S C D
Name Label Operation
Error Flag ER ON if the rightmost and leftmost two digits of C are not
BCD or outside of the specified range of 00 to 15.
OFF in all other cases.