LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -1073807343

No one is going to call you and please don't post proprietary files. Why don't you simply attach a png of the message?

What is your code doing? Is it just looping on a measurement? Hopefully, you aren't continually opening and closing the VISA session. I would also suggest you disable any windows power saving settings.
0 Kudos
Message 11 of 25
(2,461 Views)

~~~~ Oh magic 8-ball ~~~~~

USB Plug-n-Play Devices (Windows)

In this topic we will discuss some of the common problems that have been observed using USB devices with LabVIEW on Windows operating systems.  Many of these points are also applicable to other environments but the examples will be use the Windows 7 OS.

 

FAQ 1 : My USB device stops working unexpectedly.

The first thing to look at is the OS power saving options.  There is a global trend towards developing "Green" electronics and energy star ratings are getting fairly common.  "If its not being used shut it off" is nothing new.  Cavemen learned how to bank a fire to preserve energy that would otherwise be wasted.  Likewise, the Windows OS has a power saving feature to shut down power to the USB hubs when no user activity is present.  In Automated systems this feature can cause problems since removing USB hub power will shut down the USB device.   Solution: Use the device manager to change the USB hub Power Options.

 

FAQ2: I set the power options and my device connection is still unreliable: Remember, those computer USB ports are often the cheapest that can be mounted on the chassis and share the PC system power supply to supply USB Power. Most uses of USB are temporary connections like a thumb drive or a camera.  These connections do not require high reliability since the user is right there interacting with it.  Power surges and fault tolerance at worst cause the operator to retry the data transfer.  Automated systems require a bit more robustness.  Solutions:

1) ALWAYS use an external self powered hub.  Perform your engineering due diligence and inspect the devices specifications too- If you can't find them for that device that should clue you to seek an product from a vendor that WILL publish their specs.

2) High noise environments require the use of ferrites on the USB cable- and don't buy the cheapest cable either! The cheap ones are poorly shielded.  

3) PROTECT the HUB connections-  If you have a USB2.0 device and Joe User plugs in a 1.0 device in a open slot managed by the same hub- Bingo every port on the hub may back convert to USB1.0.  WORSE there are a lot of damaged or marginally engineered USB devices out there.  Joe User's device may cause power fluctuations when it is inserted or removed from the hub just don't let it happen!

 

 

FAQ3: I am testing USB devices and the OS can't find them anymore.

This is a Plug-n-Play feature that deserves some exposure.  When you connect a P-n-P device the OS remembers its serial number in a HKEY (Hive-Key) registry entry.  This is helpful when (for example) you want a specific instrument, Say an NI-USB-6008, to show up as a DAQmx Device with VISA Alias "MyDAQ1" every time it is plugged it.  On the other hand, If you want to test a line of USB-Serial converters this can be problematic since the P-n-P driver will mount the first serial number as "COM3" and the next as "COM4" add infinitum until the enumerator controller in the registry and VISA recognized aliases get used up.  Solution: Use the Windows registry API and the Hardware Configuration API in LabVIEW to clear unused VISA Aliases and HKEY entries.   Speak with your staff IT professional about HKEY structure and possible side effects before developing a plan to edit registry entries.


"Should be" isn't "Is" -Jay
0 Kudos
Message 12 of 25
(2,458 Views)

Hi Dennis, the reason why I put my phone number is because i'm aware that NI can give you a call to help resolve the issue, nothin else and please dont feel offended. There is no code actually, I only use the labview interface to connect to the agilent equipment and take readings and after few readings the error comes up. This is where i need help so the error doesnt come up again.

 

Thank you.

0 Kudos
Message 13 of 25
(2,457 Views)
Of course you have code. That is what the LabVIEW program is.

The comment about the phone number was also to tell you it is not wise to put it in a public forum. And no, NI will not call you. That requires a service contact and you make that request elsewhere.
0 Kudos
Message 14 of 25
(2,455 Views)

@Dennis_Knutson wrote:
Of course you have code. That is what the LabVIEW program is.

The comment about the phone number was also to tell you it is not wise to put it in a public forum. And no, NI will not call you. That requires a service contact and you make that request elsewhere.

Although,  NI AE's have me on speed-dial.  But, we do not work for NI! we are teachers and enthusiasts that are willing to offer experience voluntarilly.  Give Dennis a break and post your code.... It might just help you.


"Should be" isn't "Is" -Jay
0 Kudos
Message 15 of 25
(2,451 Views)
Kindly help me with possible solutions to this problem: Error -1073807343 occurred at an unidentified location Possible reason(s): VISA: (Hex 0xBFFF0011) Insufficient location information or the device or resource is not present in the system. Thank you
0 Kudos
Message 16 of 25
(2,441 Views)
Now really, don't you think it is just silly to just ask the same exact question? Did you do any of the excellent suggestions from Jeff? You haven't even attached your program.
0 Kudos
Message 17 of 25
(2,438 Views)

Ok so the magic 8 ball was probably off the mark with the error provided.

 

DON"T expect too many people to open Microsoft Office files-  they are notorious for viruses and require software that not everyone has access to.  a *.png would be fine just save as .png from paint

 

next.  see this link (the blue text is a link)  Install Agilient IO Libraries and the virtual com port driver! just like the manual and getting started guides state.  The error you show, shows one is missing or the devices firmware is not up to date

 

@ Dennis he's not getting a reading- he's getting 3, 10 second VISA timeouts


"Should be" isn't "Is" -Jay
0 Kudos
Message 18 of 25
(2,432 Views)

I am sorry ,i still have this problem, last time,i restarted my PC, it worked well, but today , not work any more.

0 Kudos
Message 19 of 25
(2,057 Views)
That would indicate you didn't change the power management settings as earlier suggested and the USB hub lost power

"Should be" isn't "Is" -Jay
0 Kudos
Message 20 of 25
(2,046 Views)