08-08-2006 01:44 PM
08-08-2006 04:27 PM
You might want to look at the state diagram toolkit. BEN raves about it. or maybe a queued state machine.
http://forums.ni.com/ni/board/message?board.id=170&message.id=150553&requireLogin=False
08-09-2006 08:06 AM - edited 08-09-2006 08:06 AM
In addition to the exellent answer provided by Unclebump...
when you asked "enable a storyboard-style case structure reorganizer" the only thought that comes to mind is the "Rearrange Cases" option that is available for enum (prefereably type-def'd) driven cases.
See this image.
Ben
Message Edited by Ben on 08-09-2006 08:06 AM
08-09-2006 09:47 AM
08-09-2006 12:02 PM
08-09-2006 12:14 PM
08-09-2006 03:37 PM
Place a Text Ring on the front panel. On the diagram, create a property node for the text ring, and select the "Strings[ ]" property. Wire the array of strings to the property node. Run the VI.BenThat reminds of a related trick I have not heard anyone mention lately.Bonus Q:Given a list of all of the enum states (array of strings), what is the easiest way to create an enum with all of those values?Correct answers are worth 5-stars!