Attention
IronPLC supports IEC 61131-3 Structured Text excluding I/O mapping.
MOVE¶
Copies the input value to the output (assignment).
IEC 61131-3 |
Section 2.5.1.5.4 |
Support |
Supported |
Signatures¶
# |
Input (IN) |
Return Type |
Support |
|---|---|---|---|
1 |
|
|
Supported |
2 |
|
|
Supported |
3 |
|
|
Supported |
4 |
|
|
Supported |
5 |
|
|
Supported |
6 |
|
|
Supported |
7 |
|
|
Supported |
8 |
|
|
Supported |
9 |
|
|
Supported |
10 |
|
|
Supported |
Description¶
Copies the value of IN to the output. MOVE is the functional form
of the := assignment operator. It is useful when an explicit function
call is preferred over the assignment syntax, for example as an argument
to other functions.