We are using BQ76952 chip in our BMS which will be used in EVs. I have a query regarding the recovery method for OCD1,2,3 and SCD.
OCD1, OCD2, OCD3, OCDL Recovery
The datasheet says that to recover from OCD1,2 or 3 a charge current greater than the recovery threshold must be provided for recovery time seconds. When an EV is operational it is not possible to give charging current. Then the only way to recover is to set OCD latch to a certain number and recover using subcommand 0x009B OCDL_RECOVER() sent by the host when the latch counter exceeds latch limit. Is this logic correct?
There is another option saying recovery from time.
" If recovery is preferred based only on time, then the recovery based on charging current can be used, with the current threshold set to a small discharge current."
I did not understand this completely.
SCD Recovery
For recovery from SCD a similar method should be used as recovery using charging current cannot be used in EVs. Again I did not understand this line:
" If recovery is preferred based only on time, then the recovery based on charging current can be used, with the current threshold set to a small discharge current."
In this case too the only way to recover from the fault is to set the SC latch to a number and when the latch counter exceeds the limit the host sends the 0x009C SCDL_RECOVER() subcommand. Is this logic correct?
Are there better ways to recover other than the two mentioned above.
Thank you.