Hello all,
I know this is a stupid question but I was really confused about the wait function.
I have read the description and I didn't quite get it. I thought that if I put a wait function in a while loop, then the system would wait for a certain amout of time between two iterations. So I tried to build a really simple VI taking data at 400s/s. Each iteration took 10 data and there was a 1000ms constant wired to wait function. It turned out that there was't a wait between every reading of 10 data, but the wavechart did update quite slowly(about 1000ms per update).
Did I understand it wrongly or did I built the VI incorrectly? Then what's is the correct way if I want the while loop to pause for a certain amout of time before the next interation?
Thank you!