Hi,
I am trying to do four things in a timed loop each a fixed time after the first. I have done it with a the wait time for each created with a Wait (ms)
I have attached a test VI which I think is equivalent to what I have. This test VI works the way I thought it should.
However, my VI with all sorts of other stuff including waiting for queues doesn't do that.
I would have thought that when the loop is started LabVIEW would start all possible things at once and there would be no need for a sequence to ensure various things start at the appropriate time.
p.s. I tried Evan Prothro's VI Millisecond Timing probes and they seem to be marvellous but I did have one probe downstream from another returning a time of 0:00:0.0 so I am not sure if I have used them correctly.
Any advice welcome.