MOVE
The MOVE instruction assigns the input (i1) value to the output (o1).
Languages supported: Function block diagram, ladder diagram, structured text.
For structured text programs, use the Equal (=) operator instead of MOVE.
This instruction applies to the Micro810, L20E, L50E, and L70E controllers.
MOVE

Parameter | Parameter Type | Data Type | Description | |
---|---|---|---|---|
EN | Input | BOOL | When set to true, the instruction is enabled.
| |
i1 | Input | BOOL DINT REAL TIME STRING SINT USINT INT UINT UDINT | LINT ULINT DATE LREAL BYTE WORD DWORD LWORD | Input and output must use the same data type. |
o1 | Output | BOOL DINT REAL TIME STRING SINT USINT INT UINT UDINT | LINT ULINT DATE LREAL BYTE WORD DWORD LWORD | Input and output must use the same data type. |
ENO | Output | BOOL | Enables output. Applies to ladder diagram programs. |
MOVE examples
MOVE function block diagram example

MOVE ladder diagram example

(* ST equivalence: *) ao23 := ai10;
Provide Feedback