6 Application Instructions API 00-49
DVP-PLC Application Manual
6-14
API Mnemonic
Function
07
WDT P
Watchdog
Timer
Refresh
Controllers
ES/EX/SS SA/SX/SC EH/SV
OP Descriptions
Program
Steps
N/A
WDT, WDTP: 1 steps
PULSE 16-bit 32-bit
ES EX SS SA SX SC EH SV ES EX SS SA SX SC EH SV ES EX SS SA SX SC EH SV
Explanations:
1. No
operand.
2.
The watchdog timer in DVP series PLCs is used for monitoring the operation of the PLC system.
3.
WDT instruction can be used to reset Watch Dog Timer. If the PLC scan time (from step 0 to END or when
FEND instruction is executed) exceeds 200ms, PLC ERROR LED will flash. The user will have to turn off PLC
and back On again. PLC will determine RUN/STOP status by RUN/STOP switch. If there is no RUN/STOP
switch, PLC will return to STOP status automatically.
4.
When to use WDT:
a) When errors occur in the PLC system.
b) When the executing time of the program is too long, resulting in the scan time being larger than the content in
D1000, the user can improve the problem by the following two methods.
Using WDT instruction
t1
t2
STEP0
END(FEND)
WDT
Using the set value in D1000 (default value: 200ms) to change the time for watchdog.
Program Example:
Assume the scan time of the program is 300ms, divide the program into two parts and place WDT instruction in the
middle of the two parts, making scan time of the first half and second half of the program being less than 200ms.
X0
END
END
WDT
300ms program
150ms program
150ms program
Dividing the program to two parts
so that both parts' scan time are
less than 200ms.
Watchdog timer reset
Содержание DVP-PLC
Страница 1: ...PLC PLC...
Страница 28: ...1 Basic Principles of PLC Ladder Diagram DVP PLC Application Manual 1 24 MEMO...
Страница 192: ...4 Step Ladder Instructions DVP PLC Application Manual 4 22 MEMO...
Страница 250: ...6 Application Instructions API 00 49 DVP PLC Application Manual 6 38 X0 DIV D0 D10 D20 D0 D10 K4Y0 DIV...
Страница 270: ...6 Application Instructions API 00 49 DVP PLC Application Manual 6 58 RST M0 X0 RST T0 RST Y0 FMOV K0 D10 K5...
Страница 337: ...7 Application Instructions API 50 99 DVP PLC APPLICATION MANUAL 7 53 X10 STMR T10 K50 Y0 Y3 X10 Y1 Y2 5 sec 5 sec...
Страница 458: ...8 Application Instructions API 100 149 DVP PLC Application Manual 8 56 or relay itself See 2 3 for more information...
Страница 472: ...8 Application Instructions API 100 149 DVP PLC Application Manual 8 70 MEMO...
Страница 574: ...9 Application Instructions API 150 199 DVP PLC Application Manual 9 102 MEMO...