In a previous post you said you wanted to start, run for a time
period, stop for a time period, run....etc.
aderogba recommended a good VI to time a While Loop. Put the
functions inside that loop that you want to run for the specified
period of time
To get an OFF period place a For Loop around this VI and place a Wait
Until Next ms Multiple VI inside the For Loop, but Outside the While
Loop.
Each time the While Loop completes its run, the For Loop waits for the
number of miliseconds you specify and then runs the While Loop again.
Mike
June Kiat wrote in message news:<50650000000500000078AA0000-1031838699000@exchange.ni.com>...
> Thanks for your help. However, the timer VI is used in the while loop
> instead.
Do you think that I should implement the timer in the while
> loop and set the whole while structure in the sequence structure?? If
> so, how does the sequence structure realize times up for the next
> sequence??