TECT_OUTPUTSTATUS_ENUMΒΆ
The structure TECT_OUTPUTSTATUS_ENUM enumeration will give the status of the PWM output.
Value | Name | Description |
---|---|---|
0 | TECT_Disabled | Process disabled. |
1 | TECT_AutoHeat | Automatic mode in PID process with setpoint: Heating. |
2 | TECT_AutoCool | Automatic mode in PID process with setpoint: Cooling. |
3 | TECT_AutoHeat Standby | Automatic mode in PID process with standby setpoint: Heating. |
4 | TECT_AutoCool Standby | Automatic mode in PID process with standby setpoint: Cooling. |
5 | TECT_ManualHeat | Manual mode: Heating |
6 | TECT_ManualCool | Manual mode: Cooling |
7 | TECT_TuneActive | AutoTune is active. Heating with tune_output. |
8 | TECT_TuneComplete | AutoTune is complete. Waiting for accept of AutoTune results. No PWM output. |
9 | TECT_Inactive | Duty cycle = 0. No PWM output. |
10 | TECT_NoOutput | NoOutput: Monitor Only |
11 | TECT_CoMonitorActive | Common sensor current monitoring is active |
12 | TECT_CoMonitorWait | Common sensor current monitoring is in waiting mode |
13 | TECT_IndiviMonitor | Individual sensor current monitoring is active |
256 | TECT_DummyStatus | DummyStatus := 256 to ensure the TECT_OUTPUTSTATUS_ENUM has two bytes |