Skip to content

Commit

Permalink
#1358 reverseActing parameter is set to final in CtrAHUBasic.mo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderAKU committed Oct 13, 2022
1 parent 308c435 commit a8c7ba0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions AixLib/Systems/ModularAHU/Controller/CtrAHUBasic.mo
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ model CtrAHUBasic "Simple controller for AHU"
CtrRegBasic ctrPh(
final useExternalTset=true,
Td=0,
final initType=initType) if usePreheater annotation (dialog(group="Register controller",
final initType=initType,
final reverseAction=true)
if usePreheater annotation (dialog(group="Register controller",
enable=usePreheater), Placement(transformation(extent={{0,70},{20,90}})));
CtrRegBasic ctrCo(
final useExternalTset=true,
Expand All @@ -30,7 +32,9 @@ model CtrAHUBasic "Simple controller for AHU"
final useExternalTset=true,
final useExternalTMea=true,
Td=0,
final initType=initType) annotation (dialog(group="Register controller",
final initType=initType,
final reverseAction=true)
annotation (dialog(group="Register controller",
enable=True), Placement(transformation(extent={{0,10},{20,30}})));


Expand Down

0 comments on commit a8c7ba0

Please sign in to comment.