/
Creating a CAN Signal
Creating a CAN Signal
Before the application can use the CAN signal, the CAN signal must be configured with the needed data type parameters.
Figure - Creating a CAN signal
- The function
CanSigCreate()
is called with an application specific CAN signal configuration parameter structure (see documentation of structureCANSIG_PARA
). - After checking, that a free CAN signal object is available, the object is moved from the free list to the used list.
- 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.
- This function cannot be used in case
CANSIG_STATIC_CONFIG
is enabled.
, multiple selections available,
Related content
Defining CAN Signals and Messages
Defining CAN Signals and Messages
More like this
Deleting a CAN Signal
Deleting a CAN Signal
More like this
Initializing CAN Signals and Messages
Initializing CAN Signals and Messages
More like this
Creating a CAN Message
Creating a CAN Message
More like this
Writing a CAN Message
Writing a CAN Message
More like this
Using CAN Protocols
Using CAN Protocols
More like this