From a848744e3995d902edfbf8ca4454dbcd36521e2e Mon Sep 17 00:00:00 2001 From: Arunkumar Narasimhan Date: Thu, 6 Apr 2023 14:33:06 +0530 Subject: [PATCH] removing min attribute in gain --- Modelica/Blocks/Continuous.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modelica/Blocks/Continuous.mo b/Modelica/Blocks/Continuous.mo index 991c872681..d957417f90 100644 --- a/Modelica/Blocks/Continuous.mo +++ b/Modelica/Blocks/Continuous.mo @@ -765,7 +765,7 @@ to compute u by an algebraic equation. "Control error (set point - measurement)"; parameter .Modelica.Blocks.Types.SimpleController controllerType= .Modelica.Blocks.Types.SimpleController.PID "Type of controller"; - parameter Real k(min=1) = 1 "Gain of controller"; + parameter Real k = 1 "Gain of controller"; parameter SI.Time Ti(min=Modelica.Constants.small)=0.5 "Time constant of Integrator block" annotation (Dialog(enable= controllerType == .Modelica.Blocks.Types.SimpleController.PI or