Assignment (Move Operation) - Mitsubishi Electric MELSEC iQ-R Series Programming Manual

Motion module instructions, standard functions/ function blocks
Hide thumbs Also See for MELSEC iQ-R Series:
Table of Contents

Advertisement

14.6

Assignment (Move Operation)

MOVE
This function outputs the assignment value of an input value.
Structured text
d:=MOVE(s);
Setting data
■Description, type, data type
Argument
s (IN)
d
Processing details
■Operation processing
• This function assigns the value of the input variable specified by (s) to the output variable specified by (d).
• Input a BOOL, INT, DINT, WORD, DWORD, REAL, LREAL, STRING, TIME, structure, or array data type value to (s) and
(d). The values input to (s) and (d) must be of the same data type.
(s)
12
INT
(s)
2147483647
DINT
(s)
65535
WORD
(s)
4294967295
DWORD
(s)
3.402823+38
REAL
(s)
1.79769313486231+308
LREAL
■Operation result
The operation processing is performed. The operation result is output from (d).
Operation error
Error code
Description
2820H
There is no NULL code (00H) in the setting area specified by (s) in the device/label memory.
3405H
The number of characters in the string input to (s) exceeds 16383.
3406H
The entire string cannot be stored in the setting area specified by (d) in the device/label memory. (The number of required points is
insufficient.)
14 ARITHMETIC OPERATION FUNCTIONS
186
14.6 Assignment (Move Operation)
Description
Input
Output
1.79769313486231+308
(d)
12
INT
(d)
2147483647
DINT
(d)
65535
WORD
(d)
4294967295
DWORD
(d)
3.402823+38
REAL
(d)
LREAL
Type
Data type
Input variable
ANY
Output variable
ANY

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents