Chapter 5. Power Supply / CPU
5-7
5.3.3 Scan time
The processing time from a 0 step to the next 0 step is called Scan Time.
1) Scan time measurement
Scan time is the sum of the processing time that the user has written, and this includes the task program processing
time and the PLC internal processing time. The scan time can be measured as below.
(1) Scan time = Scan program processing time + Task program processing time + PLC internal processing time
• Scan program processing time = The processing time used to process a user program that is not specified
to a task program.
• Task program processing time = The total processing time of interrupt programs executed during one scan.
• PLC internal processing time = Self-diagnosis time + I/O refresh time + Internal data processing time +
Communications service processing time
(2) Scan time differs in accordance with the execution or non-execution of interrupt programs and commun
ication processing, etc.
2) Flag
(1) Scan time is stored in the following system flag area.
y _SCAN_MAX: Maximum scan time (unit: 1 ms)
y _SCAN_MIN: Minimum scan time (unit: 1 ms)
y _SCAN_CUR: Current scan time (unit: 1 ms)
5.3.4 Scan Watchdog Timer
1) Watchdog timer is used to detect a delay of abnormal operation of sequence program (Watchdog time is set in menu
of basic parameter of GMWIN.)
2) When watchdog timer detects an exceeding of preset watchdog time, the operation of PLC is stopped immediately and all
output is off.
3) If an exceeding of preset watchdog time is expected in sequence program, use ‘WDT_RST’ function. ‘WDT_RST’
function makes elapsed watchdog time as zero.
4) In order to clear watchdog error, using manual reset switch, restarting the PLC or mode change to STOP mode are
available.
REMARK
1) Setting range of watchdog: 1 ~ 65535ms ( unit: 1ms ).