modelActuatorSignal
Partial model that implements the filtered opening for valves and dampers
Information
This model implements the filter that is used to approximate the travel
time of the actuator.
Models that extend this model use the signal
y_actual to obtain the
current position of the actuator.
See Buildings.Fluid.Actuators.UsersGuide for a description of the filter.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Dynamics › Actuator position | |||
| Boolean | use_strokeTime | true | Set to true to continuously open and close valve using strokeTime |
| Modelica.Units.SI.Time | strokeTime | 120 | Time needed to fully open or close actuator |
| Modelica.Blocks.Types.Init | init | Modelica.Blocks.Types.Init.InitialOutput | Type of initialization (no init/steady state/initial state/initial output) |
| Real | y_start | 1 | Initial position of actuator |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | y | Actuator position (0: closed, 1: open) | |
| Modelica.Blocks.Interfaces.RealOutput | y_actual | Actual actuator position |
Revisions
-
August 26, 2024, by Michael Wetter:
Implemented linear actuator travel dynamics.
This is for Buildings, #3965 and for IBPSA, #1926. -
June 10, 2021, by Michael Wetter:
Changed implementation of the filter and changed the parameterorderto a constant as most users need not change this value.
This is for #1498. -
April 6, 2020, by Antoine Gautier:
Add the boolean parametercasePreInd.
This is needed for the computation of the damper opening in Buildings.Fluid.Actuators.Dampers.PressureIndependent. -
February 21, 2020, by Michael Wetter:
Changed icon to display its operating state.
This is for #1294. -
November 14, 2019, by Michael Wetter:
Setstartattribute forfilter.x.
This is for #1252. -
October 25, 2019, by Jianjun Hu:
Improved icon graphics annotation. This is for #1225. -
February 16, 2018, by Filip Jorissen:
Propagated parameterorder.
This is for #891. -
March 24, 2017, by Michael Wetter:
RenamedfilteredInputtouse_inputFilter.
This is for #665. -
February 14, 2012 by Michael Wetter:
First implementation.