Chargement…
Chargement…
Module aircon_controller contains no state.
Behavior
heater_on is 1 when automatic mode and temp_low are active, or when manual_heat is 1.cooler_on is 1 when automatic mode and temp_high are active, or when manual_cool is 1.fan_on is 1 whenever heating, cooling, or manual_fan is active.| Signal | Direction | Width | Description |
|---|---|---|---|
temp_low, temp_high | Input | 1 bit | Temperature comparator inputs |
auto_temp | Input | 1 bit | Enables automatic regulation |
manual_heat, manual_cool, manual_fan | Input | 1 bit | Manual commands |
heater_on, cooler_on, fan_on | Output | 1 bit | Actuator commands |