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

Hide thumbs Also See for MELSEC iQ-R Series:
Table of Contents

Advertisement

27.7

Assignment (Move Operation)

MOVE(_E)
RnPCPU
RnPCPU
RnCPU RnENCPU
(Process)
(Redundant)
These functions output the assignment value of an input value.
Ladder, FBD/LD
[Without EN/ENO]
s
d
Setting data
■Description, type, data type
Argument
Description
EN
Execution condition (TRUE: Executed, FALSE: Not executed)
s (IN)
Input
ENO
Output status (TRUE: Normal, FALSE: Abnormal)
d
Output
Processing details
■Operation processing
• These functions assign 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
RnSFCPU RnSFCPU
(Standard)
(Safety)
[With EN/ENO]
EN
ENO
s
d
2147483647
DINT
65535
WORD
4294967295
DWORD
3.402823+38
REAL
1.79769313486231+308
LREAL
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
(d)
12
INT
(d)
(d)
(d)
(d)
(d)
27 ARITHMETIC OPERATION FUNCTIONS
Data type
BOOL
ANY
BOOL
ANY
27.7 Assignment (Move Operation)
27
1917

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents