05-24-2017 04:16 AM
Hello,
I've found this code for defining the sampling rate in a DAQ system. However, in my case I would need to change this rate from time to time. How could I do it without changing the sampling rate at every cycle of the loop? Is there any nice way to do it with interruptions or similarly?
05-24-2017 06:45 AM
If you want to use single while loop structure of the VI, then you can use the following approach, as on the snippet.