Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual
Page 169

8Ć11
8.3.1
Input Parameters for the Masked Move Instruction
This table lists the inputs for the MVM instruction and the variable type and data
type/range that each input supports.
Parameter
Description
Variable Type
Data/Type Range
EN
While this input is true, the instruction executes. When this
input is false, the instruction is not executed and ENO is
false.
Connect a Boolean input or output.
In
Enter a constant or variable that you want to copy to Out.
In is the source of the masked move operation.
D simple
D constant
D element of an array
D integer
D double integer
D timer
(name.TPreset and
name.Elapsed)
D counter
(name.CPreset
and name.Current)
Mask
Enter a variable or hexadecimal constant that specifies
which bits to pass or block. A bit set as 1 in the mask
passes the source bit into the destination. Whereas, a bit
set as 0 blocks the source bit from being copied to the
destination. See Defining a Mask" (section 8.0).
Note: Any constants entered are displayed in hexadecimal.
D simple
D element of an array
D hexadecimal
constant
D integer
D double integer
D timer
(name.TPreset and
name.Elapsed)
D counter
(name.CPreset
and name.Current)