LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need help using Keithley 2601 SourceMeter with LabVIEW.

What I need to do is take a vector of values, transfer these values to the 2601 and have it output those values as a current through GPIB. The hardware all seems to work but my programing skills are not up to par. Can someone please tell me what to use to do this? I have tried GBIP write and a built-in driver I got from Keithley and I'm not sure what to do from here. I have attached my vi and a file with all the current values in it.
 
Any help would be greatly appreciated.
 
Thanks,
 
Andrei
0 Kudos
Message 1 of 3
(2,526 Views)
Hi Andrei,

It looks like in your program you are writing values to the device, but you may be missing a command of some sort.  Basically, it looks like your device is receiving these values, but does not know they are supposed to be values for current.  So you might check your device or driver documentation and see if you need to pass a command first, and then send the values.

Also, I'm not sure which driver you are using, but Keithley does have a plug and play driver for LabVIEW available for this device on their website.  National Instruments does not support or maintain this driver, but it might be another useful source of VIs that will work with your device.  There is also a Release Note with more information about using the driver.

You can find them here:
http://www.keithley.com/support/keidoc_searchresult?keyword=2601&item_type=Software+Driver

I hope this helps!

Adam W
National Instruments


0 Kudos
Message 2 of 3
(2,499 Views)
ok i will take a look at the drivers. thanks a lot,
 
andrei
0 Kudos
Message 3 of 3
(2,487 Views)