Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -1073807343

When I run my application the Error -1073807343 is dísplayed. It says the possible resason is VISA: (Hex 0xBFFF0011) Insufficient location information or the device or resource is not present in the system.

I can not run the "open visa session" in MAX for the follwoing: VXI-MXI-2 or VXI4801

What och where do I need to check?
0 Kudos
Message 1 of 5
(4,725 Views)
Hi,

I have seen errors similar to this one. Usually, this error will occur if you try to open a VISA session to a VXI instrument before you run resman. I suggest you cycle the power to your VXI chassis then run resman in Measurement and Automation Explorer by right clicking on VXI System and selecting Run VXI resource manager. It is a good idea to refresh the view at this point by selecting View>>Refresh.

If this does not solve your problem, I suggest you update your versions of NI-VXI and NI-VISA. First, uninstall NI-VISA and NI-VXI. You can download the latest versions of NI-VISA and NI-VXI at http://digital.ni.com/softlib.nsf/websearch/C136D5E8B4D8E77886256D6B005A4EB5?opendocument&node=132060_US and http://digital.ni.com/softlib.nsf/websearch/0F62DA
EB483A76E286256A39007FC8F1?opendocument&node=132060_US respectively.

Regards,

David Shatila
Applications Engineer
National Instruments
0 Kudos
Message 2 of 5
(4,725 Views)
The problem is still there!
Please see the attached file.
0 Kudos
Message 3 of 5
(4,725 Views)
Hi,

First of all, the latest versions of NI-VXI and NI-VISA are fully compatible. The latest version of NI-VXI is NI-VXI 3.3, and the latest version of NI-VISA is NI-VISA 3.0. When you install NI-VXI 3.3, it will include NI-VISA 2.6. I recommend you uninstall this version of NI-VISA and upgrade to the latest version.

In order to troubleshoot this problem, let's step through the setup. This way, we can find out exactly where we encounter the error.

1. Let's turn off your VXI chassis. Now, let's turn it on. By cycling the power to the chassis, we ensure that each instrument is in a known state. While we are at it, let's make sure that the MXI-2 cable is connected correctly. On the MXI-2 cable, there is a label that says "Connect this end to device closest to MXIbus controller." This is the end of the cable that should be connected to your PCI-MXI-2 board.

2. Open Measurement and Automation Explorer. Your VXI system should be listed under Devices and Interfaces.

3. Sometimes, the instrument settings are cached. Let's make sure that we do not use any of these cached settings. Delete each VXI instrument except the VXI-MXI-2 board. You can do this by right clicking on each instrument and selecting delete.

At this point, all you should see under VXI System 0 is a PCI-MXI-2, a MXI-2 bus, a frame, and a VXI-MXI-2. If you did not have any instruments cached, then you will not have anything listed under VXI System 0.

4. Now, let's run the VXI resource manager. You can do this by selecting Tools>>NI-VXI>>VXI Resource Manager. According to the VXI specification, the resource manager must be run before you can communicate with any instrument.

5. Now that we have executed the resource manager, we need to refresh the view in MAX. Select View>>Refresh.

After following these 5 steps, you should be able to communicate with each instrument. If this did not work, please let me know which step caused problems.

Regards,

David Shatila
Applications Engineer
National Instruments
0 Kudos
Message 4 of 5
(4,725 Views)
Hi,
I am getting the same error message. It happens right after execution of "Old VISA Open", in HP8563E_Initialize.vi. Measurement and Automation Explorer can see the device. I have VISA 3.0.1, LabVIEW 7.0, and Windows98. Thanks.

Chuck
0 Kudos
Message 5 of 5
(4,725 Views)