Versions Compared

Key

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

...

The following example triggers the transmission of all TPDOs of the CANopen node AppNode, which contains the hypothetical object directory entry "[1234:56]".


Code Block
languagecpp
    CO_OBJ  *entry;
    :
    entry = CODirFind(&(AppNode.Dir), CO_DEV(0x1234, 0x56));
    COTPdoTrigObj(&(AppNode.TPdo[0]), entry);
    :