‎03-18-2009 07:03 AM
Hello,
I am trying to get the labview software to simply use an inputted signal and display it over a set amount of time or to continually updat while not overwriting the previous data aquired. I have the signal from the DAQ card running to the graph fine but at the moment it only runs for a certain time to receive the samples and every time replaces the data held with the knew data aquired. I want to keep the previous data either on the graph or in some other way.
Any help greatly appreciated,
Christopher Boswell
Solved! Go to Solution.
‎03-18-2009 07:07 AM
Hi Christopher,
you have to store the old values. Use a shiftregister to do it. If you get a waveform, then you can use the "Append Waveform" function to create a waveform with all your data.
Mike
‎03-18-2009 09:49 AM
‎03-19-2009 05:51 AM
Thanks for the replys guys. I am trying to use the Waveform chart method. The problem is I can only get it to display 5 seconds no matter how big i make the chart history length. Presumably it is saving the previous waveforms but not displaying them - how do i extend the chart to display the old waveforms?
Thanks in advance,
Christopher Boswell
‎03-19-2009 05:53 AM
Just thought I'd add that I'd like to display at least 60 seconds on the chart while being able to go back through older chart waveforms if possible.
Christopher Boswell
‎03-19-2009 06:01 AM