11-21-2014 01:30 AM
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?
11-21-2014 07:46 AM
11-21-2014 10:33 AM
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.