01-08-2014 04:20 AM
Hello
I have complied the main program of keithley 2410 that I made own but only two task (Read current and Read voltage) are running and remaining (Initialize, Switch off instrument and Set voltage) are not working while my program is not showing any error. I am sending you all the files (attached).
So can you please help me to solve this problem.
01-08-2014 08:41 AM
The subVI called write.vi makes no sense. It always does a read. When you call it, you can't even change it to do a write because you don't have the GPIB Action terminal wired to the connector pane. It does not make any sense to have that subVI anyway. Why not just call the Action subVI. At least someone has wired the connector pane correctly.
01-08-2014 02:59 PM
Hi Dennis,
ymanglik doesn't seem to care about our suggestions - I already pointed to that problem in the last year...
01-08-2014 03:10 PM
I see that now. We need to use a bigger hammer.
01-08-2014 11:20 PM
Hello its not like that as you are saying. I am following your suggestions.
Actually I am toataly new programmer to labview so I dont know how to debug the error in some cases like that. As you have mentioned that I dont have the GPIB action terminal wired to the connector pane. I dont know how to connect the GPIB action terminal to the connector pane. Can you please elaborate how to do this.
01-08-2014 11:35 PM
01-08-2014 11:39 PM
About which video you are talking. I didn't receive any video from your side.
01-08-2014 11:45 PM
01-15-2014 01:50 AM
Hello again appriciate for your support.
I am using Keithley 2410 to measure the voltage. I downloaded labview driver.
I tried to interface the main labview program of keithley(attached) with keithley 2410 device but it generated error #803 which is " Not permitted with output off". I am using labview ver.13 and I have attached all the files.
Please suggest me something to solve this problem.
01-15-2014 01:59 AM
Hi ymanglik,
that seems to be an error message of the K2410. It IS explained in the instruments manual!
You need to debug your program to determine which device/SCPI command isn't permitted with output switched off...
Is this suggestion suitable to solve your problem?