Move_E - Mitsubishi Electric MELSEC FX Series Structured Programming Manual

Hide thumbs Also See for MELSEC FX Series:
Table of Contents

Advertisement

FXCPU Structured Programming Manual
(Application Functions)
5.3.7
MOVE(_E)
Outline
This function transfers data stored in a device to another device.
1. Format
Function name
MOVE

MOVE_E

*1.
Output variable
2. Set data
Variable
EN
Input
variable
_IN (
ENO
Output
variable
*1
In explanation of functions, I/O variables inside ( ) are described.
Explanation of function and operation
This function transfers data stored in a device specified in
Word [signed] data
s
Cautions
1) Use the function having "_E" in its name to connect a bus.
2) When handling 32-bit data in structured programs, you cannot specify 16-bit devices directly, different
from simple projects. Use labels when handling 32-bit data.
You can specify 32-bit counters directly, however, because they are 32-bit devices.
Use global labels when specifying labels.
148
FX
3U(C)
Structured ladder
MOVE
D0
_IN
MOVE_E
X000
EN
D0
_IN
Execution condition
Transfer source data, or word device which stores such data
)
s
Execution status
Transfer destination word device
(
)
d
12
d
FX
3G
FX
2N(C)
FX
Expression in each language
MOVE(_IN);
Example:
D10:=
*1
D10
MOVE(D0);
MOVE_E(EN,_IN,Output label);
Example:
MOVE_E(X000,D0,D10);
ENO
*1
D10
Description
to a device specified in
s
12
Word [signed] data
5.3 Standard Arithmetic Functions
1N(C)
FX
1S
FX
U
/FX
2C
ST
Bit
ANY
Bit
ANY
d
FX
0N
FX
0(S)
Data type
.

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fx-kp-ok-e09r927

Table of Contents