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 | ||
---|---|---|
| ||
:
COTPdoTrigPdo(&(AppNode.TPdo[0]), 3);
: |