Versions Compared

Key

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

CONmtSetMode

Description

This function sets the requested CANopen NMT state machine mode.

...

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);
    :