- #1
Physicist3
- 104
- 0
Hi, I am designing a system to run a certain sequence when the control input is off, and then run a different sequence when the control input is on. When drawing a state diagram, for the loop where the control input is on, can the system repeat the same state twice throughout its sequence and therefore miss one of the other states out??
E.g.
Control = 0: 0000, 0001, 0010, 0011, 0100, 0101 etc.
Control = 1: 0000, 0100, 0010, 0011, 0010, 0101 etc (I.e. State 0001 is not used but 0010 used twice)
E.g.
Control = 0: 0000, 0001, 0010, 0011, 0100, 0101 etc.
Control = 1: 0000, 0100, 0010, 0011, 0010, 0101 etc (I.e. State 0001 is not used but 0010 used twice)