Community
Participate
Working Groups
see the attached model. A blinky machine should start and stop blinking. The controller actor starts and stops blinking every 10 seconds. The blinking actor switches on and off every second. The first blink cycle works well. The second cycle does not start. It looks like that something goes wrong with the group transition from blinking to off of the controller.
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