Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| can_higher_layer_protocols:xdd_example [2013/04/05 15:46] – created heinz | can_higher_layer_protocols:xdd_example [2018/08/21 23:08] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| At first we have to define a PDO_COB_TYPE data type in dataTypeList. | At first we have to define a PDO_COB_TYPE data type in dataTypeList. | ||
| - | <file xml> | + | <code xml> |
| < | < | ||
| <!-- Define a 29bit type, as there is no 29 bit data type. Maybe we should define one. --> | <!-- Define a 29bit type, as there is no 29 bit data type. Maybe we should define one. --> | ||
| Line 29: | Line 29: | ||
| </ | </ | ||
| </ | </ | ||
| - | </file> | + | </code> |
| Then we need a parameter of that data type. | Then we need a parameter of that data type. | ||
| Line 40: | Line 40: | ||
| </ | </ | ||
| </ | </ | ||
| - | </endcode> | + | </code> |
| At the end a CANopen Object can be assigned to that parameter. | At the end a CANopen Object can be assigned to that parameter. | ||
| Line 48: | Line 48: | ||
| | | ||
| | | ||
| - | </endcode> | + | </code> |