LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Instrutment drivers have front panels - do they display when used as a sub vi?

Solved!
Go to solution
I'm just working to get up to speed on LabVIEW, and am mainly interested in using LabVIEW to control test equipment.  The drivers I'm finding have front panels already put together within the driver.  I'm still working to incorporate a driver as a sub VI, but will the front panel of the sub VI pop up?
0 Kudos
Message 1 of 4
(2,766 Views)

By default not. But if you like, there are several ways to show them.

 

Felix 

0 Kudos
Message 2 of 4
(2,761 Views)
Didn't mean to click that this was a solution.  Can you elaborate on how you can do that?  Again, I'm basically trying to self-teach myself, and I'm open to any good books that might help on the topic - but I figured I'd get some good suggestions or tips here.
0 Kudos
Message 3 of 4
(2,752 Views)
Solution
Accepted by topic author djpritchard

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

Message 4 of 4
(2,744 Views)