5-142
5.3 Standard Arithmetic Functions
5.3.7 Move operation
MOVE(_E)
Operation Error
No operation error occurs in the execution of the MOVE(_E) function.
Program Example
The program which moves the word (signed) type data input to to .
(a) Function without EN/ENO (MOVE)
[Structured ladder]
[ST]
g_int2:= MOVE(g_int1);
(b) Function with EN/ENO (MOVE_E)
[Structured ladder]
[ST]
g_bool3 := MOVE_E(g_bool1, g_int1, g_int2);
s
d