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: 

Labview System Exec VI

Solved!
Go to solution

Hi,

i have just successfully created a labview application program that calls another labview VI with the use of a system Exec. As usual, the sys Exec calls another exe by a file path. Would I have a problem when transferring this application I have made to another computer or will the file path in my program change automatically after transferring. Thank you 

0 Kudos
Message 1 of 2
(779 Views)
Solution
Accepted by topic author Obed41

If you hard code a file path and name in your program.

 

That exact file path and name MUST exist on any machine you plan on running it.

 

That's why hard coding things like this is usually discouraged.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 2
(737 Views)