From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

High pulse every samples to read on DAQmx

Solved!
Go to solution

Hello,

 

I am trying to make a tachometer display on labview. I am using the USB 6001 device to read the tachometer analog data.

 

While developing the program, I tried to use the USB 6001 with no sensor connected, just to see how the signal looks like, but in the Waveform Chart I found so many peaks every samples of reading, and when I displayed the graph waveform, it showed like a "time of stabilization". How could I eliminate this initial peak every time?

 

I will appreciate your comments

 

0 Kudos
Message 1 of 3
(2,194 Views)
Solution
Accepted by Navalandrevs

You only posted a picture of your code, not your actual code, so we can't debug it- but I believe you're resetting your filter every loop. You want to reset the filter once at the beginning, then never again during your acquisition, otherwise it'll reinitialize and give you false peaks.

0 Kudos
Message 2 of 3
(2,191 Views)

That was the solution. Thank you so much!

0 Kudos
Message 3 of 3
(2,188 Views)