LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to achieve Stable Current acquisition using cDAQ9185 and NI 9227

Hi everyone,

I am trying to acquire an Analog Current Signal in range of 4mA-20mA using cDAQ9185 and NI 9227. The acquired Signal is not stable. Please suggest me how to smooth or filter the Signal inorder to get a Stable Signal..?

Please find the attached graph below

Thanks in advance

 

Best Regards,

Deepa

0 Kudos
Message 1 of 5
(2,453 Views)

What is the frequency of your signal of interest?

 

9227 can sample up to 50,000 times per second. If you are interested in essentially a DC measurement, then you can arbitrarily average the 50,000 samples every second to reduce the noise by a factor of over 200 and produce one sample every second. The spec indicates that there is an input current error of .4mA at 50kS/s and also about .2% of the range is an offset error. So at a 5A range, we expect our signal to be polluted with noise of around 1mA, which is a lot for a 3.7mA signal. But averaging or filtering could reduce our noise bandwidth a lot and get the effective noise down to .01mA or less.

 

Look at the Statistics express vi or the Filter express vi for ideas about how to filter your data. If you want to cut straight to it, try the mean or FIR filter vis. Of course, it all depends on the bandwidth of the signal you are interested in.

0 Kudos
Message 2 of 5
(2,431 Views)

Are you following NI guidelines on best wiring practices and grounding?

These two papers should get you started.

Field Wiring and Noise Considerations for Analog Signals

Grounding Considerations - Intermediate Analog Concepts

 

More tips here: Five Tips to Reduce Measurement Noise

 

It might also be noise from nearby power lines, a better sampling rate will help. 

Eliminating Powerline Noise from DC Measurements in NI Software

—Ben
Prevent your computer from sleeping programmatically!
Use Power Requests
Download from GitHub

0 Kudos
Message 3 of 5
(2,411 Views)

Frequency in the range of 10 - 10kHz

I will try the filters and averaging. Thanks a lot for your Inputs.

 

Best Regards

Deepa

0 Kudos
Message 4 of 5
(2,392 Views)

Thanks a lot for your Inputs.

 

Best Regards,

Deepa

0 Kudos
Message 5 of 5
(2,390 Views)