First time here? Check out the Help page!
1 | initial version |
The solution we adopted: Configuration of Python Plugin:
self.api.exchange.get_actuator_handle(
state, "System Node Setpoint", "Temperature Setpoint", "Condenser Tower Outlet Node")
Changes in the IDF: * removed the Setpoint Manager SetpointManager:CondenserEnteringReset:Ideal
Result: It's working smoothly. We can change the setpoint via Plugin and the setpoint is followed.
2 | No.2 Revision |
The solution we adopted: Configuration of Python Plugin:
self.api.exchange.get_actuator_handle(
state, "System Node Setpoint", "Temperature Setpoint", "Condenser Tower Outlet Node")
Changes in the IDF:
* IDF: removed the Setpoint Manager SetpointManager:CondenserEnteringReset:Ideal
SetpointManager:CondenserEnteringReset:Ideal,
Result: It's working smoothly. We can change the setpoint via Plugin and the setpoint is followed.