﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5747	Translaton Error tableID not found	trista.arinomo@…	Lennart Ochel	"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
"	defect	closed	normal	Future	Code Generation	v1.14.0	invalid		
