plantloop flow setpoint
I want to set flow rate for each chiller from a schedule:file or my own formula. I saw PlantEquipmentOpenration:ComponentSetpoint has flow rate input but it seems fixed value not schedule input. Have any approach for that task ? EMS etc ?


Comments
You could write an EnergyPlus measure around the PlantEquipmentOperationSchemes object to set the schedule from a Schedule:File object.
How to setup
PlantEquipmentOperationSchemesfor flow rate limit ? i have triedPlantEquipmentOperationSchemesplusPlantEquipmentOpenration:ComponentSetpointbut not succeed. Energplus setup is ok _ i can implement later by EP-measuresI'm not sure. Perhaps try a PlantEquipmentOperation:UserDefined object with EMS?