LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI to be displayed in Flash window

Hi

  I need to pop up or display my sub vi(to give some input ) in the flash window from my main Vi .the sub vi need to be displayed only in flash window with no status bar like file ,edit etc.i have attached the example vi.paste the two vi and run main vi. sub Vi need to be flashed

Download All
0 Kudos
Message 1 of 5
(2,863 Views)

Hi Parthipan,

 

To pop-up/flash your SubVI, you need to keep its code inside a while loop.Then only, it ll be shown [popped-up] cntinuously till the user clicks the OK button after giving the required inputs. Else, it ll only blink for a sec and disappear.

 

You can go to VI Properties thro' File menu & go to Window Appearance category & remove (uncheck) the options to show Tool bar & Menu bar and some other related stuff. Then, they wont reappear while running.

 

Try these things out & post back here if you have any further doubt or difficulty.

- Partha ( CLD until Oct 2027 🙂 )
Message 2 of 5
(2,845 Views)
ya it is working.i disabled all the control even though i am getting title bar with out data.Is there any possibility to delete the title bar too...
0 Kudos
Message 3 of 5
(2,824 Views)

Hi Partha,

 

You should be able to deselect showing the title menu by going to file >> vi properties >> (category : Window Appearance) >> select custom and click on the button customize , Then deselect Window has title bar and select show front panel when called. This will get rid of the title bar and allow your subvi to execute when called.

 

Regards,

 

National Instruments
RIO Embedded Hardware PSE

CompactRIO Developers Guide
Message 4 of 5
(2,806 Views)

Hi Andrew,

 

I think your reply is meant for Parthipan. Smiley Wink

- Partha ( CLD until Oct 2027 🙂 )
Message 5 of 5
(2,794 Views)