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 | ||
---|---|---|
| ||
: CONmtSetMode (&(AppNode.Nmt), CO_OPERATIONAL); : |