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

EnergyPlus EMS: internal variable

asked 2018-04-19 09:35:36 -0500

S's avatar

updated 2018-04-23 10:35:09 -0500

Hello All, I am trying to use EMS code to define electric equipment level. But it does not work properly. I would appreciate if anyone can help me. Please see below my actuator, electric equipment, and internal variable that I have defined.

Group: ElectricEquipment
Name: ElectricEquipment_Zone1
Zone or ZoneList Name: Thermal Zone 1
Schedule Name: ElectricEquipment_Sch
Design Level Calculation Method: EquipmentLevel
Design Level: 0

Group: EMS:Actuator
Name: Actuate_ElectricEquipment_Zone1
Actuated Component Unique Name: ElectricEquipment_Zone1
Actuated Component Type: ElectricEquipment
Actuated Component Control Type: Electric Power Level

Group: EMS:InternalVariable
Name: Actuate_ElectricEquipment_Zone1
Internal Date Index Key Name: ElectricEquipment_Zone1
Internal Data Type: Plug and Process Power Design Level
edit retag flag offensive close merge delete

Comments

what does your EMS Program look like?

BrianLBall's avatar BrianLBall  ( 2018-04-19 09:39:39 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-04-01 05:31:31 -0500

Hello, it seems not possible to use actuator and internal variable at the zonegroup level for electricequipment object. Here is my exemple to get interval and actuator variable of an electricequipment. tested on the "1ZoneUncontrolled.idf" exemple file.

Schedule:Constant,
alwayson,
on/off,
1.0;

ZoneList,
zonelist_name,
zone one;

ZoneGroup,
zonegroup_name,
zonelist_name,
1;

ElectricEquipment,
electric_equipment,
zonelist_name,
alwayson,
equipmentlevel,
0;

EnergyManagementSystem:Actuator,
actuator_name,
zone one electric_equipment,
electricequipment,
electric power level;

EnergyManagementSystem:InternalVariable,
internal_name,
zone one electric_equipment,
plug and process power design level;
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: 2018-04-19 09:35:36 -0500

Seen: 532 times

Last updated: Apr 01 '19