LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

popup a new window in running main window

i am running main window(block diagram) on which i am sampling 4 analog input signaland showing on 4 graphs in front panel.i have to program such tha whenever any of my signal goes low below some threshold...i have to push a button related to only that particular signal and popup new front panel showing only that particular graph and whwnever push particular button it goes back to main front panel...

thanks....

         regards...sachin

0 Kudos
Message 1 of 3
(2,305 Views)

Not that hard.  What have you tried so far?

 

You just need to call a VI that has the Show Front Panel When Called property set and make sure the Close Afterward If Originally Closed subproperty is also set.  These are in VI Properties|Windows Appearance.

Kelly Bersch
Certified LabVIEW Developer
Kudos are always welcome
0 Kudos
Message 2 of 3
(2,288 Views)

actually....i am able to add poped up panel to main window...but the problem is i have to display more or less same data...i am using daq for this...so i am unable to share same daq in both the window...it is showing error thar daq is currently running in mai window...or can i share variable in main and sub window...  

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