LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i am doing one Labview project. so my project is about design a interface in labview which one collect the data from keithley 2400 via GPIB connection.

i am doing one Labview project. so my project is about design a interface in labview which one collect the data from keithley 2400 via GPIB connection. any suggestion please

0 Kudos
Message 1 of 9
(3,346 Views)
Use Help> Find Instrument Drivers to install the driver and go to http://www.ni.com/downloads/instrument-drivers/ to learn what a driver is and how to use one. This would after you've finished some of the LabVIEW tutorials.
0 Kudos
Message 2 of 9
(3,335 Views)

at first how can i design the interface to drive the keithley 2400  , I am very new about labview

0 Kudos
Message 3 of 9
(3,325 Views)

Your first task should be to just be able to send commands to the instrument.  Do as Dennis suggested and download the drivers for the instrument and get familiar with them.  Build up small VIs that do little tasks with those drivers so you can get used to them.  Then worry about your main interface.


GCentral
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 4 of 9
(3,313 Views)
How can I build small VIs and I already insulate the drive
0 Kudos
Message 5 of 9
(3,302 Views)
If you've taken the tutorials, you should know how write small VIs. You also have examples that show how to use some basic functions in the driver - Help> Find Examples> Hardware Input and Output.
0 Kudos
Message 6 of 9
(3,294 Views)
Well this is my project about:
design of an interface with Labview to drive the sourcemeter (via GPIB connection) and collect the data using 2 or 4 wires conenctions. The application should be able to dislay the curve, save the data and compute the above parameters.

Please tell me what I need to do first any suggestion. Thanks
0 Kudos
Message 7 of 9
(3,263 Views)

@Fyful1 wrote:
Well this is my project about:
design of an interface with Labview to drive the sourcemeter (via GPIB connection) and collect the data using 2 or 4 wires conenctions. The application should be able to dislay the curve, save the data and compute the above parameters.

Please tell me what I need to do first any suggestion. Thanks

Simply ridiculous the number of people who have the nerve to ask someone else to do their work for them.

 

 

0 Kudos
Message 8 of 9
(3,260 Views)

As I said before, your first task is to get the driver like Dennis told you.  Get familiar with those drivers and how to call the VIs to get the meter to do what you want.  After that, I would recommend reading up on the State Machine architecture.


GCentral
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 9 of 9
(3,257 Views)