modelDaySchedule

Schedule that repeats every day

Extends from Buildings.Controls.OBC.CDL.Reals.Sources.TimeTable (Table look-up with respect to time and linear or periodic extrapolation).

Information

Time schedule that is used for set points.

Parameters

TypeNameDefaultDescription
Real[:,:]table (from TimeTable)Table matrix (time = first column is time in seconds, unless timeScale <> 1)
CDL.Types.Smoothnesssmoothness (from TimeTable)CDL.Types.Smoothness.LinearSegmentsSmoothness of table interpolation
CDL.Types.Extrapolationextrapolation (from TimeTable)CDL.Types.Extrapolation.PeriodicExtrapolation of data outside the definition range
Real[:]offset (from TimeTable)fill(0, nout)Offsets of output signals as a vector with length equal to number of table matrix columns less one
RealtimeScale (from TimeTable)1Time scale of first table column. Set to 3600 if time in table is in hours

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealOutput[nout]y (from TimeTable)Output with tabulated values

Revisions

  • September 30, 2013, by Michael Wetter:
    Changed implementation of periodicity for MSL 3.2 table.
  • October 6, 2011, by Michael Wetter:
    First implementation.