Opened 18 years ago
Closed 12 years ago
#125 closed defect (fixed)
Pulse + Trapezoid Blocks fail
Reported by: | Wilhelm.Medetz | Owned by: | Wilhelm.Medetz |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Backend | Version: | |
Keywords: | Cc: | Wilhelm.Medetz, Adrian Pop |
Description
Attachments (2)
Change History (6)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Created an attachment (id=16)
Project file (zipped) to reproduce the error
comment:4 by , 12 years ago
Component: | → Backend |
---|---|
Resolution: | → fixed |
Status: | new → closed |
fixed probably long time ago
Note:
See TracTickets
for help on using tickets.
The following simple model
delivers wrong results with the latest OpenModelica Snapshot
OpenModelica-1.4.3-NIGHTLY-BUILD-2007_05_10-18_09.msi
Errors:
correctly for 13 periods again freezes at +5.
I can send your a graphical plot or the whole project to reproduce the error.
Many thanks
Wilhelm Medetz
Model:
model PulseError
startTime = 0.1);
width=50, startTime = 0.1);
end PulseError;
MOS File:
loadModel(Modelica);
loadFile("PulseError.mo");
simulate(PulseError, stopTime = 5);
plot({pulse.y, trapezoid.y});