From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

KEITHLEY 2460 SWEEP MEASUREMENTS

Solved!
Go to solution

Hi Team,

I am trying to get sweep measurement with Keithley 2460 source meter, with the help of instr. driver 2450 example. But it's not working!

so I just slightly modified the code, but it didn't work!.

I want to measure current with the source of voltage based on ON and OFF light.

I attached the sample code with this, can anyone please lookout this and let me what is the problem in the code.

please do the need full.

Thanks in advance

0 Kudos
Message 1 of 7
(2,078 Views)

The Keithley 2460 instrument has multiple programming languages.  Check which one is active with your system.  It appears that you want it in SCPI mode when running those VI's.

 

Check by performing the following:

1. Press the MENU key.
2. Under System, select Settings.

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 2 of 7
(2,050 Views)

Hi,

Yes, I checked, it's running in SCPI mode.

I doubted whether I made the wrong block diagram.

please do the needful.

 

0 Kudos
Message 3 of 7
(2,017 Views)
Solution
Accepted by kaust_priya31

Hi

Did you run the vi in debug mode following what was going on and eventually what the error is.

At first sight this looks ok, although several cases that are not needed. 

But I don't have a 2460 or alternative available to test this.

greetings from the Netherlands
Message 4 of 7
(1,943 Views)
Solution
Accepted by kaust_priya31

It looks to me like the code works just fine, but the graph isn't properly setup.

 

In the default example the graph has 2 y-axis, one for current one for voltage and they are very different scales.

 

In the attached modified code the graph has 1 y-axis for both current in the uA range and voltage from 0-1V.  But the data table clearly shows it is measuring.

 

I think the OP just needs to fix the plotting and its all good on the instrument side.

 

Craig

0 Kudos
Message 5 of 7
(1,924 Views)

Thank you so much for your reply.

0 Kudos
Message 6 of 7
(1,814 Views)

Thank you for your valid reply.

Yes, I run the code in debug mode, and the code works fine.

sorry for the delayed response.

0 Kudos
Message 7 of 7
(1,813 Views)