LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx Scaling for Multiple Transducers

Solved!
Go to solution

Hi,

I'm new to LabVIEW (I did recently take Core 1 and Core 2) and am curious if I'm missing something about DAQmx Create Scale. I'm using a cDAQ chassis with a 9923 module and several current loop pressure transducers. Create Scale works just fine, but the issue is that it scales all channels equally. I'm using several different transducer ranges that require different scales. I created a subVI to handle scaling, but would appreciate feedback on whether that is the correct way to do it or if I missed something in using Create Scale.

 

Thank you!

0 Kudos
Message 1 of 3
(3,086 Views)

What you are trying to do here is Calibration of Transducer. Generally we do curve fillting for each transducer and then have the data in an array in the sequence of the data acquired from the sensors. Search for Calibrating your Transducer and develop your code, if you have any question you may come back.

-----

The best solution is the one you find it by yourself
Message 2 of 3
(3,075 Views)
Solution
Accepted by topic author jonathanbc

Thanks for the quick response. I have the cal sheet in hand, so calibration isn't what I'm after - perhaps that's the terminology used here though? As I said, I need to scale the mA reading to PSI.

 

Either way, searching for transducer calibration led me to find what I needed. The thread is here, for anyone else who may be searching.

I didn't even think to use an array of channels and custom scales and then put the DAQmx create channel in a loop. Makes sense though.

 

Thanks again.

0 Kudos
Message 3 of 3
(3,064 Views)