LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make this code run for duration specified by the user

Hello ,

I am attaching one of the standard examples code from National Instruments this code gives continuous sound output but I want this to run for the duration specified by the user can anyone help me out with this issue??

 

 

 

 

 

Regards

T

0 Kudos
Message 1 of 2
(2,425 Views)

Take the time before the loop and the time inside the loop.  When the difference is greater than or equal to your user specified duration, stop the loop.

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