LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data acquisition with NI 9234

Solved!
Go to solution

Hi, my name is  Claudio. I would like to ask a question about an issue that i'm facing while trying to acquire acceleration datas of a vibrating object using an NI 9234. Considering that the acceleration datas refer to a vibrating object I expected to acquire some positive and negative datas with a mean value close to 0. Instead the datas that I'm acquiring are all positive and with a mean value that is pretty far from 0. I tried acquiring those same datas on Matlab, and it gave the expected results. Now what I don't understand is if this is a code issue or something that has to do with the hardware I'm using. I thank you in advance for your answers.

0 Kudos
Message 1 of 11
(505 Views)

I'm sorry. I forgot to specify that to acquire the data I'm simply using the DAQAssistant function. Thanks again.

0 Kudos
Message 2 of 11
(497 Views)

Hi Claudio,

 


@claudio_gerosa wrote:

Now what I don't understand is if this is a code issue or something that has to do with the hardware I'm using.


We can't help with this problem as long as you don't attach any code…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 11
(494 Views)

Hi, thank you for your answer. You're right I should've attached some code. I apologize. I didn't think it was necessary because it is a very simple code that I'm using, basically having only tha DAQ Assistant function, a filter and some graphs. Anyway here's the code that I'm using to acquire data.  I thank you again.

0 Kudos
Message 4 of 11
(465 Views)

You're using Labview 24, if you could save for previous, people will be able to assist better as most people on here don't have access to such modern versions. 

0 Kudos
Message 5 of 11
(458 Views)

Hi Claudio,

 

You can see this sort of effect if the IEPE and coupling settings for the acquisition task do not match the transducer.  Are you using an accelerometer that requires an IEPE constant current power supply?

 

PsyenceFact

0 Kudos
Message 6 of 11
(451 Views)

Hi, thank you very much for your answer. I am in fact using an accelerometer that requires an IEPE constant current power supply. Are there some settings that I can change to solve the issue? Thanks again.

0 Kudos
Message 7 of 11
(446 Views)

Nevermind, I think I found the setting to change the coupling mode from AC to DC. Again, thank you very much for your help. Have a nice day.

0 Kudos
Message 8 of 11
(444 Views)

Ok, I tried changing the coupling mode but it didn't really solve the issue. I'm sorry.

0 Kudos
Message 9 of 11
(430 Views)
Solution
Accepted by topic author claudio_gerosa

Have you tried using NI MAX to set up your accelerometer channel?  If you can get that to work, you just need to recreate the channel setup in LabVIEW.  For an IEPE accelerometer, you usually have to set the excitation source to be Internal and the excitation value to be either 2.1 or 4 mA (check what your accelerometer requires).

 

I don't think that DC coupling is correct because the IEPE power supply imposes a DC offset.

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x0VRCAY&l=en-GB

Message 10 of 11
(417 Views)