Versions Compared

Key

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

COEmcyReset

Description

This function clears all EMCY errors. The EMCY message transmission can be suppressed by setting the parameter silent to 1.

...

The following example clears all detected emergency within the application of the CANopen node AppNode. The corresponding emergency state change messages will be sent.End of topic


Code Block
languagecpp
    :
    COEmcyReset (&(AppNode.Emcy), 0);
    :