|
|
@@ -4104,7 +4104,7 @@ static void fa_s_run(int sw, DWORD dStep)
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
- #if defined GD_AREA_ZHONGSHAN || defined GD_AREA_YUNFU || defined GD_AREA_ZHONGSHAN_2020 //中山&东莞 有压不允许直接解锁
|
|
|
+ #if defined GD_AREA_ZHONGSHAN || defined GD_AREA_ZHONGSHAN_2020 //中山&东莞 有压不允许直接解锁
|
|
|
|
|
|
#if 0//def GD_AREA_ZHONGSHAN//中山局要求手合闸后,双侧有压且合位6S后才能解锁(正向解锁方式)
|
|
|
if( (pSW->bDL_Hz||pR->uRmtSW.bHandHz_fa||pR->uRmtSW.bYHExecute_fa||pR->uRmtSW.bYH_fajs_flag) &&soe_check(EV_BS_ALL+sw*EV_SW_NUM))
|
|
|
@@ -4260,12 +4260,10 @@ static void fa_s_run(int sw, DWORD dStep)
|
|
|
pSW->uSdhz_S.bFlag.bPowerZ=0;
|
|
|
ResetTR(&pR->tLostVot.tLostVotTime);//重新开始Z计时
|
|
|
fa_s_state_change(sw,S_USUAL);//pSW->S_Status = S_USUAL;//手合于无压,闭锁合闸
|
|
|
- #ifndef GD_AREA_YUNFU //云浮要求不报 手合/遥合闭锁失压分 SOE
|
|
|
if(soe_check(EV_SH_BSFZ+sw*EV_SW_NUM)==false && !pSet->bTT_fa_shbs) //
|
|
|
{
|
|
|
soe_record_ev(EV_SH_BSFZ+sw*EV_SW_NUM, 1, 0,0,0 );
|
|
|
}
|
|
|
- #endif
|
|
|
pR->thzbs.fztimes=0; //连续分闸计数清零
|
|
|
}
|
|
|
else
|
|
|
@@ -4687,12 +4685,10 @@ static void fa_l_run(int sw, DWORD dStep)
|
|
|
if(pR->tSWST.uSWST.bFlag.bDIHW || pR->uRmtSW.bYH_fajs_flag)//合位或者手合遥控合
|
|
|
{
|
|
|
ResetTR(&pSW->tOnYLTime);
|
|
|
- #ifndef GD_AREA_YUNFU //云浮要求不报 手合/遥合闭锁失压分 SOE
|
|
|
if(soe_check(EV_SH_BSFZ+sw*EV_SW_NUM)==false && !pSet->bTT_fa_shbs) //
|
|
|
{
|
|
|
soe_record_ev(EV_SH_BSFZ+sw*EV_SW_NUM, 1, 0,0,0 );
|
|
|
}
|
|
|
- #endif
|
|
|
if((pR->tLostVot.uLostVot.bFlag.bSHWY && pR->uRmtSW.bYH_fajs_flag) ||pR->tLostVot.uLostVot.bFlag.bSHWY)
|
|
|
{
|
|
|
pSW->uSdhz_L.bFlag.bPowerZ=0;
|