LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing voltage compliance with LabVIEW in Kiethley 2410

Solved!
Go to solution

Hi,

I am using LabVIEW program for Current-Voltage Memory switching characterisation. Kiethley-2410C interfaced with LabVIEW program. I am facing problem with changing voltage compliance when I sweep current. The output voltage stops at 21 V and doesn't go above that. The maximum voltage for Kiethley 2410 is 1100 V. Please help me with it. How to change this compliance in LabVIEW. 

Thanks

0 Kudos
Message 1 of 17
(5,266 Views)

Hi Sindhur,

 

did you read the (programming) manual of your K2410C device?

It surely mentions the commands (and their parameters) needed to set/change the voltage compliance…

 

Spoiler
SOURce:VOLTage:PROTection:LEVel <n>
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 17
(5,215 Views)

Yes. It's given how to change it manually with instrument keys. Since it is interfaced with PC, I cant do it with instrument buttons. So I need, solution how to change it with Labview Program.
Thank You.

 

0 Kudos
Message 3 of 17
(4,918 Views)

Hi Sindhur,

 


@Sindhur41 wrote:

It's given how to change it manually with instrument keys. Since it is interfaced with PC, I cant do it with instrument buttons. So I need, solution how to change it with Labview Program.

 


I did a very quick search with my favorite internet search engine to find a manual for your device. In this manual I did a very quick look into the table of contents to find the chapter on remote programming. In this chapter I found the needed command very quickly - Keithley used to write manuals in a very good way IMHO.

And I even listed the command you are looking for in my last message: what else do you need?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 17
(4,902 Views)

Hi Sindhur,

 

If you attach the VI you're using (perhaps along with any driver, if necessary, ideally zipped together if more than one file) then it would be easier to give further help, if you're struggling to find where to use/place the command that GerdW listed.


GCentral
0 Kudos
Message 5 of 17
(4,753 Views)

Hi,
Thank you very much. But I am not having much lab View program knowledge. So I am attaching VI and please let me know any drivers are needed I will send it too. 
Basic structure is current sweep - 0 to max point and comes back from there to 0A again. Corresponding Voltage will be read out at the output. (Which is getting restricted at 21V)
Thank You.

0 Kudos
Message 6 of 17
(4,687 Views)

An SMU has both I sourcing and Voltage sourcing limits.  We need to know what current you are applying in this sweep and what the expected voltage is. The 2410 appears to be a 20W instrument, like the 2400 but with a lower current source limit and higher voltage source.  See below, you get 1.05A to 21V, then the current is limited to 21mA out to 1100V.  The 2400 has the same 1.05A/21V limit but after that the range is 105mA to 210V.  

 

K2410_IV_boundaries.png

 

Keithley makes other SMUs that have 60W, 100W, 1000W limits.  If you need more current at a higher voltage then you might need to reconsider your instrument choice.

 

With refence to your code, I looked at your VI, both those seem like custom subVIs that were not included so can't comment.  It's really no help unless you attach all the associated files in a ZIP as suggested.

 

Also I'd suggest looking at the examples in the LabVIEW Keithley 24xx driver - http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=25B255F3AA83660EE0440003BA7CCD...

 

Craig

Message 7 of 17
(4,649 Views)

Thank you Very much for the information.
I am using it as current source. SO i will be sweeping the current from 0 to  1 mA. The output Voltage depends on the sample resistance which I will be testing.
Now let us consider resistance =1MOhm , When I pass 1 mA the output will be above 900 -1000V. But in reality it is not passing the 21 V  limit. 
I will be attaching .rar file containing all the sub vis, drivers please check it sir.
Thank You.

0 Kudos
Message 8 of 17
(4,635 Views)

Don't attach .rar files.  Attach zip files.

Why attach a format that most people would have to download a compression program to see when there is a perfectly good zip routine built into Windows!

0 Kudos
Message 9 of 17
(4,622 Views)

OK. Attaching zip file.

0 Kudos
Message 10 of 17
(4,614 Views)