Thread Links | Date Links | ||||
---|---|---|---|---|---|
Thread Prev | Thread Next | Thread Index | Date Prev | Date Next | Date Index |
Hi Yair, The existing logic is intentional. The idea is that you should only end up in IDLE_PRI if there is an error condition or power is intentionally removed
from the primary alternative…..in which case, you should exit back to Main IDLE unless power is applied to the secondary alternative. Thanks, Chris From: Yair Darshan [mailto:YDarshan@xxxxxxxxxxxxx]
Hi guys, I find issue here, please verify. Thanks Yair --------- From IDLE_PRI to START_DETECT_PRI (145.2.5.7, Page 141 line 10)
Comment The condition:
!pwr_app_pri * pwr_app_sec doesn’t make sense that only if the secondary is powered we can go to START_DET_PRI.
The conditions should allow to move to
START_DET_PRI in the following conditions:
a)
!pwr_app_pri OR
b)
!pwr_app_sec
i.e. the condition should be:
!pwr_app_pri + !pwr_app_sec
Proposed remedy: !pwr_app_pri * pwr_app_sec
To: !pwr_app_pri + !pwr_app_sec
Darshan Yair Chief R&D Engineer Analog Mixed Signal Group Microsemi Corporation 1 Hanagar St., P.O. Box 7220 Cell: +972-54-4893019
E-mail: <mailto:ydarshan@xxxxxxxxxxxxx>. |