LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sharing data between 2 versions of labview

Solved!
Go to solution

Hello,

 

I'm trying to get data from LabVIEW 2014 with 2018. I used shared variables to do so but it's impossible for me to find the variable shared from 2014. I'm looking for another solution or maybe a way to make it work.

0 Kudos
Message 1 of 4
(1,869 Views)
Solution
Accepted by nandi.nandi

Besides "why would you want to do this?", I recommend checking the network communication methods that LabVIEW has; since they provide connectivity between application spaces (i.e. two executables or LabVIEW versions).

 

Regards,

Message 2 of 4
(1,793 Views)
Solution
Accepted by nandi.nandi

I think you can use VI server between LabVIEW versions, so you could probably use that to read/write the value of some globals. Standard warnings about using globals, blah blah blah.

Message 3 of 4
(1,784 Views)

Thank you my mistake was that I was using globals the wrong way. But I found the proper way to use them

0 Kudos
Message 4 of 4
(1,724 Views)