Changes for page 4. CANopen protocol
Last modified by Admin on 2025/12/04 14:02
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,7 +10,7 @@ 10 10 * CAN speed – 125, 250 (by default), 500 or 1000 kbps. 11 11 * Device COBID by default – 22 (0x16). 12 12 13 -The BMS IMD 1.xsupports the following features:13 +The BMS IMD supports the following features: 14 14 15 15 * SDO protocol (for configuring the device). 16 16 * PDO protocol (for interacting with external devices). ... ... @@ -148,13 +148,41 @@ 148 148 An example of setting ALARM_RESISTANCE to 50 kOhm (0x0032): 149 149 150 150 | |**Byte 0**|**Byte 1**|**Byte 2**|**Byte 3**|**Byte 4**|**Byte 5**|**Byte 6**|**Byte 7** 151 -| **Command**|0x2B|0x10|0x40|0x01|**0x32**|**0x00**|0x00|0x00152 - |**Answer**|0x60|0x10|0x40|0x01|0x00|0x00|0x00|0x00151 +|((( 152 +**Command** 153 153 154 + 155 +CAN ID = 0x600 + __COBID__ 156 + 157 +~= 0x616 (by default) 158 +)))|0x2B|0x10|0x40|0x01|**0x32**|**0x00**|0x00|0x00 159 +|((( 160 +**Answer** 161 + 162 + 163 +CAN ID = 0x580 + __COBID__ 164 + 165 +~= 0x596 (by default) 166 +)))|0x60|0x10|0x40|0x01|0x00|0x00|0x00|0x00 167 + 154 154 An example of setting WARNING_RESISTANCE to 100 kOhm (0x0064): 155 155 156 156 | |**Byte 0**|**Byte 1**|**Byte 2**|**Byte 3**|**Byte 4**|**Byte 5**|**Byte 6**|**Byte 7** 157 -| **Command**|0x2B|0x10|0x40|0x02|**0x64**|**0x00**|0x00|0x00158 - |**Answer**|0x60|0x10|0x40|0x02|0x00|0x00|0x00|0x00171 +|((( 172 +**Command** 159 159 174 + 175 +CAN ID = 0x600 + __COBID__ 176 + 177 +~= 0x616 (by default) 178 +)))|0x2B|0x10|0x40|0x02|**0x64**|**0x00**|0x00|0x00 179 +|((( 180 +**Answer** 181 + 182 + 183 +CAN ID = 0x580 + __COBID__ 184 + 185 +~= 0x596 (by default) 186 +)))|0x60|0x10|0x40|0x02|0x00|0x00|0x00|0x00 187 + 160 160