修改温度模块,散热时内循环风扇也打开

This commit is contained in:
2026-04-14 06:36:52 +08:00
parent 9fc0dcfbdb
commit 86a9866732
4 changed files with 3 additions and 3 deletions

View File

@@ -51472,7 +51472,7 @@
"scope": null
},
{
"ID": "c:app_temp.c@12326@F@tempProcess@max_temp",
"ID": "c:app_temp.c@12324@F@tempProcess@max_temp",
"What": "Variable",
"defdec": "Def",
"display": "max_temp",

View File

@@ -229,8 +229,8 @@ static void tempOutput(void *signal_id)
un_inf_can_kgf_output1.bit_data.KGF07 = setFanOn();
// 内循环风扇KGF09和KGF10
un_inf_can_kgf_output1.bit_data.KGF10 = setFanOff();
un_inf_can_kgf_output1.bit_data.KGF09 = setFanOff();
un_inf_can_kgf_output1.bit_data.KGF10 = setFanOn();
un_inf_can_kgf_output1.bit_data.KGF09 = setFanOn();
// 加热片KGF13-KGF16
un_inf_can_kgf_output1.bit_data.KGF16 = setFanOff();