It is a lot easier to answer these questions after someone else has asked all of the questions.
I have, use, and love the SDE (State Digram Editor).
I have also attempted to hack it a bit and realized early on that playing with the enum used to drive the resulting SD (State Diagram) was a bad idea. I seem to remember that if you copied off the enum constant and attempted to use it in a comparison that would throw either an insane object error or crash LV, I forget which. :smileysurprised:
The bottom line is don't play with the enums and case structures from the SDE. There are better ways to create and edit enums and cases. :smileywink:
Just use the SDE for what it is intended (writing complex algorithms in a self documenting graphic over-view).
But...
It looks like you just found that out. :smileysad:
Ben
Message Edited by Ben on 01-18-2006 07:13 PM