LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

a dialog box appear when condition meet

hi
my Q is ... is it possible in a VI when a specific condition meet a dialog box appear
that contain 2 or more controll SW labeld 1.2.3... represnting diferent task  ,when pressing any one of them
 relevant function r to be execute ..any one how know plz inform me ..how it could be done .
 okkkkkkkkkkkkkkk looking for answer  
0 Kudos
Message 1 of 3
(2,993 Views)
Make build a sub vi which performs these conditions, base on the task selected.
select its 'show front panel' properties,
Or in Menu>>VI properties>> windows appearance>> select appearance as 'Dialog box' )
 
Keep this sub VI in a Main VI, inside a case structure.( inside either true or false)
 
Now when the specific condition is met in your Main VI, make this corresponding case structure to execute and your sub Vi will pop up.
0 Kudos
Message 2 of 3
(2,987 Views)

Hi ,

Checkout the “Acquire-Analyze-Present.vi” in the NI Example Finder. The "simulate Acquire" button opens up the front panel of a subVI (Select Signal Dialog.vi) for specifying the input parameters. The VI properties for this SubVI follow the settings described by devchander.

Tunde.

0 Kudos
Message 3 of 3
(2,960 Views)