LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

keithley 2750 multimeter excel data logging

Hello,

 

I have a working VI to access a Keithley 2410/2010 multimeter and export the readings to an Excel file. I have a new Keithley 2750 Multimeter that is not compatible with the VI. How can I alter this VI to work with the Keithley 2750 for the exact same readings? Attached is my project. Thanks.

0 Kudos
Message 1 of 16
(5,425 Views)

Hi siemonco,

 

Follow this link to download the driver for your Keithley 2750.

http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=1462

 

Once you have this installed, you should have a new functions palette in LabVIEW available for your new device which you should be able to configure in the same way you have in your old VI. If you are unable to figure out how to configure these new functions, most instrument drivers come with examples that are a great resource. These can be accessed under the Help»Find Examples»Hardware Input and Output»Instrument Drivers»lv Plug and Play. Hope this helps.

 

Paul C

Paul C
Message 2 of 16
(5,367 Views)

Thanks for posting, this was a great help. I had a question making some adjustments to the program so that you could take resistance measurements every 10 minutes using the 4 wire configuration over a period of a few weeks. Can you provide any guidance on adapting the program? I'd appreciate any feedback.

 

 

thank you

0 Kudos
Message 3 of 16
(5,253 Views)

Did you download the instrument driver yet? Unzip it under the folder "instr.lib", under your LabVIEW folder. Restart LabVIEW.

Now if you go and open a VI, go to Help --> Find Examples. Here type the word "Keithley" in the search field. Hit Enter. You will find several example VIs how to use this driver pack...

0 Kudos
Message 4 of 16
(5,236 Views)

Yes I went in and found the examples and was using the Keithley 27xx continous multi read, but what I'd like to do is take that and add in a way to pull measurements every 5 minutes. this would go on for a few weeks and export to a note pad file using the to write to measurement file express VI, I'm just having trouble finding a good starting point. If I were to lose power would all the data be saved up until lossing power?

0 Kudos
Message 5 of 16
(5,201 Views)
A good starting point would be to take some of the free tutorials. Once you've done that, look at the timing palette. An obvious choice would be the Elapsed Time function. You can place the read and save inside a case statement.
Message 6 of 16
(5,192 Views)

Hi Dennis,

I'm able to pull the data and send it to a measurement file my issue now is that I cant get figure out how to intergrate the elspsed time so it reads every 5 mins, the screen shot be low, I assume the shift registers should be remove (highlighted) I've also had issues going from the read data buffer subset vi to the elapsed time express. I've done some tutorials but still having issues. appreciate any help you can give.

 

 

0 Kudos
Message 7 of 16
(5,146 Views)
Everything you have is backwards. If you want to take a reading every five minutes, then the read and save should be inside the case statement. The elapsed time function would be outside and you wire the Time Has Elapsed output to the case statement. Putting things down as pseudo code or a flow chart would make the logic clear.
Message 8 of 16
(5,135 Views)

Thanks dennis, I appreciate the help, ill post the result.

0 Kudos
Message 9 of 16
(5,120 Views)

So, this is what I ended up with, do you know if there will be issues if I have to use a rs232 db9 to vga adapter to run on a laptop without an rs232 db9 port?

 

 

 

 

 

0 Kudos
Message 10 of 16
(5,103 Views)