/
Node Stop
Node Stop
Stopping a node is typically performed by the CANopen master via NMT protocol messages. This is done by the CANopen stack without any necessary actions by the application.
The CANopen stack provides a service function to switch the NMT modes by the application. The following line switches the node into the NMT mode: STOP.
CONmtSetMode(&demo.Nmt, CO_STOP);
The internal behavior of the CANopen stack is shown in the following diagram:
Figure - CANopen Stack Internals
, multiple selections available,
Related content
CONodeStop
CONodeStop
More like this
Node Reset
Node Reset
More like this
Node Shutdown
Node Shutdown
More like this
CONmtReset
CONmtReset
More like this
CONmtSetMode
CONmtSetMode
More like this
COIfClose
COIfClose
More like this