LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

loop structure with certain time for each iteration and specific iterations

Hi:

    Is there any loop structure in Labview that can be processed with specific iterations and specific time for each iteration?

    Thx~

0 Kudos
Message 1 of 3
(2,272 Views)

Like the Timed Loop?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(2,261 Views)

Neilzlf wrote:

    Is there any loop structure in Labview that can be processed with specific iterations and specific time for each iteration?

    Thx~


You can use a FOR loop containing a wait primitive, then autoindex over an U32 array of different waits.

 

(I assume you want a different wait for each iteration, but your question can be interpreted in several ways)

0 Kudos
Message 3 of 3
(2,251 Views)