|
|
@@ -2399,10 +2399,6 @@ static void _yk_polling(void)
|
|
|
*/
|
|
|
static void _equerr_check(void)
|
|
|
{
|
|
|
-#ifdef GD_AREA_PROTECTOR
|
|
|
- u32 sw=0;
|
|
|
-#endif
|
|
|
-
|
|
|
//装置硬件故障
|
|
|
if(rt_err_count_hw()==0)
|
|
|
{
|
|
|
@@ -2417,9 +2413,6 @@ static void _equerr_check(void)
|
|
|
{
|
|
|
soe_record_ev(EV_EQU_ERR_HW, 1, 0,0,0 );
|
|
|
}
|
|
|
- #ifdef GD_AREA_PROTECTOR
|
|
|
- sw_do(sw,SW_EQU_ERR,SW_DO_TYPE_ON);
|
|
|
- #endif
|
|
|
}
|
|
|
|
|
|
//装置软件故障
|
|
|
@@ -2436,9 +2429,6 @@ static void _equerr_check(void)
|
|
|
{
|
|
|
soe_record_ev(EV_EQU_ERR_SW, 1, 0,0,0 );
|
|
|
}
|
|
|
- #ifdef GD_AREA_PROTECTOR
|
|
|
- sw_do(sw,SW_EQU_ERR,SW_DO_TYPE_ON);
|
|
|
- #endif
|
|
|
}
|
|
|
#ifdef __IEC61850_GOOSE_FUNC__
|
|
|
if(goose_get_init_flag() >0)
|