Delta DVP-ES2 User Manual
Page 172
D V P - E S 2 / S A 2 / S S 2 / S A2 / S X 2 / S E O p e r a t i o n M a n u a l - P r o g r a m m i n g
3 - 5 6
Program example:
If the program scan time is over 300ms, users can divide the program into 2 parts. Insert the WDT
instruction in between, 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