1
Technical support / time delay on relay release
« on: June 18, 2005, 08:09:49 AM »
On the T100MD I close and open a relay at a certain frequency as follows:
if pulseperiod(1) < 33000 then
setio out1
else
clrio out1
endif
how do I insert a delay (say 5 seconds) before the relay releases? I need a certain amount of hysteresis in the circuit.
if pulseperiod(1) < 33000 then
setio out1
else
clrio out1
endif
how do I insert a delay (say 5 seconds) before the relay releases? I need a certain amount of hysteresis in the circuit.