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 ?
You could write an EnergyPlus measure around the PlantEquipmentOperationSchemes object to set the schedule from a Schedule:File object.
How to setup
PlantEquipmentOperationSchemes
for flow rate limit ? i have triedPlantEquipmentOperationSchemes
plusPlantEquipmentOpenration:ComponentSetpoint
but not succeed. Energplus setup is ok _ i can implement later by EP-measuresI'm not sure. Perhaps try a PlantEquipmentOperation:UserDefined object with EMS?