I am acquiring 6 channels of data (3 Voltage; 3 current) using the DAQ Assistant VI. The data is displayed on two waveform graphs: voltages are on the first graph, currents are on the second graph. I have added menu rings that allows the user to alter the timescale of each graph during runtime.
I want to be able to do the following WITHOUT stopping the outermost while loop that controls the VI.
1.) Pause the graph updates.
2.) Write the data that is displayed on the graph to a measurement file.
3.) Resume the graph updates.
I have attached the VI. Any help that you can offer will be greatly appreciated!