Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -1073807330 ocured at Ke24xx Initialize.vi (Keithley Driver)

I am able to control other instruments connected to my Agilent 82357A USB-GPIB card (such as 34401A, 3631A, TDS2024 etc) but when I hook up Keithley 2400 and run its driver it gives me error -1073807330 at Ke24xx Initialize.vi. I have already done Tulip setting in MAX and i'm using Agilent I/O library version 14.
Also if I run the same code on a 4 different PC's with NI USB-GPIB card, I'm able to control all the equipments including Keithley 2400. So I think this has something to do with Agilent's 82357A. Any help will be appreciated as we have only one Keithley 2400 and I have to make it work on the setup using 82357A
0 Kudos
Message 1 of 6
(4,896 Views)

Hi Vicky,

Do you have any more details regarding this error? Try running just the initialize.vi and see exactly what VISA function is throwing this error. Also, try communicating with the 2400 using VISA interactive control.  Run VISA interactive control from Tools>>NI VISA in Measurement and Automation Explorer, when the VISA Interactive control menu opens, double-click your interface and device, this will open a new session window.  Select the write tab, and hit execute, and then select the read tab and click execute.  If the device is communicating correctly, it will return the device's identification. If not, it will return an error. I hope this helps, post back with any new information.

Ted

Ted H
Applications Engineering
National Instruments
0 Kudos
Message 2 of 6
(4,870 Views)

Hi Ted,

I had tried running initialize.vi alone and it gives the same error (I am using Ke24xx.llb which i downloaded from NI). I am using Agilent's 82357A GPIB-USB, hence i'm not able to run VISA interactive control from MAX. However from Agilent's IO control I'm able to read device identification (*IDN?) correctly.

0 Kudos
Message 3 of 6
(4,850 Views)
Hi vicky1,
 
Does this link help
Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 4 of 6
(4,843 Views)

Hi Ray,

I have already done Tulip setting in VISA passport editor in MAX and i'm using NI VISA 3.4. however still 82357A does not show up in MAX.

Regards,

Vicky.

0 Kudos
Message 5 of 6
(4,835 Views)

Hi Vicky,

Could you step through your intialize VI, and see exactly what causing this error?  Use highlight execution, and you will be able to see exactly what VISA function is causing this error. Your error is indicating that a state of some attribute is not valid or supported by the device.  It would be helpful to know what attribute this error is referencing so we could find a possible work around.

Thanks!

Ted

Ted H
Applications Engineering
National Instruments
0 Kudos
Message 6 of 6
(4,800 Views)