I notice that the loop iteration is set to a 25 millisecond delay from the example vi... I'm trying to optimize my code to take synchronous data as fast as possible and I'm wondering how much leeway was left in that 25ms number.
The Wait Until Next ms Multiple function is typically used as timing control of a While Loop to prevent LabVIEW from using too much of the processor. So the minimum value that you can use for this really just depends on the specific computer you are running the code on.
Carlton, it seems I spoke too soon when I mentioned that all was OK and since then I've therefore started a new post with another problem I'm encountering... Sorry to keep dragging on about this - if you want to take a look it's named after the synchronization example. Thanks again for all your help.