LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing measurement files

Hi I am experiencing problems when trying to write data out from a device. Currently it appears as though it is trying to take 200 readings per while loop cycle which is far too many samples a second. Is there any way of actualy limiting the number of readings taken to 3/4 or so as 200 is far too many

Regards

Mark
0 Kudos
Message 1 of 2
(2,442 Views)
Not sure, but seems that your problem is to slow down your loop cycle. The simplest thing is to insert a delay in the loop "Time & Dialog >> Wait (ms)" sub-palette, with a 250 to 333 ms wait time.
There are other possibilities. Add a comment if you need more help.
Chilly Charly    (aka CC)
0 Kudos
Message 2 of 2
(2,442 Views)