LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am trying to communicate with the Wayne Kerr PMA3260 using the VIs from the WK website and receiving an error.

I am receiving error code -1073807194
Old Visa Open in PMA3260 Initialize.vi

I can't seem to get the VISA session to communicate with my 3260A.

Any ideas?
0 Kudos
Message 1 of 2
(2,822 Views)
There's few things that can really help debug VISA errors...

-NI-Spy. NI-Spy captures calls to the VISA dll and it highlights the errors in red. You can save these errors to a file for future reference.
-Explain Error. LabVIEW has a menu pick Help/Explain Error... this will bring up a dialog that asks for error codes and gives descriptions.
-VISA help files. There's a help file for VISA in C:\vxipnp\win95\nivisa and some manuals in C:\vxipnp\win95\nivisa\manuals.

It sounds like the VI might be doing a VISA open on a resource that is already open. This usually happens because the VI open is in a loop. It may be necessary to examine all sub-VI's in loops.
0 Kudos
Message 2 of 2
(2,822 Views)