modelController

Test model for a relay controller

Information

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

The input signal, sin, mimics the response of a control process. In the first half of the test period, the relay controller is disabled, its output remains unchanged from the initial values. In the rest time, the relay controller is enabled and its output changes based on sin.

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.Utilities.PIDWithAutotuning.Relay.ControllerrelConA relay controller
Buildings.Controls.OBC.CDL.Reals.Sources.SinsinMeasured value
Buildings.Controls.OBC.CDL.Reals.Sources.ConstantconSetpoint
Buildings.Controls.OBC.CDL.Logical.Sources.PulseenaSigEnable signal

Revisions

  • June 1, 2022, by Sen Huang:
    First implementation.