Opened 20 years ago

Last modified 19 years ago

#17 closed defect (fixed)

block model hangs modeq

Reported by: jonas.elbornsson Owned by: jonas.elbornsson
Priority: critical Milestone:
Component: Version:
Keywords: Cc: jonas.elbornsson, Adrian Pop

Description


Change History (2)

comment:1 by jonas.elbornsson, 20 years ago

model test ""

Modelica.Blocks.Sources.Constant constant1 annotation(Placement

(visible=true,transformation(x=-49.9871,y=19.7101,scale=0.1)));

Modelica.Blocks.Continuous.LimIntegrator limIntegrator1 annotation(Placement

(visible=true,transformation(x=-9.07216,y=19.1645,scale=0.1)));

equation

connect(constant1.outPort,limIntegrator1.inPort) annotation(Line

(visible=true,points={{-39.08,19.98},{-22.16,19.44}}));
end test;

hangs modeq when calling instantiateModel(test)

comment:2 by Peter Aronsson, 19 years ago

Tested 2005-10-26, works.

Note: See TracTickets for help on using tickets.