EMOV
EMOV, EMOVP
EMOV instruction copies the source (float type) to the Destination (assigned device address).
(It supports only in XP and PLCS CPU series.)
| |
S | Source |
D | Destination |
Instruction | Device address | No. of Steps | Flag | |||||||||||||||
M | X | Y | K | L | F | T | C | S | Z | D | @D | Int. |
| Error | Zero | Carry | ||
EMOV(P) | S | o | o | o | o | o | - | - | - | - | o | o | o | - | 4 | o | - | - |
D | o | - | o | o | o | - | - | - | - | o | o | o | - |
The EMOV(P) instruction copies float type value and writes the value into the Destination(D)
Example)
If X03 is ON, the EMOV instruction copies float value of D90 to D100.