Signal Conditioning

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple tc types on one scxi 1102

Does anybody know if you can use two different thermocouple types on one SCXI-1102 module? 
I need to measure both Type K and Type T thermocouples.  I am using a SCXI 1303 connector block and plan to use the internal CJC.
 
Thanks in advance
 
doloop
 
0 Kudos
Message 1 of 3
(3,510 Views)
Hello doloop,

You can indeed configure a task to have to two different types of thermocouples, and acquire from multiple thermocouple types in one DAQmx Task.  For each channel, the NI-DAQmx driver will apply different conversion coefficients to convert voltage measurements from different thermocouple types into temperature measurements.  You can configure this easily in Measurement & Automation Explorer (MAX), by creating a DAQmx Task of the thermocouple type, and adding multiple physical channels from the SCXI 1102 module to the channel list.  For each channel in the scan list, under the settings tab, you will have the option to select what type of thermocouple to associate with each channel, along with CJC settings.  You can also do this programmatically in LabVIEW using the DAQmx Create Channel VI.  I've attached a shot of a block diagram that shows how to program this.



I hope this helps!

Travis G.
Applications Engineering

Message Edited by Travis G. on 04-18-2006 05:09 PM

0 Kudos
Message 2 of 3
(3,494 Views)
Or configure virtual channels as shown in this snippet
regards
0 Kudos
Message 3 of 3
(3,486 Views)