Skip to content

Commit

Permalink
Merge branch 'master' into issue3539_containerActuator
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Oct 20, 2023
2 parents 23655ac + c1f567c commit 0310c1c
Show file tree
Hide file tree
Showing 29 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ block TimeSuppression
"Calculate a time-delay period after change in set point"

parameter Real chaRat(final unit="s/K")=540
"Gain factor to calculate suppression time based on the change of the setpoint, second per degC. For cooling or heating request, it should be 540 seconds, for temperature alarms, it should be 1080 seconds"
"Gain factor to calculate suppression time based on the change of the setpoint, seconds per Kelvin. For cooling or heating request, it should be 540 seconds, for temperature alarms, it should be 1080 seconds"
annotation (__cdl(ValueInReference=true));
parameter Real maxTim(
final unit="s",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ block Controller "Controller for cooling only VAV box"
parameter Real samplePeriod(unit="s")=120
"Sample period of component, set to the same value as the trim and respond that process static pressure reset"
annotation (__cdl(ValueInReference=false), Dialog(tab="Time-based suppresion"));
parameter Real chaRat=540
"Gain factor to calculate suppression time based on the change of the setpoint, second per degC"
parameter Real chaRat(final unit="s/K")=540
"Gain factor to calculate suppression time based on the change of the setpoint, seconds per Kelvin"
annotation (__cdl(ValueInReference=true), Dialog(tab="Time-based suppresion"));
parameter Real maxSupTim(unit="s")=1800
"Maximum suppression time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ block Controller "Controller for dual-duct terminal unit with cold-duct minimum
"Threshold time to check damper leaking airflow"
annotation (__cdl(ValueInReference=true), Dialog(tab="Alarms"));
// ---------------- Parameters for time-based suppression ----------------
parameter Real chaRat=540
"Gain factor to calculate suppression time based on the change of the setpoint, second per degC"
parameter Real chaRat(final unit="s/K")=540
"Gain factor to calculate suppression time based on the change of the setpoint, seconds per Kelvin"
annotation (__cdl(ValueInReference=true), Dialog(tab="Time-based suppresion"));
parameter Real maxSupTim(unit="s")=1800
"Maximum suppression time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ block Controller "Controller for dual-duct terminal unit using mixing control wi
"Threshold time to check damper leaking airflow"
annotation (__cdl(ValueInReference=true), Dialog(tab="Alarms"));
// ---------------- Parameters for time-based suppression ----------------
parameter Real chaRat=540
"Gain factor to calculate suppression time based on the change of the setpoint, second per degC"
parameter Real chaRat(final unit="s/K")=540
"Gain factor to calculate suppression time based on the change of the setpoint, seconds per Kelvin"
annotation (__cdl(ValueInReference=true), Dialog(tab="Time-based suppresion"));
parameter Real maxSupTim(unit="s")=1800
"Maximum suppression time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ block Controller "Controller for dual-duct terminal unit using mixing control wi
"Threshold time to check damper leaking airflow"
annotation (__cdl(ValueInReference=true), Dialog(tab="Alarms"));
// ---------------- Parameters for time-based suppression ----------------
parameter Real chaRat=540
"Gain factor to calculate suppression time based on the change of the setpoint, second per degC"
parameter Real chaRat(final unit="s/K")=540
"Gain factor to calculate suppression time based on the change of the setpoint, seconds per Kelvin"
annotation (__cdl(ValueInReference=true), Dialog(tab="Time-based suppresion"));
parameter Real maxSupTim(unit="s")=1800
"Maximum suppression time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ block Controller "Controller for snap-acting controlled dual-duct terminal unit"
"Threshold time to check valve leaking water flow"
annotation (__cdl(ValueInReference=true), Dialog(tab="Alarms"));
// ---------------- Parameters for time-based suppression ----------------
parameter Real chaRat=540
"Gain factor to calculate suppression time based on the change of the setpoint, second per degC"
parameter Real chaRat(final unit="s/K")=540
"Gain factor to calculate suppression time based on the change of the setpoint, seconds per Kelvin"
annotation (__cdl(ValueInReference=true), Dialog(tab="Time-based suppresion"));
parameter Real maxSupTim(unit="s")=1800
"Maximum suppression time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ block Controller "Controller for constant-volume parallel fan-powered terminal u
parameter Real samplePeriod(unit="s")=120
"Sample period of component, set to the same value as the trim and respond that process static pressure reset"
annotation (__cdl(ValueInReference=false), Dialog(tab="Time-based suppresion"));
parameter Real chaRat=540
"Gain factor to calculate suppression time based on the change of the setpoint, second per degC"
parameter Real chaRat(final unit="s/K")=540
"Gain factor to calculate suppression time based on the change of the setpoint, seconds per Kelvin"
annotation (__cdl(ValueInReference=true), Dialog(tab="Time-based suppresion"));
parameter Real maxSupTim(unit="s")=1800
"Maximum suppression time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ block Controller
parameter Real samplePeriod(unit="s")=120
"Sample period of component, set to the same value as the trim and respond that process static pressure reset"
annotation (__cdl(ValueInReference=false), Dialog(tab="Time-based suppresion"));
parameter Real chaRat=540
"Gain factor to calculate suppression time based on the change of the setpoint, second per degC"
parameter Real chaRat(final unit="s/K")=540
"Gain factor to calculate suppression time based on the change of the setpoint, seconds per Kelvin"
annotation (__cdl(ValueInReference=true), Dialog(tab="Time-based suppresion"));
parameter Real maxSupTim(unit="s")=1800
"Maximum suppression time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ block Controller "Controller for room VAV box with reheat"
parameter Real samplePeriod(unit="s")=120
"Sample period of component, set to the same value as the trim and respond that process static pressure reset"
annotation (__cdl(ValueInReference=false), Dialog(tab="Time-based suppresion"));
parameter Real chaRat=540
"Gain factor to calculate suppression time based on the change of the setpoint, second per degC"
parameter Real chaRat(final unit="s/K")=540
"Gain factor to calculate suppression time based on the change of the setpoint, seconds per Kelvin"
annotation (__cdl(ValueInReference=true), Dialog(tab="Time-based suppresion"));
parameter Real maxSupTim(unit="s")=1800
"Maximum suppression time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ block Controller "Controller for constant-volume series fan-powered terminal uni
parameter Real samplePeriod(unit="s")=120
"Sample period of component, set to the same value as the trim and respond that process static pressure reset"
annotation (__cdl(ValueInReference=false), Dialog(tab="Time-based suppresion"));
parameter Real chaRat=540
"Gain factor to calculate suppression time based on the change of the setpoint, second per degC"
parameter Real chaRat(final unit="s/K")=540
"Gain factor to calculate suppression time based on the change of the setpoint, seconds per Kelvin"
annotation (__cdl(ValueInReference=true), Dialog(tab="Time-based suppresion"));
parameter Real maxSupTim(unit="s")=1800
"Maximum suppression time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ block Controller
parameter Real samplePeriod(unit="s")=120
"Sample period of component, set to the same value as the trim and respond that process static pressure reset"
annotation (__cdl(ValueInReference=false), Dialog(tab="Time-based suppresion"));
parameter Real chaRat=540
"Gain factor to calculate suppression time based on the change of the setpoint, second per degC"
parameter Real chaRat(final unit="s/K")=540
"Gain factor to calculate suppression time based on the change of the setpoint, seconds per Kelvin"
annotation (__cdl(ValueInReference=true), Dialog(tab="Time-based suppresion"));
parameter Real maxSupTim(unit="s")=1800
"Maximum suppression time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-plantuml==0.22
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
urllib3==1.26.17
urllib3==1.26.18
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-plantuml==0.22
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
urllib3==1.26.17
urllib3==1.26.18

0 comments on commit 0310c1c

Please sign in to comment.