I am running a program in the run continously mode.
One of the variables changes with time(It is inside a while loop and is a part of DAQ task).I want to record all the values that this variable takes during run time and write them to a spreadsheet file?
How can that be done?