M
Martin Maurer
Guest
Hello,
i have two state machine: one is collecting data (FSM1) and the second one
is storing them (FSM2).
How can i start FSM2 from a state in FSM1 ? I tried to modify a state of
FSM2 in FSM1, but then i get an error message, that state of FSM2 is
multi-sourced. I already tried to create a variable to signal "Start" to
second state machine, but even there i can't reset the variable. So FSM1
must set and reset the variable, but i don't know when i can reset the
variable, because FSM2 is running...
Is there a better way of doing it ? My solution look more like workarounds
than elegant solutions.
Regards,
Martin
i have two state machine: one is collecting data (FSM1) and the second one
is storing them (FSM2).
How can i start FSM2 from a state in FSM1 ? I tried to modify a state of
FSM2 in FSM1, but then i get an error message, that state of FSM2 is
multi-sourced. I already tried to create a variable to signal "Start" to
second state machine, but even there i can't reset the variable. So FSM1
must set and reset the variable, but i don't know when i can reset the
variable, because FSM2 is running...
Is there a better way of doing it ? My solution look more like workarounds
than elegant solutions.
Regards,
Martin