0 - move instructions, 0 move instructions – Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual

Page 159

Advertising
background image

8Ć1

8.0 Move Instructions

Use the move instructions to copy data between variables.
Choose from these instructions:

Use this instruction:

To:

Move Source Data (MOVE)

move data from one

variable to another

Move Bits Between

Integers/Double Integers

(MVB)

move a specified number of

bits within the same

variable or between

variables

Masked Move (MVM)

move data from a variable,

through a mask, and into

another variable

The supported parameters are:
D simple integers and double integers
D integer and double integer constants
D elements of integer and double integer arrays
D Timer variables (name.TPreset and name.Elapsed)
D Counter variables (name.CPreset and name.Current)
See the input and output parameter description for each instruction for specific

information.

Advertising