08-15-2008 09:50 AM
08-15-2008 09:56 AM
08-15-2008 10:27 AM
08-15-2008 10:48 AM
08-15-2008 10:54 AM
08-15-2008 11:31 AM
jmcbee wrote:
However I believe the waveform chart will lose its history if the program is stopped (perhaps smercurio_fc can confirm or deny this for both of us), so you wont be able to recall data that was taken prior to a program restart.
Depends on what you do. If you don't fiddle with scales then you shouldn't lose the previous data on restart. You can see this in the example "Charts" that ships with LabVIEW, vs "Real-Time Chart".
08-18-2008 10:40 AM
Hi
I tried to save data using write to file express vi. I am sampling 100s/s. After i'm done writing to file i checked the data see if i am getting the right time values Vs voltage. but time values sometimes represents negative valus. Could you tell me how to write to file with correct time stamp? And writing to queue may be a bettter idea? is that right? Thanks
08-18-2008 12:31 PM
Hello Suni,
I put a little example program together that shows one way to do what I think you want to do. You can find it attached labeled Producer Consumer Save Data Example.vi I did not plot the data but it shows how to take data, save it to file, and pull it out of the file based on a user supplied time window. Feel free to write back with questions, comments, improvements...
Enjoy
08-18-2008 12:35 PM
08-20-2008 06:49 PM
If i choose waveform chart and increase the buffer to store data points can i use cursors to to move x axis and go back in time to dispaly old data? I tried to write data folating point data to a file using producer and consumer vi. I coould do it. Thanks