Mov - Allen-Bradley Micro800 General Instructions Manual

Programmable controllers
Hide thumbs Also See for Micro800:
Table of Contents

Advertisement

Chapter 5
Arithmetic instructions

MOV

Tip:
The MOV instruction displays in the Block Selector when it is launched from a Ladder Diagram POU or a Function Block Diagram POU, but it does not display in a
Structured Text POU. Structured Text programs use the "=" assignment operator instead of the MOV function.
Parameter
EN
i1
o1
ENO
88
MOV moves a copy of the value in input (i1) to the output (o1).
Arguments
Parameter
Data Type
Type
Input
BOOL
Input
BOOL - DINT - REAL - TIME - STRING - SINT - USINT
- INT - UINT - UDINT - LINT - ULINT - DATE - LREAL
- BYTE - WORD - DWORD - LWORD
Output
BOOL - DINT - REAL - TIME - STRING - SINT - USINT
- INT - UINT - UDINT - LINT - ULINT - DATE - LREAL
- BYTE - WORD - DWORD - LWORD
Output
BOOL
Example
(* ST equivalence: *)
ao23 := ai10;
Rockwell Automation Publication 2080-RM001D-EN-E - February 2015
Description
Function enable.
When EN = TRUE, execute the direct link to an output computation.
When EN = FALSE, there is no computation.
Applies only to LD programs.
Applies only to LD programs.
Input and output must use the same data type.
Input and output must use the same data type.
Enable out.
Applies only to LD programs.

Advertisement

Table of Contents
loading

Table of Contents