model MyModel Modelica.Blocks.Tables.CombiTable1D combiTable1D( tableOnFile=true, tableName="data", fileName=MyLibrary.LibrarySystemPath + "data\Example.txt", columns={2}) annotation (Placement(transformation(extent={{-10,-10},{10,10}}))); Modelica.Blocks.Sources.Clock clock annotation (Placement(transformation(extent={{-90,-10},{-70,10}}))); equation connect(clock.y, combiTable1D.u[1]) annotation (Line( points={{-69,0},{-12,0}}, color={0,0,127}, smooth=Smooth.None)); annotation (Diagram(graphics)); end MyModel;