Leopold Palomo-Avellaneda wrote:
> Hi,
> 
> after follow the recomendations of Mr. Kiszka I have configured my system 
> without tdma.
> 
> Adding the other node in the net with rtroute solicit I have found that doing 
> a rtping between a rtai+rtnet with a VxWorks box with a cross cable an 
> unbelieved numbers: 
> 
> 
> # ./rtping -s 1200 192.168.1.4
> Real-time PING 192.168.1.4 1200(1228) bytes of data.
> 1208 bytes from 192.168.1.4: icmp_seq=1 time=0.0 us
> 1208 bytes from 192.168.1.4: icmp_seq=2 time=0.0 us
> 
> 
> this is possible?

Nope, it's too good to be true. When using RTnet with RTAI, you have to
keep in mind that RTAI's system timer requires manual start-up, either
in your main application (rt_timer_start or so) or via one RTnet module
that needs it too (tdma.ko or rtcfg.ko - but you don't need any of them
for your scenario).

> 
> Regards,
> 
> Leo
> 
> Pd it not localhost. The ping is doing against the other node. If I unplug 
> the 
> cable the ping stop.

Also loopback ping will give you non-null roundtrip times once the timer
is running.

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