LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Suppress SubVi Loading Pop-Up

Hallo,
 
I have one question regarding the popup window, which is shown on opening a vi. In that pop-up window the path to the included sub-vis are been updated.
Is there a way to suppress that window? In my case I load the vi as a reference from another vi. When the vi is loaded the first time,
the pathes to its sub-vis are updated. In my case this loading popup is confusing so I want to suppress it.
How can I archive this?
Opening the VI in Labview, updating all pathes and saving all is not a solution, because it's not working!
 
 
Ich habe eine Frage bezüglich des Ladebildschirms von Sub-VIs. Wenn ich ein VI öffne, dann erscheint beim öffnen des VIs ein Pop-Up Fenster
wo die Referenzen zu den verwendeten SUB-VIs aktualisiert wird. In meinem Fall lade ich VIs als Referenz aus einem anderen VI heraus. Wenn
ich dann zum ersten mal ein VI lade, werden mir beim Start des VIs die Pfade zu den entsprechenden Sub-VIs aktualisiert. Dieses Laden der
Sub-VIs sehe ich in dem erscheinenden Pop-Up Fenster. Meine Frage ist, wie kann ich das Fenster unterdrücken? Das Nachladen der
Sub-VIs soll also unauffällig geschehen! 
Das VI in Labview öffenen, den Pfad aktualisieren und dann alles speicher funktioniert leider nicht!
 
 
This is the popup I want to suppress:
Dieses Fenster will ich unterdrücken:
0 Kudos
Message 1 of 3
(2,865 Views)
The only reason why paths would need to be updated when a VI is loaded is if the VI was moved or one of its subVIs is no longer in the location where the VI thinks it's supposed to be. Is this the case? If so, LabVIEW has to go through the process of finding the location of the subVIs, as this information is saved with the VI. If you do not save the VI this will happen every time. So, I think the real question is, are you moving the VI or a subVI? Also, why don't you want to save the VI so that paths are updated?

0 Kudos
Message 2 of 3
(2,862 Views)
It seems Labview saves relative pathes depending on the path of the main loading VI.
In my case, I programmed the VI with Labview i.e. the main Vi is in c:\Program1\Program1.vi
So the main reference path is c:\Program1\ when opening with Labview.
But finally I want to open the VI by another Labview executable and the executable
is i.e. in c:\LabviewLoader\LabviewLoader.exe so in that case the main reference path
for Labview seems to be c:\LabviewLoader\ and when loading Program1.vi Labview
updates all pathes and I have no chance to save the path references correctly when
saving the VI in Labview. So I really need a way to not show this screen.

Regards
Tobias Stadler

0 Kudos
Message 3 of 3
(2,843 Views)