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 Next »

Description

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

Prototype

void COTPdoTrigPdo(CO_TPDO *pdo, CPU_INT16U num);

ParameterDescription
pdo Pointer to start of TPDO array
num Number of TPDO (0..511)

Returned Value

none

Additional Information

This function can be removed from the CANopen device by disabling the transmit PDO support with the configuration CO_TPDO.N.

Example

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

  • No labels