blockShade_H

Shade controller with solar irradiation as input

Information

Block that outputs a shade control signal y ∈ {0, 1} as follows:

  • When y=0 and the input H becomes greater than the parameter HHigh, the output switches to y=1.
  • When y=1 and the input H becomes less than the parameter HLow, the output switches to y=0.

Shade control chart

Parameters

TypeNameDefaultDescription
RealHHighif y=0 and H>=HHigh, switch to y=1
RealHLowif y=1 and H<=HLow, switch to y=0

Connectors

TypeNameDefaultDescription
CDL.Interfaces.RealInputHMeasured irradiation
CDL.Interfaces.RealOutputyControl 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.