We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc337f8 commit 38641c3Copy full SHA for 38641c3
reflow_pid.h
@@ -1,6 +1,9 @@
1
#ifndef reflow_pid_h
2
#define reflow_pid_h
3
4
+// remove all reflowoven methods, use for all SSR pid control generic
5
+//
6
+
7
#include "InterpolationLib.h"
8
9
unsigned long stateStartMS = 0; // state start timers
@@ -11,7 +14,7 @@ int reflowGraphCounter = 0; // counter period for graphing graphInterval
11
14
12
15
// temperature vars
13
16
int hotTemp = 70; // C burn temperature for HOT indication, 0=disable
-int coolTemp = 50; // C safe temperature for HOT indication, 0=disable
17
+int coolTemp = 48; // C safe temperature for HOT indication, 0=disable
18
int lowTemp = 30; // C of TC warmed than typical CJ
19
int shutDownTemp = 210; // degrees C
20
int fanTemp = lowTemp+5; // cooldown complete fan off low temp
0 commit comments