modelTimerAccumulatingNegativeStartTime
Validation model for the timer that accumulates the time, with a negative start time
Information
Validation test for the block Buildings.Controls.OBC.CDL.Logical.TimerAccumulating.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Logical.TimerAccumulating | noThr | Accumulating timer that do not compare threshold | |
| Buildings.Controls.OBC.CDL.Logical.TimerAccumulating | thrTim | Accumulating timer that compares threshold | |
| Buildings.Controls.OBC.CDL.Logical.TimerAccumulating | noThrWitRes | Accumulating timer that could reset the output | |
| Buildings.Controls.OBC.CDL.Logical.TimerAccumulating | thrTimWitRes | Accumulating timer that could reset the output and the output compares with threshold | |
| Buildings.Controls.OBC.CDL.Logical.Sources.Pulse | booPul | Block that outputs cyclic on and off | |
| Buildings.Controls.OBC.CDL.Logical.Sources.Constant | con | Constant false | |
| Buildings.Controls.OBC.CDL.Logical.Sources.Pulse | resTim | Block that outputs cyclic on and off, for resetting timer |
Revisions
-
July 23, 2018, by Jianjun Hu:
Updated implementation to reset accumulate timer with boolean input. -
July 18, 2018, by Jianjun Hu:
Updated implementation to include accumulate timer. -
April 2, 2017, by Jianjun Hu:
First implementation.