9
DEVICE EXPLANATION
9.3 Internal System Devices
9.3.1 Function devices (FX, FY, FD)
9
- 44
9
Device Explanation
10
CPU Module Processing
Time
11
Procedure for Writing
Program to CPU Module
AppendicesIndex
POINT
Valid devices cannot be used in a subroutine program that contains arguments. If
devices assigned for function registers are used, values of the function registers
will not correctly be returned to a calling program.
Remark
Refer to the following manual for how to use the function devices.
QCPU (Q Mode)/QnACPU Programming Manual (Common Instructions)
Diagram 9.46 Ladder example where the devices are unusable in the sub-routine program that contains arguments.
CALLP P0 D0
D R0 R10 FD0
P0
MOV K0 D3
Since the points (D0 to 3) are used
for FD0, D3 can not be used for the
subroutine program.