Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

keithley 238, 2182 nanovoltmeter

hai,

i am razi, research scholar, pondicherry university. i have a keithley 238 source-measure unit and 2182 nano voltmeter. i want to keep 238 as a current souce and 2182 as a voltage measurement system for my samples. may i know how to make a labview program to connect both for the i-v measuremets for the same time.....

thanks for advance

 

0 Kudos
Message 1 of 10
(5,703 Views)

Start by downloading the drivers for them.  From there, learn about State Machines.  That should help you get a good way there.  Give things a try.  Come to us when you get stuck.  Be sure to share your code when you do.



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 2 of 10
(5,698 Views)

Thanks for the reply sir .

I have tried, and made a program for both. it works tooo.... The issue is that i have to mix both program together....which means i have to use 238 as a current source and 2182 for measuring voltage at the same time.

Thanks in advance....

Download All
0 Kudos
Message 4 of 10
(5,678 Views)

Thanks for the reply sir .

I have tried, and made a program for both. it works tooo.... The issue is that i have to mix both program together....which means i have to use 238 as a current source and 2182 for measuring voltage at the same time.

Thanks in advance....

0 Kudos
Message 5 of 10
(5,674 Views)
So what is the exact problem? You've attached two separate VIs. You need a single VI with functions for both instruments. Have you taken any of the numerous free tutorials?
0 Kudos
Message 6 of 10
(5,667 Views)

I'm surprised the drivers didn't break up those commands into subVIs.  Or did you just not use them?

 

I reiterate that you will want to look into the State Machine architecture.  Make a flow diagram of how you would do the process manually.  That flow diagram will help you immensely when you go to write your state machine.



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 7 of 10
(5,665 Views)

That is exactly what i want. 

i want a single 'vi' which can be used for both instrument at the same time.....ie source meter will give the current at the same time the voltmeter will measure the voltage. i am sorry that, may  know what is "numerous free tutorials"....?

thanks and wish you a happy new year sir 

0 Kudos
Message 8 of 10
(5,654 Views)

@razipaleth wrote:

 i am sorry that, may  know what is "numerous free tutorials"....?

Google 'LabVIEW tutorials'

 

Or if you purchased NI's SSP (Standard Service Package) for LabVIEW you should have access to free online training videos from NI.

 

 

0 Kudos
Message 9 of 10
(5,652 Views)

@razipaleth wrote:

That is exactly what i want. 

i want a single 'vi' which can be used for both instrument at the same time.....ie source meter will give the current at the same time the voltmeter will measure the voltage. i am sorry that, may  know what is "numerous free tutorials"....?

thanks and wish you a happy new year sir 


Trust me here.  You want to break up your code into subVIs.  It makes things a lot easier to manage.  Your main VI can then call these other VIs to do the actual work.

 

As far as free tutorials:

3 Hour Introduction
6 Hour Introduction
LabVEW Basics
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training
Learning NI
Getting Started with NI Products



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 10 of 10
(5,648 Views)