Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - temp

Pages: [1]
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.
 

Pages: [1]