ST_BA_SpRmT
Room temperature setpoints.
TYPE ST_BA_SpRmT :
STRUCT
fPrtcHtg : REAL := 12.0;
fEcoHtg : REAL := 15.0;
fPreCmfHtg : REAL := 19.0;
fCmfHtg : REAL := 21.0;
fPrtcCol : REAL := 40.0;
fEcoCol : REAL := 35.0;
fPreCmfCol : REAL := 28.0;
fCmfCol : REAL := 24.0;
END_STRUCT
END_TYPE
The values in the structure are defined with the preset values.
Name | Type | Description |
---|---|---|
fPrtcHtg | REAL | Protection Heating |
fEcoHtg | REAL | Economy Heating |
fPreCmfHtg | REAL | Pre-Comfort Heating |
fCmfHtg | REAL | Comfort Heating |
fPrtcCol | REAL | Protection Cooling |
fEcoCol | REAL | Economy Cooling |
fPreCmfCol | REAL | Pre-Comfort Cooling |
fCmfCol | REAL | Comfort Cooling |