07-24-2009 12:26 AM
I'm getting some voltage input from USB6009. Those input voltages contain ceratain amount of noise. How to overcome this noise part in Labview.
Is there any controls in Labview?
Thank you,
Regards,
Rathan
07-24-2009 12:54 AM
07-27-2009 12:37 AM
07-27-2009 01:08 AM
07-27-2009 03:10 AM
07-27-2009 06:57 AM
Yes Baji, Seems that problem is solved, I have attached the screenshot of the vi, please guide me if any problems. inside of the while loop I placed my DAQAssistant and then the data output is acquired by Get XY Value.vi and it is drawn by the graph. Now the problem is I want to display the time as well in the graph,
From "Get XY Value.vi" I can get the Time stamp, but hw to pass it to the graph/ How to draw it in the graph (in the X axis)
Screenshot attached. Could you plese guide me,
Regards,
Rathan
07-28-2009 02:05 PM - edited 07-28-2009 02:07 PM
You will have to rebuild the data into a waveform which contains the y data as well as a timestamp and a dt.You can use the Build Waveform function in Functions > Programming > Waveform palette.
Alternatively, if you have the Advanced Signal Processing toolkit you can use the TSA Moving Average VI which will do all the work for you.