03-15-2007 08:15 AM
03-19-2007 09:46 AM
You index the output-array of the filter VI before you save it to file. So on the frontpanel you see the whole waveform, but you save only the first value to the file. Another evidendence for this is the messed up x-Axis (time) in the data loaded from your file. The data you see in the file is neither the data before, nor the data after the filter function. You see only the first value of each measurement. YOu have to put a for-loop arround your save to spreadsheet, or better would be to not index the array at all and write the whole array to file. You can use probes to see what I mean.
Hope this helps!
Andre
03-23-2007 12:37 PM
HI Andre,
First of all, sorry about the delayed reply. Had problems accessing internet. I m sorry, but I dont seem to understand what you said. Can you please tell me in more detail?
Thanks and regards,
03-23-2007 01:39 PM
03-23-2007 01:41 PM
Oh ya...it makes sense now! Thanks so much.
I have another tiny question, if i m reading values from a file, how do i modify the VI to start reading the file again, after it reaches the EOF. I dont want the VI to stop or give an error when EOF file is reached.
Thanks and regards
03-23-2007 01:55 PM
03-23-2007 01:59 PM
03-23-2007 02:14 PM
03-23-2007 02:49 PM
Thanks Dennis. Know what you mean.
One last question, how do I clear the XY graph after every 2 minutes of data display. I tried everything, with no use.
Would be great if you could help me out.
Thanks and regards.
03-23-2007 03:16 PM