objdict.xml 69 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <device xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <CANopenObjectList>
  4. <CANopenObject index="1000" name="Device type" objectType="VAR" memoryType="ROM" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="0x00000000" subNumber="0" disabled="false" TPDOdetectCOS="false">
  5. <description>bit 0-15: Device profile number
  6. bit 16-31: Additional information</description>
  7. </CANopenObject>
  8. <CANopenObject index="1001" name="Error register" objectType="VAR" memoryType="RAM" dataType="0x05" accessType="ro" PDOmapping="optional" defaultValue="0" subNumber="0" disabled="false" TPDOdetectCOS="false">
  9. <description>bit 0: generic error
  10. bit 1: current
  11. bit 2: voltage
  12. bit 3: temperature
  13. bit 4: communication error (overrun, error state)
  14. bit 5: device profile specific
  15. bit 6: Reserved (always 0)
  16. bit 7: manufacturer specific</description>
  17. </CANopenObject>
  18. <CANopenObject index="1002" name="Manufacturer status register" objectType="VAR" memoryType="RAM" dataType="0x07" accessType="ro" PDOmapping="optional" defaultValue="0" subNumber="0" disabled="false" TPDOdetectCOS="false">
  19. <description>bit 0-31: Not used by stack (available for user)</description>
  20. </CANopenObject>
  21. <CANopenObject index="1003" name="Pre-defined error field" objectType="ARRAY" memoryType="RAM" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="" subNumber="9" accessFunctionName="CO_ODF_1003" disabled="false" TPDOdetectCOS="false">
  22. <description>Number of Errors
  23. bit 0-7: Zero can be written to erase error history
  24. Standard Error Field
  25. bit 0-15: Error code as transmitted in the Emergency object
  26. bit 16-31: Manufacturer specific additional information</description>
  27. <CANopenSubObject subIndex="00" name="Number of errors" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="0x00" TPDOdetectCOS="false">
  28. <description />
  29. </CANopenSubObject>
  30. <CANopenSubObject subIndex="01" name="Standard error field" objectType="VAR" dataType="0x00" accessType="ro" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  31. <description />
  32. </CANopenSubObject>
  33. <CANopenSubObject subIndex="02" name="Standard error field" objectType="VAR" dataType="0x00" accessType="ro" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  34. <description />
  35. </CANopenSubObject>
  36. <CANopenSubObject subIndex="03" name="Standard error field" objectType="VAR" dataType="0x00" accessType="ro" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  37. <description />
  38. </CANopenSubObject>
  39. <CANopenSubObject subIndex="04" name="Standard error field" objectType="VAR" dataType="0x00" accessType="ro" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  40. <description />
  41. </CANopenSubObject>
  42. <CANopenSubObject subIndex="05" name="Standard error field" objectType="VAR" dataType="0x00" accessType="ro" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  43. <description />
  44. </CANopenSubObject>
  45. <CANopenSubObject subIndex="06" name="Standard error field" objectType="VAR" dataType="0x00" accessType="ro" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  46. <description />
  47. </CANopenSubObject>
  48. <CANopenSubObject subIndex="07" name="Standard error field" objectType="VAR" dataType="0x00" accessType="ro" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  49. <description />
  50. </CANopenSubObject>
  51. <CANopenSubObject subIndex="08" name="Standard error field" objectType="VAR" dataType="0x00" accessType="ro" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  52. <description />
  53. </CANopenSubObject>
  54. <accessFunctionPreCode />
  55. </CANopenObject>
  56. <CANopenObject index="1005" name="COB-ID SYNC message" objectType="VAR" memoryType="ROM" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000080" subNumber="0" accessFunctionName="CO_ODF_1005" disabled="false" TPDOdetectCOS="false">
  57. <description>bit 0-10: COB-ID for SYNC object
  58. bit 11-29: set to 0
  59. bit 30: 1(0) - node generates (does NOT generate) SYNC object
  60. bit 31: set to 0</description>
  61. </CANopenObject>
  62. <CANopenObject index="1006" name="Communication cycle period" objectType="VAR" memoryType="ROM" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0" subNumber="0" accessFunctionName="CO_ODF_1006" disabled="false" TPDOdetectCOS="false">
  63. <description>bit 0-31: period of SYNC transmission in µs (0 = no transmission, no checking)</description>
  64. </CANopenObject>
  65. <CANopenObject index="1007" name="Synchronous window length" objectType="VAR" memoryType="ROM" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0" subNumber="0" disabled="false" TPDOdetectCOS="false">
  66. <description>bit 0-31: window length after SYNC when PDOS must be transmitted in µs, (0 = not used)</description>
  67. </CANopenObject>
  68. <CANopenObject index="1008" name="Manufacturer device name" objectType="VAR" memoryType="ROM" dataType="0x09" accessType="const" PDOmapping="no" defaultValue="Zephyr RTOS/CANopenNode" subNumber="0" disabled="false" TPDOdetectCOS="false">
  69. <description>Name of the manufacturer as string</description>
  70. </CANopenObject>
  71. <CANopenObject index="1009" name="Manufacturer hardware version" objectType="VAR" memoryType="ROM" dataType="0x09" accessType="const" PDOmapping="no" defaultValue="3.00" subNumber="0" disabled="false" TPDOdetectCOS="false">
  72. <description>Name of the hardware version as string</description>
  73. </CANopenObject>
  74. <CANopenObject index="100a" name="Manufacturer software version" objectType="VAR" memoryType="ROM" dataType="0x09" accessType="const" PDOmapping="no" defaultValue="3.00" subNumber="0" disabled="false" TPDOdetectCOS="false">
  75. <description>Name of the software version as string.</description>
  76. </CANopenObject>
  77. <CANopenObject index="100c" name="Guard Time" objectType="VAR" memoryType="ROM" dataType="0x06" accessType="ro" PDOmapping="no" defaultValue="" subNumber="0" accessFunctionName="" disabled="true" TPDOdetectCOS="false">
  78. <description>The objects at index 100Ch and 100Dh include the guard time in milliseconds and the life time factor.
  79. The life time factor multiplied with the guard time gives the life time for the Life Guarding Protocol. It is
  80. 0 if not used.</description>
  81. <accessFunctionPreCode />
  82. </CANopenObject>
  83. <CANopenObject index="100d" name="Life time factor" objectType="VAR" memoryType="RAM" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="" subNumber="0" accessFunctionName="" disabled="true" TPDOdetectCOS="false">
  84. <description>The life time factor multiplied with the guard time gives the life time for the node guarding protocol. It is
  85. 0 if not used.</description>
  86. <accessFunctionPreCode />
  87. </CANopenObject>
  88. <CANopenObject index="1010" name="Store parameters" objectType="ARRAY" memoryType="RAM" dataType="0x07" accessType="rw" PDOmapping="no" subNumber="2" accessFunctionName="CO_ODF_1010" disabled="false" TPDOdetectCOS="false">
  89. <description>Writing value 0x65766173 ('s','a','v','e' from LSB to MSB) into this location stores all ROM variables into EEPROM.</description>
  90. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="1" TPDOdetectCOS="false">
  91. <description />
  92. </CANopenSubObject>
  93. <CANopenSubObject subIndex="01" name="save all parameters" objectType="VAR" dataType="0x00" accessType="rw" PDOmapping="no" defaultValue="0x00000003" TPDOdetectCOS="false">
  94. <description />
  95. </CANopenSubObject>
  96. </CANopenObject>
  97. <CANopenObject index="1011" name="Restore default parameters" objectType="ARRAY" memoryType="RAM" dataType="0x07" accessType="rw" PDOmapping="no" subNumber="2" accessFunctionName="CO_ODF_1011" disabled="false" TPDOdetectCOS="false">
  98. <description>Writing value 0x64616F6C ('l','o','a','d' from LSB to MSB) into this location restores all ROM and EEPROM variables after reset. (After reset read form EEPROM is not performed, so default values are used.)</description>
  99. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="1" TPDOdetectCOS="false">
  100. <description />
  101. </CANopenSubObject>
  102. <CANopenSubObject subIndex="01" name="restore all default parameters" objectType="VAR" dataType="0x00" accessType="rw" PDOmapping="no" defaultValue="0x00000001" TPDOdetectCOS="false">
  103. <description />
  104. </CANopenSubObject>
  105. </CANopenObject>
  106. <CANopenObject index="1012" name="COB-ID TIME" objectType="VAR" memoryType="ROM" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="" highValue="" lowValue="" subNumber="0" accessFunctionName="" disabled="false" TPDOdetectCOS="false">
  107. <description>Index 1012h defines the COB-ID of the Time-Stamp Object (TIME). Further, it defines whether the
  108. device consumes the TIME or whether the device generates the TIME.</description>
  109. <accessFunctionPreCode />
  110. </CANopenObject>
  111. <CANopenObject index="1013" name="High resolution time stamp" objectType="VAR" memoryType="RAM" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="" subNumber="0" accessFunctionName="" disabled="true" TPDOdetectCOS="false">
  112. <description>This object contains a time stamp with a resolution of 1 µs (see 9.3.2). It can be mapped into a PDO in
  113. order to define a high resolution time stamp message. (Note that the data type of the standard time
  114. stamp message (TIME) is fixed). Further application specific use is encouraged.</description>
  115. <accessFunctionPreCode />
  116. </CANopenObject>
  117. <CANopenObject index="1014" name="COB-ID EMCY" objectType="VAR" memoryType="ROM" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="$NODEID+0x80" subNumber="0" accessFunctionName="CO_ODF_1014" disabled="false" TPDOdetectCOS="false">
  118. <description>bit 0-10: COB-ID
  119. bit 11-30: set to 0 for 11 bit COB-ID
  120. bit 31: 0(1) - node uses (does NOT use) Emergency object</description>
  121. </CANopenObject>
  122. <CANopenObject index="1015" name="inhibit time EMCY" objectType="VAR" memoryType="ROM" dataType="0x06" accessType="rw" PDOmapping="no" defaultValue="100" subNumber="0" disabled="false" TPDOdetectCOS="false">
  123. <description>bit 0-15: Inhibit time of emergency message in 100µs</description>
  124. </CANopenObject>
  125. <CANopenObject index="1016" name="Consumer heartbeat time" objectType="ARRAY" memoryType="ROM" dataType="0x07" accessType="rw" PDOmapping="no" subNumber="5" accessFunctionName="CO_ODF_1016" disabled="false" TPDOdetectCOS="false">
  126. <description>max sub-index
  127. Consumer Heartbeat Time
  128. bit 0-15: Heartbeat consumer time in ms (0 = node is not monitored)
  129. bit 16-23: Node ID
  130. bit 24-31: set to 0</description>
  131. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="4" TPDOdetectCOS="false">
  132. <description />
  133. </CANopenSubObject>
  134. <CANopenSubObject subIndex="01" name="Consumer heartbeat time" objectType="VAR" dataType="0x00" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  135. <description />
  136. </CANopenSubObject>
  137. <CANopenSubObject subIndex="02" name="Consumer heartbeat time" objectType="VAR" dataType="0x00" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  138. <description />
  139. </CANopenSubObject>
  140. <CANopenSubObject subIndex="03" name="Consumer heartbeat time" objectType="VAR" dataType="0x00" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  141. <description />
  142. </CANopenSubObject>
  143. <CANopenSubObject subIndex="04" name="Consumer heartbeat time" objectType="VAR" dataType="0x00" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  144. <description />
  145. </CANopenSubObject>
  146. </CANopenObject>
  147. <CANopenObject index="1017" name="Producer heartbeat time" objectType="VAR" memoryType="ROM" dataType="0x06" accessType="rw" PDOmapping="no" defaultValue="1000" subNumber="0" disabled="false" TPDOdetectCOS="false">
  148. <description>bit 0-15: Heartbeat producer time in ms (0 = disable transmission)</description>
  149. </CANopenObject>
  150. <CANopenObject index="1018" name="Identity" objectType="REC" memoryType="ROM" dataType="0x23" accessType="rw" PDOmapping="no" subNumber="5" disabled="false" TPDOdetectCOS="false">
  151. <description>max sub-index
  152. Vendor-ID
  153. bit 0-31: Assigned by CiA
  154. Product code
  155. bit 0-31: Manufacturer specific
  156. Revision number
  157. bit 0-15: Minor revision num. (CANopen behavior has not changed)
  158. bit 16-31: Major revision number (CANopen behavior has changed)
  159. Serial number
  160. bit 0-31: Manufacturer specific</description>
  161. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="4" TPDOdetectCOS="false">
  162. <description />
  163. </CANopenSubObject>
  164. <CANopenSubObject subIndex="01" name="Vendor-ID" objectType="VAR" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  165. <description />
  166. </CANopenSubObject>
  167. <CANopenSubObject subIndex="02" name="Product code" objectType="VAR" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  168. <description />
  169. </CANopenSubObject>
  170. <CANopenSubObject subIndex="03" name="Revision number" objectType="VAR" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  171. <description />
  172. </CANopenSubObject>
  173. <CANopenSubObject subIndex="04" name="Serial number" objectType="VAR" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  174. <description />
  175. </CANopenSubObject>
  176. </CANopenObject>
  177. <CANopenObject index="1019" name="Synchronous counter overflow value" objectType="VAR" memoryType="ROM" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="0" subNumber="0" accessFunctionName="CO_ODF_1019" disabled="false" TPDOdetectCOS="false">
  178. <description>If value is zero, then SYNC message is transmitted with data length 0.
  179. If Value is from 2 to 240, then SYNC message has one data byte, which contains the counter.
  180. Other values are reserved.</description>
  181. </CANopenObject>
  182. <CANopenObject index="1029" name="Error behavior" objectType="ARRAY" memoryType="ROM" dataType="0x05" accessType="rw" PDOmapping="no" subNumber="7" disabled="false" TPDOdetectCOS="false">
  183. <description>If error is detected and operating NMT state is NMT operational, this object defines behavior of the device.
  184. Value definition for all subindexes:
  185. 0x00 - if operational, switch to NMT pre-operational
  186. 0x01 - do nothing
  187. 0x02 - switch to NMT stopped
  188. 01 - Communication error - bus off or Heartbeat consumer error.
  189. 02 - Communication other error (critical errors - see 'Error status bits') except CAN bus passive but including bus off or Heartbeat consumer.
  190. 03 - Communication passive - any communication error including CAN bus passive.
  191. 04 - Generic error (critical errors - see 'Error status bits').
  192. 05 - Device profile error - bit 5 in error register is set.
  193. 06 - Manufacturer specific error - bit 7 in error register is set.</description>
  194. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="6" TPDOdetectCOS="false">
  195. <description />
  196. </CANopenSubObject>
  197. <CANopenSubObject subIndex="01" name="Communication" objectType="VAR" dataType="0x00" accessType="rw" PDOmapping="no" defaultValue="0x00" TPDOdetectCOS="false">
  198. <description />
  199. </CANopenSubObject>
  200. <CANopenSubObject subIndex="02" name="Communication other" objectType="VAR" dataType="0x00" accessType="rw" PDOmapping="no" defaultValue="0x00" TPDOdetectCOS="false">
  201. <description />
  202. </CANopenSubObject>
  203. <CANopenSubObject subIndex="03" name="Communication passive" objectType="VAR" dataType="0x00" accessType="rw" PDOmapping="no" defaultValue="0x01" TPDOdetectCOS="false">
  204. <description />
  205. </CANopenSubObject>
  206. <CANopenSubObject subIndex="04" name="Generic" objectType="VAR" dataType="0x00" accessType="rw" PDOmapping="no" defaultValue="0x00" TPDOdetectCOS="false">
  207. <description />
  208. </CANopenSubObject>
  209. <CANopenSubObject subIndex="05" name="Device profile" objectType="VAR" dataType="0x00" accessType="rw" PDOmapping="no" defaultValue="0x00" TPDOdetectCOS="false">
  210. <description />
  211. </CANopenSubObject>
  212. <CANopenSubObject subIndex="06" name="Manufacturer specific" objectType="VAR" dataType="0x00" accessType="rw" PDOmapping="no" defaultValue="0x00" TPDOdetectCOS="false">
  213. <description />
  214. </CANopenSubObject>
  215. </CANopenObject>
  216. <CANopenObject index="1200" name="SDO server parameter" objectType="REC" memoryType="ROM" dataType="0x22" accessType="rw" PDOmapping="no" subNumber="3" accessFunctionName="CO_ODF_1200" disabled="false" TPDOdetectCOS="false">
  217. <description>0x1200 SDO server parameter
  218. max sub-index
  219. COB-ID client to server (Receive SDO)
  220. bit 0-31: 0x00000600 + Node ID
  221. COB-ID server to client (Transmit SDO)
  222. bit 0-31: 0x00000580 + Node ID
  223. 0x1201 - 0x127F SDO server parameter
  224. max sub-index
  225. COB-ID client to server (Receive SDO)
  226. bit 0-10: COB_ID
  227. bit 11-30: Set to 0
  228. bit 31*: 0(1) - node uses (does NOT use) SDO
  229. COB-ID server to client (Transmit SDO)
  230. bit 0-31: same as previous
  231. Node-ID of the SDO client
  232. bit 0-7: Node ID (optional)</description>
  233. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="2" TPDOdetectCOS="false">
  234. <description />
  235. </CANopenSubObject>
  236. <CANopenSubObject subIndex="01" name="COB-ID client to server" objectType="VAR" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="$NODEID+0x600" TPDOdetectCOS="false">
  237. <description />
  238. </CANopenSubObject>
  239. <CANopenSubObject subIndex="02" name="COB-ID server to client" objectType="VAR" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="$NODEID+0x580" TPDOdetectCOS="false">
  240. <description />
  241. </CANopenSubObject>
  242. </CANopenObject>
  243. <CANopenObject index="1280" name="SDO client parameter" objectType="REC" memoryType="RAM" dataType="0x22" accessType="rw" PDOmapping="no" defaultValue="" subNumber="4" disabled="true" TPDOdetectCOS="false">
  244. <description>0x1280 - 0x12FF SDO client parameter
  245. max sub-index
  246. COB-ID client to server (Transmit SDO)
  247. bit 0-10: COB_ID
  248. bit 11-30: Set to 0
  249. bit 31: 0(1) - node uses (does NOT use) SDO
  250. COB-ID server to client (Receive SDO)
  251. bit 0-31: same as previous
  252. Node-ID of the SDO server
  253. 0-7: Node ID</description>
  254. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="3" TPDOdetectCOS="false">
  255. <description />
  256. </CANopenSubObject>
  257. <CANopenSubObject subIndex="01" name="COB-ID client to server" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  258. <description />
  259. </CANopenSubObject>
  260. <CANopenSubObject subIndex="02" name="COB-ID server to client" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  261. <description />
  262. </CANopenSubObject>
  263. <CANopenSubObject subIndex="03" name="Node-ID of the SDO server" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  264. <description />
  265. </CANopenSubObject>
  266. </CANopenObject>
  267. <CANopenObject index="1400" name="RPDO communication parameter" objectType="REC" memoryType="ROM" dataType="0x20" accessType="rw" PDOmapping="no" subNumber="3" accessFunctionName="CO_ODF_RPDOcom" disabled="false" TPDOdetectCOS="false">
  268. <description>0x1400 - 0x15FF RPDO communication parameter
  269. max sub-index
  270. COB-ID
  271. bit 0-10: COB-ID for PDO, to change it bit 31 must be set
  272. bit 11-29: set to 0 for 11 bit COB-ID
  273. bit 30: 0(1) - rtr are allowed (are NOT allowed) for PDO
  274. bit 31: 0(1) - node uses (does NOT use) PDO
  275. Transmission type
  276. value = 0-240: receiving is synchronous, process after next reception of SYNC object
  277. value = 241-253: not used
  278. value = 254: manufacturer specific
  279. value = 255: asynchronous</description>
  280. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="2" TPDOdetectCOS="false">
  281. <description />
  282. </CANopenSubObject>
  283. <CANopenSubObject subIndex="01" name="COB-ID used by RPDO" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="$NODEID+0x200" TPDOdetectCOS="false">
  284. <description />
  285. </CANopenSubObject>
  286. <CANopenSubObject subIndex="02" name="transmission type" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="254" TPDOdetectCOS="false">
  287. <description />
  288. </CANopenSubObject>
  289. </CANopenObject>
  290. <CANopenObject index="1401" name="RPDO communication parameter" objectType="REC" memoryType="ROM" dataType="0x00" accessType="ro" PDOmapping="no" defaultValue="" subNumber="3" accessFunctionName="CO_ODF_RPDOcom" disabled="false" TPDOdetectCOS="false">
  291. <description>0x1400 - 0x15FF RPDO communication parameter
  292. max sub-index
  293. COB - ID
  294. bit 0 - 10: COB - ID for PDO, to change it bit 31 must be set
  295. bit 11 - 29: set to 0 for 11 bit COB - ID
  296. bit 30: 0(1) - rtr are allowed(are NOT allowed) for PDO
  297. bit 31: 0(1) - node uses(does NOT use) PDO
  298. Transmission type
  299. value = 0 - 240: receiving is synchronous, process after next reception of SYNC object
  300. value = 241 - 253: not used
  301. value = 254: manufacturer specific
  302. value = 255: asynchronous</description>
  303. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="2" TPDOdetectCOS="false">
  304. <description />
  305. </CANopenSubObject>
  306. <CANopenSubObject subIndex="01" name="COB-ID used by RPDO" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="$NODEID+0x300" TPDOdetectCOS="false">
  307. <description />
  308. </CANopenSubObject>
  309. <CANopenSubObject subIndex="02" name="transmission type" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="254" TPDOdetectCOS="false">
  310. <description />
  311. </CANopenSubObject>
  312. <accessFunctionPreCode />
  313. </CANopenObject>
  314. <CANopenObject index="1402" name="RPDO communication parameter" objectType="REC" memoryType="ROM" dataType="0x00" accessType="ro" PDOmapping="no" defaultValue="" subNumber="3" accessFunctionName="CO_ODF_RPDOcom" disabled="false" TPDOdetectCOS="false">
  315. <description>0x1400 - 0x15FF RPDO communication parameter
  316. max sub-index
  317. COB - ID
  318. bit 0 - 10: COB - ID for PDO, to change it bit 31 must be set
  319. bit 11 - 29: set to 0 for 11 bit COB - ID
  320. bit 30: 0(1) - rtr are allowed(are NOT allowed) for PDO
  321. bit 31: 0(1) - node uses(does NOT use) PDO
  322. Transmission type
  323. value = 0 - 240: receiving is synchronous, process after next reception of SYNC object
  324. value = 241 - 253: not used
  325. value = 254: manufacturer specific
  326. value = 255: asynchronous</description>
  327. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="2" TPDOdetectCOS="false">
  328. <description />
  329. </CANopenSubObject>
  330. <CANopenSubObject subIndex="01" name="COB-ID used by RPDO" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="$NODEID+0x400" TPDOdetectCOS="false">
  331. <description />
  332. </CANopenSubObject>
  333. <CANopenSubObject subIndex="02" name="transmission type" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="254" TPDOdetectCOS="false">
  334. <description />
  335. </CANopenSubObject>
  336. <accessFunctionPreCode />
  337. </CANopenObject>
  338. <CANopenObject index="1403" name="RPDO communication parameter" objectType="REC" memoryType="ROM" dataType="0x00" accessType="ro" PDOmapping="no" defaultValue="" subNumber="3" accessFunctionName="CO_ODF_RPDOcom" disabled="false" TPDOdetectCOS="false">
  339. <description>0x1400 - 0x15FF RPDO communication parameter
  340. max sub-index
  341. COB - ID
  342. bit 0 - 10: COB - ID for PDO, to change it bit 31 must be set
  343. bit 11 - 29: set to 0 for 11 bit COB - ID
  344. bit 30: 0(1) - rtr are allowed(are NOT allowed) for PDO
  345. bit 31: 0(1) - node uses(does NOT use) PDO
  346. Transmission type
  347. value = 0 - 240: receiving is synchronous, process after next reception of SYNC object
  348. value = 241 - 253: not used
  349. value = 254: manufacturer specific
  350. value = 255: asynchronous</description>
  351. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="2" TPDOdetectCOS="false">
  352. <description />
  353. </CANopenSubObject>
  354. <CANopenSubObject subIndex="01" name="COB-ID used by RPDO" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="$NODEID+0x500" TPDOdetectCOS="false">
  355. <description />
  356. </CANopenSubObject>
  357. <CANopenSubObject subIndex="02" name="transmission type" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="254" TPDOdetectCOS="false">
  358. <description />
  359. </CANopenSubObject>
  360. <accessFunctionPreCode />
  361. </CANopenObject>
  362. <CANopenObject index="1600" name="RPDO mapping parameter" objectType="REC" memoryType="ROM" dataType="0x21" accessType="rw" PDOmapping="no" defaultValue="" subNumber="9" accessFunctionName="CO_ODF_RPDOmap" disabled="false" TPDOdetectCOS="false">
  363. <description>0x1600 - 0x17FF RPDO mapping parameter (To change mapping, 'Number of mapped objects' must be set to 0)
  364. Number of mapped objects
  365. mapped object (subindex 1...8)
  366. bit 0 - 7: data length in bits
  367. bit 8 - 15: subindex from OD
  368. bit 16 - 31: index from OD</description>
  369. <CANopenSubObject subIndex="00" name="Number of mapped objects" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  370. <description />
  371. </CANopenSubObject>
  372. <CANopenSubObject subIndex="01" name="mapped object 1" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  373. <description />
  374. </CANopenSubObject>
  375. <CANopenSubObject subIndex="02" name="mapped object 2" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  376. <description />
  377. </CANopenSubObject>
  378. <CANopenSubObject subIndex="03" name="mapped object 3" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  379. <description />
  380. </CANopenSubObject>
  381. <CANopenSubObject subIndex="04" name="mapped object 4" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  382. <description />
  383. </CANopenSubObject>
  384. <CANopenSubObject subIndex="05" name="mapped object 5" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  385. <description />
  386. </CANopenSubObject>
  387. <CANopenSubObject subIndex="06" name="mapped object 6" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  388. <description />
  389. </CANopenSubObject>
  390. <CANopenSubObject subIndex="07" name="mapped object 7" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  391. <description />
  392. </CANopenSubObject>
  393. <CANopenSubObject subIndex="08" name="mapped object 8" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  394. <description />
  395. </CANopenSubObject>
  396. </CANopenObject>
  397. <CANopenObject index="1601" name="RPDO mapping parameter" objectType="REC" memoryType="ROM" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="" subNumber="9" accessFunctionName="CO_ODF_RPDOmap" disabled="false" TPDOdetectCOS="false">
  398. <description>0x1600 - 0x17FF RPDO mapping parameter (To change mapping, 'Number of mapped objects' must be set to 0)
  399. Number of mapped objects
  400. mapped object (subindex 1...8)
  401. bit 0 - 7: data length in bits
  402. bit 8 - 15: subindex from OD
  403. bit 16 - 31: index from OD</description>
  404. <CANopenSubObject subIndex="00" name="Number of mapped objects" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  405. <description />
  406. </CANopenSubObject>
  407. <CANopenSubObject subIndex="01" name="mapped object 1" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  408. <description />
  409. </CANopenSubObject>
  410. <CANopenSubObject subIndex="02" name="mapped object 2" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  411. <description />
  412. </CANopenSubObject>
  413. <CANopenSubObject subIndex="03" name="mapped object 3" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  414. <description />
  415. </CANopenSubObject>
  416. <CANopenSubObject subIndex="04" name="mapped object 4" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  417. <description />
  418. </CANopenSubObject>
  419. <CANopenSubObject subIndex="05" name="mapped object 5" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  420. <description />
  421. </CANopenSubObject>
  422. <CANopenSubObject subIndex="06" name="mapped object 6" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  423. <description />
  424. </CANopenSubObject>
  425. <CANopenSubObject subIndex="07" name="mapped object 7" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  426. <description />
  427. </CANopenSubObject>
  428. <CANopenSubObject subIndex="08" name="mapped object 8" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  429. <description />
  430. </CANopenSubObject>
  431. <accessFunctionPreCode />
  432. </CANopenObject>
  433. <CANopenObject index="1602" name="RPDO mapping parameter" objectType="REC" memoryType="ROM" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="" subNumber="9" accessFunctionName="CO_ODF_RPDOmap" disabled="false" TPDOdetectCOS="false">
  434. <description>0x1600 - 0x17FF RPDO mapping parameter (To change mapping, 'Number of mapped objects' must be set to 0)
  435. Number of mapped objects
  436. mapped object (subindex 1...8)
  437. bit 0 - 7: data length in bits
  438. bit 8 - 15: subindex from OD
  439. bit 16 - 31: index from OD</description>
  440. <CANopenSubObject subIndex="00" name="Number of mapped objects" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  441. <description />
  442. </CANopenSubObject>
  443. <CANopenSubObject subIndex="01" name="mapped object 1" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  444. <description />
  445. </CANopenSubObject>
  446. <CANopenSubObject subIndex="02" name="mapped object 2" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  447. <description />
  448. </CANopenSubObject>
  449. <CANopenSubObject subIndex="03" name="mapped object 3" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  450. <description />
  451. </CANopenSubObject>
  452. <CANopenSubObject subIndex="04" name="mapped object 4" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  453. <description />
  454. </CANopenSubObject>
  455. <CANopenSubObject subIndex="05" name="mapped object 5" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  456. <description />
  457. </CANopenSubObject>
  458. <CANopenSubObject subIndex="06" name="mapped object 6" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  459. <description />
  460. </CANopenSubObject>
  461. <CANopenSubObject subIndex="07" name="mapped object 7" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  462. <description />
  463. </CANopenSubObject>
  464. <CANopenSubObject subIndex="08" name="mapped object 8" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  465. <description />
  466. </CANopenSubObject>
  467. <accessFunctionPreCode />
  468. </CANopenObject>
  469. <CANopenObject index="1603" name="RPDO mapping parameter" objectType="REC" memoryType="ROM" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="" subNumber="9" accessFunctionName="CO_ODF_RPDOmap" disabled="false" TPDOdetectCOS="false">
  470. <description>0x1600 - 0x17FF RPDO mapping parameter (To change mapping, 'Number of mapped objects' must be set to 0)
  471. Number of mapped objects
  472. mapped object (subindex 1...8)
  473. bit 0 - 7: data length in bits
  474. bit 8 - 15: subindex from OD
  475. bit 16 - 31: index from OD</description>
  476. <CANopenSubObject subIndex="00" name="Number of mapped objects" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  477. <description />
  478. </CANopenSubObject>
  479. <CANopenSubObject subIndex="01" name="mapped object 1" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  480. <description />
  481. </CANopenSubObject>
  482. <CANopenSubObject subIndex="02" name="mapped object 2" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  483. <description />
  484. </CANopenSubObject>
  485. <CANopenSubObject subIndex="03" name="mapped object 3" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  486. <description />
  487. </CANopenSubObject>
  488. <CANopenSubObject subIndex="04" name="mapped object 4" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  489. <description />
  490. </CANopenSubObject>
  491. <CANopenSubObject subIndex="05" name="mapped object 5" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  492. <description />
  493. </CANopenSubObject>
  494. <CANopenSubObject subIndex="06" name="mapped object 6" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  495. <description />
  496. </CANopenSubObject>
  497. <CANopenSubObject subIndex="07" name="mapped object 7" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  498. <description />
  499. </CANopenSubObject>
  500. <CANopenSubObject subIndex="08" name="mapped object 8" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  501. <description />
  502. </CANopenSubObject>
  503. <accessFunctionPreCode />
  504. </CANopenObject>
  505. <CANopenObject index="1800" name="TPDO communication parameter" objectType="REC" memoryType="ROM" dataType="0x20" accessType="rw" PDOmapping="no" defaultValue="" subNumber="7" accessFunctionName="CO_ODF_TPDOcom" disabled="false" TPDOdetectCOS="false">
  506. <description>0x1800 - 0x19FF TPDO communication parameter
  507. max sub-index
  508. COB-ID
  509. bit 0-10: COB-ID for PDO, to change it bit 31 must be set
  510. bit 11-29: set to 0 for 11 bit COB-ID
  511. bit 30: 0(1) - rtr are allowed (are NOT allowed) for PDO
  512. bit 31: 0(1) - node uses (does NOT use) PDO
  513. Transmission type
  514. value = 0: transmitting is synchronous, specification in device profile
  515. value = 1-240: transmitting is synchronous after every N-th SYNC object
  516. value = 241-251: not used
  517. value = 252-253: Transmitted only on reception of Remote Transmission Request
  518. value = 254: manufacturer specific
  519. value = 255: asynchronous, specification in device profile
  520. inhibit time
  521. bit 0-15: Minimum time between transmissions of the PDO in 100µs. Zero disables functionality.
  522. event timer
  523. bit 0-15: Time between periodic transmissions of the PDO in ms. Zero disables functionality.
  524. SYNC start value
  525. value = 0: Counter of the SYNC message shall not be processed.
  526. value = 1-240: The SYNC message with the counter value equal to this value shall be regarded as the first received SYNC message.</description>
  527. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="6" TPDOdetectCOS="false">
  528. <description />
  529. </CANopenSubObject>
  530. <CANopenSubObject subIndex="01" name="COB-ID used by TPDO" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="$NODEID+0x180" TPDOdetectCOS="false">
  531. <description />
  532. </CANopenSubObject>
  533. <CANopenSubObject subIndex="02" name="transmission type" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="254" TPDOdetectCOS="false">
  534. <description />
  535. </CANopenSubObject>
  536. <CANopenSubObject subIndex="03" name="inhibit time" objectType="VAR" dataType="0x06" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  537. <description />
  538. </CANopenSubObject>
  539. <CANopenSubObject subIndex="04" name="compatibility entry" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  540. <description />
  541. </CANopenSubObject>
  542. <CANopenSubObject subIndex="05" name="event timer" objectType="VAR" dataType="0x06" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  543. <description />
  544. </CANopenSubObject>
  545. <CANopenSubObject subIndex="06" name="SYNC start value" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  546. <description />
  547. </CANopenSubObject>
  548. </CANopenObject>
  549. <CANopenObject index="1801" name="TPDO communication parameter" objectType="REC" memoryType="ROM" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="" subNumber="7" accessFunctionName="CO_ODF_TPDOcom" disabled="false" TPDOdetectCOS="false">
  550. <description>0x1800 - 0x19FF TPDO communication parameter
  551. max sub-index
  552. COB - ID
  553. bit 0 - 10: COB - ID for PDO, to change it bit 31 must be set
  554. bit 11 - 29: set to 0 for 11 bit COB - ID
  555. bit 30: 0(1) - rtr are allowed(are NOT allowed) for PDO
  556. bit 31: 0(1) - node uses(does NOT use) PDO
  557. Transmission type
  558. value = 0: transmitting is synchronous, specification in device profile
  559. value = 1 - 240: transmitting is synchronous after every N - th SYNC object
  560. value = 241 - 251: not used
  561. value = 252 - 253: Transmitted only on reception of Remote Transmission Request
  562. value = 254: manufacturer specific
  563. value = 255: asynchronous, specification in device profile
  564. inhibit time
  565. bit 0 - 15: Minimum time between transmissions of the PDO in 100µs.Zero disables functionality.
  566. event timer
  567. bit 0-15: Time between periodic transmissions of the PDO in ms.Zero disables functionality.
  568. SYNC start value
  569. value = 0: Counter of the SYNC message shall not be processed.
  570. value = 1-240: The SYNC message with the counter value equal to this value shall be regarded as the first received SYNC message.</description>
  571. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="6" TPDOdetectCOS="false">
  572. <description />
  573. </CANopenSubObject>
  574. <CANopenSubObject subIndex="01" name="COB-ID used by TPDO" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="$NODEID+0x280" TPDOdetectCOS="false">
  575. <description />
  576. </CANopenSubObject>
  577. <CANopenSubObject subIndex="02" name="transmission type" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="254" TPDOdetectCOS="false">
  578. <description />
  579. </CANopenSubObject>
  580. <CANopenSubObject subIndex="03" name="inhibit time" objectType="VAR" dataType="0x06" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  581. <description />
  582. </CANopenSubObject>
  583. <CANopenSubObject subIndex="04" name="compatibility entry" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  584. <description />
  585. </CANopenSubObject>
  586. <CANopenSubObject subIndex="05" name="event timer" objectType="VAR" dataType="0x06" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  587. <description />
  588. </CANopenSubObject>
  589. <CANopenSubObject subIndex="06" name="SYNC start value" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  590. <description />
  591. </CANopenSubObject>
  592. <accessFunctionPreCode />
  593. </CANopenObject>
  594. <CANopenObject index="1802" name="TPDO communication parameter" objectType="REC" memoryType="ROM" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="" subNumber="7" accessFunctionName="CO_ODF_TPDOcom" disabled="false" TPDOdetectCOS="false">
  595. <description>0x1800 - 0x19FF TPDO communication parameter
  596. max sub-index
  597. COB - ID
  598. bit 0 - 10: COB - ID for PDO, to change it bit 31 must be set
  599. bit 11 - 29: set to 0 for 11 bit COB - ID
  600. bit 30: 0(1) - rtr are allowed(are NOT allowed) for PDO
  601. bit 31: 0(1) - node uses(does NOT use) PDO
  602. Transmission type
  603. value = 0: transmitting is synchronous, specification in device profile
  604. value = 1 - 240: transmitting is synchronous after every N - th SYNC object
  605. value = 241 - 251: not used
  606. value = 252 - 253: Transmitted only on reception of Remote Transmission Request
  607. value = 254: manufacturer specific
  608. value = 255: asynchronous, specification in device profile
  609. inhibit time
  610. bit 0 - 15: Minimum time between transmissions of the PDO in 100µs.Zero disables functionality.
  611. event timer
  612. bit 0-15: Time between periodic transmissions of the PDO in ms.Zero disables functionality.
  613. SYNC start value
  614. value = 0: Counter of the SYNC message shall not be processed.
  615. value = 1-240: The SYNC message with the counter value equal to this value shall be regarded as the first received SYNC message.</description>
  616. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="6" TPDOdetectCOS="false">
  617. <description />
  618. </CANopenSubObject>
  619. <CANopenSubObject subIndex="01" name="COB-ID used by TPDO" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="$NODEID+0x380" TPDOdetectCOS="false">
  620. <description />
  621. </CANopenSubObject>
  622. <CANopenSubObject subIndex="02" name="transmission type" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="254" TPDOdetectCOS="false">
  623. <description />
  624. </CANopenSubObject>
  625. <CANopenSubObject subIndex="03" name="inhibit time" objectType="VAR" dataType="0x06" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  626. <description />
  627. </CANopenSubObject>
  628. <CANopenSubObject subIndex="04" name="compatibility entry" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  629. <description />
  630. </CANopenSubObject>
  631. <CANopenSubObject subIndex="05" name="event timer" objectType="VAR" dataType="0x06" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  632. <description />
  633. </CANopenSubObject>
  634. <CANopenSubObject subIndex="06" name="SYNC start value" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  635. <description />
  636. </CANopenSubObject>
  637. <accessFunctionPreCode />
  638. </CANopenObject>
  639. <CANopenObject index="1803" name="TPDO communication parameter" objectType="REC" memoryType="ROM" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="" subNumber="7" accessFunctionName="CO_ODF_TPDOcom" disabled="false" TPDOdetectCOS="false">
  640. <description>0x1800 - 0x19FF TPDO communication parameter
  641. max sub-index
  642. COB - ID
  643. bit 0 - 10: COB - ID for PDO, to change it bit 31 must be set
  644. bit 11 - 29: set to 0 for 11 bit COB - ID
  645. bit 30: 0(1) - rtr are allowed(are NOT allowed) for PDO
  646. bit 31: 0(1) - node uses(does NOT use) PDO
  647. Transmission type
  648. value = 0: transmitting is synchronous, specification in device profile
  649. value = 1 - 240: transmitting is synchronous after every N - th SYNC object
  650. value = 241 - 251: not used
  651. value = 252 - 253: Transmitted only on reception of Remote Transmission Request
  652. value = 254: manufacturer specific
  653. value = 255: asynchronous, specification in device profile
  654. inhibit time
  655. bit 0 - 15: Minimum time between transmissions of the PDO in 100µs.Zero disables functionality.
  656. event timer
  657. bit 0-15: Time between periodic transmissions of the PDO in ms.Zero disables functionality.
  658. SYNC start value
  659. value = 0: Counter of the SYNC message shall not be processed.
  660. value = 1-240: The SYNC message with the counter value equal to this value shall be regarded as the first received SYNC message.</description>
  661. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="6" TPDOdetectCOS="false">
  662. <description />
  663. </CANopenSubObject>
  664. <CANopenSubObject subIndex="01" name="COB-ID used by TPDO" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="$NODEID+0x480" TPDOdetectCOS="false">
  665. <description />
  666. </CANopenSubObject>
  667. <CANopenSubObject subIndex="02" name="transmission type" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="254" TPDOdetectCOS="false">
  668. <description />
  669. </CANopenSubObject>
  670. <CANopenSubObject subIndex="03" name="inhibit time" objectType="VAR" dataType="0x06" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  671. <description />
  672. </CANopenSubObject>
  673. <CANopenSubObject subIndex="04" name="compatibility entry" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  674. <description />
  675. </CANopenSubObject>
  676. <CANopenSubObject subIndex="05" name="event timer" objectType="VAR" dataType="0x06" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  677. <description />
  678. </CANopenSubObject>
  679. <CANopenSubObject subIndex="06" name="SYNC start value" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  680. <description />
  681. </CANopenSubObject>
  682. <accessFunctionPreCode />
  683. </CANopenObject>
  684. <CANopenObject index="1a00" name="TPDO mapping parameter" objectType="REC" memoryType="ROM" dataType="0x21" accessType="rw" PDOmapping="no" defaultValue="" subNumber="9" accessFunctionName="CO_ODF_TPDOmap" disabled="false" TPDOdetectCOS="false">
  685. <description>0x1A00 - 0x1BFF TPDO mapping parameter. (To change mapping, 'Number of mapped objects' must be set to 0).
  686. Number of mapped objects
  687. mapped object (subindex 1...8)
  688. bit 0 - 7: data length in bits
  689. bit 8 - 15: subindex from OD
  690. bit 16 - 31: index from OD</description>
  691. <CANopenSubObject subIndex="00" name="Number of mapped objects" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  692. <description />
  693. </CANopenSubObject>
  694. <CANopenSubObject subIndex="01" name="mapped object 1" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  695. <description />
  696. </CANopenSubObject>
  697. <CANopenSubObject subIndex="02" name="mapped object 2" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  698. <description />
  699. </CANopenSubObject>
  700. <CANopenSubObject subIndex="03" name="mapped object 3" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  701. <description />
  702. </CANopenSubObject>
  703. <CANopenSubObject subIndex="04" name="mapped object 4" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  704. <description />
  705. </CANopenSubObject>
  706. <CANopenSubObject subIndex="05" name="mapped object 5" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  707. <description />
  708. </CANopenSubObject>
  709. <CANopenSubObject subIndex="06" name="mapped object 6" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  710. <description />
  711. </CANopenSubObject>
  712. <CANopenSubObject subIndex="07" name="mapped object 7" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  713. <description />
  714. </CANopenSubObject>
  715. <CANopenSubObject subIndex="08" name="mapped object 8" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  716. <description />
  717. </CANopenSubObject>
  718. </CANopenObject>
  719. <CANopenObject index="1a01" name="TPDO mapping parameter" objectType="REC" memoryType="ROM" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="" subNumber="9" accessFunctionName="CO_ODF_TPDOmap" disabled="false" TPDOdetectCOS="false">
  720. <description>0x1A00 - 0x1BFF TPDO mapping parameter. (To change mapping, 'Number of mapped objects' must be set to 0).
  721. Number of mapped objects
  722. mapped object (subindex 1...8)
  723. bit 0 - 7: data length in bits
  724. bit 8 - 15: subindex from OD
  725. bit 16 - 31: index from OD</description>
  726. <CANopenSubObject subIndex="00" name="Number of mapped objects" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  727. <description />
  728. </CANopenSubObject>
  729. <CANopenSubObject subIndex="01" name="mapped object 1" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  730. <description />
  731. </CANopenSubObject>
  732. <CANopenSubObject subIndex="02" name="mapped object 2" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  733. <description />
  734. </CANopenSubObject>
  735. <CANopenSubObject subIndex="03" name="mapped object 3" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  736. <description />
  737. </CANopenSubObject>
  738. <CANopenSubObject subIndex="04" name="mapped object 4" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  739. <description />
  740. </CANopenSubObject>
  741. <CANopenSubObject subIndex="05" name="mapped object 5" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  742. <description />
  743. </CANopenSubObject>
  744. <CANopenSubObject subIndex="06" name="mapped object 6" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  745. <description />
  746. </CANopenSubObject>
  747. <CANopenSubObject subIndex="07" name="mapped object 7" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  748. <description />
  749. </CANopenSubObject>
  750. <CANopenSubObject subIndex="08" name="mapped object 8" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  751. <description />
  752. </CANopenSubObject>
  753. <accessFunctionPreCode />
  754. </CANopenObject>
  755. <CANopenObject index="1a02" name="TPDO mapping parameter" objectType="REC" memoryType="ROM" dataType="0x00" accessType="rw" PDOmapping="no" defaultValue="" subNumber="9" accessFunctionName="CO_ODF_TPDOmap" disabled="false" TPDOdetectCOS="false">
  756. <description>0x1A00 - 0x1BFF TPDO mapping parameter. (To change mapping, 'Number of mapped objects' must be set to 0).
  757. Number of mapped objects
  758. mapped object (subindex 1...8)
  759. bit 0 - 7: data length in bits
  760. bit 8 - 15: subindex from OD
  761. bit 16 - 31: index from OD</description>
  762. <CANopenSubObject subIndex="00" name="Number of mapped objects" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  763. <description />
  764. </CANopenSubObject>
  765. <CANopenSubObject subIndex="01" name="mapped object 1" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  766. <description />
  767. </CANopenSubObject>
  768. <CANopenSubObject subIndex="02" name="mapped object 2" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  769. <description />
  770. </CANopenSubObject>
  771. <CANopenSubObject subIndex="03" name="mapped object 3" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  772. <description />
  773. </CANopenSubObject>
  774. <CANopenSubObject subIndex="04" name="mapped object 4" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  775. <description />
  776. </CANopenSubObject>
  777. <CANopenSubObject subIndex="05" name="mapped object 5" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  778. <description />
  779. </CANopenSubObject>
  780. <CANopenSubObject subIndex="06" name="mapped object 6" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  781. <description />
  782. </CANopenSubObject>
  783. <CANopenSubObject subIndex="07" name="mapped object 7" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  784. <description />
  785. </CANopenSubObject>
  786. <CANopenSubObject subIndex="08" name="mapped object 8" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  787. <description />
  788. </CANopenSubObject>
  789. <accessFunctionPreCode />
  790. </CANopenObject>
  791. <CANopenObject index="1a03" name="TPDO mapping parameter" objectType="REC" memoryType="ROM" dataType="0x00" accessType="rw" PDOmapping="no" defaultValue="" subNumber="9" accessFunctionName="CO_ODF_TPDOmap" disabled="false" TPDOdetectCOS="false">
  792. <description>0x1A00 - 0x1BFF TPDO mapping parameter. (To change mapping, 'Number of mapped objects' must be set to 0).
  793. Number of mapped objects
  794. mapped object (subindex 1...8)
  795. bit 0 - 7: data length in bits
  796. bit 8 - 15: subindex from OD
  797. bit 16 - 31: index from OD</description>
  798. <CANopenSubObject subIndex="00" name="Number of mapped objects" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="0" TPDOdetectCOS="false">
  799. <description />
  800. </CANopenSubObject>
  801. <CANopenSubObject subIndex="01" name="mapped object 1" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  802. <description />
  803. </CANopenSubObject>
  804. <CANopenSubObject subIndex="02" name="mapped object 2" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  805. <description />
  806. </CANopenSubObject>
  807. <CANopenSubObject subIndex="03" name="mapped object 3" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  808. <description />
  809. </CANopenSubObject>
  810. <CANopenSubObject subIndex="04" name="mapped object 4" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  811. <description />
  812. </CANopenSubObject>
  813. <CANopenSubObject subIndex="05" name="mapped object 5" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  814. <description />
  815. </CANopenSubObject>
  816. <CANopenSubObject subIndex="06" name="mapped object 6" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  817. <description />
  818. </CANopenSubObject>
  819. <CANopenSubObject subIndex="07" name="mapped object 7" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  820. <description />
  821. </CANopenSubObject>
  822. <CANopenSubObject subIndex="08" name="mapped object 8" objectType="VAR" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" TPDOdetectCOS="false">
  823. <description />
  824. </CANopenSubObject>
  825. <accessFunctionPreCode />
  826. </CANopenObject>
  827. <CANopenObject index="1f50" name="Program data" objectType="ARRAY" memoryType="RAM" dataType="0x0f" accessType="wo" PDOmapping="no" defaultValue="" highValue="" lowValue="" subNumber="2" accessFunctionName="" disabled="false" TPDOdetectCOS="false">
  828. <description />
  829. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="1" highValue="" lowValue="" TPDOdetectCOS="false">
  830. <description />
  831. </CANopenSubObject>
  832. <CANopenSubObject subIndex="01" name="" objectType="VAR" dataType="0x0f" accessType="wo" PDOmapping="no" defaultValue="" highValue="" lowValue="" TPDOdetectCOS="false">
  833. <description />
  834. </CANopenSubObject>
  835. <accessFunctionPreCode />
  836. </CANopenObject>
  837. <CANopenObject index="1f51" name="Program control" objectType="ARRAY" memoryType="RAM" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="" highValue="" lowValue="" subNumber="2" accessFunctionName="" disabled="false" TPDOdetectCOS="false">
  838. <description />
  839. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="1" highValue="" lowValue="" TPDOdetectCOS="false">
  840. <description />
  841. </CANopenSubObject>
  842. <CANopenSubObject subIndex="01" name="" objectType="VAR" dataType="0x05" accessType="rw" PDOmapping="no" defaultValue="" highValue="" lowValue="" TPDOdetectCOS="false">
  843. <description />
  844. </CANopenSubObject>
  845. <accessFunctionPreCode />
  846. </CANopenObject>
  847. <CANopenObject index="1f56" name="Program software identification" objectType="ARRAY" memoryType="RAM" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="" highValue="" lowValue="" subNumber="2" accessFunctionName="" disabled="false" TPDOdetectCOS="false">
  848. <description />
  849. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="1" highValue="" lowValue="" TPDOdetectCOS="false">
  850. <description />
  851. </CANopenSubObject>
  852. <CANopenSubObject subIndex="01" name="" objectType="VAR" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="" highValue="" lowValue="" TPDOdetectCOS="false">
  853. <description />
  854. </CANopenSubObject>
  855. <accessFunctionPreCode />
  856. </CANopenObject>
  857. <CANopenObject index="1f57" name="Flash status identification" objectType="ARRAY" memoryType="RAM" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="" highValue="" lowValue="" subNumber="2" accessFunctionName="" disabled="false" TPDOdetectCOS="false">
  858. <description />
  859. <CANopenSubObject subIndex="00" name="max sub-index" objectType="VAR" dataType="0x05" accessType="ro" PDOmapping="no" defaultValue="1" highValue="" lowValue="" TPDOdetectCOS="false">
  860. <description />
  861. </CANopenSubObject>
  862. <CANopenSubObject subIndex="01" name="" objectType="VAR" dataType="0x07" accessType="ro" PDOmapping="no" defaultValue="" highValue="" lowValue="" TPDOdetectCOS="false">
  863. <description />
  864. </CANopenSubObject>
  865. <accessFunctionPreCode />
  866. </CANopenObject>
  867. <CANopenObject index="1f80" name="NMT startup" objectType="VAR" memoryType="ROM" dataType="0x07" accessType="rw" PDOmapping="no" defaultValue="0x00000000" subNumber="0" accessFunctionName="" disabled="false" TPDOdetectCOS="false">
  868. <description>bit 0: 0(1) - device is not (is) NMT master
  869. bit 1: 0(1) - if bit3=0, start explicitly assigned (all) nodes
  870. bit 2: 0(1) - automatically enter (DO NOT automatically enter) the operational state on bootup
  871. bit 3: 0(1) - NMT master may (may not) start nodes automatically
  872. bit 4: 0(1) - if monitored node fails heartbeat handle that (all) node(s)
  873. bit 5: 0(1) - flying master process not (yes) supported
  874. bit 6: 0(1) - use bit 4 (ignore bit 4, stop all nodes)
  875. bit 7-31: reserved, set to 0</description>
  876. <accessFunctionPreCode />
  877. </CANopenObject>
  878. <CANopenObject index="2100" name="Error status bits" objectType="VAR" memoryType="RAM" dataType="0x0a" accessType="ro" PDOmapping="optional" defaultValue="00 00 00 00 00 00 00 00 00 00" subNumber="0" accessFunctionName="" disabled="false" TPDOdetectCOS="false">
  879. <description>Error Status Bits indicates error conditions inside stack or inside application. Specific bit is set by CO_errorReport() function, when error occurs in program. It can be reset by CO_errorReset() function, if error is solved. Emergency message is sent on each change of any Error Status Bit. If critical bits are set, node will not be able to stay in operational state. For more information see file CO_Emergency.h.
  880. Default error status bits are:
  881. Communication or protocol errors from driver (informative):
  882. 00 - ERROR_NO_ERROR - Error Reset or No Error.
  883. 01 - ERROR_CAN_BUS_WARNING - CAN bus warning.
  884. 02 - ERROR_RXMSG_WRONG_LENGTH - Wrong data length of received CAN message.
  885. 03 - ERROR_RXMSG_OVERFLOW - Previous received CAN message wasn't processed yet.
  886. 04 - ERROR_RPDO_WRONG_LENGTH - Wrong data length of received PDO.
  887. 05 - ERROR_RPDO_OVERFLOW - Previous received PDO wasn't processed yet.
  888. 06 - ERROR_CAN_RX_BUS_PASSIVE - CAN receive bus is passive.
  889. 07 - ERROR_CAN_TX_BUS_PASSIVE - CAN transmit bus is passive.
  890. Communication or protocol errors from driver (critical):
  891. 08 - ERROR_08_reserved - (reserved)
  892. 09 - ERROR_09_reserved - (reserved)
  893. 0A - ERROR_CAN_TX_BUS_OFF - CAN transmit bus is off.
  894. 0B - ERROR_CAN_RXB_OVERFLOW - CAN module receive buffer has overflowed.
  895. 0C - ERROR_CAN_TX_OVERFLOW - CAN transmit buffer has overflowed.
  896. 0D - ERROR_TPDO_OUTSIDE_WINDOW - TPDO is outside SYNC window.
  897. 0E - ERROR_CAN_CONFIGURATION_FAILED - Configuration of CAN module CAN failed (Rx or Tx).
  898. 0F - ERROR_0F_reserved - (reserved)
  899. Communication or protocol errors (informative):
  900. 10 - ERROR_NMT_WRONG_COMMAND - Wrong NMT command received.
  901. 11 - ERROR_SYNC_EARLY - SYNC message was too early.
  902. 12 - ERROR_12_reserved - (reserved)
  903. 13 - ERROR_13_reserved - (reserved)
  904. 14 - ERROR_14_reserved - (reserved)
  905. 15 - ERROR_15_reserved - (reserved)
  906. 16 - ERROR_16_reserved - (reserved)
  907. 17 - ERROR_17_reserved - (reserved)
  908. Communication or protocol errors (critical):
  909. 18 - ERROR_SYNC_TIME_OUT - SYNC message timeout.
  910. 19 - ERROR_SYNC_LENGTH - Unexpected SYNC data length
  911. 1A - ERROR_PDO_WRONG_MAPPING - Error with PDO mapping.
  912. 1B - ERROR_HEARTBEAT_CONSUMER - Heartbeat consumer timeout.
  913. 1C - ERROR_HEARTBEAT_CONSUMER_REMOTE_RESET - Heartbeat consumer detected remote node reset.
  914. 1D - ERROR_1D_reserved - (reserved)
  915. 1E - ERROR_1E_reserved - (reserved)
  916. 1F - ERROR_1F_reserved - (reserved)
  917. Generic errors (informative):
  918. 20 - ERROR_20_reserved - (reserved)
  919. 21 - ERROR_21_reserved - (reserved)
  920. 22 - ERROR_22_reserved - (reserved)
  921. 23 - ERROR_23_reserved - (reserved)
  922. 24 - ERROR_24_reserved - (reserved)
  923. 25 - ERROR_25_reserved - (reserved)
  924. 26 - ERROR_26_reserved - (reserved)
  925. 27 - ERROR_27_reserved - (reserved)
  926. Generic errors (critical):
  927. 28 - ERROR_WRONG_ERROR_REPORT - Wrong parameters to &lt;CO_errorReport()&gt; function.
  928. 29 - ERROR_ISR_TIMER_OVERFLOW - Timer task has overflowed.
  929. 2A - ERROR_MEMORY_ALLOCATION_ERROR - Unable to allocate memory for objects.
  930. 2B - ERROR_GENERIC_ERROR - Generic error, test usage.
  931. 2C - ERROR_MAIN_TIMER_OVERFLOW - Mainline function exceeded maximum execution time.
  932. 2D - ERROR_INTERNAL_STATE_APPL - Error in application software internal state.
  933. 2E - ERROR_2E_reserved - (reserved)
  934. 2F - ERROR_2F_reserved - (reserved)
  935. Manufacturer specific errors:
  936. Manufacturer may define its own constants up to index 0xFF. Of course, he must then define large enough buffer for error status bits (up to 32 bytes).</description>
  937. <accessFunctionPreCode />
  938. </CANopenObject>
  939. <CANopenObject index="2101" name="Power-on counter" objectType="VAR" memoryType="EEPROM" dataType="0x07" accessType="ro" PDOmapping="optional" defaultValue="0" subNumber="0" accessFunctionName="" disabled="false" TPDOdetectCOS="false">
  940. <description>Power on Counter counts total microcontroller resets in its lifetime. This variable is an example of EEPROM usage.</description>
  941. <accessFunctionPreCode />
  942. </CANopenObject>
  943. <CANopenObject index="2102" name="Button press counter" objectType="VAR" memoryType="RAM" dataType="0x07" accessType="rw" PDOmapping="optional" defaultValue="0" subNumber="0" accessFunctionName="" disabled="false" TPDOdetectCOS="true">
  944. <description>This variable contains number of button presses registered since last reboot. This variable is an example of RAM usage.
  945. The counter can be reset by writing the value 0.</description>
  946. <accessFunctionPreCode />
  947. </CANopenObject>
  948. </CANopenObjectList>
  949. <other>
  950. <file fileName="objdict.xml" fileCreator="" fileCreationDate="09-18-2019" fileCreationTime="2:52PM" fileModifedBy="" fileMotifcationDate="02-20-2020" fileModificationTime="12:28PM" fileVersion="1" fileRevision="1" exportFolder="samples/modules/canopennode/objdict" EdsFile="samples/modules/canopennode/objdict/objdict.eds" />
  951. <DeviceIdentity>
  952. <vendorName />
  953. <vendorNumber>0</vendorNumber>
  954. <productName>Zephyr RTOS CANopen sample</productName>
  955. <productNumber>0</productNumber>
  956. <productText>
  957. <description />
  958. </productText>
  959. </DeviceIdentity>
  960. <capabilities>
  961. <characteristicsList>
  962. <characteristic>
  963. <characteristicName>
  964. <label>SimpleBootUpSlave</label>
  965. </characteristicName>
  966. <characteristicContent>
  967. <label>False</label>
  968. </characteristicContent>
  969. </characteristic>
  970. <characteristic>
  971. <characteristicName>
  972. <label>SimpleBootUpMaster</label>
  973. </characteristicName>
  974. <characteristicContent>
  975. <label>False</label>
  976. </characteristicContent>
  977. </characteristic>
  978. <characteristic>
  979. <characteristicName>
  980. <label>DynamicChannelsSupported</label>
  981. </characteristicName>
  982. <characteristicContent>
  983. <label>False</label>
  984. </characteristicContent>
  985. </characteristic>
  986. <characteristic>
  987. <characteristicName>
  988. <label>CompactPDO</label>
  989. </characteristicName>
  990. <characteristicContent>
  991. <label>0</label>
  992. </characteristicContent>
  993. </characteristic>
  994. <characteristic>
  995. <characteristicName>
  996. <label>GroupMessaging</label>
  997. </characteristicName>
  998. <characteristicContent>
  999. <label>False</label>
  1000. </characteristicContent>
  1001. </characteristic>
  1002. <characteristic>
  1003. <characteristicName>
  1004. <label>LSS_Supported</label>
  1005. </characteristicName>
  1006. <characteristicContent>
  1007. <label>False</label>
  1008. </characteristicContent>
  1009. </characteristic>
  1010. <characteristic>
  1011. <characteristicName>
  1012. <label>LSS_Type</label>
  1013. </characteristicName>
  1014. <characteristicContent>
  1015. <label>Server</label>
  1016. </characteristicContent>
  1017. </characteristic>
  1018. <characteristic>
  1019. <characteristicName>
  1020. <label>Granularity</label>
  1021. </characteristicName>
  1022. <characteristicContent>
  1023. <label>0</label>
  1024. </characteristicContent>
  1025. </characteristic>
  1026. </characteristicsList>
  1027. </capabilities>
  1028. <baudRate>
  1029. <supportedBaudRate value="10 Kbps" />
  1030. <supportedBaudRate value="20 Kbps" />
  1031. <supportedBaudRate value="50 Kbps" />
  1032. <supportedBaudRate value="125 Kbps" />
  1033. <supportedBaudRate value="250 Kbps" />
  1034. <supportedBaudRate value="500 Kbps" />
  1035. <supportedBaudRate value="800 Kbps" />
  1036. <supportedBaudRate value="1000 Kbps" />
  1037. </baudRate>
  1038. <dummyUsage>
  1039. <dummy entry="False" />
  1040. <dummy entry="False" />
  1041. <dummy entry="False" />
  1042. <dummy entry="False" />
  1043. <dummy entry="False" />
  1044. <dummy entry="False" />
  1045. <dummy entry="False" />
  1046. </dummyUsage>
  1047. </other>
  1048. </device>