Gbox 4.20
Grow box automation and monitoring - <a href='https://sites.google.com/site/growboxguy/'>https://sites.google.com/site/growboxguy/</a>
 
Loading...
Searching...
No Matches
Settings::AeroModuleSettings Struct Reference

< AeroModule default settings More...

#include <Settings.h>

Data Fields

bool PressureTankPresent
 Is there a pressure tank connected or not.
 
float Duration
 Spray length 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.
 
uint8_t PumpSpeed
 Pump duty cycle to adjust motor speed.
 
uint16_t PumpTimeOut
 (Sec) Max pump run time
 
uint16_t PrimingTime
 (Sec) For how long to keep the bypass solenoid on when starting the pump - Removes air bubbles from the lines
 
float MaxPressure
 Turn off pump above this pressure.
 
float MinPressure
 Turn on pump below this pressure.
 

Detailed Description

< AeroModule default settings

Definition at line 64 of file Settings.h.

Field Documentation

◆ DayInterval

uint16_t Settings::AeroModuleSettings::DayInterval

Spray every X minutes - When the lights are ON.

Definition at line 68 of file Settings.h.

◆ Duration

float Settings::AeroModuleSettings::Duration

Spray length in seconds (Actual duration is ~0.5sec longer due to thread + solenoid delay)

Definition at line 67 of file Settings.h.

◆ MaxPressure

float Settings::AeroModuleSettings::MaxPressure

Turn off pump above this pressure.

Definition at line 73 of file Settings.h.

◆ MinPressure

float Settings::AeroModuleSettings::MinPressure

Turn on pump below this pressure.

Definition at line 74 of file Settings.h.

◆ NightInterval

uint16_t Settings::AeroModuleSettings::NightInterval

Spray every X minutes - When the lights are OFF.

Definition at line 69 of file Settings.h.

◆ PressureTankPresent

bool Settings::AeroModuleSettings::PressureTankPresent

Is there a pressure tank connected or not.

Definition at line 66 of file Settings.h.

◆ PrimingTime

uint16_t Settings::AeroModuleSettings::PrimingTime

(Sec) For how long to keep the bypass solenoid on when starting the pump - Removes air bubbles from the lines

Definition at line 72 of file Settings.h.

◆ PumpSpeed

uint8_t Settings::AeroModuleSettings::PumpSpeed

Pump duty cycle to adjust motor speed.

Definition at line 70 of file Settings.h.

◆ PumpTimeOut

uint16_t Settings::AeroModuleSettings::PumpTimeOut

(Sec) Max pump run time

Definition at line 71 of file Settings.h.


The documentation for this struct was generated from the following file: