TI的大大们,本人在使用BQ76PL455A做前端采集中,需要做一个断线检测功能处理,同时打开所有奇数或偶数电芯压榨电阻接通,然后读取当前的电压,和没启用开路检测功能之前的节电池比较吗?根据两者的压差做一个比较来判断是否某节电池断线,TI的文档在这个断线检测,没有详细的说明,如果是比较两者压差,那压差需要在多大值?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
TI的大大们,本人在使用BQ76PL455A做前端采集中,需要做一个断线检测功能处理,同时打开所有奇数或偶数电芯压榨电阻接通,然后读取当前的电压,和没启用开路检测功能之前的节电池比较吗?根据两者的压差做一个比较来判断是否某节电池断线,TI的文档在这个断线检测,没有详细的说明,如果是比较两者压差,那压差需要在多大值?
This test connects an internal resistor between every 2 adjacent sense leads. This feature is called ‘squeeze’ in the data manual. The cell channels are sampled both before and after enabling the squeeze function to compare for an appropriate change in voltage. The host controller is responsible for controlling the process and determining if enough change was detected.
BatBroken is done with the following sequence:
Possible Faults and post conditions:
- ADC OV fault indicated by FAULT_SUM[OV_FAULT_SUM] (address 0x52-53) set, and corresponding cell OV faults set in FAULT_OV[OV_FAULT] (address 0x56-57).
- ADC UV fault indicated by FAULT_SUM[UV_FAULT_SUM] (address 0x52-53) set, and corresponding cell UV faults set in FAULT_UV[UV_FAULT] (address 0x54-55).
- Window comparator OV fault indicated by FAULT_SUM[CMPOV_FAULT_SUM] (address 0x52-53) set, and corresponding comparator OV faults set in FAULT2_OV[CMPOV_FAULT] (address 0x5C-5D).
- Window comparator UV fault indicated by FAULT_SUM[CMPUV_FAULT_SUM] (address 0x52-53) set, and corresponding comparator UV faults set in FAULT2_UV[CMPUV_FAULT] (address 0x5A-5B).
Note: ADCWAIT is the amount of time required to see a change on the input in the open wire condition. An open could occur at any point in the sample path, however the worst case duration would be if the open wire break occurred somewhere between the input filter cap and the cell. A simplified diagram of the SQUEEZE resistor in relation to the input filter cap is shown below.
We need to show how to compute this.