03-13-2015 09:36 AM
Hello,
I am doing data acquisition with labview and showing it on a waveform chart. I wish to generate an excel file with two columns : time and amplitude automatically after the vi finishs. But everytime I start a new acquisition, the x-axis (time-axis) start from the previous time value and when the excel file is generated, the time doesn't start from 0. I know it is possible to perform"clear chart" from the data operation by right clicking the chart on the front panel, but it is troublesome to do so everytime. Is there any other way to clear the time-axis to 0 for every new launch of the vi?
Solved! Go to Solution.
03-13-2015 09:46 AM
You can use reinitialize to default once the program ends and make empty chart as default by selecting edit>Make current values default
03-13-2015 09:54 AM
03-13-2015 09:57 AM
Is it possible to reinitialize to the waveform chart to default values by itself without me having to click on " reinitialize to default values" manuelly before launching the vi?
03-13-2015 09:59 AM
03-13-2015 12:10 PM
Thanks for the solution. I did this :
but the excel generated doesn't save all the data from the waveform chart. It only save a short amount of data. Why is this so? Is there anyway to save all of the data?
03-13-2015 12:26 PM