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 | ||
---|---|---|
| ||
:
COEmcyReset (&(AppNode.Emcy), 0);
: |