LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cDAQ-9174 returning sinusodial waves

Hi everyone!

I have been using an cDAQ-9174 with a NI9203 in order to measure temperature through a pyrometer, and a coworker of mine has been using it to measure temperature off of a NI 9201. I have previously used this with no issues, yielding accurate waveforms of temperature, but now the daq is returning sinusodial waves that never go above the value of 2. I think this is because the chastise is dead, but I'm not sure how to test to ensure that it is not useable anymore. Does anyone have any insight on this? Thank you!

0 Kudos
Message 1 of 8
(342 Views)

Is it possible that you are accidentally referencing a simulated DAQ device?

 

https://www.ni.com/docs/en-US/bundle/ni-daqmx/page/readwritesimdev.html

 

"All NI-DAQmx simulated devices return analog input data in the form of a full-scale sine wave with 3% of full-scale noise."

0 Kudos
Message 2 of 8
(299 Views)

I don't believe so.

0 Kudos
Message 3 of 8
(290 Views)

@jadynnheart wrote:

Hi everyone!

I have been using an cDAQ-9174 with a NI9203 in order to measure temperature through a pyrometer, and a coworker of mine has been using it to measure temperature off of a NI 9201. I have previously used this with no issues, yielding accurate waveforms of temperature, but now the daq is returning sinusodial waves that never go above the value of 2. I think this is because the chastise is dead, but I'm not sure how to test to ensure that it is not useable anymore. Does anyone have any insight on this? Thank you!


9201 is a voltage input card, and 9203 is a current input card; they are fundamentally different.

 

Where do you get the temperature signal from? a regular thermocouple or a 4-20mA compatible transmitter/sensor?

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 4 of 8
(278 Views)

I get the temperature signals from a pyrometer, it returns current and then converted into temperature. My coworker, who uses the 9201, measures temperature from a thermocouple.

0 Kudos
Message 5 of 8
(275 Views)

Please share your pyrometer datasheet to understand the current to temperature scaling, code to ensure you're setting up the hardware and the actual connections.

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 6 of 8
(269 Views)

Here is the data sheet and a photo of the labview block diagram.

 

 

Download All
0 Kudos
Message 7 of 8
(240 Views)

A screenshot of your VI is useless as it doesn't show how you configured the DAQ Assistant. I advise against DAQ Assistant and instead use DAQmx drivers.

 

Refer to this article but skip the DAQ Assistant part - https://www.ni.com/en/support/documentation/supplemental/06/learn-10-functions-in-ni-daqmx-and-handl...

 

You did not share your exact wiring connection between the IR thermometer and the DAQ card which is crucial.

 

Temperature to current scaling factor is not evident from the datasheet (is it implicit based on supported temperature range?)

 

 

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 8 of 8
(233 Views)