08-27-2019 09:28 PM
I kown we can use the NI-Embedded CAN for RIO driver on 9651,but can this driver surport the canOpen communication protocaol driver?
08-27-2019
09:44 PM
- last edited on
12-18-2024
06:20 PM
by
Content Cleaner
Hi zhgwangpeihua,
sbRIO-9651 doesn't support the CANopen communication protocol. You can get detailed information from the following link:https://www.ni.com/en/support/documentation/supplemental/13/supported-hardware-and-software-for-ni-i....
Thanks!
08-28-2019 12:50 AM
Hi zhgwang,
as CANopen is based on CAN you can always implement your own CANopen protocol driver…
(It's a lot of work, but clearly helps to learn all the internals of CANopen.)
There used to be an example implementation of a CANopen driver for FPGA somewhere at NI's website, so search or ask your local NI support for help!