LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1147 Cannot load remote VI in subpanel

Hi,

I am trying to load a VI in labVIEW main instance into a subpanel running in exe instance(another instance) in development mode.  I am getting error 1147, is there any way to load a VI in another instance into the subpanel?

 

Thanks in advance.

0 Kudos
Message 1 of 2
(1,888 Views)

Hi, I am confused on your use case. You talk about "exe instance" in development mode? 

Does that mean you have a built executable trying to load source code as a VI? For instance you have:

  • Project1.exe
    • Project1_main.vi
  • Project2.lvproj
    • Project2_sub.vi

You are trying to load Project2_sub.vi into a panel in Project1_main.vi which is part of an executable? I have heard of people using .ppl for a "plugin" architecture, but my preference would just be to make Project2_sub.vi part of the Project1.exe executable and keep it simple.

0 Kudos
Message 2 of 2
(1,847 Views)