LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why does my program not run when it is generated as an application

Why can't my program run after it is generated into APP? Error code: 7, the file path I have determined is correct.

Snipaste_2022-08-05_11-53-46.png

0 Kudos
Message 1 of 8
(1,768 Views)

And what would that correctly determined path be in your case? We can't debug pictures so you either have to attach your entire project (as ZIP file) or write at least a few dozen pages of prosa describing what you did if you feel your project files are to secret to post. 😀

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 8
(1,739 Views)

This is the VI.

Project_Builder.png

Here is my specific configuration.

Config.png

0 Kudos
Message 3 of 8
(1,709 Views)

I don't think that VI is supported in run-time engine!

Lucian
CLA
0 Kudos
Message 4 of 8
(1,697 Views)

Do you mean that this VI does not support running as an application?
I didn't find any specific details about VI.

0 Kudos
Message 5 of 8
(1,694 Views)

@LucianM wrote:

I don't think that VI is supported in run-time engine!


Usually it says in the help dialogue if VI is not supported in runtime, but this one doesn't say anything.

0 Kudos
Message 6 of 8
(1,688 Views)

It is specified only for Build.vi but I think none of the VIs from Application Builder palette can be called in run-time engine. It makes sense since build operations are specific to IDE.

Lucian
CLA
Message 7 of 8
(1,686 Views)

The vi uses scripting methods to manipulate project properties.   No, it can't run in the RTE since scripting is not supported.


"Should be" isn't "Is" -Jay
0 Kudos
Message 8 of 8
(1,653 Views)