LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sub Panel not working in Exe file

hi friends

 

I have an project which contain more no front panel

So i used an sub panels for each vi 

While executing through Source code it is working fine 

When i tried to make an exe file it is not working kindly guide ne to solve this issue

 

Thanks in advance

0 Kudos
Message 1 of 18
(2,096 Views)

Hi kps,

 


@kps001 wrote:

While executing through Source code it is working fine 

When i tried to make an exe file it is not working


The problem is in your code: in my executables subPanels work as expected, showing all kind of VIs…

 

As you forgot to attach any code you need to debug on your own!

What is "not working"? You know this "not working" is no error message by LabVIEW!?

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 18
(2,092 Views)

EXE.JPGSOURCECODE EXECUTION.JPG

In this above image one is exe execution and another one is source code execution in source code execution it is working fine but in exe it is not running,

0 Kudos
Message 3 of 18
(2,080 Views)

Hi kps,

 


@kps001 wrote:

In this above image one is exe execution and another one is source code execution in source code execution it is working fine but in exe it is not running,


What exactly is included in your subPanel(s)? What is "not running"?

 

Again you gave no error description which we can analyze: "not running" is also no error message by LabVIEW!

Again you failed in attaching source code…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 18
(2,070 Views)
0 Kudos
Message 5 of 18
(2,066 Views)

hi sir

i mean the sub panel vi is not executing

0 Kudos
Message 6 of 18
(2,062 Views)

More info would be useful.

 

My bet is you will need to "always include" those subpanel VIs in your build spec. (Since the VIs or static references are not included on the block diagram they may not be automatically included in the build).

 

0xDEAD

0 Kudos
Message 7 of 18
(2,060 Views)

there is no error also

0 Kudos
Message 8 of 18
(2,057 Views)

i include those sub vi also while build an exe

0 Kudos
Message 9 of 18
(2,056 Views)

Hi kps,

 


@kps001 wrote:

i include those sub vi also while build an exe


Using the correct path?

Are you sure you get no error from LabVIEW? Really sure? The error handling in that loop looks bogus to me…

 

Still no code attached. All you show are images…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 10 of 18
(2,029 Views)