| Summary: | Simple Hierarchical FSM does not work after first cycle | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Modeling] eTrice | Reporter: | Thomas Jung <tj> | ||||
| Component: | Generators | Assignee: | Henrik Rentz-Reichert <hrr> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | 0.1.0 | ||||||
| Attachments: |
|
||||||
|
Description
Thomas Jung
Created attachment 190502 [details]
model trp and room
There is a bug in your model:
you have to change stop -> start in the BlinkyController transition off -> blinking:
Transition tr2: off -> blinking {
triggers {
<timeoutTick:timer>
}
action {
"timer.Start(10000);"
"ControlPort.start();"
}
}
closed resolved bug tagged as version 0.1.0 |