Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Need help on USB-8452 Error -301743

When i execute the I2C write program, The error displayed "Error -301743 occurred at NI-845x I2C Write.vi:4470001" .How can i rectify it?

0 Kudos
Message 1 of 4
(3,567 Views)

I don't have LabVIEW in front of me.  Go to Help->Explain Error and then put in your error code.  What description do you get?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 4
(3,542 Views)

In Labview, the explain error shows that 

error 301743 occurred at an unidentified location

This error code is undefined. Undefined errors might occur for a number of reasons. For example, no one has provided a description for the code, or you might have wired a number that is not an error code to the error code input.

Additionally, undefined error codes might occur because the error relates to a third-party object, such as the operating system or ActiveX. For these third-party errors, you might be able to obtain a description of the error by searching the Web for the error code (301743) or for its hexadecimal representation (0x00049AAF).

0 Kudos
Message 3 of 4
(3,539 Views)

First of all, your error code is negative.  That is important.

 

Now that I am at my desk, I can see that error code -301743 means that the device you are trying to talk to did not return an ACK.  My first thought is that you are using the wrong address.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 4
(3,533 Views)