Tobias Pögel wrote:
> Hello,
> 
> my latency in rtping is ascending, until it begins again from the 
> outset. Is this normal? Why?

Yes, it's normal. You see the effect of two unsynchronised clocks here,
the TDMA master's clock driving the cycle and the slave node's local
clock driving the sender task.

> How can I optimize this?

You can stabilise this drift by synchronising the slave application on
the TDMA cycle. See
http://www.rts.uni-hannover.de/rtnet/lxr/source/examples/xenomai/native/tdma-api.c

Or you can improve the chances for the master and the slave to
communicate, either by raising the TDMA cycle frequency or by scheduling
more TDMA slots per cycle (of course, reasonably distributed over the
cycle period). See TDMA documentation, specifically on joint slots.

Jan

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to