MOVE
Assigns the input to the output value.

By default, the EN input value and the ENO output value are set. You can delete the EN input and the ENO output.
Input
Name | Type | Description |
|---|---|---|
EN | BOOL | TRUE enables the assignment |
IN | ANY | Input |
Output
Name | Type | Description |
|---|---|---|
ENO | BOOL | ENO = EN |
OUT | ANY | OUT := IN, if EN = TRUE |