Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

CONmtGetNodeId

Description

This function returns the current CANopen Node-ID of the NMT module.

Prototype

CPU_INT08U CONmtGetNodeId(CO_NMT *nmt);

ParameterDescription
nmt reference to NMT structure


Returned Value

>0     The current NMT node ID

=0     An error is detected

Example

The following example shows how to get the node-ID of the CANopen node AppNode:

  • No labels