PDA

View Full Version : Countdown timer



rkirmeier
July 29th, 2004, 12:03 PM
How can setup a button in NR that when pushed will perform a function then wiat 10 min and perform another function while allowing me to still use any other functions during the 10 minute wait?

The purpose is to shutdown my projector then 10 min later turn off the exaust fan but I still need to use NR during this this wait to perform other functions. If I use the wait command in girder or Delay in NR I have to wait until the commands have completed before I can continue using NR.

Thanks,
RK

Promixis
July 29th, 2004, 02:52 PM
RK,

Don't use a wait in Girder. Try using the event from NR to start the AlarmTimer plugin which will generate an event after 10 mins....

rkirmeier
July 29th, 2004, 05:43 PM
Works perfect! I figured it would be this simple just didn't know about the alarm timer..

Promixis
July 29th, 2004, 05:47 PM
Glad its working...