I have a state machine fed by a strict type def enum of states. I deleted some states in the middle of the enum states and now my case structure is giving me the error:
Case Structure: selector values not unique
A selector value is used by more than one case. It may be in the middle of a range in one of the cases.
I read in another post that I might have a range issue, but I can't see one.
http://forums.ni.com/ni/board/message?board.id=170&message.id=28432Here's a snapshot of my cases. What am I missing?!
Thanks,
Derek