@Michael_78 wrote:
You will not be able to configure the board in MAX, but you should be able to use their drivers with LaBIVEW, you can then use the NI CAN frame conversion, or the XNET frame conversion to convert to and from CAN signals.
Use the XNET frame conversion, not the NI CAN frame conversion. XNET is newer, and is still being supported. It also works without needing XNET hardware. The NI CAN frame conversion hasn't been updated in 5 years and I've had issues with it in the past. When I contacted NI about it they said to use XNET.
Using this technique I've used CANcase hardware by Vector, and Intrepid hardware in LabVIEW writing and reading to signals based on their name in the DBC. I've even got CAN signals to work using an Arduino and a CAN tranceiver, sending data over serial.