You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would propose to use this Modelica model as example:
model Model2 "CombiTable1D.mo"
Modelica.Blocks.Tables.CombiTable1Ds combiTable1Ds1(
table={{1,2,4,7},
{2,3,2,5},
{3,4,1,2}},
columns={2,3},
smoothness=Modelica.Blocks.Types.Smoothness.LinearSegments) annotation(Placement(transformation(extent={{-70,15},{-50,35}})));
Modelica.Blocks.Sources.RealExpression realExpression1(y=time) annotation(Placement(transformation(extent={{-115,15},{-95,35}})));
equation
connect(realExpression1.y,combiTable1Ds1.u) annotation(Line(
points={{-94,25},{-89,25},{-77,25},{-72,25}},
color={0,0,127}));
annotation(
uses(Modelica(version="4.0.0")),
experiment(
StopTime=3,
StartTime=1,
Interval=0.001));
end Model2;
I will use it to generate the modelDescription.xml with the parameters and some variables and to manually generate the terminalsAndIcons.xml.
as discussed in the webmeeting, the combitables section(s) need some rework
The text was updated successfully, but these errors were encountered: