From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -1074388560 occurred at NI-CAN Configure CAN Object when using NI USB-8502

Hello,

 

I'm upgrading existing LabVIEW 2008 application to LabVIEW 2018 and using a new NI USB-8502. 

 

Original code was written to use NI-CAN and I would like to keep using NI-CAN instead of re-writing the code to use NI-XNET.

 

I've installed NI-XNET Compatibility Library for NI-CAN.

 

When the ncConfigCANObj.vi is called, I get the error :

 

Error -1074388560 occurred at NI-CAN Configure
CAN Object
(ncConfigCANObj.vi)

Possible reason(s):

NI-CAN: (Hex 0xBFF621B0) The feature specified has a design under NI-CAN which cannot be made compatible with NI-XNET CAN hardware.

 

 

I've attached the code (LV 2018) and the screenshot of the block diagram. Do you know what could be the issue here?

 

Thanks in advance.

Download All
0 Kudos
Message 1 of 3
(1,998 Views)

Hi,

 

You may get more responses if you repost this in the Automotive and Embedded Networks forum here: https://forums.ni.com/t5/Automotive-and-Embedded-Networks/bd-p/30

 

The people that look at those forums are generally more familiar with CAN and the NI CAN/XNET drivers.

C. Weeks
Product Support Engineer
NI
0 Kudos
Message 2 of 3
(1,919 Views)

It looks like it's the Transmit By Response = TRUE, check the NI-CAN manual Appendix F

 

http://www.ni.com/pdf/manuals/370289t.pdf

Message 3 of 3
(1,909 Views)