Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread Alec Ari via Emc-developers
The only RTnet repo I was aware about is here: https://sourceforge.net/p/rtnet/code/ci/master/tree/ With the last change being from 4 years ago. Alec -- Check out the vibrant tech community on one of the world's most

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread theman whosoldtheworld
thanks to all for the info ... bkt 2018-04-04 23:20 GMT+02:00 theman whosoldtheworld : > @mark ... great work > > bkt > > 2018-04-04 22:47 GMT+02:00 : > >> Oops, I forgot to mention the source is available at: >> >>

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread Peter C. Wallace
On Wed, 4 Apr 2018, mark.vandoesb...@hetnet.nl wrote: Date: Wed, 04 Apr 2018 22:27:06 +0200 From: mark.vandoesb...@hetnet.nl Reply-To: EMC developers To: neotheu...@ymail.com, emc-developers@lists.sourceforge.net Subject: Re: [Emc-developers] RtNet

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread theman whosoldtheworld
@mark ... great work bkt 2018-04-04 22:47 GMT+02:00 : > Oops, I forgot to mention the source is available at: > > https://github.com/mark-v-d/linuxcnc (the fixes branch) > > The main difference is that I need to disable all the uid stuff to get > it to work.

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread mark . vandoesburg
Oops, I forgot to mention the source is available at: https://github.com/mark-v-d/linuxcnc (the fixes branch) The main difference is that I need to disable all the uid stuff to get it to work. Xenomai-3 doesn't want me to become root. The motor drive drive is available at:

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread mark . vandoesburg
I am currently using a modified version of EMC with RTnet on Xenomai-3 and it works just fine. The latest patch to rtnet was on 2018-02-28, this was about hardware timestamping in the ethernet mac for IEEE-1588 support. regards, Mark. "Peter C. Wallace" wrote: On

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread Alec Ari via Emc-developers
RTnet only really works on 2.6 kernels. There was some work done for kernel 3.2 support but it wasn't usable. It's all EOL at this point and completely useless, don't even think about RTnet anymore. Just use preempt-rt with POSIX threads over the network. You will have the low-latency ethernet

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread andy pugh
On 4 April 2018 at 19:19, theman whosoldtheworld wrote: > Can someone show me some link with cose example? https://github.com/LinuxCNC/linuxcnc/blob/master/src/hal/drivers/mesa-hostmot2/hm2_eth.c -- atp "A motorcycle is a bicycle with a pandemonium attachment and is

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread Rene Hopf
> On 4. Apr 2018, at 14:56, theman whosoldtheworld wrote: > > I've ask to rtNet mailing list too ... but no response yet. > > So I ask to dev. ... RtNet is develop for rtai or xenomai, but somehow try > to use on rt-preempt kernel .. not now if with success or not. > >

[Emc-developers] RtNet rt-preempt

2018-04-04 Thread theman whosoldtheworld
I've ask to rtNet mailing list too ... but no response yet. So I ask to dev. ... RtNet is develop for rtai or xenomai, but somehow try to use on rt-preempt kernel .. not now if with success or not. If is not possible use RtNet on rt.preempt thesere are some other option for realtime ethernet for