08-14-2009 03:16 AM
Hello,
I have a problem creating EXE file in LabView. After running EXE file, LabView framework is always visible.
How can I create EXE file that only my window will be visible?
Thanks
08-14-2009 03:33 AM
08-14-2009 03:38 AM - edited 08-14-2009 03:38 AM
Baji wrote:
What do you mean by LabVIEW Frame work? (your front pannel?)
I think he needs to post this in Measurement Studio for .NET languages board.
08-14-2009 04:37 AM
Hi tar81,
Do you mean the labview icon after creating exe. You can choose your own icon while creating exe. But is that what you mean?
08-14-2009 06:29 AM
Tar81 wrote:After running EXE file, LabView framework is always visible. How can I create EXE file that only my window will be visible?
I think he is telling about the Run button in the window. Unless otherwise he get back with more details we can still guess....
08-14-2009 09:09 AM
Thanks for replies, I already solved the problem. But now I have another problem. I have a button. By pressing this button SubVI shall be opened. But this SubVI doesn't work until I run again the program (see attached picture). How can I do that the SubVI runned automatically when opens?
08-14-2009 10:07 AM
08-16-2009 02:30 AM
Hi,
if u can post the SubVI, u will get a solution quickly.......
There may be some problem with VI properties.....try to play with them and see what happens..........
08-17-2009 02:39 AM
I attach an example of VI and SubVI. I call a SubVI, using a case structure, maybe it's a wrong solution. I need that when I press the button and the SubVI opens, it opened in a running mode. In this case it doesn't work until I press on Run (as it is shown in the picture I attached earlier). I tried to play with VI properties, but didn't find the answer.
Thanks
08-17-2009 05:23 AM - edited 08-17-2009 05:30 AM
You need to keep your programme in the while loop to poll the button is pressed?
Try the attached VI.