Download Print this page

Move Operation - Mitsubishi Electric MELSEC iQ-F FX5 Programming Manual

Instructions, standard functions/function blocks
Hide thumbs Also See for MELSEC iQ-F FX5:

Advertisement

20.7

Move Operation

MOVE(_E)
These functions output the assignment of input values.
Ladder diagram, FBD/LD
[Without EN/ENO]
s
d
Setting data
■Descriptions, types, and data types
Argument
Description
EN
Execution condition (TRUE: Execution, FALSE: Stop)
s(IN)
Input
ENO
Output status (TRUE: Normal, FALSE: Abnormal)
d(MOVE(_E))
Output
Processing details
■Operation processing
• These functions assign the value of variable specified to (s) to the variable specified to (d).
• BOOL, INT, DINT, WORD, DWORD, REAL, STRING, TIME, structure, or array type can be specified for (s) and (d). Specify
the same data type for (s) and (d).
(s)
12
INT
(s)
2147483647
DINT
(s)
65535
WORD
(s)
4294967295
DWORD
(s)
3.402823+38
REAL
[With EN/ENO]
EN
ENO
s
d
(d)
12
INT
(d)
2147483647
DINT
(d)
65535
WORD
(d)
4294967295
DWORD
(d)
3.402823+38
REAL
Structured text
[Without EN/ENO]
d:=MOVE(s);
[With EN/ENO]
d:=MOVE_E(EN,ENO,s);
Type
Input variable
Input variable
Output variable
Output variable
20 ARITHMETIC OPERATION FUNCTIONS
Data type
BOOL
ANY
BOOL
ANY
999
20.7 Move Operation
20

Hide quick links:

Advertisement

loading