Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

cDAQ-9184 Not Responding to Tests

Solved!
Go to solution

I am using an air velocity transmitter to record velocity of air using voltage. I am currently trying to feed this data to a LabVIEW code that converts this data from velocity to flow rate and records. However, I am having difficulties with the DAQ Hardware. I am using an NI-9237 with DSUB plugged into an NI cDAQ-9184 plugged into power supply and my computer via ethernet. I believe everything is wired correctly in the DSUB and whenever I run tests by crudly blowing air into the transmitter, I get no data. It's all formatted correctly but returns 0s. My main concern I have is the fact that the NI-9184 has an "Active" LED on it that doesn't turn on during the tests. I've tested the transmitter and it is functioning correctly. I am properly connected to the 9184 according to NI MAX.  An error I keep receieving is Error -200431 where the code doesn't seem to agree with the type of analog input (Voltage) I select for the DAQ Create Channel command. Any help is appreciated!

0 Kudos
Message 1 of 3
(137 Views)
Solution
Accepted by topic author lanky0211

NI 9237 is a strain/bridge input module and you used voltage input task in your code.

santo_13_0-1750126817285.png

 

santo_13_1-1750126968147.png

Your c-series module supports only bridge measurement type and not typical voltage input.

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 3
(121 Views)

That definitely got me somwhere, thank you! I changed that input to be an analog bridge input with the units of Volts/Volt. Then, had to add a sample clock with continuous sampling for my purposes. The "active" LED now activates on the cDAQ! Now, I still get zeros for my data but that might just be due to the way I'm testing my air velocity transmitter. 

0 Kudos
Message 3 of 3
(106 Views)