I would guess that a simple state machine/functional global might do
the trick for you...  design a subVI with 13 inputs (probably best to
bundle these) and use a while loop shift register to store which input
you're interested in at the moment - then just use a case structure to
pipe that input to the subVI's single output.

Reply via email to