04-24-2013 03:25 PM
Hi could someone tell me what this error means. I get this error on a C-Action node trying to start communication on the LIN bus. Any idea what this error means?
Thanks.
Solved! Go to Solution.
04-24-2013 03:54 PM
Taking a quick look at the error code in LabVIEW (meny bar, Help->Explain Error), the error is defined as:
Error -1074388571 occurred at an unidentified location
Possible reason(s):
NI-CAN: (Hex 0xBFF621A5) The LIN interface did not detect power on the LIN bus. Ensure that power is supplied to the bus.
Then, looking at a LIN interface (not sure which one you have specifically) here: http://www.ni.com/pdf/manuals/373710b.pdf on page 6, it shows the power on Pin 9. Make sure that you have the required voltage on the proper pins (9 and 6 for the 9866).
04-24-2013 08:02 PM
Ah.. Thank you.