1

EnergyPlus EMS: internal variable

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
S's avatar
111
S
asked 2018-04-19 09:35:36 -0500
Jason DeGraw's avatar
2.2k
Jason DeGraw
updated 2018-04-23 10:35:09 -0500
edit flag offensive 0 remove flag close merge delete

Comments

what does your EMS Program look like?

BrianLBall's avatar BrianLBall (2018-04-19 09:39:39 -0500) edit
add a comment see more comments

1 Answer

1

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;
Lefort-Antoine's avatar
111
Lefort-Antoine
answered 2019-04-01 05:31:31 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments