2
-
20
CHAPTER2 SEQUENCE PROGRAMS
2
3
2.3 Settings When Progr
am is Divided
2.3.1 I
nitial execution type prog
ram
(b) Initial scan time
Initial scan time is the execution time of initial execution type program.
When multiple programs are executed, the initial scan time will be the time required for completing all the initial
execution type program execution.
1) Initial scan time storage location
The CPU module measures the initial scan time and stores it into the special register (SD522 and SD523).
The initial scan time can be checked by monitoring SD522 and SD523.
If the stored values in SD522 and SD523 are 3 and 400 respectively, the initial scan time is
3.4ms.
2) Accuracy and measurement of the initial scan time
Accuracy of the initial scan time stored in the special register is 0.1ms.
Even if the WDT instruction (instruction that resets the watchdog timer) is executed in the sequence program,
the measurement of the initial scan time continues.
3) Execution of an interrupt program or fixed scan execution type program
When an interrupt program or fixed scan execution type program is executed before completion of the initial
execution type program execution, the execution time of the executed program will be added to the initial
scan time.
(3) Precautions on programming
Initial execution type programs do not support the instructions that require several scans (instructions with
completion device).
SEND, RECV, and similar instructions
Figure 2.23 Initial scan time storage location
SD522
SD523
Stores the initial scan time. (unit: ms).
Stores the initial scan time of 1ms or less (unit: s).
Example
Example