First time here? Check our help page!
1

EMS to contorl idealloadairsystem on depond on the room temperture

Now I want to set EMS contorl with IdealLoadAirSystem.The sensor is one zone's mean air temperature and the actuator that I want to contorl the zone's operation schedule on or off. It always occur error " * Severe * Invalid Actuated Component Type =SCHEDULES * ~~~ * Entered in EnergyManagementSystem:Actuator=MYOPENFACTOR * ~~~ * Component Type not found * ~~~ * Use Output:EnergyManagementSystem object to create .edd file for valid component types. * Severe * Invalid Actuated Component Unique Name =BEDROOM OPERATION * ~~~ * Entered in EnergyManagementSystem:Actuator=MYOPENFACTOR * ~~~ * Component Unique key name not found * ~~~ * Use Output:EnergyManagementSystem object to create .edd file for valid component names. * Severe * Invalid Actuated Component Control Type =SCHEDULE:CONSTANT * ~~~ * Entered in EnergyManagementSystem:Actuator=MYOPENFACTOR * ~~~ * Control Type not found * ~~~ * Use Output:EnergyManagementSystem object to create .edd file for valid component control types.

what I set is follow this: EnergyManagementSystem:Sensor , ZoneRT , !- Name; 18B11, !- Output:Variable Index Key Name; Zone Operative Temperature; ! Output:Variable or Output:Meter Name;! EnergyManagementSystem:Actuator MyOpenFactor , !- Name; Bedroom operation, !- Actuated Component Unique Name; Schedules, !- Actuated Component Type; Schedule Value; !- Actuated Component; EnergyManagementSystem:Program , RoomTemperatureContorl, ! Name IF ZoneRT > 29 SET MyOpenFactor =1.0 ELSEIF ZoneRT <16 SET MyOpenFactor = 1.0 ELSE SET MyOpenFactor = 0.0 ENDIF

Done's avatar
169
Done
asked 2017-05-24 20:38:01 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-05-25 07:48:59 -0500
edit flag offensive 0 remove flag close merge delete

Comments

what are you trying to control exactly? zone's operating schedule - you mean just the HVAC system? If so, setting a thermostat with ideal loads is doing this already. (Only providing heating/cooling as needed to meet setpoint).

mdahlhausen's avatar mdahlhausen (2017-05-24 20:50:22 -0500) edit

Yes,I want to control IdealLoadAirSystem operating schedule,can I ?

Done's avatar Done (2017-05-24 22:53:39 -0500) edit
add a comment see more comments

1 Answer

1

You can set an availability schedule in the ZoneHVAC:IdealLoadsAirSystem EnergyPlus object.

If you are using OpenStudio, you can use a measure I wrote to set it. See the answer to this question.

mdahlhausen's avatar
9.5k
mdahlhausen
answered 2017-05-25 12:02:30 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments