You may want to look at the State Machine architectures. They use shift registers and case structures for this kind of test. There are examples in the VI templates which ship with LV.
If you simply want to open your valves in a predefined sequence with a constant delay, an array of enums and auto indexing will work. See that attached modifcation of your VI.
Lynn