+1
Not a bug

Functions using a finite state machine dont change

Mats 4 weeks ago in IQANdesign updated by Gustav Widén (System support) 4 days ago 2

I had an unnecessary state in a Finite state machine (state 15), so I deleted it. This resulted in all of the states > 15 to change to a state one lower (state 16-> state 15). But all of the functions that utilize this FSM did not change resulting in all of these functions being incorrect.

If you change your state order, such that state 15 is at the end, and then delete it, all your state dependent programing should stay put

Not a bug

Not really a bug, in IQANdesign, but something that is good to be aware of when modifying the FSM. References to a specific state is to the numerical value.