Dear All,
I want to know how labview form threads from a user created VI. I have a VI in which I have a while loop that contains a wait function and some other code both are running in parallel(data independent). I want to know the following things with reagrd to this VI
1. How labview creates threads form this VI, how many threads will be created?
2. If we are not using any sequence structures inside the loop, whether labview will follow any particular repeated sequence for this code?(Like it will execute wait function first, and code after that ...) or labview will follow any random order for this threads for each loop iteration?