Chapter 3 Creating and Editing Screens
Equation
BMOV (Var1, Var2, Var3)
Explanation
BMOV (Var1, Var2, Var3) means to move sequential data of Var3 in length from
address Var2 to address Var1 in block.
Remark
The calculation result can be stored as unsigned WORD.
If the block length is more than internal memory or max number of PLC register,
there will be an error when compiling.
Var1 and Var2 can be controller address or internal memory. Var3 can be
internal memory or constant.
Example
Move the data in $0, $1, $2, $3, $4 to $10, $11, $12, $13 in order (this is an
operation of unsigned 16-bit data).
Revision May, 2010 3-329