05-01-2013 08:21 AM
Hi:
Is there any loop structure in Labview that can be processed with specific iterations and specific time for each iteration?
Thx~
05-01-2013 09:02 AM
Like the Timed Loop?
05-01-2013 09:44 AM - edited 05-01-2013 09:46 AM
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)