3-phase PV router
|
Basic configuration values to be set by the end-user. More...
Go to the source code of this file.
Variables | |
constexpr | conditional< DATALOG_PERIOD_IN_SECONDS *SUPPLY_FREQUENCY > = UINT8_MAX |
constexpr uint8_t ::type | DATALOG_PERIOD_IN_MAINS_CYCLES { DATALOG_PERIOD_IN_SECONDS * SUPPLY_FREQUENCY } |
constexpr uint8_t | DATALOG_PERIOD_IN_SECONDS { 5 } |
constexpr float | invDATALOG_PERIOD_IN_MAINS_CYCLES { 1.0F / DATALOG_PERIOD_IN_MAINS_CYCLES } |
constexpr float | invSUPPLY_FREQUENCY { 1.0F / SUPPLY_FREQUENCY } |
constexpr uint8_t | NO_OF_PHASES { 3 } |
constexpr int16_t | REQUIRED_EXPORT_IN_WATTS { 20 } |
constexpr uint8_t | SUPPLY_FREQUENCY { 50 } |
constexpr | uint16_t |
constexpr uint32_t | WORKING_ZONE_IN_JOULES { 3600UL } |
Basic configuration values to be set by the end-user.
Definition in file config_system.h.
|
inlineconstexpr |
Definition at line 32 of file config_system.h.
constexpr uint8_t ::type DATALOG_PERIOD_IN_MAINS_CYCLES { DATALOG_PERIOD_IN_SECONDS * SUPPLY_FREQUENCY } |
Period of datalogging in cycles
Definition at line 32 of file config_system.h.
|
inlineconstexpr |
Period of datalogging in seconds
Definition at line 31 of file config_system.h.
|
inlineconstexpr |
Definition at line 36 of file config_system.h.
|
inlineconstexpr |
Definition at line 35 of file config_system.h.
|
inlineconstexpr |
number of phases of the main supply.
Definition at line 19 of file config_system.h.
|
inlineconstexpr |
when set to a negative value, this acts as a PV generator
Definition at line 23 of file config_system.h.
|
inlineconstexpr |
number of cycles/s of the grid power supply
Definition at line 27 of file config_system.h.
constexpr uint16_t |
Definition at line 32 of file config_system.h.
|
inlineconstexpr |
number of joule for 1Wh
Definition at line 29 of file config_system.h.