Opened 12 years ago

Closed 12 years ago

#2202 closed defect (fixed)

OMEdit does not update results

Reported by: Christian Schubert Owned by: Adeel Asghar
Priority: critical Milestone: 1.9.0
Component: OMEdit Version: trunk
Keywords: Cc:

Description

Hi,

the plots of OMEdit are not updated automatically after a new simulation run of the same model with different parameters. After deselecting and reselecting the plot variables, the plot is correct.

Here are the steps to reproduce the problem:

  1. Simulate a simple model, eg.
    model Test
      Real x(start = 1, fixed=true);
    equation
      der(x)=-x;
    end Test;
    
  2. plot x
  3. Change back to "Modelling view" and change the start value in the second line
      Real x(start = 2, fixed=true);
    
  4. simulate again
  5. the plot of x looks exactly the same (starting at 1)
  6. deselect x and reselect it

-> now the new value of x is shown

Change History (1)

comment:1 by Adeel Asghar, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in r16114.

Note: See TracTickets for help on using tickets.