13.23. Single Zone Climate Aggregator - SngZoneClimAggrr
Id |
SngZoneClimAggrr |
Version |
main |
Title |
Single Zone Climate Aggregator |
System |
Thermal |
Document Type |
Application Software Component Specification Preview |
13.23.1. Overview
The Single Zone Climate Aggregator component aggregates climate control requests from a single zone and calculates the flap positions and blower speed required to achieve the requested climate. It also monitors temperature sensors and detects faults.
13.23.2. Functions
Title |
Description |
|
|---|---|---|
1 |
Aggregate Climate Requests |
Aggregates the face, feet and screen flap position requests from a single climate zone into a single request. Calculates the required blower speed. |
2 |
Calculate Flap Positions |
Calculates the face, feet and screen flap positions based on the aggregated flap position request. Supports configurations with 2 or 3 flaps. |
3 |
Detect Temperature Sensor Faults |
Monitors the evaporator and vent temperature sensors and sets a fault flag if the sensor readings are outside the valid range. |
4 |
Detect Flap and Blower Faults |
Monitors the face, feet, screen and recirculation flap position feedback signals and the blower speed feedback signal. Sets a fault flag if a short circuit or open circuit is detected. |
13.23.3. Ports
Id |
Direction |
Data Type |
Dimensions |
Unit |
Description |
Keywords |
|
|---|---|---|---|---|---|---|---|
1 |
EvaprT |
Incoming |
single |
[1] |
degC |
HVAC Evaporator temperature input signal |
Evaporator Temperature |
2 |
VentT |
Incoming |
single |
[1] |
degC |
HVAC Ventilation air output temperature input signal |
Vent Temperature |
3 |
RclDoorFlt |
Incoming |
boolean |
[1] |
Recirculation flap fault input flag (from flap driver) |
Recirculation Door Fault |
|
4 |
FaceDoorShoCircFlt |
Incoming |
boolean |
[1] |
Face airflow flap short circuit fault input flag |
Face Door Short Circuit Fault |
|
5 |
FaceDoorOpenCircFlt |
Incoming |
boolean |
[1] |
Face airflow flap open circuit fault input flag |
Face Door Open Circuit Fault |
|
6 |
FaceDoorRngFlt |
Incoming |
boolean |
[1] |
Face airflow flap position out of range fault input flag |
Face Door Range Fault |
|
7 |
ScrDoorShoCircFlt |
Incoming |
boolean |
[1] |
Windscreen airflow flap short circuit fault input flag |
Screen Door Short Circuit Fault |
|
8 |
ScrDoorOpenCircFlt |
Incoming |
boolean |
[1] |
Windscreen airflow flap open circuit fault input flag |
Screen Door Open Circuit Fault |
|
9 |
ScrDoorRngFlt |
Incoming |
boolean |
[1] |
Windscreen airflow flap position out of range fault input flag |
Screen Door Range Fault |
|
10 |
FanShoCircFlt |
Incoming |
boolean |
[1] |
Cabin blower open circuit fault input flag |
Fan Short Circuit Fault |
|
11 |
FanOpenCircFlt |
Incoming |
boolean |
[1] |
Cabin blower short circuit fault input flag |
Fan Open Circuit Fault |
|
12 |
FtDoorShoCircFlt |
Incoming |
boolean |
[1] |
Foot airflow flap short circuit fault input flag |
Feet Door Short Circuit Fault |
|
13 |
FtDoorOpenCircFlt |
Incoming |
boolean |
[1] |
Foot airflow flap open circuit fault input flag |
Feet Door Open Circuit Fault |
|
14 |
FtDoorRngFlt |
Incoming |
boolean |
[1] |
Foot airflow flap position out of range fault input flag |
Feet Door Range Fault |
|
15 |
VlvOpenCircFlt |
Incoming |
boolean |
[1] |
Isolation valve open circuit fault input flag |
Valve Open Circuit Fault |
|
16 |
VlvShoCircFlt |
Incoming |
boolean |
[1] |
Isolation valve short circuit fault input flag |
Valve Short Circuit Fault |
|
17 |
RclFlapReq |
Incoming |
single |
[1] |
% |
Recirculation flap request input signal (from climate controller) |
Recirculation Flap Request |
18 |
ScrOutFlapReq |
Incoming |
single |
[1] |
% |
Windscreen airflow flap request input signal (from climate controller) |
Screen Output Flap Request |
19 |
FtOutFlapReq |
Incoming |
single |
[1] |
% |
Foot airflow flap request input signal (from climate controller) |
Feet Output Flap Request |
20 |
FaceOutFlapReq |
Incoming |
single |
[1] |
% |
Face airflow flap request input signal (from climate controller) |
Face Output Flap Request |
21 |
FanSpdReq |
Incoming |
single |
[1] |
% |
Cabin blower speed request input signal (from climate controller) |
Fan Speed Request |
22 |
RclModReqAggrr |
Outgoing |
single |
[1] |
% |
Recirculation flap request output signal (to flap driver) |
Recirculation Mode Request Aggregator |
23 |
FanSpdReqAggrr |
Outgoing |
single |
[1] |
% |
Cabin blower request output signal (to blower driver) |
Fan Speed Request Aggregator |
24 |
HvacMalf |
Outgoing |
boolean |
[1] |
HVAC malfunction output flag |
Hvac Malfunction |
|
25 |
HvacIntgySt |
Outgoing |
Bus: HvacFb |
[-1] |
HVAC integrity state output bus contains some boolean faults flag from HVAC components |
Hvac Integrity State |
|
26 |
ScrOutModReqAggrr |
Outgoing |
single |
[1] |
% |
Windscreen airflow flap request output signal (to flap driver) |
Screen Output Mode Request Aggregator |
27 |
FtOutModReqAggrr |
Outgoing |
single |
[1] |
% |
Foot airflow flap request output signal (to flap driver) |
Feet Output Mode Request Aggregator |
28 |
FaceOutModReqAggrr |
Outgoing |
single |
[1] |
% |
Face airflow flap request output signal (to flap driver) |
Face Output Mode Request Aggregator |
29 |
VentTAggrr |
Outgoing |
single |
[1] |
degC |
HVAC Ventilation air output temperature output signal (after saturation) |
Vent Temperature Aggregator |
30 |
EvaprTAggrr |
Outgoing |
single |
[1] |
degC |
HVAC Evaporator temperature output signal (after saturation) |
Evaporator Temperature Aggregator |
13.23.4. Parameters
Id |
Data Type |
Dimensions |
Range |
Unit |
Description |
Keywords |
|
|---|---|---|---|---|---|---|---|
1 |
SzclagrrRclDoorFltDetnTi |
single |
[1,1] |
Min: 0, Max: 10 |
sec |
Recirculation flap detection time |
Szclagrr Recirculation Door Fault Detection Time |
2 |
SzclagrrTSnsrTFltMax |
single |
[1,1] |
Min: -100, Max: 200 |
degC |
Temp sensor max temp det fault |
Szclagrr Temperature Sensor Temperature Fault Maximum |
3 |
SzclagrrTSnsrTFltMin |
single |
[1,1] |
Min: -100, Max: 200 |
degC |
Temp sensor min temp detection fault |
Szclagrr Temperature Sensor Temperature Fault Minimum |
4 |
SzclagrrFaceFlapClimOff |
single |
[1,1] |
Min: 0, Max: 100 |
% |
Face Flap open request when HVAC request is all Flaps is zero |
Szclagrr Face Flap Climate Off |
5 |
SzclagrrFtFlapClimOff |
single |
[1,1] |
Min: 0, Max: 100 |
% |
Feet Flap open request when HVAC request is all Flaps is zero |
Szclagrr Feet Flap Climate Off |
6 |
SzclagrrTwoFlapCfgEna |
boolean |
[1,1] |
Min: 0, Max: 1 |
When enable - two flaps climate configuration |
Szclagrr Two Flap Configuration Enable |