Re: [etherlab-users] how to implement EoE example?

2017-05-08 Thread Gavin Lambert
May 2017 03:00 To: Gavin Lambert <gavin.lamb...@compacsort.com> Cc: etherlab-users@etherlab.org Subject: Re: [etherlab-users] how to implement EoE example? Thanks! I read beckhoff EL6614 document carefully again. As I understood, data is transferred by mailbox. So can I just use SDO t

Re: [etherlab-users] how to implement EoE example?

2017-05-08 Thread Ruika You
self. So your application doesn’t >> need to do anything special and the userspace application (or any other >> process on the PC) can send packets to those devices just like any other >> network interface. You might need to assign it a static IP before regular >> apps will tal

Re: [etherlab-users] how to implement EoE example?

2017-05-07 Thread Gavin Lambert
[mailto:crazylinux...@gmail.com] Sent: Saturday, 6 May 2017 02:53 To: Gavin Lambert <gavin.lamb...@compacsort.com> Cc: etherlab-users@etherlab.org Subject: Re: [etherlab-users] how to implement EoE example? Thanks for your reply. You mean I no need to write kernel module for EoE, even

Re: [etherlab-users] how to implement EoE example?

2017-05-05 Thread Ruika You
therlab-users-boun...@etherlab.org] *On > Behalf Of *Ruika You > *Sent:* Friday, 5 May 2017 02:45 > *To:* etherlab-users@etherlab.org > *Subject:* [etherlab-users] how to implement EoE example? > > > > Dear all, > > > > Recently I am trying to implement EoE and do

Re: [etherlab-users] how to implement EoE example?

2017-05-04 Thread Gavin Lambert
-boun...@etherlab.org] On Behalf Of Ruika You Sent: Friday, 5 May 2017 02:45 To: etherlab-users@etherlab.org Subject: [etherlab-users] how to implement EoE example? Dear all, Recently I am trying to implement EoE and do read all threads related EoE in this mailing list.But I still do

[etherlab-users] how to implement EoE example?

2017-05-04 Thread Ruika You
Dear all, Recently I am trying to implement EoE and do read all threads related EoE in this mailing list.But I still do not understand well. First of all, If I am not wrong EoE only works in kernel space? Unfortunatelly, currently my application works in user space. So in this case, I had better