LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have a case structure writing a digital out and I need it to express this case for 1 min......how?

basically I just need to know how to make my case structure express a certain case for a specified amount of time. thanks...
0 Kudos
Message 1 of 2
(2,372 Views)

Two ways

  1. Use a Functions palette>>Time and dialog>>'wait'  function and set a 1 minute delay( 60000 m sec) delay
  2. If using a state machine, do a state transition only after the specified time has elapsed, as shown in attached vi

Hope this helps

Regards,

Dev

0 Kudos
Message 2 of 2
(2,370 Views)