LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ Assistant Configure scale for pressure transducer

Solved!
Go to solution

Hello All,

 

I am trying to measure pressure using DAQ assistant in LabVIEW. My sensor is XTL-123G-190.pdf (datasheet attached) and the calibration sheet as well.

 

I am having trouble with selecting the correct first and second values for both the physical and electrical attributes.

 

I tried 

Electrical

1st- 0

2nd-10

 

Physical

1st-0

2nd-100

 

The sensor sensitivity is 1.992 mV/psi excited at 10v.

Even at ambient conditions I get bad values.

 

Am i reading the datasheet wrong?

Download All
0 Kudos
Message 1 of 8
(4,055 Views)

Hello what is the values appear ? i mean bad measures ? where you got the sensor ? which country you work on it?

CLA
0 Kudos
Message 2 of 8
(4,043 Views)

I am getting values such as 28-30psi for ambient which is normally 14.6 here. The values are definitely bad. I have kept the sensor on my table exposed to normal dry air.

0 Kudos
Message 3 of 8
(4,039 Views)

Your pressure sensor sensitivity is 2.003mV/PSI

 

Please share the DAQmx configuration you have tried and electrical connection used.

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
(4,031 Views)

This is the configuration as attached. Where do I add the sensitivity of the sensor?

The sensor is powered by the NI-9237 card at 10v

NileSTC3_0-1636399823059.pngNileSTC3_1-1636399835966.pngNileSTC3_2-1636399844434.png

 

 

0 Kudos
Message 5 of 8
(3,993 Views)

You've chosen an incorrect channel type, it is not a bridge-type sensor.

 

You've to use an Analog Input voltage because your pressure sensor outputs an analog voltage proportional to the pressure, unlike other pressure sensors whose resistance varies proportional to the pressue.

 

  1. Create an Analog Input Voltage task
  2. Configure appropriate min, max voltage values
  3. Create a new custom scale and configure it to be linear
  4. Set the 2.003mV/PSI as the slope
  5. Set the scaled unit to PSI

Now the DAQ measures voltage from the pressure sensor and scales it and returns the measurement in PSI

santo_13_0-1636498329892.png

 

Important note - I do not recommend using DAQ Assistant unless you want to test something quick, if this is going to be part of larger automation or experiment, better learn to use DAQmx drivers

 

 

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
Message 6 of 8
(3,984 Views)

Hello Santhosh,

 

Thank you for your response, however I just realized while running LV that the Ni-9237 does not support voltage, it is strain card and hence only takes in bridge inputs.

 

Can I configure the card to give me the raw voltage output to later convert it to psi manually.

 

 

 

0 Kudos
Message 7 of 8
(3,956 Views)
Solution
Accepted by NileSTC3

As per my understanding, you cannot operate that card in AI mode, it has to be a bridge type sensor since the ADC uses the excitation as a reference.

 

Unfortunately, you are having an incompatible sensor and instrument combination.

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
(3,943 Views)