blockShade_H
Shade controller with solar irradiation as input
Information
Block that outputs a shade control signal y ∈ {0, 1} as follows:
- When
y=0and the inputHbecomes greater than the parameterHHigh, the output switches toy=1. - When
y=1and the inputHbecomes less than the parameterHLow, the output switches toy=0.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | HHigh | if y=0 and H>=HHigh, switch to y=1 | |
| Real | HLow | if y=1 and H<=HLow, switch to y=0 |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| CDL.Interfaces.RealInput | H | Measured irradiation | |
| 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.