Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Keithley 2400 Rear I/O

Good Day

 

I am new to LabVIEW and instrument control.  I am trying to achieve the following using LabVIEW and a Keithley 2400 SourceMeter:  

 

- Apply a constant current for a given amount of time and then switch the current source off

- This must be done using the rear I/O

- After a given amout of time a negative current must be applied

 

How can I achieve this using LabVIEW?  

0 Kudos
Message 1 of 3
(4,941 Views)
Have you installed the driver for it with Help> Find Instrument Drivers? There is example code that comes with it in Help> Find Examples under Hardware Input and Output.
0 Kudos
Message 2 of 3
(4,931 Views)

First download the drivers as Dennis already said.  After that, I highly recommend reading up on the State Machine.  But before you go to write your program, figure out how to do what you want with the sourcemeter using the buttons.  Write down each step you took.  From there, you will have a good step-by-step baseline of what you will have to do in your code.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(4,922 Views)