> If the Block Diagram of the subvi there is a while loop covering all > the code, it's the same to put it in the main VI with another while > loop, or it's not necessary? > it's the same if this subVI has a while loop covering itself that if > the subvi doesn't have this while loop because the loop is in the same > VI?
If I understand your question correctly, the answer is yes. A loop around code is the same as a loop around a subVI containing the same code, is the same as a subVI containing a loop containing the code, ... There will be slight performance differences, but very small. Greg McKaskle
