1. In page 129 : ManufacturerDate: Day + Month × 32 + (Year–1980) × 256
However, base on the date stored in dataflash, it is Day + Month × 32 + (Year–1980) × 512
2. In page 23: Overcurrent in Discharge Protection
In the Alert, why decrement OCDL count , with condition OCDL count>0? Does it miss one condition for current<OCD:Threshold before the delay time reached.
In the Trip, Is that condition is wrong? Current() continuous <=(>) OCD : Threshold
In the Recovery, is that condition is wrong? Current() continuous >= (<) OCD:Recovery Threshold
In the Latch Reset, does it only need to wait for OCD: Reset time? it turns to be normal again? No other clear command need?
Thanks!