NEW 1 DELAY 100 2 A=KEY 3 IF A<>0 20 4 A=INT 5 IF A=0 10 6 DELAY 20 7 GOTO 2 10 RELAY1=1 11 DELAY 30 12 RELAY1=0 13 GOTO 1 this line and the lines below are comments and can be removed with a text editor or the errors caused by trying to upload them can be ignored ------------------------------- watchint.tmb watchdog timer program that delays 10 seconds, then requires receiving at least one low going pulse at the interrupt input (digital input #4) every 2 seconds, or else it activates Relay 1 for 3 seconds to power cycle any device whose power is connected to it and whose pulse output is being monitored