Versions Compared

Key

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

...

The following example shows how to switch the CANopen node AppNode in operational mode without a CANopen master network command:


Code Block
languagecpp
    :
    CONmtSetMode (&(AppNode.Nmt), CO_OPERATIONAL);
    :