main/config.h

changeset 82
7d17e2cb31a8
parent 77
66c77497d86d
child 87
47253f294a9f
equal deleted inserted replaced
81:72c715ac0444 82:7d17e2cb31a8
213 int SSR2; ///< Use second SSR (HLT) or not. 213 int SSR2; ///< Use second SSR (HLT) or not.
214 float TempHLT; ///< The temperature of the sparge water. 214 float TempHLT; ///< The temperature of the sparge water.
215 double PID_kP; ///< PID P setting. 215 double PID_kP; ///< PID P setting.
216 double PID_kI; ///< PID I setting. 216 double PID_kI; ///< PID I setting.
217 double PID_kD; ///< PID D setting. 217 double PID_kD; ///< PID D setting.
218 bool PID_POn; ///< PID compute on Measurement or Errors. 218 bool xPID_POn;
219 int SampleTime; ///< PID sample time in seconds. 219 int SampleTime; ///< PID sample time in seconds.
220 } equipment; ///< Equipment record. 220 } equipment; ///< Equipment record.
221 221
222 /** 222 /**
223 * @brief Append equipments record to disk. 223 * @brief Append equipments record to disk.

mercurial