Hello,
I spent some more time trying different configurations and have still been unsuccessful in duplicating your issue, but hopefully some of the questions I present here will help us narrow down the cause of your problem.
That error (pictured in VISAerr1.jpg) is a VISA error that usually means you are incorrectly addressing the VISA resource. This can occur when the specified address of a GPIB device no longer exists. What appears to be happening is your LabVIEW application is configured to communicate with a GPIB device at a specific location, and the location of the device changes, causing that error.
Going back to your previous post--I have a few questions about your LabVIEW application. You mention using a flash drive to transfer data without stopping the test. Does your application write to a flash drive as it's communicating with the GPIB device? If you eject your flash drive in the middle of the program execution (while it's writing to a file) without properly releasing the USB flash drive's resources, then that would cause an error. Maybe the error you see is a red herring that's actually caused by removing the flash drive prematurely as data is being written to or read from it, which would also explain why Windows will let you not eject your flash drive until the application stops.
In looking at other issues dealing with that error 1073807195, customers seem to have narrowed that error down to either a improperly selected GPIB address or an NI-488.2/NI-VISA installation gone awry. For the first case, simply make sure you have selected the proper GPIB address on the VISA task. For the former case, a reinstallation of NI-488.2 and/or NI-VISA seemed to have fixed the issue.
In your MAX screenshot, I see that you have several GPIB devices connected via the GPIB-USB-HS interface. Do you have all four GPIB devices chained to one GPIB-USB-HS cable? If it's possible, let's try using just one GPIB device connected to the cable to see if the problem still occurs. Also, do you Scan for Instruments in MAX each time you connect a GPIB device?
Lastly, let's try running a few tests using the NI-488.2 Troubleshooting Utility. Access this tool by right clicking on the GPIB-USB-HS device under Devices and Interfaces in MAX and seleting NI-488.2 Troubleshooting Utility. Make sure to check all the boxes in this utility and run it. Each item should pass the test. If an item doesn't, then that that's a good indication of a configuration error.
Again I'm sorry to hear that you're still having a bit of trouble with the device. If I were able to easily duplicate the problems you're experiencing, then it would make troubleshooting easier. Regrettably, I have been unable to do so, which makes causes of problems like this especially difficult to pinpoint. Any additional information from you is welcomed, and I'm anxious to hear back from you so that we can work together to get this issue resolved as efficiently as possible.
Regards,
Message Edited by Patrick_B on
11-19-2007 07:25 PM
Warm regards,
pBerg