LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I-V measurement

Hello,

I finally have the connection working properly. 

but I have a new error while running the Advance Sweep.vi in one of the example drivers:

 

 for suppose if I give the range of voltage from 1 to 5V, for some 10 or 20 points., 

but the program is terminating in the middle itself, after executing few points and showing the error code..

 

Error code: 5042 - cannot perform requested action while overlapped operation is in progress.

 

This come out in both the Keithley LCD and in labview..

0 Kudos
Message 41 of 48
(1,432 Views)

@yogesh5387 wrote:

 

 for suppose if I give the range of voltage from 1 to 5V, for some 10 or 20 points., 

but the program is terminating in the middle itself, after executing few points and showing the error code..

 

Error code: 5042 - cannot perform requested action while overlapped operation is in progress.

 

This come out in both the Keithley LCD and in labview..


I've seen this error when you are trying to change parameters of the Keithley while a sweep is in progress (writing a command to change/set the buffer size for instance).  If a measurement sweep isn't finished and you send commands to change a setting you'll get an error.  

Run the labview code with "highlight excecution" option selected, which will significantly slow down the code.  If the error goes away, then it means your commands are being sent too quickly.  You could also probe the various write commands and see if one of them excecutes as you get the error.

 

 

0 Kudos
Message 42 of 48
(1,426 Views)

Hello,

Can i have the Sweep voltage and current Measurement file for finding the Voltage VS Current   graph 

0 Kudos
Message 43 of 48
(1,423 Views)

Hello,

When trouble shooting i have some error in the messgae file i have attached that file in this message.Let me know what i have to do in order to solve that error.

 

 

Download All
0 Kudos
Message 44 of 48
(1,386 Views)
Without seeing the rest of your code, impossible to say what you have done. The subVI does not have a source for the resource or error in. You must have deleted it.
0 Kudos
Message 45 of 48
(1,370 Views)

Hello,

I am getting the follwoing error which i run the file

 

Error 0 occured at GPIB write in KE2602A/Limit.Vi

 

Possible Resons 
LabVIEW:Error connceting to GPIB driver or device
VISA:(Hex 0x0) operation completed successfully

0 Kudos
Message 46 of 48
(1,370 Views)

I need help for this program. Could somebody assist me.. Please... I request 

0 Kudos
Message 47 of 48
(766 Views)

Hi Py,

 


@Py2021 wrote:

I need help for this program. Could somebody assist me.. Please... I request 


What do you request?

Which kind of help/assist do you need?

What have you tried?

Where are you stuck?

Is it still the same problem as 9 years ago?

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 48 of 48
(755 Views)