I am using DAQ-mx to acquire data (about 500,000 data points from each channel) in a VI. I am using shift registers to loop around till I get 500,000 data points and pushing them to a global.
I want to store this data and use it in another VI. Currently I read it from the global variable.
I tried writing into a binary file for every loop iteration but there is some problem with looping around with binary write VI.
I've read notes on functional globals, and queue but I am not exactly sure how to implement them. Could someone help ?
Kudos are the best way to say thanks 🙂