LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

round trip time

hello everyone

iam new in labview and i wish i find some help here

iam trying to measure a ruond trip time of a wireless client/server scheme (packet_end_to_end delay)

i need ur advices in how designing the algorithm

thanks for all in advance

0 Kudos
Message 1 of 6
(2,959 Views)

Hi Mosul,

 

What type of client/server are you planning on using and how are you going to acquiring this client/server data? How will LabVIEW be communicating with this client/server?

 

Thanks,

Sarah Yost
Senior Product Marketing Manager
0 Kudos
Message 2 of 6
(2,899 Views)

thank u very much for ur reply

iam trying to examine the applicability of using WLAN in control systems, so i try to control a servo motor remotly by WLAN. I need to determine the round trip time(packet_end_to_ end delay). i had completed my system design but i need an algorithm to determine RTT.

thanks for ur efforts in advance

0 Kudos
Message 3 of 6
(2,873 Views)

Hi Mosul,

 

I found this article talking about methods of measuring RTT over WLAN.  

 

http://www.google.com/url?sa=t&source=web&cd=1&ved=0CBQQFjAA&url=http%3A%2F%2Fciteseerx.ist.psu.edu%...

 

Hope that helps!

Sarah Yost
Senior Product Marketing Manager
0 Kudos
Message 4 of 6
(2,852 Views)

hi Sarah

iam very thankful for ur help. the article will help me in designing the algorithmit is very useful. i need to determine the RTT using labview and  i will be very thankful for ur efforts if u give me some hints in which type of timer that helps me

thank u in advence

0 Kudos
Message 5 of 6
(2,840 Views)

Hi mosul,

 

I'm not sure what your application is, but using ping returns round trip times. You could use Labview to make a system call to ping, output that to a file, and then parse that back into labview with file I/O and string editing calls. The system call would be as simple as:

 

ping 127.0.0.1 > myFile.txt

 

this could then just be read into labview. No need to do more work than necessary 🙂

Cheers!

TJ G
0 Kudos
Message 6 of 6
(2,821 Views)