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

How can I set some value of a global variable (used as a parameter) with genopt ?

Hi,

I would like to make a parametric study with Genopt to find the best parameter value of an PID to control my HVAC.

I have an ems program like that :

!- =========== ALL OBJECTS IN CLASS: ENERGYMANAGEMENTSYSTEM:PROGRAM =========== EnergyManagementSystem:Program, SET Param = 0.4, !- A28 SET Consigne = Param* HR_sum, !- A29

!- =========== ALL OBJECTS IN CLASS: ENERGYMANAGEMENTSYSTEM:GLOBALVARIABLE ===========

EnergyManagementSystem:GlobalVariable, Param, !-A1

I would like to determine the best value "Param" with genopt that minimize my humidity simulated curve with an measured humidity profile.

How can I set some value of the global variable "Param" with genopt ?

Thanks a lot

How can I set some value of a global variable (used as a parameter) with genopt ?

Hi,

I would like to make a parametric study with Genopt to find the best parameter value of an PID to control my HVAC.

I have an ems program like that :

!- =========== ALL OBJECTS IN CLASS: ENERGYMANAGEMENTSYSTEM:PROGRAM =========== EnergyManagementSystem:Program, SET Param = 0.4, !- A28 SET Consigne = Param* HR_sum, !- A29

!- =========== ALL OBJECTS IN CLASS: ENERGYMANAGEMENTSYSTEM:GLOBALVARIABLE ===========

EnergyManagementSystem:GlobalVariable, Param, !-A1

I would like to determine the best value "Param" with genopt that minimize my humidity simulated curve with an measured humidity profile.

How can I set some value of the global variable "Param" with genopt ?

Thanks a lot

How can I set some value of a global variable (used as a parameter) with genopt ?

Hi,

I would like to make a parametric study with Genopt to find the best parameter value of an PID to control my HVAC.

I have an ems program like that :

!- =========== ALL OBJECTS IN CLASS: ENERGYMANAGEMENTSYSTEM:PROGRAM =========== EnergyManagementSystem:Program, SET Param = 0.4, !- A28 SET Consigne = Param* HR_sum, !- A29

!- =========== ALL OBJECTS IN CLASS: ENERGYMANAGEMENTSYSTEM:GLOBALVARIABLE ===========

EnergyManagementSystem:GlobalVariable, Param, !-A1

I would like to determine the best value "Param" with genopt that minimize my humidity simulated curve with an measured humidity profile.

How can I set some value of the global variable "Param" with genopt ?

Thanks a lot