01-20-2014 03:28 PM
Hello,
I was wondering if NI had intentions to support the new CAN-FD protocol? Is there any release schedule or intentions that can be shared regarding devices and driver/programming API updates for CAN-FD?
Thank you.
01-21-2014 11:00 AM
Hi JaremyP,
There is no information regarding the possibility of support for CAN-FD. New products are usually released at NI Week, so NI Week updates are a good place to look for information about any new product releases. If this is a time critical issue, please create a service request so we can investigate possible solutions.
Best Regards,
07-31-2014 03:24 PM
Very neat stuff. So CAN-FD is basically the same as any normal CAN bus but with 2 changes. First the data rate can change during the transmission. This means that the payload section of the transmission can be up to 8 megabit/second. The second change is the fact that the payload length can vary instead of 0-8 bytes, from 0-64 bytes, but not necessarily in one byte increments.
With these two changes it is obvious that this cannot be accomplished with just a software layer change and instead a new transceiver must be used.
Any official word from NI on if they are considering making a CAN-FD product?
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
08-01-2014 08:57 AM
I just saw this today. Looks like the c series module 9862 already supports CAN-FD, and looks like all the other PCI/PXI cards have been updated to show they support it too. Was this just a software change and didn't need new hardware?
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
08-04-2014 03:41 PM
Hi Hooovahh,
NI-XNET 14.0 (newly released) adds support for the CAN-FD protocol:
http://www.ni.com/download/ni-xnet-14.0/4863/en/
http://download.ni.com/support/softlib//embedded%20networks/NI-XNET/Driver/NI-XNET%2014.0/readme.htm
A list of the NI-XNET interfaces that support CAN-FD communication can be found in the following white paper:
http://www.ni.com/white-paper/52288/en/
01-17-2017 04:16 AM
Hi..., I need support on CAN FD
I have already installed NI Xnet 16, but I didnt see any examples specifically related to CAN FD.
Any headsup for how can I use CAN FD in LabVIEW??
01-17-2017 08:48 AM
To switch from normal CAN to CAN FD simply involves setting a few database properties. The database cluster has a property called I/O Mode that can be set to CAN, CAN FD or CAN FD + BRS. This can be set in the database editor or in the XNET API.
Obviouly CAN FD will also need an additional input for the baudrate of the FD portion of the frame. Aside from this the XNET API works the same as CAN. Accordingly, any of the CAN examples will work with CAN FD by changing these properties.
09-29-2022 10:51 AM
Hi Jeff
Does it needs to change NI-CAN to NI-XNET firstly?
Best regards,
Brian Qin
09-29-2022 11:58 AM
@nexteer_LZ wrote:
Does it needs to change NI-CAN to NI-XNET firstly?
NI-CAN has never supported CAN-FD. XNet has been the suggested tool for developing CAN applications for probably 15 years or so.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord