LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Environment variables for execution

Hi, I have a basic .vi project. I need to gather RTE environment variables in a folder. Not to install RTE is important point. 

.vi project was prepared on LV 2017 version. That means to using 2017 version executable files to execute succesfully.

What to do ?

0 Kudos
Message 1 of 6
(3,112 Views)

Hi bestecf,

 

I need to gather RTE environment variables in a folder. Not to install RTE is important point.

What is "RTE environment"? Why is it important not to install this "RTE"?

Which "variables" do you want to gather?

 

.vi project was prepared on LV 2017 version. That means to using 2017 version executable files to execute succesfully.

So you already made an executable from your VI shown in that image?

 

What to do ?

What exactly is your problem? Where are you stuck?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(3,106 Views)

@GerdW wrote:

 

What is "RTE environment"? Why is it important not to install this "RTE"?

 

Which "variables" do you want to gather?

 

So you already made an executable from your VI shown in that image?

 

What exactly is your problem? Where are you stuck?


I want to run .vi project on another computer which doesn't have Labview, also LabView Run Time Engine. So, I have to run this project on other PC. But .exe of project should run without RTE. I need gathering executable files which is needed execute project. For example: .dll and .rsc files required for operation.

0 Kudos
Message 3 of 6
(3,100 Views)

You cannot run a DirectX game without the DirectX RTE, you cannot run a .NET program without .NET installed and you cannot run a LV program without the RTE installed.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 4 of 6
(3,089 Views)

@Yamaeda wrote:

You cannot run a DirectX game without the DirectX RTE, you cannot run a .NET program without .NET installed and you cannot run a LV program without the RTE installed.

/Y


You can examine HERE

Discussion in this page has a exe file without RTE. It is possible, only this operation should be applied to 2017. 

0 Kudos
Message 5 of 6
(3,075 Views)

Hi bestecf,

 

as was written in your other thread that was possible in those ancient LV7 times - I used that "feature" myself, too.

 

But nowadays you need to install the LabVIEW RTE to be able to run a LV-made executable!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 6
(3,068 Views)