02-09-2024 03:38 AM
Hi,
I want to create an exe file for my LV program in that i have 2 subvi along with that i need to create an exe file and i need to run the exe on the another computer which does not have the labview. can you help me to create the exe file along with that two subvi.
Solved! Go to Solution.
02-09-2024 03:53 AM
Hi Raj,
@Rajsakthi wrote:
I want to create an exe file for my LV program in that i have 2 subvi along with that i need to create an exe file and i need to run the exe on the another computer which does not have the labview.
Which step do you need help?
What have you tried and where are you stuck?
02-09-2024 03:56 AM
on the another computer i have labview runtime. is this enough or i need to create an installer.
02-09-2024 04:01 AM
This is what i done to build an EXE. when i tried with another laptop it is not working.
02-09-2024 04:25 AM
@Rajsakthi wrote:This is what i done to build an EXE. when i tried with another laptop it is not working.
What is not working?
Any errors? Does it behave incorrectly? Does it crash? BSoD?
Tell us what's happening and what you expect.
If the problem is in the code, we need to see at least the part that gives the problem.
02-09-2024 04:48 AM
@Rajsakthi wrote:
on the another computer i have labview runtime. is this enough or i need to create an installer.
The RTE is indeed enough to run an exe (or even VIs if they contain compiled code and all resources are available).
If you use VISA, or other packages, you'd need to install those as well.
02-09-2024 05:02 AM
Actually the program is executed perfectly in the LV development environment system. when i convert it to EXE the data reading is not taking to the application.
The other application what i have developed is working perfectly in other laptop but the program contains subvi is not executing.
02-09-2024 05:39 AM - edited 02-09-2024 05:40 AM
@Rajsakthi wrote:
Actually the program is executed perfectly in the LV development environment system. when i convert it to EXE the data reading is not taking to the application.
The other application what i have developed is working perfectly in other laptop but the program contains subvi is not executing.
We can't guess what's wrong from only that description.
Relative paths change when building executables, especially if you use VI paths...
02-12-2024 01:11 PM
wiebe@CARYA wrote:
Relative paths change when building executables, especially if you use VI paths...
To clarify, problems occur is you use "current VI path" incorrectly (details).
Looking at your build specs, I very strongly recommend that you don't build to a destination that is monitored (Onedrive, google drive, etc.).