Open anandkp92 opened 10 months ago
gain(final k = k)
?hys(final uLow=uLow, uHigh=uHigh)
Consider changing TrueHoldWithReset
to TrueHold
: https://github.com/lbl-srg/modelica-buildings/issues/3689
done
In the section 7.5 Elementary block
:
Add
exists in both Reals
and Integers
packages, but the icon color is blue (indicating it is a block in the Reals
package).Courier New
for the variable names.Reals.Sin
.Switch
blocks in CDL.Logical
and CDL.Integers
, and also CDL.Reals
This corrected in WordTrueHoldWithReset
), or too small (Latch
).Enthalpy
and SpecificEnthalpy
.OnCounter
block should be in the Integers
package. mwetter: Reported by email, 10/30/24Sources
package should be the sub package of Reals
, Integers
, and Logical
.Buildings.Controls.OBC.CDL.Constants
and Buildings.Controls.OBC.CDL.Types
. Where should this enumeration and the constants be introduced? mwetter: Reported by email, 10/30/24CDL.Reals.Sort
except for the additional output. We should propose to change the CDL block accordingly. Proposed to be added (email sent to Paul on 4/18/24) mwetter: Reported again by email, 10/30/24CDL.Logical.Latch
has documentation updated as in https://github.com/lbl-srg/modelica-buildings/pull/3800/files#diff-6fe286a5bd9201123e0b7af359ef7ac0a0dc5874445f519315dedf9fb191d551R3 mwetter: Reported by email, 10/30/24annotation (__cdl(default=0))
or a value binding (parameter k = 0
) so that we can evaluate expressions.
Edit mwetter, 10/30/24: Based on last weeks discussion this is not needed: If modelica-json evaluates expressions but there is a parameter with no binding, then this expression should be removed. If modelica-json is invoked in a way that retains expressions, then it works for expressions that have parameters without a binding.
replaceable
in CDL: https://github.com/lbl-srg/obc/pull/146 Done and in Word document, 10/30/24enumeration
must be defined, such as forZeroTime
and for the PID controller. mwetter: Reported by email, 10/30/24