modelTuningMonitor

Test model for the tuning period management

Information

Validation test for the block Buildings.Controls.OBC.Utilities.PIDWithAutotuning.Relay.BaseClasses.TuningMonitor.

  • At 0.1s, the length of the on period becomes 0.1s, triggering the tuning period to start.
  • At 0.7s, the length of the off period becomes 0.5s.
  • At 0.9s, the length of the on period changes from 0.1s to 0.9s while that of the off period remains 0.5s. This triggers the tuning period to end.

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.Utilities.PIDWithAutotuning.Relay.BaseClasses.TuningMonitortunManManage the tuning process
Buildings.Controls.OBC.CDL.Reals.Sources.PulsetOnSig1Block that generates signals for forming the signal of the length of On period
Buildings.Controls.OBC.CDL.Reals.Sources.PulsetOnSig2Block that generates signals for forming the signal of the length of On period
Buildings.Controls.OBC.CDL.Reals.AddtOnThe length of the on period
Buildings.Controls.OBC.CDL.Reals.Sources.PulsetOffThe length of the off period
Buildings.Controls.OBC.CDL.Logical.LatchtunStaDisplay when tuning process starts
Buildings.Controls.OBC.CDL.Logical.LatchtunEndDisplay when tuning process ends
Buildings.Controls.OBC.CDL.Logical.Sources.ConstantconFalse signal

Revisions

  • September 20, 2023, by Sen Huang:
    First implementation.