10-02-2007 04:25 AM
I am following the example of niScope EX Digital Filtering.vi
It works all right. Every time will refresh almost the same kind waveform.
After I integrate it into my program, the first display of data and the following display data is different. Evertime like this.
May you give any suggestion?
10-02-2007 04:26 AM
10-03-2007 12:19 PM
10-08-2007 03:58 AM
I think it is not a noise, just when switch trigger source from hardware to software, the hardware connection seems has high priority even the software connection is still on.
I have attached vis in the attachement.
10-09-2007 05:40 PM
Hi Yu Ming,
I’ve looked through your VIs and am having trouble determining what exactly might be causing this problem. From what I can tell from you code, the first iteration is being fetched and filtered just like the example, but you want to do additional filtering with the Filter_1channel.vi. I think that you’re not initializing this VI correctly or the VI does not correctly handle the first iteration. Please post back with a description of what exactly you are trying to accomplish with the Filter_1channel.vi and any algorithm, formula, or code that you’re basing this VI on (if any) so I can better see what you’ve started with and what you’re trying to do.
If you have been able to reproduce this problem with any scaled down code, please also post that.
10-09-2007 10:23 PM
10-09-2007 10:24 PM
10-12-2007 01:10 PM
10-12-2007 01:20 PM - edited 10-12-2007 01:20 PM
Message Edited by ryan_d on 10-12-2007 01:20 PM
10-14-2007 08:36 PM