LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write time do ds server

is there a way to measure data write time to datasocket server? i tried to do that but my attempts were unsuccesful.
0 Kudos
Message 1 of 4
(2,569 Views)
What is the specific problem you are having timing this operation? Remember that if the connection is going out over a network, transfer times can vary greatly depending upon network traffic.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 4
(2,569 Views)
i want to measure time between sending data from 'datasocket write' to datasocket server. i know that there is no confirmation that data has been readed by ds server and i'd like to know if this measurement is possible.
i make research to compare delays in data transmission when using various protocols (ds, tpc, udp)
0 Kudos
Message 3 of 4
(2,569 Views)
If you write and read on the same machine, you could send the timestamp to the server. Then, when this is read, take the current timestamp and compare the differences.
J.R. Allen
Message 4 of 4
(2,569 Views)