blockShade_T

Shade controller with temperature as input

Information

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

  • When y=0 and the input T becomes greater than the parameter THigh, the output switches to y=1.
  • When y=1 and the input T becomes less than the parameter TLow, the output switches to y=0.

Shade control chart

Parameters

TypeNameDefaultDescription
RealTHighif y=0 and T>=THigh, switch to y=1
RealTLowif y=1 and T<=TLow, switch to y=0

Connectors

TypeNameDefaultDescription
CDL.Interfaces.RealInputTMeasured temperature
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.