Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

digtal filter option of M-Series BAQ Board

Hi...

is the digital filter option of M-Series BAQ Board applicable to couter task...single low-frequency measurement about 15 KHz?

it some how does not work in my code...please help me...
0 Kudos
Message 1 of 6
(3,192 Views)

Hi Share Good,

NI-Daqmx currently only supports digital line filtering on counter only.

There is a little more explanation and some sample code on this KB.

I hope this is of some assistance to you.

Mike W
Applications Engineer
National Instruments UK&Ireland
0 Kudos
Message 2 of 6
(3,189 Views)
Hi...

can u pls look at the code attached and tell me where i am going wrong...?

i have also tried with different cutoff frequencies of the digital filter...but failed...
i dont get error but it is not effective....(not filtering the freqeuncies above the cutoffs)
i used PXI-6255 counters and a frequency source generates upto 2 MHz square wave with amplitude between 4-5 V
0 Kudos
Message 3 of 6
(3,184 Views)
Hi,
 
This KB should help to solve your problem. You need to choose a supported value for the filter when enabling the digital filter, and enabling the filter is done via the use of a channel node.
 
 
By incorporating this and the attached example into your application you should achieve success. This link will also prove useful, as it gives instructions of how to programme an M-series filter.
 
I hope these resources are of some assistance to you and I wish you success with your application, if you have any more problems let me know.
 
Regards,
Mike W
Applications Engineer
National Instruments UK&Ireland
0 Kudos
Message 4 of 6
(3,170 Views)
Hi Mike,

the link you have sent me is just perfect...

i have fixed the bug in my code...Thanks a lot...


0 Kudos
Message 5 of 6
(3,166 Views)
Your welcome, I'm glad the issue could be fixed. I wish you success with your application.
Mike W
Applications Engineer
National Instruments UK&Ireland
0 Kudos
Message 6 of 6
(3,164 Views)