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

« Previous Version 3 Next »

The start of a node needs to have some additional information about memory allocation, the object directory, and more. This information is collected to a single structure, called "node specification".

The following source lines show a typical node specification:

The service function CONodeInit() initializes the given node with the data and memory of the given node specification:

CONodeInit (&demo, (CO_NODE_SPEC *)&DemoSpec);

The internal behavior of the CANopen stack is shown in the following diagram:

Note: The CANopen network state machine state is INIT after the node initialization, because there may be several additional actions necessary (e.g. device profile or application specific actions) before setting the node into pre-operational state. With the final function call CONodeStart() the bootup message is sent and the node is in the mode: CO.PREOP. The node is now able to perform network communications.

  • No labels