LabVIEW Development Best Practices Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview version conflict solution?

Solved!
Go to solution

Hello everyone,

I am working on large application but face some difficulties different labview version.

detail description of problem:

I have two module

1. Module 1 in labview 2010(10.0.1) service pack 1

2. Module 2 in Labview 2011(11.0.1) service pack 1

I want to access property of Module 1 From Module 2(Property node,Invoke node,VI Ref.)

is there any solution ?

thank you.

Kuddo welcomed
CLAD-CTD
0 Kudos
Message 1 of 3
(4,603 Views)
Solution
Accepted by topic author Gab008

If you enable VI Server in both applications you can simply open a connection from the client (the app who wants to know something from the other) using the Open Application Reference with the IP address ("localhost" for the same computer) and the local port you assigned to the application VI server setup. All the rest stays the same as if you would query something from a VI inside your current application.

Rolf Kalbermatter
My Blog
Message 2 of 3
(4,189 Views)

Thanks

Kuddo welcomed
CLAD-CTD
0 Kudos
Message 3 of 3
(4,189 Views)