12-17-2009 06:02 AM
Solved! Go to Solution.
12-17-2009 06:13 AM
By default not. But if you like, there are several ways to show them.
Felix
12-17-2009 08:24 AM
12-17-2009 11:02 AM
Use the Options to unmark the post as solution.
Books: I recommend you 'LabVIEW for everyone' to begin with.
Showing the FP of a SubVI: In the SubVI go via menu File->VI properties or right-click on the SubVI Icon and select VI properties. Go to the 'Windows appearance' tab. You can fast select default (do not show FP) or dialog (shows FP as a modal window). Or go to customize -> 'Show Front Panel when called'.
Other methods (as beginner you can ignore these):
* right click on SubVI in the main vi->SubVI Node setup for the same as above, but only this one location of the SubVI.
* Use VI Server methods and properties to have full control when the VI shows the FP and when it closes.
Felix