Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
1

EMS to contorl idealloadairsystem on depond on the room temperture

asked 2017-05-24 20:38:01 -0500

Done's avatar

updated 2017-05-25 07:48:59 -0500

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

edit retag flag offensive 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

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-05-25 12:02:30 -0500

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2017-05-24 20:38:01 -0500

Seen: 146 times

Last updated: May 25 '17