Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Active Physical Channels Property

Solved!
Go to solution

I am using the "Active Physical Channels Property" (function?), to get the possible measurement types from the selected daq-card. when i have selected NI9203, the function returns an array with only one entry, current. this is as expected. But when i select a NI9215 card the function returns many possible measurement types, current, voltage, RTD etc. However the datasheet only mentions voltage. Why is this?

 

 

0 Kudos
Message 1 of 4
(2,052 Views)
Solution
Accepted by topic author JanEgilGlaestad

Hello Jan,

 

I'l try to shed some light onto your question.

It has to to how many (most?) physical measurements today are done. Basically the characteristic to measure (strength, strain, acceleration, magnetic field strength, resistance, torque, temperature) is converted to voltage, and that signal is then measured digitally.

You are right about the NI-9215 (and all other pure Voltage Input Modules) - it can by itself only measure voltage. (Side-note: The 9203 does the same, except that it has shunt resistors built in that are used to convert the current input to voltage.)

If you are interested in the 9215's raw voltage value only, use the "Voltage" entry. If you have external circuitry to convert other signals (e.g. a shunt resistor to convert current to volts), you can use DAQmx's comfort functions to scale the values "back" to the original dimension.

Does this answer your question?


Ingo – LabVIEW 2013, 2014, 2015, 2016, 2017, 2018, NXG 2.0, 2.1, 3.0
CLADMSD
0 Kudos
Message 2 of 4
(1,998 Views)

Thanks, then i understand. By that philosophy i wold have thought current input (NI9203) could be a range of measurements, but i guess voltage is more common.

Message 3 of 4
(1,993 Views)

Hey JanEgil, thank you for your very quick reply!


Ingo – LabVIEW 2013, 2014, 2015, 2016, 2017, 2018, NXG 2.0, 2.1, 3.0
CLADMSD
0 Kudos
Message 4 of 4
(1,990 Views)