Here's a description of what happens. My main VI contains a subVI (in a while loop) which is doing some calculations. The problem is as follows: the output values of the subVI are to be displayed on the front panel of my main VI, but the indicators display 0 for two of these values. In fact, if I put a probe in the main VI to see the data outputing from the subVI, it is grayed (no data?) for the values I mentionned. Then, if I open the subVI to see the value on its own front-panel, I see the correct values that I should get in my main VI. From that point, the main VI starts displaying the correct values too.
To make it short, some values of the subVI aren't passed (or so it seems) into the main VI until I open the VI manua
lly by double-clicking on it while everything is running. Why?
The problem doesn't happen again until I close the main VI (not just stopping it) and/or Labview.
If it can help, I am using Labview 6.1 under Windows XP.
Any help would be greatly appreciated. Thanks!