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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.Utilities.PIDWithAutotuning.Relay.BaseClasses.TuningMonitor | tunMan | Manage the tuning process | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Pulse | tOnSig1 | Block that generates signals for forming the signal of the length of On period | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Pulse | tOnSig2 | Block that generates signals for forming the signal of the length of On period | |
| Buildings.Controls.OBC.CDL.Reals.Add | tOn | The length of the on period | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Pulse | tOff | The length of the off period | |
| Buildings.Controls.OBC.CDL.Logical.Latch | tunSta | Display when tuning process starts | |
| Buildings.Controls.OBC.CDL.Logical.Latch | tunEnd | Display when tuning process ends | |
| Buildings.Controls.OBC.CDL.Logical.Sources.Constant | con | False signal |
Revisions
-
September 20, 2023, by Sen Huang:
First implementation.