1

Is it possible to control the Heatings Design Capacity by using ExternalInterface?

I have a question regarding the use of the External Interface and the control of a electric baseboard. I am currently using the ZoneHVAC:Baseboard:Convective:Electric object and was wondering if it is possible to change the heating design capacity during the simulation. I would like to change the capacity depending on the outside and zone temperature. You could say that I'm trying to do what the thermostat object in EnergyPlus already does automatically. Is it possible to do something like that by using the ExternalInterface:Actuator object? I checked External Interface Application Guide but the examples there are very different and I wasn't able to find any example idfs including ExternalInterface objects. Any help or tip is appreciated.

Eko123's avatar
251
Eko123
asked 2020-12-02 03:28:55 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2021-07-07 08:30:25 -0500
edit flag offensive 0 remove flag close merge delete

Comments

I actually need to do this now. I need to design a controller to vary the wattage of the baseboard convective electric. How did you get on with it?

tallspark's avatar tallspark (2021-02-21 16:33:35 -0500) edit

I wasn't able to find a way to do this so I switched to hot water systems. I checked the Actuator objects available and it doesn't seem like that there is a straightforward way to do it.

Eko123's avatar Eko123 (2021-03-16 05:07:15 -0500) edit
add a comment see more comments

2 Answers

0

You can do it via EMS through Sensors getting temperatures, and an Actuator to control actual cooling capacity.

Place an Output:EnergyManagementSystem object in your IDF before running a trial simulations in order to get the EDD file. In EDD file you can find Sensors/Actuators you are looking for to use them in an EMS Program

Here the guide to use EMS

Ag's avatar
1.4k
Ag
answered 2020-12-14 16:17:05 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

You could instead use the ZoneBaseboard:OutdoorTemperatureControlled object which has an actuator of type "Power Level".

LeaGon's avatar
11
LeaGon
answered 2021-07-07 02:51:47 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments