From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Popup SubVI Error in Built exe file

My application has some Popup Windows made by SubVI.

 

When I run in LabVIEW source, No Problem!!

 

But, when run with built EXE file, application shows error.

 

That error is...

"LABVIEW Full Development System Required"

 

I Have Full license.

And No Problem is in built exe file during six months. 

 

Why that occurs?

And, Which Solution?

 

0 Kudos
Message 1 of 9
(2,962 Views)

Sounds to me like your application uses some nodes that are intended for development system use only. These nodes may only execute under certain conditions.

 

Perhaps you can post an example; that will help us make better suggestions.

0 Kudos
Message 2 of 9
(2,944 Views)

Thanks for your answer.

 

Perhaps that's not.

 

There was no problem in built application for six months.

And the environment was not changed.

 

But, It attach caller and called VI file Considering your words.

"VI Run.vi" is caller.

Download All
0 Kudos
Message 3 of 9
(2,933 Views)

Explanation was bad.

Detail explanation is neaded.

 

When i excute exe file,

application is properly exceuted.

But, when Popup VI is called with "VI Run.vi", Popup VI shows that error and stoped.

0 Kudos
Message 4 of 9
(2,924 Views)

So if I have understood you correctly:

  1. You have a built LabVIEW executable.
  2. Your application has a particular VI, "VI Run" that is built into the exe and is called under some circumstances. This VI requires a VI reference to a "Popup" VI which is statically compiled (presumably) into your exe.
  3. "VI Run" attempts to Run your referenced VI.

So when does the error actually occur? On exe startup? 

 

If you have LabVIEW VI Analyzer Toolkit there is an analysis option that will check your VIs to see if there are any built application incompatibilities. You could try to this to isolate the offending node(s).

0 Kudos
Message 5 of 9
(2,868 Views)

No Error on startup.

 

When Popup.vi is called bia "VI Run.vi"

The error occurs in "VI Run.vi" and run button is broken(not executable).

 

But, when executed in Labview Developmen environment,

That error not occurs. 

0 Kudos
Message 6 of 9
(2,856 Views)

additionally...

 

In annother PC having similar circumstance,

built exe file shows no error.

 

I built at each PC.

Only on PC shows that error.

0 Kudos
Message 7 of 9
(2,854 Views)

Can you show us more of your code, perhaps some example screenshots demonstrating the issue?

0 Kudos
Message 8 of 9
(2,840 Views)

OK.

 

That PC is at other place.

I will attach screen shot later.

0 Kudos
Message 9 of 9
(2,835 Views)