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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.Utilities.PIDWithAutotuning.Relay.Controller | relCon | A relay controller | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Sin | sin | Measured value | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant | con | Setpoint | |
| Buildings.Controls.OBC.CDL.Logical.Sources.Pulse | enaSig | Enable signal |
Revisions
-
June 1, 2022, by Sen Huang:
First implementation.