220Vheat80Gear,修改过流相关阈值

This commit is contained in:
REASEARCHER\18383 2025-08-30 10:39:10 +08:00
parent 1029eff76d
commit f8ccef77d8
2 changed files with 4 additions and 4 deletions

View File

@ -485,7 +485,7 @@ static char ptz_heat_data_collect_task()
{ {
ptz_heat_collect_adc1_task(); ptz_heat_collect_adc1_task();
if ( g_ptz.electric_current > 6 ) //过流 if ( g_ptz.electric_current > 4.0 ) //过流
{ {
overCurrTime++; overCurrTime++;
} }
@ -503,7 +503,7 @@ static char ptz_heat_data_collect_task()
} }
else else
{ {
if ( g_ptz.electric_current < 3.5 ) //电流恢复正常 if ( g_ptz.electric_current < 2.0 ) //电流恢复正常
{ {
currTime++; currTime++;
} }

View File

@ -107,14 +107,14 @@
#define PTZ_VOLT_DETECT_MIN 18.0//30.0 #define PTZ_VOLT_DETECT_MIN 18.0//30.0
//工作电流阈值 //工作电流阈值
#define PTZ_CURRENT_DETECT 7.5//5.0 #define PTZ_CURRENT_DETECT 5.5//5.0
//霍尔故障阈值 //霍尔故障阈值
#define PTZ_HALL_DETECT 30//30 #define PTZ_HALL_DETECT 30//30
//相电流运行最大值 //相电流运行最大值
// #define PHASE_CURRENT 5.0 // #define PHASE_CURRENT 5.0
#define PHASE_CURRENT 20.0 #define PHASE_CURRENT 10.0
#endif #endif
//L6235D涡轮蜗杆重型云台 //L6235D涡轮蜗杆重型云台