Sequence structure? Record data in the first frame, delay in frame two,
record some more in frame three.
In article <506500000008000000923D0000-1012609683000@exchange.ni.com>, Beth_K wrote:
> I am working on a program that needs to record data for a given time,
> undergo a delay, and then record data after the given delay time
> again. I have the delay working with a loop within the main loop, but
> it only records one set of data, i.e. 1 value for each channel, before
> delaying and continuing the same process. Any comments or suggestions
> as to the best way to achieve the goal or alleviate the problem?