LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sve steup

Solved!
Go to solution

I was reading this  documentUsing Shared Variable on Ni support to see how to transmit data between multiple computers using Shared Varaibles, and it recommended to install SVE(Shared Variable engine) on the computer how is not contain Labview, but I don't see how to install SVE on my computer

Thanks in advance for your responses

My best kind

 

0 Kudos
Message 1 of 11
(3,480 Views)

When you want to run any application built using LabVIEW on a PC where LabVIEW is not installed you have to create an Installer and install the Application on the Target PC. This will install the LabVIEW runtime engine along with the modules that you use in the application. So if you are using the Shared Variable you have to include the SVE when you are creating the installer and install them on the Target PC. You cannot install or use the SVE alone in a PC where you don't have LabVIEW runtime engine.

-----

The best solution is the one you find it by yourself
Message 2 of 11
(3,455 Views)

You think cause I Installed the run time engine on my Computer but it doesn't help

0 Kudos
Message 3 of 11
(3,449 Views)

I don't understand your statement, can you please explain what you did and what is happening.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 4 of 11
(3,443 Views)

To run an exucable on compturer without Labview, we should install a "Labview Runt-Time Engine" on that computer. In this order I have Installed The Labview Runt-Time Engine, however I Could not trasmit my data

0 Kudos
Message 5 of 11
(3,435 Views)

How did you install Run Time Engine? By creating an installer from the developement PC? In this case you have to add the SVE along with the installer so that the SVE will get installed when you install the Run Time Engine. You can find that under the name "Variable Engine"

-----

The best solution is the one you find it by yourself
0 Kudos
Message 6 of 11
(3,427 Views)

I installed The Labview Run Time engine from Ni website

0 Kudos
Message 7 of 11
(3,422 Views)

Thats not enough. Do you have a developement PC with Liscence? You have to create your own installer for your application.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 8 of 11
(3,417 Views)

Thank you very much for your answer. I still have a little problem I don't see how to create my own installer

0 Kudos
Message 9 of 11
(3,413 Views)

You can build your installer based on the steps given in the help fileThis will help you to add additional installer for your application.

-----

The best solution is the one you find it by yourself
Message 10 of 11
(3,407 Views)