LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

shared variable

Hello,

I want to transfer data across computers connected through internet. I am building a LabVIEW executable and using network published variables for communication between clients and a server because client may not have LabVIEW installation.  I referred this link:

http://zone.ni.com/reference/en-XX/help/371361B-01/lvhowto/building_a_stand_alone_app/ 

 

But I am unable to communicate even on intranet. Also, I am not sure about the implication of Note after step 7? Please elaborate.

 

Also, is this the best method for data transfer across the computers on internet? At every time instant, I need to transfer data from server to client, do some calculation at the client side, send it back to the server and repeat this procedure. 

 

0 Kudos
Message 1 of 6
(3,018 Views)

Hi scilab_la...,

 

why did you use a different content in your link? 

 

Did you try to build the application without using the steps after 7?

Another possibility is to use the TCP/IP functions to implement the communication.

 

Mike

0 Kudos
Message 2 of 6
(3,013 Views)

HI,

HAVE YOU FOLLOWED FOLLWING STEPS WHILE MAKING EXE?

SEE THIS : https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YIDuCAO&l=en-US

Gaurav k
CLD Certified !!!!!
Do not forget to Mark solution and to give Kudo if problem is solved.
0 Kudos
Message 3 of 6
(3,012 Views)

Sorry, I am giving the link again:

http://zone.ni.com/reference/en-XX/help/371361B-01/lvhowto/building_a_stand_alone_app/ 

 

I built the executable without including the libraries. But it didn't work for me. I am not sure about the following:

(i) Changing the Destination of the .lvlib file to a destination outside the executable

(ii) To what destination?

(ii) How does this change accomodate the network shared variables?

 

I am using LabVIEW 8.0.

 

Thanks.

 

 

 

Message Edited by scilab_labview_user on 07-18-2009 04:44 AM
0 Kudos
Message 4 of 6
(2,988 Views)
0 Kudos
Message 5 of 6
(2,956 Views)
0 Kudos
Message 6 of 6
(2,949 Views)