Control application: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
The application is written in Rust and is [[automatic start by using systemd| automatically started using systemd]]. | The application is written in Rust and is [[automatic start by using systemd| automatically started using systemd]]. | ||
The documentation of the software is available [[http://vps2483992.servdiscount-customer.com/aquarium_control_doc/aquarium_control/|here]]. | |||
Development for the main control application requires the [[setup of the development environment]]. | Development for the main control application requires the [[setup of the development environment]]. | ||
Revision as of 16:15, 30 December 2024
The main control application of Aquarium control implements the following features:
- Data acquisition of water temperature, pH and conductivity
- Data acquisition of ambient temperature and humidity
- Refill control for fresh water
- Feed control
- Water temperature control using air ventilation and heater
- Balling mineral dosing
Additionally, the main control application implements the following supporting features:
- Configuration using a Rust .toml configuration file
- Logging
- Command interface to receive instructions from outside of the application via a POSIX message queue
- Storage of recorded data in SQL database
- File-based communication to RAM-disk
- Usage of simulator is run with simulated sensor data for development purposes
- Schedule checks to limit the hour of day of operating certain actuators
The application is written in Rust and is automatically started using systemd.
The documentation of the software is available [[1]].
Development for the main control application requires the setup of the development environment.