Open ravenst0ne opened 5 years ago
How you get the CANFD plug-in.
I wrote it by myself. But I got stuck at some points. E.g. the database is not open source and needed for using signal values inside CAN frames
@ravenst0ne You are able to solve the problem? Do you have a fully functional CanFD addon?
No
I'm trying to get the NodeSimulation running with CAN FD. When I create a CAN FD Message with the prototyp, the defined APPFUNCPROC from Busmaster should be called from the Node which refers to the function gunSendMsg_CAN(). In this function the STCAN_MSG object doesn't contain the corret m_bCANFD variable. If I set this variable manually to "true" I can send CAN FD messages from the Node Simulation. Any Ideas where the Node is compiled wrong or what has to be changed to create a correct STCAN_MSG object from the given Node signature?