Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Temperature measurement(Thermocouple,-k-type) using Keithley 2000 DMM and 2001 scan card with GPIB interface

Solved!
Go to solution

Sir,

I am a beginner in Labview and Urgently  I need a labview program for keithley 2001 scan card for thermocouple temperature measurement with GPIB interface and keithley 2000 DMM..

 

Any body please help me...

 

Thanks in advance

 

 

shan.....

0 Kudos
Message 1 of 8
(6,899 Views)

Did you do the simple task of going to Help>Find Instrument Drivers? Once you log in, specify Keithley and 2000, then download the driver. There will be an example (Help>Find Examples). The main instrument driver network has links on how to use a driver.

0 Kudos
Message 2 of 8
(6,883 Views)

thank you sir ..

 

I have got  driver for keithley 2000  from NI Web ,but the program doesn't show reading in  temperature unit.Instead of temperature, it  is  showing voltage reading only. can you help me to convert multi channel thermocouple voltage to curresponding temperature..

 

Please refer my attachment..

 

 

shan...

Download All
0 Kudos
Message 3 of 8
(6,869 Views)
Solution
Accepted by topic author syamni

Hi

 

Open the keithley 2000 project and in the lvlib under public you find the tree.vi.

Inside is a configuration vi for themocouple measurements

extend the case in the read single example so this one is used (also extend the selection) and see what happens.

greetings from the Netherlands
0 Kudos
Message 4 of 8
(6,861 Views)

thank you for your answer...but still  there is a problem to read temperature of all channels simultaneously in temperature unit..

can u help...

is there any polynomial equation for thermocouple  voltage to temperature conversion???

 

please help me...

 

 

shan...

0 Kudos
Message 5 of 8
(6,850 Views)

Th keithley can do the caculation but in LabVIEW DAQMX library there are calculations for you.

 

The easiest way is to configure all channels and let the keithley do the caculations. I don't know by heart how but each channel should be treated with a configure.

greetings from the Netherlands
0 Kudos
Message 6 of 8
(6,844 Views)

can i use DAQmx for Keithley 2000 and 2001 scan card  with GPIB Interface???

 

0 Kudos
Message 7 of 8
(6,841 Views)

No, you can't use daqmx to communicate, but you can read voltages and calculate the temperature by a daqmx function.

 

greetings from the Netherlands
0 Kudos
Message 8 of 8
(6,832 Views)