Hello,
I have developed a LabVIEW VI (version 6.1) for the automation process i.e. Motion control and Data acquisition for our instrument known as Long Trace Profilometer (it’s used to measure the profile of optical mirrors). I am building an Executable file for this application using the Build Application sub-menu, I specify the Destination directory and Support file directory, then add the Top most level VI and include three MS Excel files as support files. (The data acquired during the data acquisition process of the program are stored in the 3 Excel files, for further data manipulation and processing) In the VI developed these excel files are called as inputs, for profile calculation of the mirror, for this pur
pose the path to them are specified.
Now when I am developing the Exe.file for this application, everything works fine, except that when I run the application the path for the 3 excel files are still the same the one that I had specified in the VI.
How do I overcome this so that the Excel files are called from the data folder of the EXE application and not from the previous folder. Do I have to change there paths in the VI?
Thanks in advance.
Selva