LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I install Shared Variable Engine on a computer not having Labview?

Hi,
I am trying to communicate with a real time program running on Compact RIO through shared variables. I have an executable of the host vi that runs on a Windows computer. If I run this executable on the computer that has Labview installed on it, it functions fine. I want to be able to run this executable on a computer with Labview. I learned that I have to first install Shared Variable Engine on this computer.
 
How do I do that? Where to install it from? Is that going to be sufficient? Please provide the solution or point me to the right resources.
 
Thank you.
Anmol.
0 Kudos
Message 1 of 4
(7,063 Views)
When you built the installer for the executable, you have a choice to include additional installers. One of them is the "NI Variable Engine". Have you tried including it?
0 Kudos
Message 2 of 4
(7,059 Views)
I did not use any 'Build Installer'. I simple went to 'Tools > Build executable' on the VI window. I am reading on these forums about Installer. Where is that option?
 
In an attempt to solve this I have created anopther problem. I have a start up vi running on Compact RIO which I cannot stop. As it starts running at power up I am unable to connect to the target or delete that file or do anything. Need help on that as well. Also please tell me where this Installer is that will build my application in the right way.
0 Kudos
Message 3 of 4
(7,051 Views)
Hi Anmol,
 
The operating instructions for your cRIO controller will describe the function of the "NO APP" switch on the controller, and how it is used to prevent a startup application from running.  As far as including the Shared Variable Engine in your installer, when you right-click on Build Specifications in your project, you can select New >> Installer.  Then under Additional Installers, you can include the NI Variable Engine.  This will allow you to host the shared variable on your PC.
Regards,

James R.
National Instruments
0 Kudos
Message 4 of 4
(7,029 Views)