Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

USB TC-01 Cold Junction Value

Hi,

 

How can I determine the built in cold junction compensation of a USB TC-01 temperature module using C#?

 

and then enter that value in 

 

myTask.AIChannels.CreateThermocoupleChannel("Dev0/ai0", "",0, 200, AIThermocoupleType.J, AITemperatureUnits.DegreesC, cjc value);

 

Thanks

 

Curt

0 Kudos
Message 1 of 3
(120 Views)

You don't specify a value but a cjc channel instead.

 

myTask.AIChannels.CreateThermocoupleChannel("Dev0/ai0", "",0, 200, AIThermocoupleType.J, AITemperatureUnits.DegreesC, AIThermocoupleCjcSource.BuiltIn);

 

Reference:

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
0 Kudos
Message 2 of 3
(82 Views)

Hi  Curt_C ,

According to the documentation (USB-TC01 Specifications - NI), your USB-TC01 module includes an integrated CJC sensor. You can specify the CJC value either by using the method described in the previous response or by manually entering a constant value if it is already known.

0 Kudos
Message 3 of 3
(36 Views)