05-09-2012 02:12 AM
Iam establishing two way communication between two systems using UDP protocol.
Iam sending continuous data throudh UDP write in one system and Iam able to receive data through UDP read on other system.
sometimes the data reading is slow (data is slowly updating ) and sometimes data is getting updated continuously.
05-09-2012 03:09 AM
05-14-2012 01:36 AM
>let us consider XY plane and my job is to show the cursor indications for series of some points like (2,0),(0,2),(-2,0),(0,-2) (forms like circle) in both the systems(local & remote) using UDP protocols.
But when the cursor indication shows 3rd point(say) in local system ,the cursor indication in remote system is somewhere in between 1st & 3rd points and after some time the indications are matching in both the systems and circle shape is covered (which indicates all the points are received) .
UDP read parameters are set to; max size : 1000 bytes
timeout: 500ms
>The two systems are in same subnet.
> There is no traffic on the network because only these two systems are connected.
>Sending rate is constant and there is no loss of packets, all the packets are arriving.
05-14-2012 02:20 AM
Please show us some code. There is no way to really tell what you are doing by words only.
Have a look at some of the shipping examples. (UDP receiver.vi, UDP sender.vi)