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 4 Current »

Before the application can use the CAN signal, the CAN signal must be configured with the needed data type parameters.

  1. The function CanSigCreate() is called with an application specific CAN signal configuration parameter structure (see documentation of structure CANSIG_PARA).
  2. After checking, that a free CAN signal object is available, the object is moved from the free list to the used list.
  3. The given CAN signal parameter structure is checked to contain plausible data. If this check was successful, the structure is linked to the CAN signal object.
  4. This function cannot be used in case CANSIG_STATIC_CONFIG is enabled.
  • No labels