LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i make another screen pop out by (eg. pressing a button)

0 Kudos
Message 1 of 2
(2,560 Views)

hi,

you can use the express Vis "prompt user for input" or "display messageto user" (use search) You also can create you custom "popup" by :

1. making a subVI with a message, buttons or whatever

2. go to VI properties, window apearance,  and select dialog.

3. place the subVI in your main VI`s blockpanel, right click on the subvi, select subvi node setup, and check that show frontpanel when called is active.

To open the window when prsessing a button, you can use a case structure within a loop. Place the SubVI in the true case of de case selector. Other option is an event structure.

greetz

BartB

Message Edited by bartb on 04-28-2006 09:15 AM

Labview CLD , Engineer/Manager

Promedes and DSM
using LV 7.1, 8.0, 8.2, 8.5 and 2009 SP1
http://www.promedes.nl
0 Kudos
Message 2 of 2
(2,558 Views)