< Aeroponics_Tank default settings More...
#include <Settings.h>
Data Fields | |
| uint8_t | SpraySolenoidPin |
| Relay controlling DC power to the solenoid. | |
| bool | SpraySolenoidNegativeLogic |
| true - Relay turns on to LOW signal, false - Relay turns on to HIGH signal | |
| uint16_t | SpraySolenoidClosingDelay |
| (ms) Time required for the solenoid to close. To avoid draining the tank the bypass valve is not allowed to open until the Spray solenoid is not closed | |
| uint16_t | TankDrainingTimeout |
| (sec) How long does it take to fully drain the pressure tank by opening the spray and bypass solenoid at the same time | |
| bool | SprayEnabled |
| Enable/disable spraying cycle. | |
| float | Duration |
| Spray time in seconds (Actual duration is ~0.5sec longer due to thread + solenoid delay) | |
| uint16_t | DayInterval |
| Spray every X minutes - When the lights are ON. | |
| uint16_t | NightInterval |
| Spray every X minutes - When the lights are OFF. | |
| float | MinPressure |
| Turn on pump below this pressure. | |
| float | MaxPressure |
| Turn off pump above this pressure. | |
| int | DayInterval |
| Spray every X minutes - When the lights are ON. | |
| int | NightInterval |
| Spray every X minutes - When the lights are OFF. | |
< Aeroponics_Tank default settings
Definition at line 55 of file Settings.h.
| int Settings::AeroponicsSettings::DayInterval |
Spray every X minutes - When the lights are ON.
Definition at line 59 of file Settings.h.
| uint16_t Settings::AeroponicsSettings::DayInterval |
Spray every X minutes - When the lights are ON.
Definition at line 63 of file Settings.h.
| float Settings::AeroponicsSettings::Duration |
Spray time in seconds (Actual duration is ~0.5sec longer due to thread + solenoid delay)
Spray time in seconds.
Definition at line 62 of file Settings.h.
| float Settings::AeroponicsSettings::MaxPressure |
Turn off pump above this pressure.
Definition at line 66 of file Settings.h.
| float Settings::AeroponicsSettings::MinPressure |
Turn on pump below this pressure.
Definition at line 65 of file Settings.h.
| int Settings::AeroponicsSettings::NightInterval |
Spray every X minutes - When the lights are OFF.
Definition at line 60 of file Settings.h.
| uint16_t Settings::AeroponicsSettings::NightInterval |
Spray every X minutes - When the lights are OFF.
Definition at line 64 of file Settings.h.
| bool Settings::AeroponicsSettings::SprayEnabled |
Enable/disable spraying cycle.
Definition at line 61 of file Settings.h.
| uint16_t Settings::AeroponicsSettings::SpraySolenoidClosingDelay |
(ms) Time required for the solenoid to close. To avoid draining the tank the bypass valve is not allowed to open until the Spray solenoid is not closed
Definition at line 59 of file Settings.h.
| bool Settings::AeroponicsSettings::SpraySolenoidNegativeLogic |
true - Relay turns on to LOW signal, false - Relay turns on to HIGH signal
Definition at line 58 of file Settings.h.
| uint8_t Settings::AeroponicsSettings::SpraySolenoidPin |
Relay controlling DC power to the solenoid.
Definition at line 57 of file Settings.h.
| uint16_t Settings::AeroponicsSettings::TankDrainingTimeout |
(sec) How long does it take to fully drain the pressure tank by opening the spray and bypass solenoid at the same time
Definition at line 60 of file Settings.h.