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
MOVE
MOVE parameters
Parameter
Parameter Type
Data Type
Description
EN
Input
BOOL
When set to true, the instruction is enabled.
  • TRUE: Execute the current computation.
  • FALSE: There is no computation.
Applies to ladder diagram programs.
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 function block diagram example
MOVE ladder diagram example
MOVE ladder diagram example
(* ST equivalence: *) ao23 := ai10;
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal