diff --git a/ModelicaByExample/Components/SpeedMeasurement/Examples/Plant.mo b/ModelicaByExample/Components/SpeedMeasurement/Examples/Plant.mo index dd50d0e8..6fba8dfd 100644 --- a/ModelicaByExample/Components/SpeedMeasurement/Examples/Plant.mo +++ b/ModelicaByExample/Components/SpeedMeasurement/Examples/Plant.mo @@ -3,10 +3,10 @@ model Plant "The basic plant model" extends ModelicaByExample.Components.Rotational.Examples.SMD; Components.IdealSensor idealSensor annotation (Placement(transformation(extent={{-10,-10},{10,10}}, - rotation=90, origin={-20,30}))); + rotation=90, origin={-20,50}))); equation connect(idealSensor.flange, inertia1.flange_a) annotation (Line( - points={{-20,20},{-20,0},{-10,0}}, color={0,0,0}, + points={{-20,40},{-90,40},{-90,0}}, color={0,0,0}, smooth=Smooth.None)); annotation(experiment(StopTime=10, Tolerance=1e-006)); end Plant;