11-20-2019 02:39 AM
I edit a DBC using XNET database editor and set a custom baud rate(verified with Bus Monitor). Then create a CAN port under Hardware/Chassis/NI-XNET/CAN. But I can't select the edited DBC. The error is:
Error -1074384782 occurred at XNET.lvlib:FIBEX_GetBaudRate.vi->XNET.lvlib:FIBEX_GetClusters.vi->XNET.lvlib:CAN Port.vi(arg 1)
Property: BaudRate
Possible reason(s):
NI-XNET: (Hex 0xBFF63072) The baud rate value set is invalid. Solution: set a valid value.
12-12-2019 04:37 AM
Hi,
VeriStand 2019 or Later supports XNET implementation that supports CAN FD and CAN FD with Baud Rate Switching I/O modes. This implementation also allows calculating and using custom baud rates for a CAN interface.
For VeriStand 2018 SP1 or earlier, the native XNET custom device does not support custom baud rate entries for CAN FD. The workaround described here only works for setting custom baud rate for normal CAN.
I hope this helps