Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

COTPdoTrigPdo

Description

This function allows the application to trigger a TPDO event for the given TPDO number.

...

The following example triggers the transmission of TPDO #3 of the CANopen node AppNode.


Code Block
languagecpp
    :
    COTPdoTrigPdo(&(AppNode.TPdo[0]), 3);
    :