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

Revision history [back]

click to hide/show revision 1
initial version

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

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