You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug #14: An error in the 'decode' method was causing a problem in assigning a name to the state, which was hindering the step-by-step debugging process.
Bug #13: The transition matrix contained subsequent states that used the same event for transitioning. For instance, there was a transition from state 0 to 1 with event 32, and another transition from state 1 to 3 with the same event 32. This created the impression of an error, when in reality it was due to a rapid transition.
Change the class of properties from the classes StateMachine and StateMachineUtils from int32 to double to be easy to accept data.
In model StateMachineModelFromFiles.xls
supervisor1: event 32 in the state 0 leads to state 3 instead of 1.
supervisor2: event 11 in the state 0 leads to state 3 instead of 1.
The text was updated successfully, but these errors were encountered: