Opened 15 years ago

Closed 12 years ago

#1115 closed defect (wontfix)

Plotting during simulation broken

Reported by: roehnsch Owned by: roehnsch
Priority: high Milestone:
Component: Interactive Environment Version: 1.4.5
Keywords: Cc: roehnsch

Description

When trying following example from the OpenModelica UserGuid chapter "3.2.4. Plotting During Simulation", simulation plot breaks with an error.

I entered the example in the OpenModelica Shell v. 1.1. (for OpenModelica 1.4.5). The simulation seems to start. The plot window is shown. Before getting a plot, the plot window fails with the standard Windows crash report: "ext.exe has encountered a problem and needs to close...". 

Example Script to be entered in the OpenModelica Shell:


class
%%(font-size: 9pt; font-family: Courier) HelloWorld%%

Real x(start = 1);

parameter Real a = 1;

%%(font-weight: bold; font-size: 9pt; font-family: Courier-Bold) equation%%

der(x) = - a *
x;

end
%%(font-size: 9pt; font-family: Courier) HelloWorld;%%

%%(font-size: 9pt; font-family: Courier)  %%

%%(font-size: 9pt; font-family: Courier) enableSendData(true);%%

%%(font-size: 9pt; font-family: Courier) setVariableFilter({x});%%

%%(font-size: 9pt; font-family: Courier) simulate(HelloWorld, startTime=0, stopTime=25);%%

Change History (1)

comment:1 by Martin Sjölund, 12 years ago

Cc: roehnsch, → roehnsch
Resolution: wontfix
Status: newclosed

Functionality was removed from OpenModelica. It was replaced with Interactive simulation, which was not maintained :)

Note: See TracTickets for help on using tickets.