266
4 OPERATION CONTROL PROGRAMS
4.19 Other Instructions
Same data block transfer: FMOV
■Usable data
: Usable
■Description, data type of result
• The data specified with (S) or contents of device are transferred a part for (n) words of data to the device specified with (D).
• Adjust an executive task, the number of transfer word referring to the operation processing time so that this instruction may
not obstruct the execution of the motion operation because processing time becomes long in argument to the number of
words (n) to be written.
An operation error will occur if:
• (D) to (D)+(n-1) is outside the device range.
• (n) is 0 or a negative number.
• (D) is a CPU buffer memory access device other than the self CPU, or a module access device that is not a self CPU
controlled unit.
• (S) is a bit device and the device number is not a multiple of 16.
• (D) is a bit device and the device number is not a multiple of 16.
Format Number of basic steps Usable steps
F/FS G
FMOV(D), (S), (n) 12
Setting
data
Usable Data
Bit
device
Word device Constant Calculation
expression
Bit
conditional
expression
Comparison
conditional
expression
16-bit
integer
type
32-bit
integer
type (L)
64-bit
floating
point
type (F)
16-bit
integer
type
(K/H)
32-bit
integer
type
(K/H, L)
64-bit
floating
point
type (K)
(D)
(S)
(n)
Setting data Description Data type of result
(D) Transfer destination device starting No.
(S) Device No. which transfer data or data to be transferred are stored.
(n) Number of words to be transferred (1 to 1000000000)