thermferm/thermferm.h

changeset 313
8448fcf3d799
parent 310
53774295e14a
child 339
16203280eea2
equal deleted inserted replaced
312:7b0f819a3805 313:8448fcf3d799
149 time_t prof_paused; /* Profile total pause time */ 149 time_t prof_paused; /* Profile total pause time */
150 int prof_percent; /* Profile percentage done */ 150 int prof_percent; /* Profile percentage done */
151 float prof_peak_abs; /* Profile absolute peak temp */ 151 float prof_peak_abs; /* Profile absolute peak temp */
152 float prof_peak_rel; /* Profile relative peak temp */ 152 float prof_peak_rel; /* Profile relative peak temp */
153 time_t prof_primary_done; /* Profile primary is done */ 153 time_t prof_primary_done; /* Profile primary is done */
154 float PID_I_err; /* PID Integral error */ 154 double PID_iState; /* PID Integral state */
155 float PID_err_old; /* PID old error value */ 155 double PID_dState; /* PID last measured value */
156 float PID_Kp; /* PID Kp setting */ 156 float PID_Kp; /* PID Kp setting */
157 float PID_Kd; /* PID Kd setting */ 157 float PID_Kd; /* PID Kd setting */
158 float PID_Ki; /* PID Ki setting */ 158 float PID_Ki; /* PID Ki setting */
159 } units_list; 159 } units_list;
160 160

mercurial