I'm having problems reading a Type-K thermocouple. I have a SCXI-1102 connected to a TC-2095. I would like to use SC1Mod2/_cjTemp as the CJC channel. When I try to specify cjTemp as the CJC channel in the CreateThermocoupleChannel method, I get an error that I must use a virtual channel and not the physical channel. Any help would be greatly appreciated.
niTask.AIChannels.CreateThermocoupleChannel("SC1Mod2/ai27","tempTC",-10.0,50.0,
AIThermocoupleType.K,AITemperatureUnits.DegreesC,"SC1Mod2/_cjTemp");
Brandon Richins