LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have a problem creating EXE file

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

0 Kudos
Message 1 of 12
(3,463 Views)
What do you mean by LabVIEW Frame work? (your front pannel Smiley Tongue?)
Balaji PK (CLA)
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better

Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
0 Kudos
Message 2 of 12
(3,458 Views)

Baji wrote:
What do you mean by LabVIEW Frame work? (your front pannel Smiley Tongue?)

 

I think he needs to post this in Measurement Studio for .NET languages board.
Message Edited by Mathan on 08-14-2009 03:38 AM
0 Kudos
Message 3 of 12
(3,452 Views)

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?

0 Kudos
Message 4 of 12
(3,433 Views)

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....

0 Kudos
Message 5 of 12
(3,419 Views)

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?

0 Kudos
Message 6 of 12
(3,401 Views)
I cannot make much out of your attached picture. But you can putthe subvi inside a while loop for repeatedly calling the sub vi
0 Kudos
Message 7 of 12
(3,388 Views)

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..........

Anil Punnam
CLD
LV 2012, TestStand 4.2..........
0 Kudos
Message 8 of 12
(3,366 Views)

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

Download All
0 Kudos
Message 9 of 12
(3,331 Views)

 


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?

 


You need to keep your programme in the while loop to poll the button is pressed?

 

Try the attached VI.

Message Edited by Baji on 08-17-2009 04:00 PM
Balaji PK (CLA)
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better

Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
0 Kudos
Message 10 of 12
(3,309 Views)