|
@@ -71,7 +71,7 @@ void PIM(void)
|
|
|
pimn_st_workStat_Delay = 0;
|
|
|
}
|
|
|
//放电使能
|
|
|
- if(pimn_st_workStat_Delay == 1)
|
|
|
+ if(pimn_st_workStat_Delay == 1 && ihd_st_heatStat == 0)
|
|
|
{
|
|
|
pimn_num_cnt = pimn_num_cnt + 1;
|
|
|
//新增-------------------
|
|
@@ -185,7 +185,7 @@ void PIM(void)
|
|
|
pimd_R_ohm = 0;
|
|
|
pimd_R_polar = 0;
|
|
|
pimd_F_polar = 0;
|
|
|
- pimn_flg_inval = 0;
|
|
|
+ pimn_flg_inval = 1;
|
|
|
}
|
|
|
|
|
|
//全部单体参数---------------------
|