blockShade_T
Shade controller with temperature as input
Information
Block that outputs a shade control signal y ∈ {0, 1} as follows:
- When
y=0and the inputTbecomes greater than the parameterTHigh, the output switches toy=1. - When
y=1and the inputTbecomes less than the parameterTLow, the output switches toy=0.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | THigh | if y=0 and T>=THigh, switch to y=1 | |
| Real | TLow | if y=1 and T<=TLow, switch to y=0 |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| CDL.Interfaces.RealInput | T | Measured temperature | |
| CDL.Interfaces.RealOutput | y | Control signal |
Revisions
-
June 8, 2018, by Michael Wetter:
Reimplemented model to make it analogous to the hysteresis block. -
June 01, 2018, by Milica Grahovac:
First implementation.