ST_HVACTempChangeFunction

Stucture of the node points for the temperature change function in the modules FB_HVACOptimizedOn and FB_HVACOptimizedOff.

TYPE ST_HVACPrestartFunction :
STRUCT
   rOutsideTemp    : ARRAY[1..10] OF REAL; (*[degC]*)
   rRoomTempChange : ARRAY[1..10] OF REAL; (*[degK/min]*)
END_STRUCT
END_TYPE

rOutsideTemp / rRoomTempChange : The 10 node points (outdoor temperature in degree Celsius to room temperature change in degree Kelvin / minute), which are passed.