LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

number of iteration

Hi Everbody,

 

Can I control the iteration number for a specific time. For example, 50 iteration is run within 10 second.

 

Thank you.

0 Kudos
Message 1 of 4
(2,615 Views)

Use a timed while loop.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 3 of 4
(2,549 Views)

@paul_cardinale wrote:

Use a timed while loop.


If you're on Windows, don't confused a timed while loop with a timed loop.

 

Use a while loop with a wait(ms) inside it

Message 4 of 4
(2,542 Views)