12-31-2014 07:47 AM - edited 12-31-2014 07:49 AM
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
12-31-2014 08:02 AM
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.
12-31-2014 08:06 AM
12-31-2014 10:40 AM
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....
12-31-2014 10:51 AM
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....
12-31-2014 11:23 AM
12-31-2014 11:24 AM
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.
12-31-2014 01:24 PM
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
12-31-2014 01:35 PM
@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.
12-31-2014 01:37 PM
@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