CONmtReset
Description
This function resets the CANopen device with the given type.
...
The following example shows how to request a communication reset of the CANopen node AppNode:
Code Block | ||
---|---|---|
| ||
: CONmtReset (&(AppNode.Nmt), CO_RESET_COM); : |
This function resets the CANopen device with the given type.
...
The following example shows how to request a communication reset of the CANopen node AppNode:
Code Block | ||
---|---|---|
| ||
: CONmtReset (&(AppNode.Nmt), CO_RESET_COM); : |