LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sampling rate for long duration data acquisition

Thanks for the clarification.  In this case, I would recommend using a producer/consumer architecture.  This will allow you to sample the data at your desired rate and enqueue it in the producer loop.  You could then dequeue it and save it to the file in the consumer loop.  If you wanted to write it once a minute, add a Wait(ms) timer in the consumer loop so that the loop only runs once per minute.  There are examples of this included with LabVIEW and on our website. I hope this helps get you started!

 

Applications Engineer
National Instruments
0 Kudos
Message 11 of 12
(927 Views)

Thanks, I only write in labview one or two times a year and these foums help jar my memory.

 

Conrad

0 Kudos
Message 12 of 12
(919 Views)