Hello,
I'm trying to send data between two PC's using datasockets but it
doesn't appear to be fast enough to get a likeable result.
I'm reading samples from a physiological monitoring unit and the
fastest channel is at 200samples/second. I used to poll the encoder
for 20samples of data every 100ms and this worked very well with a
nice smooth update.
Since I've added datasockets to recreated the data on another PC on
the network I've had to slow it down to 40samples every 200ms (the
fastest I can run it without losing data) and so it obviousely isn't
as smooth any more.
Is there a way to optimise/speed up the datasocket read and write
VI's?
Regards,
Adrian Gibbons.