Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The domain object holds all necessary information, which are needed for the domain handling. Note: this structure may be placed into ROM, because it holds only constant values.


Code Block
languagecpp
const CO_DOMAIN {
    DEMO_DOMAIN_SIZE,                   /* size of domain memory          */
    &DemoDomainMem[0]                   /* start address of domain memory */
 } DemoDomainObj;


To enable the usage of this domain to the CAN network side, the domain object must be added to the object directory:

...

The internal behavior of the CANopen stack is shown in section "User Type Objects". The system types are implemented identical to user types. The following diagram shows the behavior in combination with the SDO server.


Panel
borderWidth0
titleFigure - Domain Objects

Image Added