01-29-2019 06:46 PM
Hi all,
I am fairly new to LabVIEW and trying to acquire data using a Picoscope 4824 and LabVIEW. I have downloaded an example VI provided by Pico technology - http://PicoScope4000aExampleStreaming.vi, as found here https://github.com/picotech/picosdk-ni-labview-examples/tree/master/ps4000a/64-bit-examples. The block diagram is attached as a photo.
I would like to build in a function that writes the data to a tdms file continuously until I stop the capture. Could anyone help out with where I need to place the function within the block diagram?
Thanks a lot.
01-30-2019
12:05 AM
- last edited on
05-14-2025
09:58 PM
by
Content Cleaner
I would put it into a separate loop and pass data to that loop using a queue or similar mechanism. It is called a producer-consumer design pattern.
see also:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x1r9CAA&l=en-US