Opened 5 years ago

Closed 5 years ago

#5747 closed defect (invalid)

Translaton Error tableID not found

Reported by: trista.arinomo@… Owned by: Lennart Ochel
Priority: normal Milestone: Future
Component: Code Generation Version: v1.14.0
Keywords: Cc:

Description

from example model below

model Test
  Modelica.Blocks.Sources.CombiTimeTable combiTimeTable2(extrapolation = Modelica.Blocks.Types.Extrapolation.HoldLastPoint, table = [0, 0; 0.5, 2; 1, 2; 6, 2; 7, 0.1; 8, 0.1; 9, 0.5; 10, 1; 11, 0.1], tableOnFile = false) annotation(
    Placement(visible = true, transformation(origin = {-30, 70}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
  annotation(
    experiment(StartTime = 0, StopTime = 1, Tolerance = 1e-6, Interval = 0.002));

end Test;

error messages are given

[2] 10:26:18 Translation Error
[Modelica.Blocks.Sources: 2173:5-2174:48]: Variable combiTimeTable2.tableID not found in scope Modelica.Blocks.Sources.CombiTimeTable$combiTimeTable2.

[3] 10:26:18 Translation Error
[Modelica.Blocks.Sources: 2175:5-2176:48]: Variable combiTimeTable2.tableID not found in scope Modelica.Blocks.Sources.CombiTimeTable$combiTimeTable2.

Simulation ended normally and the results seem ok

Change History (2)

comment:1 by trista.arinomo@…, 5 years ago

Version: v1.16.0-devv1.14.0

Version: v1.14.0-dev-26586-geb59bf2b38 (

comment:2 by Francesco Casella, 5 years ago

Resolution: invalid
Status: newclosed
Summary: Translatin Error tabelID not foundTranslaton Error tableID not found

The version you are using is obsolete.

Please use the 1.14.0 official release here for Windows, where this model simulates without any problem.

Note: See TracTickets for help on using tickets.