LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build Aplication

Solved!
Go to solution

What is that you cannot obtain? And what code? The exec file?

 

0 Kudos
Message 11 of 23
(575 Views)

I have similar problem.

 

My project is working perfectly in Labview. There is a invoke node to open and close another VI from which I collect properties for COM ports and save them into XML file. After I build an aplication from this and then run the exe file, the application works fine until I click on button which calls another VI. Then everything freezes. I have to close the app.

I changed absolute paths with relative ones, but it wasn't better. VI which the application calls was set to be Always included in build properties.

 

I have no clue what to to to fix that.

 

Thank you for any help.

 

0 Kudos
Message 12 of 23
(547 Views)

Have you tried the solution in this thread?

-----------------------------------------------------------------------------------------
Reese, (former CLAD, future CLD)

Some people call me the Space Cowboy!
Some call me the gangster of love.
Some people call me MoReese!
...I'm right here baby, right here, right here, right here at home
0 Kudos
Message 13 of 23
(523 Views)

yes.

0 Kudos
Message 14 of 23
(518 Views)

Post the code that opens the VI.

-----------------------------------------------------------------------------------------
Reese, (former CLAD, future CLD)

Some people call me the Space Cowboy!
Some call me the gangster of love.
Some people call me MoReese!
...I'm right here baby, right here, right here, right here at home
0 Kudos
Message 15 of 23
(514 Views)

Have you varified it's location?  Is it placed where you expect it to be (Source File Settings)?

-----------------------------------------------------------------------------------------
Reese, (former CLAD, future CLD)

Some people call me the Space Cowboy!
Some call me the gangster of love.
Some people call me MoReese!
...I'm right here baby, right here, right here, right here at home
0 Kudos
Message 16 of 23
(512 Views)

in source file settings I put it in ALWAYS INCLUDED, because I have read before that if you call a vi with invoke node you have to do this.

0 Kudos
Message 17 of 23
(510 Views)

Yes.  But can you attach your code that is calling the VI?

 


@gtu wrote:

in source file settings I put it in ALWAYS INCLUDED, because I have read before that if you call a vi with invoke node you have to do this.


What I mean by my ealier post is, doule-check your setting in Source File Setting and make sure it is pointing to the correct location (data folder).

-----------------------------------------------------------------------------------------
Reese, (former CLAD, future CLD)

Some people call me the Space Cowboy!
Some call me the gangster of love.
Some people call me MoReese!
...I'm right here baby, right here, right here, right here at home
0 Kudos
Message 18 of 23
(504 Views)

tomorow, I am allready at home right now 🙂

0 Kudos
Message 19 of 23
(500 Views)

viopen.PNG

 

this is how i open the vi.

0 Kudos
Message 20 of 23
(488 Views)