03-23-2007 11:06 AM
03-23-2007 11:24 AM
03-23-2007 11:25 AM
Why sequences? if your application is flat just pass the values throughout the program using a wire. If the program is repetitive use a loop and pass the values with a shift register.
03-23-2007 12:05 PM
03-23-2007 12:29 PM
There is never a reason that sequences have to be used. It's just a matter of proper coding. A state machine would provide all of the flexibility you need. There are shipping examples and the design patterns (File>New...) that come with LabVIEW also include state machine templates.
In any case, your question about the user input has already been answered.