Update State_Standby.cpp
This commit is contained in:
@@ -117,7 +117,7 @@ State<ModbusIP>* StandbyState<ModbusIP>::update(Equipment<ModbusIP>* equipment)
|
|||||||
setPointValue(equipment, "InV_LL_avg", (InV_L12 + InV_L23 + InV_L31)/3.0f);
|
setPointValue(equipment, "InV_LL_avg", (InV_L12 + InV_L23 + InV_L31)/3.0f);
|
||||||
|
|
||||||
|
|
||||||
for (int i = 1; i <= 16; i++) {
|
for (int i = 1; i <= 8; i++) {
|
||||||
std::string cb_name = "CB" + std::to_string(i);
|
std::string cb_name = "CB" + std::to_string(i);
|
||||||
std::string kw_name = cb_name + "_kW";
|
std::string kw_name = cb_name + "_kW";
|
||||||
std::string max_kw_name = cb_name + "_max_kW";
|
std::string max_kw_name = cb_name + "_max_kW";
|
||||||
|
|||||||
Reference in New Issue
Block a user