LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading live measurement data using data socket

Hello,

I want to transfer data across server and client continuously. I am doing this using Data Socket. I am able to write this data in the measurement file, at both the ends. At client side, I want to use each new data sample from the server, do some calculation and send the command to the server. Then server has to act accordingly. Incoming data is in the form of multidimensional array. How do I do this? Please give some tips.

0 Kudos
Message 1 of 3
(2,699 Views)

Have a look at some DataSocket examples would be a good start.

Read/Write Operations in DataSocket use the Variant datatype, so multidimensional arrays should be no problem.

 

Christian

0 Kudos
Message 2 of 3
(2,683 Views)

I could use data socket server to transfer data across computers on intranet. It seems to be working well, in terms of data transfer. But it crashed twice. I am yet to verify it on internet.

 

Also, I have data socket servers running at both the ends i.e. server and client.

 

I have following concerns:

 

(i) How robust is it, both on internet and intranet?

(ii) How useful would buffering be?

(iii) Any manuals that describe operation of data socket server, in detail?

 

Thanks.

 

Message Edited by scilab_labview_user on 09-02-2009 02:21 AM
Message Edited by scilab_labview_user on 09-02-2009 02:22 AM
0 Kudos
Message 3 of 3
(2,623 Views)