ST_BA_TempChangeFunction
For an outside temperature fOutsideTemp, this structure contains the expected temperature change fRoomTempChange when switching on(FB_BA_OptimizedOn) or switching off(FB_BA_OptimizedOff) a heating or cooling system.
TYPE ST_BA_TempChangeFunction :
STRUCT
fOutsideTemp : ARRAY[1..FB_BA_OptimizationBase.nOptOnOff_MaxNodes] OF REAL;
fRoomTempChange : ARRAY[1..FB_BA_OptimizationBase.nOptOnOff_MaxNodes] OF REAL;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
fOutsideTemp | REAL | The considered outside temperature interpolation points of the optimization function in °C. |
fRoomTempChange | REAL | The expected room temperature change values in K/min associated with the outside temperatures. |