Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

When a CAN message was received via the CAN bus, the content can be distributed to the linked CAN signals.

  1. The function CanMsgWrite() is called with the unique CAN message identifier and a CAN frame.
  2. The function checks, that the given CAN message is in use.
  3. The function uses the CanFrmGet() and CanSigWrite() to get the mapped data out of the given CAN frame and write it to the mapped CAN signals.
  • No labels