Changes between Initial Version and Version 1 of Ticket #3957, comment 2


Ignore:
Timestamp:
2016-06-09T14:39:21Z (8 years ago)
Author:
Bernhard Thiele

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3957, comment 2

    initial v1  
    66
    77* Variables have been declared as parameters (parameters cannot change during simulation!)
    8 * Multiple transitions from the state have not been assigned priorities, see
     8* Multiple transitions from the same state have not been assigned priorities, see
    99  * VerActDyn.standingstill
    1010  * HorActDyn.standingstill
    1111
    12 I fixed that errors (see attachment), but I keep getting the same error. Currently, I don't understand why this error is thrown. Maybe I can change the compiler to give better error diagnostics.
     12I fixed these errors (see attachment), but I keep getting the same error message. Currently, I don't understand why this error is thrown. Maybe I can change the compiler to give better error diagnostics.
    1313
    14 However, I also tried it with the Dymola tool and it doesn't work either, but gives instead gives the error:
     14However, I also tried it with the Dymola tool and it doesn't work either, but gives instead the error:
    1515
    1616{{{
     
    2222}}}
    2323
    24 So it seems that there are a few modelling issues in your example. I suppose the best way to get forward is if you start with a very simple state machine which works and keep adding additional states and transitions until it doesn't work any more.
     24So it seems that there are a few modelling issues in your example. I suppose the best way to get forward is if you start with a very simple state machine which works and then you keep adding additional states and transitions until it doesn't work any more.