Update Running State
removed comment
This commit is contained in:
@@ -114,7 +114,6 @@ State<ModbusIP>* RunningState<ModbusIP>::update(Equipment<ModbusIP>* equipment)
|
|||||||
// Check to see if BMS Command set to OFF --> Place unit in Standby
|
// Check to see if BMS Command set to OFF --> Place unit in Standby
|
||||||
// Removed logic of placing unit on standby if BMS_Enable_Source != 2 for ease in testing Mode Feedback.
|
// Removed logic of placing unit on standby if BMS_Enable_Source != 2 for ease in testing Mode Feedback.
|
||||||
if (On_Off_Command == 0){
|
if (On_Off_Command == 0){
|
||||||
// setPointValue(equipment, "ON/OFF Command By BMS", 0);
|
|
||||||
return new StandbyState<ModbusIP>();
|
return new StandbyState<ModbusIP>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user