LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

client server

Hi, I am currently facing an issue with the client-server connection. Is there any method to transfer the values in numeric indicator from the client site and put into indicator in server site? Appreciate your help <3.

0 Kudos
Message 1 of 2
(693 Views)

Of course there is! However, you don't provide sufficient information. Are client and server two LabVIEW programs running on different computers connected via network? What is the networking protocol? (there are dozens of ways!!!).  Do you have access to the LabVIEW code?

 

Whatever is in an indicator also was in the wire going into the indicator, so branch there and send that over the network. In the server side update the indicator with the received value.

0 Kudos
Message 2 of 2
(679 Views)