https://github.com/farnazmnz/airconditioner
simulation an air conditioner with proteus
https://github.com/farnazmnz/airconditioner
Last synced: 3 months ago
JSON representation
simulation an air conditioner with proteus
- Host: GitHub
- URL: https://github.com/farnazmnz/airconditioner
- Owner: farnazmnz
- Created: 2023-07-14T14:10:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T14:17:32.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T07:32:07.740Z (5 months ago)
- Language: C
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AirConditioner
simulation an air conditioner with proteusThe cooler has two working modes: slow (Low) and fast (High). When the temperature is above 32°C, the cooler is turned on in Low mode, and if the temperature is above 38°C, the High mode is activated for the cooler. If the temperature drops below 35°C, the cooler will exit from High mode, and if the temperature drops below 28°C, the cooler will turn off.
The heater has two working modes: slow (Low) and fast (High). When the temperature is below 20°C, the heater is turned on in Low mode, and if the temperature is below 15°C, High mode is activated for the heater. If the temperature is higher than 17°C, the heater will exit the High mode, and if the temperature is higher than 23°C, the heater will be turned off.

The humidifier has two working modes: slow (Low) and fast (High). When the humidity is below 80%, the humidifier is turned on in Low mode, and if the humidity is lower than 70%, the High mode is activated for the humidifier. If the humidity is higher than 75%, the humidifier will exit the High mode, and if the humidity is higher than 85%, the humidifier will turn off.
