From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error within the Call library Node on OSA 86142a from HP

Hi all
 
I am a new labview user and recently I bumped into a this Call library Node problem for a few days now and still unable to solve it. I am trying to read the OSNR(optical signal to noise ratio) value from the OSA through GPIB. I download the plug and play driver from the ni.com and used the "hp8614xa Get signal to Noise List.vi" from the instrument vi library. Then whenever I tried to run it, this error always pops out.
 
LabVIEW: An exception occurred within the external code called by a Call Library Node. THis might have corrupted LabVIEW's memory. Save any work to a new location and restart LabVIEW.
VI "hp8614xa Get Signal to Noise List.vi" was stopped at Call Library Function Node 0x124c of subVI "hp8614xa VXIPnp Error Converter.vi"
 
I tried testing other vi that also use the error converter.vi as a subvi and the same error always pops out.
 
So I downloaded installed the new version of VISA 4.1 and the problem remained unsolved.
 
Can anyone give me any suggestion. I am in a hurry to fix this problem. Thank you
0 Kudos
Message 1 of 9
(2,874 Views)
Hi Frank,

I need to get some more information from you.  What versions of LabVIEW and NI-488.2 are you using?  What GPIB hardware are you using to connect to the HP instrument? 

If you use this Basic GPIB Write and Read using NI-VISA to send the command do you still see that error?  Can you communicate with the instrument in MAX?  Is it only with that VI that you see the error?

Thanks!

Meghan
Applications Engineer
0 Kudos
Message 2 of 9
(2,858 Views)
There is no driver to download from NI. The download page takes you to Agilent's web site. They wrote the driver.
 
You had to use the Driver Import Wizard to create the VIs, correct? One other thing besides what Meghan suggests is to verify if you have the IVI Compliance Package installed.
0 Kudos
Message 3 of 9
(2,841 Views)
I am also new to labview and I am having the same problem with this instrument. The example programs provided in the .lib file downloaded from agilent's website 'appear' to work, but the program I have written does not work. I am unsure of what to do. I have IVI and Max installed. Any suggestions would be appreciated.
0 Kudos
Message 4 of 9
(2,607 Views)

Nano3528,

What do you mean when you say that the drivers 'appear' to work?  Do they work in some cases, but not with other code that you have added?  Also, did you try running the example program that Meghan suggested, and were you able to communicate with the instrument that way? 

You say you have IVI and MAX installed. Do you also have 488.2 and NI-VISA drivers installed?  What versions of all of these drivers do you have? 

Thanks,

-Christina

0 Kudos
Message 5 of 9
(2,591 Views)

I mean that when I run the example programs for the instrument, there is no error. When I run my program, I get the memory error.

 

I have NI-VISA and 488.2 installed. As for versions of IVI and MAX, I am not sure how to find which versions, I just know that I am able to communicate effectively with a Keithley instrument, so this leads me to believe that the drivers that are installed do work. I think the MAX is version 3.X, though I am not sure. I am using LabView7.0, and the program suggested by Meghan does not work because it requires LabView 7.1. 

0 Kudos
Message 6 of 9
(2,576 Views)
Do any of the example programs use "hp8614xa Get signal to Noise List.vi"?
-Matt Bradley

************ kudos always appreciated, but only when deserved **************************




0 Kudos
Message 7 of 9
(2,573 Views)

Not having 7.1 is no excuse for not running some basic GPIB commands. You have a shipping example for GPIB communication and you have the interactive control in MAX for doing GPIB communication.

 

The fact that you can communicate to a Keithley does not mean anything unless you are using an IVI driver for that. All of the software versions are listed in MAX. Just expand the 'Software' listing that you see there.

 

Lastly, if the examples work, narrow down which function call is generating the error. If it's the same one as mentioned in the original post and only that one, the simplest thing might be to perform the GPIB Write/Read without using the driver. 

0 Kudos
Message 8 of 9
(2,563 Views)
Thanks for your replies, I'll try some of that stuff soon.
0 Kudos
Message 9 of 9
(2,520 Views)