Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

nican status

Hi,
I am trying to look at the nican can status through the ncGetAttr.vi . Well, the input, Attribute ID, is 8000000A ( object status ) and the result is 4003000B.
Consulting the nican programmer reference manual, I have not seen such error ( or warning )...
Someone knows what does it means ?

Thanks,
Regards
0 Kudos
Message 1 of 3
(4,235 Views)
Hi,
I found your error code in the NICAN.h file. It is as follows:

#define NC_ATTR_STATUS 0x8000000A

This alone does not tell us too much. Can you be more explicit about what you are doing? I was not able to find any error codes for 4003000B. Is this an error code?

Hope this helps,
Aaron K.
Application Engineer
National Instruments
0 Kudos
Message 2 of 3
(4,235 Views)
Hi,

Thanks for the answer.

I have found which kind of error is this.
The error: 0x4003000B.

The number 4 indicates that it is a warning.
The number 3 indicates a ACK error.
The number B indicates that a BUS off occured.

It can be found inside the NICAN.H file.

I am sending a file that can explain it better.

Thanks,
Regards,

Fernando
0 Kudos
Message 3 of 3
(4,235 Views)