Hi ...
I am currently trying to get continously data from a device which is connected via GPIB. I have a while loop, which does the reading and I put the Elapsed Time Express VI into it, so the while loop stops after 30 seconds (or at least I thought so).
What happens:
* I activate the read process for the first time, it takes exactely 30 seconds as expected.
* 10 Seconds later, I activate the process for the second time, it takes 20 seconds (?).
* 5 Seconds later, I activate the process for the third time, it takes 25 seconds (?).
I attached an image of my VI, maybe you could tell me what I'm doing wrong?