Wiki source code of 3. Configuration
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | == 3.1 Setting device address == |
| 2 | |||
| 3 | The address is set by the SWD1 switch. Address 0 (all switches are raised) is incorrect. | ||
| 4 | |||
| 5 | The address from 1 to 20 is set on the switches as a binary number. The ON state (bottom position) corresponds to a single digit value. The switch with the number 1 corresponds to the lower order. The address is read by the device at initialization, so to change the address it is necessary to switch off and turn on the device. | ||
| 6 | |||
| 7 | To select the proper device address, use the following table: | ||
| 8 | |||
| 9 | |(% rowspan="2" %)**Address**|(% colspan="6" %)**SWD1** | ||
| 10 | |1|2|3|4|5|6 | ||
| 11 | |**1**|**ON**|OFF|OFF|OFF|OFF|OFF | ||
| 12 | |**2**|OFF|**ON**|OFF|OFF|OFF|OFF | ||
| 13 | |**3**|**ON**|**ON**|OFF|OFF|OFF|OFF | ||
| 14 | |**4**|OFF|OFF|**ON**|OFF|OFF|OFF | ||
| 15 | |**5**|**ON**|OFF|**ON**|OFF|OFF|OFF | ||
| 16 | |**6**|OFF|**ON**|**ON**|OFF|OFF|OFF | ||
| 17 | |**7**|**ON**|**ON**|**ON**|OFF|OFF|OFF | ||
| 18 | |**8**|OFF|OFF|OFF|**ON**|OFF|OFF | ||
| 19 | |**9**|**ON**|OFF|OFF|**ON**|OFF|OFF | ||
| 20 | |**10**|OFF|**ON**|OFF|**ON**|OFF|OFF | ||
| 21 | |**11**|**ON**|**ON**|OFF|**ON**|OFF|OFF | ||
| 22 | |**12**|OFF|OFF|**ON**|**ON**|OFF|OFF | ||
| 23 | |**13**|**ON**|OFF|**ON**|**ON**|OFF|OFF | ||
| 24 | |**14**|OFF|**ON**|**ON**|**ON**|OFF|OFF | ||
| 25 | |**15**|**ON**|**ON**|**ON**|**ON**|OFF|OFF | ||
| 26 | |**16**|OFF|OFF|OFF|OFF|**ON**|OFF | ||
| 27 | |**17**|**ON**|OFF|OFF|OFF|**ON**|OFF | ||
| 28 | |**18**|OFF|**ON**|OFF|OFF|**ON**|OFF | ||
| 29 | |**19**|**ON**|**ON**|OFF|OFF|**ON**|OFF | ||
| 30 | |**20**|OFF|OFF|**ON**|OFF|**ON**|OFF | ||
| 31 | |||
| 32 | **Address selection requirements:** | ||
| 33 | |||
| 34 | * it is necessary to use consecutive addresses, without omissions; | ||
| 35 | * it is necessary to use addresses from 1 to 20; | ||
| 36 | * when choosing an address, follow the rule: a device with a smaller address serves less potential; | ||
| 37 | * to facilitate subsequent maintenance, it is recommended to create a schematic indicating the location of the BMS Logic 2.0 and their addresses. |