|
|
@ -1105,14 +1105,15 @@ void TrxBoard::scenPlayerStart(bool afeHvPwrOn) |
|
|
|
this->_afeSlave1->setAfeGblPwr(afePwrdnDisable); |
|
|
|
this->_afeSlave2->setAfeGblPwr(afePwrdnDisable); |
|
|
|
|
|
|
|
this->_bCtrlMngt->timerShot(20); |
|
|
|
#ifdef MPS_BOARD |
|
|
|
this->_bCtrlMngt->mpsDacsOn(); |
|
|
|
#endif |
|
|
|
|
|
|
|
this->_bCtrlMngt->timerShot(170); |
|
|
|
//uncrustify off
|
|
|
|
while(!(this->_bCtrlMngt->checkTimeout())); |
|
|
|
//uncrustify on
|
|
|
|
|
|
|
|
#ifdef MPS_BOARD |
|
|
|
this->_bCtrlMngt->mpsDacsOn(); |
|
|
|
#endif |
|
|
|
} |
|
|
|
|
|
|
|
this->_scenPlayer->control.setCommand(true); |
|
|
@ -1154,7 +1155,7 @@ void TrxBoard::scenPlayerStop(bool afeHvPwrOff) |
|
|
|
this->_bCtrlMngt->mpsDacsOff(); |
|
|
|
#endif |
|
|
|
|
|
|
|
this->_bCtrlMngt->timerShot(20); |
|
|
|
this->_bCtrlMngt->timerShot(140); |
|
|
|
//uncrustify off
|
|
|
|
while(!(this->_bCtrlMngt->checkTimeout())); |
|
|
|
//uncrustify on
|
|
|
|