Skip to content

Commit

Permalink
Change to NoInit in ClockedWithDiscretizedContinuousController
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Sep 10, 2024
1 parent 35ad28d commit 3675c4d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ model ClockedWithDiscretizedContinuousController
Clocked.RealSignals.Sampler.Sample sample1
annotation (Placement(transformation(extent={{30,-26},{18,-14}})));
Modelica.Blocks.Continuous.PI PI(
initType=Modelica.Blocks.Types.Init.InitialOutput,
y_start=0,
initType=Modelica.Blocks.Types.Init.NoInit,
T=0.1,
k=110)
annotation (Placement(transformation(extent={{-20,0},{0,20}})));
Expand Down

0 comments on commit 3675c4d

Please sign in to comment.