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