I would start wrapping up while loops and putting them in subVI's, that way the top level only shows a subVI, and the details of the while loop are within the subVI. Of course you will need a communication mechanism such as queues to communicate between while loops, but since you have so many parallel while loops, you probably have that in your architecture already.
↧