压缩机最低功率,加热棒52%

main
Zeng wei (曾威) 2 years ago
parent 3ce081dbec
commit 6f62a4d54d

@ -145,7 +145,7 @@ void PID_Calc() // pid calc
// } // }
// send_speed_signal(speed_count); // send_speed_signal(speed_count);
send_speed_signal(1000); send_speed_signal(1500);
// if (hot_clod_flag == 1 && T <= tem - 3) // During the refrigeration process, the actual temperature drops by 0.3 degrees Celsius below the set temperature // if (hot_clod_flag == 1 && T <= tem - 3) // During the refrigeration process, the actual temperature drops by 0.3 degrees Celsius below the set temperature
// { // {

File diff suppressed because one or more lines are too long

@ -209,8 +209,8 @@ void HotTestRequestTask(void *pvParameters) {
if (T >= 350) { if (T >= 350) {
hot = 0; hot = 0;
hot_clod_flag = 0; hot_clod_flag = 0;
} else { } else {
hot = 50; hot = 52;
hot_clod_flag = 2; hot_clod_flag = 2;
// hot += 10; // hot += 10;

Loading…
Cancel
Save