rbei-etas / busmaster

BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN. BUSMASTER was conceptualized, designed and implemented by Robert Bosch Engineering and Business Solutions (RBEI). Presently it is a joint project of RBEI and ETAS GmbH.
http://rbei-etas.github.com/busmaster/
GNU General Public License v3.0
950 stars 501 forks source link

NodeSimulation CAN FD not possible #1238

Open ravenst0ne opened 5 years ago

ravenst0ne commented 5 years ago

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?

Sandy-Marker commented 4 years ago

How you get the CANFD plug-in.

ravenst0ne commented 4 years ago

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

FortisEmbedded commented 4 years ago

@ravenst0ne You are able to solve the problem? Do you have a fully functional CanFD addon?

ravenst0ne commented 4 years ago

No