Hi everyone.
I’m new to Labview, so I’m sorry if this is very elementary or if I have overlooked an earlier question and solution regarding the same.
I would like to use a Boolean value to switch between different numerical values. The Boolean value switch each 60 second, and I would like to pass through the following numerical values in the order they are written: 300, 800, 1500, 300, 1500. The program shall then start again from the beginning of this cycle and continue running through this cycle.
I have considered case structures, stacked sequence and so on, but can’t find a solution that can handle more than two states and will continue to run through this cycle infinitely. Perhaps some kind of state machine, but I have no experience with this…?
Hope that one of you experts can help me. Thanks in advance.