LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using the LabVIEW Shared Variable

I have successfully used the Shared Variable to share a boolean value between two .exe LabVIEW 2018 applications.

I then deployed the two executables to several target PCs, the first few worked okay, but on one of the PCs, the variable is not shared.

 

On the problem PC, I opened the Project from source and got warnings that DAQmx VIs were missing.  I then used Package Manger to install the required components, as per this solution https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000001DbLBSA0&l=en-GB

I appreciate that the components of the development system are independent of the run-time engine, but I though this is maybe a clue.

 

The shared variable is still not working.

What run-time component is missing, that is required to make the shared variable work?

 

EQ197_MAX_SW.JPG

 

 

 

0 Kudos
Message 1 of 3
(99 Views)

It could be a firewall issue...

0 Kudos
Message 2 of 3
(48 Views)

I'd heavily recommend building an installer for the exe's. It'll automagically include all needed runtime components (if you check the box to do so).

0 Kudos
Message 3 of 3
(25 Views)