I am currently studying how to control the voltage and the current of a source meter which is Keithley 2400 using Labview software. I am using GPIB controller to connect Keithley 2400 to my PC, however I don't have any experience using this labview software, can anyone suggest how to create this kind of program? Thank you.
3 Answers
The LabVIEW Instrument Driver Network has support for the Keithley 2400, and the driver includes example VIs that show how to control this class of instrument.

- 1,976
- 14
- 14
There are a few example LabView VIs available on the Keithley 2400 download page.

- 371
- 3
- 18
While instrument drivers can be convenient, I find that its really useful to know how to control an instrument using instrument commands(SCPI for KE4200) and VISA VIs available on Labview as well. Sometimes instrument drivers default to certain settings you may not desire and may not even know about until you start digging. Of course its always possible to simply open them up and do just that.
Anyway the image linked here shows how you could source and measure current using KE4200 and how to read out and parse the data returned.
If you're new to Labview, I also recommend watching the VI-High video series on Youtube. All the best.

- 1
- 2