LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Bulilded application not starting

Hello,

 

I created application in LabVIEW environment that is based on Actor framework. It uses some other projects functionality packed in VI package manager(obviously installed during starting the application). 

 

"LabView environment"

When I start launcher VI in LabView environment everything is starting, main actor framework works, every functionality is available. VIs are reaching out for other projects installed by VI Package manager. It is great.

ESteb_0-1660824402692.png

 

"Builded application"

But when I compile it for exe. Compilation goes as planed, no errors. I start exe created by compilation. Launcher is visible and without error is executed, but nothing is showing up. So application did not started fully, or launcher triggered actor to start but actor did not started.

ESteb_1-1660824515100.png

 

 

Do anyone know how I could debug what is going on with this actor if error is not returned during execution launch VI?

Or maybe someone had similar problem?

 

Best Regards, Eryk

 

 

0 Kudos
Message 1 of 6
(1,058 Views)

You are dynamically calling actor VIs, so the builder does not know to build those actors.  In the Source Files section of the build specification, you need to set your actor libraries to "always included".


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 6
(1,035 Views)

I could not see dependencies as member of Source files. Is there a way to add them here?

ESteb_0-1660828377143.png

 

0 Kudos
Message 3 of 6
(1,023 Views)

@ESteb wrote:

I could not see dependencies as member of Source files. Is there a way to add them here?


Drag them from dependencies to your project. 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 4 of 6
(1,003 Views)

I dragged ActorFramework library to my project. Maked sure that it is always included.

ESteb_1-1660910916956.png

 

After compilation it is behaving the same

ESteb_0-1660910807915.png

 

0 Kudos
Message 5 of 6
(962 Views)

Are those other lvlibs also Actors? Like the File IO? If so, they all needs to be included.

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 6 of 6
(946 Views)