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
- last edited on
05-07-2026
08:08 AM
by
Content Cleaner
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)