Ver código fonte

Shutdown -15 제한 해제

PYJ 5 anos atrás
pai
commit
ff2720c969
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Bluecell_Src/Bluecell_operate.c

+ 1 - 1
Bluecell_Src/Bluecell_operate.c

@@ -4941,7 +4941,7 @@ void DET_LevelAlarmCheck(){
4941 4941
     }
4942 4942
     for(int i = 0 ; i < DET_Alarm_DL_Shutdown_Index_MAX; i++){
4943 4943
         if(LimitData_DL_Shutdown <= Res_DL_dBm[DET_Alarm_DL1_Shutdown_Index + i]){
4944
-            if(DL_Atten[DET_Alarm_DL1_Index + i] * 0.1 <= -15)
4944
+//            if(DL_Atten[DET_Alarm_DL1_Index + i] * 0.1 <= -15)
4945 4945
                 ADC_Alarm_DL_Shutdown_Set[DET_Alarm_DL1_Shutdown_Index + i] = true;
4946 4946
         }
4947 4947
         else{