07-15-2014
03:23 AM
- last edited on
01-14-2025
03:24 PM
by
Content Cleaner
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
Solved! Go to Solution.
07-15-2014 04:38 AM
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.
07-15-2014 04:47 AM
You think cause I Installed the run time engine on my Computer but it doesn't help
07-15-2014 05:04 AM
I don't understand your statement, can you please explain what you did and what is happening.
07-15-2014 06:31 AM
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
07-15-2014 06:50 AM
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"
07-15-2014 06:55 AM
I installed The Labview Run Time engine from Ni website
07-15-2014 06:58 AM
Thats not enough. Do you have a developement PC with Liscence? You have to create your own installer for your application.
07-15-2014 07:01 AM
Thank you very much for your answer. I still have a little problem I don't see how to create my own installer
07-15-2014
07:06 AM
- last edited on
01-14-2025
03:24 PM
by
Content Cleaner