modelIntegralTimer
Integral timer
Extends from AixLib.Utilities.KPIs.BaseClasses.PartialIntegratorBase (Base model of integrator with conditional inputs for activation and reset), Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This model is a timer that counts the duration while it is activated.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | use_itgAct_in (from PartialIntegratorBase) | false | = true, enable activation connector; = false, disable connector, integrator continuously activated |
| Boolean | use_itgRes_in (from PartialIntegratorBase) | false | = true, enable reset connector |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | y (from PartialIntegratorBase) | Integral error output | |
| Modelica.Blocks.Interfaces.BooleanInput | itgAct_in (from PartialIntegratorBase) | Conditional connector to activate integrator | |
| Modelica.Blocks.Interfaces.BooleanInput | itgRes_in (from PartialIntegratorBase) | Conditional connector to reset integrator |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.BooleanExpression | booExpItgAct (from PartialIntegratorBase) | Output for itgAct_internal | |
| Modelica.Blocks.Sources.Constant | conZero | Constant zero | |
| Modelica.Blocks.Sources.Constant | conOne | Constant one | |
| Modelica.Blocks.Logical.Switch | swi | Switch for integration | |
| Modelica.Blocks.Continuous.Integrator | timeItg | Time integrator |
Revisions
-
December 17, 2024, by Jun Jiang:
First implementation (see issue 1534)