Re: [etherlab-users] DC transmission delay w. fibre optic junctions

2012-01-13 Thread Matthieu Bec
. Great environment to work with EC. -- Matthieu BecGMTO Corp. cell: +1 626 354 9367 P.O. Box 90933 phone: +1 626 204 0527 Pasadena, CA 91109-0933 ___ etherlab-users mailing list etherlab-users@etherlab.org http

Re: [etherlab-users] Jitter when trying to use EtherLab Master at hard real-time 1 kHz under RT-PREEMPT

2012-03-05 Thread Matthieu Bec
-time operation in user space under RT_PREEMPT. __ __ What can I do to lessen this jitter? Does anyone have a working EtherCAT master running at 1 kHz with jitter under 50 us? -- Matthieu BecGMTO Corp. cell: +1 626 354 9367 P.O. Box 90933 phone: +1 626 204 0527

Re: [etherlab-users] Jitter when trying to use EtherLab Master at hard real-time 1 kHz under RT-PREEMPT

2012-03-06 Thread Matthieu Bec
signal checked on a scope, shows very little jitter - 1us. or less. sorry, that was a wrong number... the module I have advertises Ton=60 us, not clear how to exactly interpret time values below that, but zooming in the scope trace looking at beginning of transition, jitter is more like ~30

Re: [etherlab-users] skipped/unmatched datagrams - at startup - safe to ignore?

2012-06-22 Thread Matthieu Bec
something non-optimal in my kernel config? Regards, Matthieu On 6/11/12 2:45 PM, Matthieu Bec wrote: Hello all, I'm experimenting with different NIC to better understand the pros, cons and tradeoff of different solution. My system has on-board e1000e, and a PCIe r8169, my test application

Re: [etherlab-users] Using EtherCAT EoE and Build Errors

2012-08-14 Thread Matthieu Bec
@etherlab.org http://lists.etherlab.org/mailman/listinfo/etherlab-users -- Matthieu BecGMTO Corp. cell: +1 626 354 9367 P.O. Box 90933 phone: +1 626 204 0527 Pasadena, CA 91109-0933 ___ etherlab-users mailing list etherlab-users

Re: [etherlab-users] Using EtherCAT EoE and Build Errors

2012-08-15 Thread Matthieu Bec
if I'm just running into a stable-1.5 bug. I'm following the tty examples in the directory very closely. Beyond changing the hardware declarations to match the network, it's the same program. Does anyone have an EoE example they could share? Thanks! T On Tue, Aug 14, 2012 at 7:29 AM, Matthieu Bec m

Re: [etherlab-users] Using EtherCAT EoE and Build Errors

2012-08-15 Thread Matthieu Bec
? On 08/15/12 07:48, Matthieu Bec wrote: I have an EL6614, besides starting the master (stable-1.5), configuring the network interface and bringing it up, nothing else is needed to get EOE connectivity. On 08/14/12 15:15, Thomas Bitsky, Jr. wrote: Ok, so I made some progress, I think. I was able

Re: [etherlab-users] Using EtherCAT EoE and Build Errors

2012-08-15 Thread Matthieu Bec
when I activate the EoE interface. Please note that I am not doing any locking in my program at this time. Thanks in advance for any help. Thanks! Tom On Wed, Aug 15, 2012 at 10:26 AM, Matthieu Bec m...@gmto.org mailto:m...@gmto.org wrote: note that's using the master stack only. I don't

Re: [etherlab-users] Using EtherCAT EoE and Build Errors

2012-08-15 Thread Matthieu Bec
# ifconfig eoe0s7 192.168.127.10 # ifconfig eoe0s7 up Is there any way to make this happen automatically on startup? In /etc/network, I created a file called ifcg-eoe0s7 and put in: IPADDRESS=192.168.127.10/24 http://192.168.127.10/24 STARTMODE=auto But it must not be working because the

Re: [etherlab-users] [etherlab-dev] Using EtherCAT EoE and Build Errors

2012-08-15 Thread Matthieu Bec
appreciate it. Thanks again! Tom On Wed, Aug 15, 2012 at 1:02 PM, Matthieu Bec m...@gmto.org mailto:m...@gmto.org wrote: # ifconfig eoe0s7 192.168.127.10 # ifconfig eoe0s7 up Is there any way to make this happen automatically on startup? In /etc/network, I created

Re: [etherlab-users] problem with Lenze module configuration

2012-10-15 Thread Matthieu Bec
: AL status message 0x001E: Invalid input configuration. [13787.589025] EtherCAT 0-0: Acknowledged state PREOP. ___ etherlab-users mailing list etherlab-users@etherlab.org http://lists.etherlab.org/mailman/listinfo/etherlab-users -- Matthieu Bec

Re: [etherlab-users] problem with Lenze module configuration

2012-10-17 Thread Matthieu Bec
know if there is some) Thank you for any help. 2012/10/15 Matthieu Bec m...@gmto.org: Hello Eugen, Don't map this, it's not a pdo: {0x, 0x00, 6}, /* Gap */ Different ways to do it, just make sure your changes are properly reflected in your slave_0_pdos This should work

Re: [etherlab-users] Beckhoff EL3104 - Problem while setting OP state

2012-12-12 Thread Matthieu Bec
Hello Philippe, One odd thing is you're giving PERIOD_NS to sync0 and sync1. I'm not sure what's the effect of that, could be your issue. The vanilla dc_user example does: ecrt_slave_config_dc (..., period0_val, shift0_val, 0,0); Matthieu On 12/12/12 11:48 AM, hamelin.phili...@ireq.ca

Re: [etherlab-users] EL2252: SII eeprom and XML config mismatch

2013-01-22 Thread Matthieu Bec
Hello Philippe, see Gavin's reply for clarification on in/out and Rx/Tx Outputs: - SM0: DC Sync Activate - SM1: DC Sync Start - SM2: Channel 1 2 outputs Your `ethercat pdo` report seems in agreement Inputs: - SM3: SysTime and Feedback Those show 'unticked' in my twcat by default (xml

Re: [etherlab-users] Etherlab Master on a Raspberry PI

2013-03-07 Thread Matthieu Bec
Hello Mike, This kind of message may show when your build and runtime versions mismatch. Check vermagic from modinfo ec_master against uname -r ? Regards, Matthieu On 3/6/13 9:20 PM, Mike O'Connor wrote: Hi All I have a very small program I want to control, which does not need a lot of

Re: [etherlab-users] WARNINGS: Working counter changed and datagram UNMATCHED

2013-05-17 Thread matthieu bec
++; } } return 0; } // ___ etherlab-users mailing list etherlab-users@etherlab.org http://lists.etherlab.org/mailman/listinfo/etherlab-users -- Matthieu BecGMTO Corp

Re: [etherlab-users] WARNINGS: Working counter changed and datagram UNMATCHED

2013-05-22 Thread Matthieu Bec
at etherlab-users-ow...@etherlab.org When replying, please edit your Subject line so it is more specific than Re: Contents of etherlab-users digest... Today's Topics: 1. Re: WARNINGS: Working counter changed and datagram UNMATCHED (matthieu bec

Re: [etherlab-users] [etherlab-dev] e1000e Limited to frame rate of 250/sec

2013-07-03 Thread Matthieu Bec
://lists.etherlab.org/mailman/listinfo/etherlab-dev -- Matthieu BecGMTO Corp. cell : +1 626 354 9367 P.O. Box 90933 phone: +1 626 204 0527 Pasadena, CA 91109-0933 ___ etherlab-users mailing list etherlab-users@etherlab.org http

Re: [etherlab-users] EL 4024 subindex discrepancy [SEC=UNOFFICIAL]

2013-12-05 Thread matthieu bec
-- Matthieu BecGMTO Corp. cell : +1 626 354 9367 P.O. Box 90933 phone: +1 626 204 0527 Pasadena, CA 91109-0933 ___ etherlab-users mailing list etherlab-users@etherlab.org http://lists.etherlab.org/mailman/listinfo/etherlab-users

Re: [etherlab-users] user-space application needs elevated privileges for /dev/EtherCAT0?

2014-01-01 Thread matthieu bec
master...done! Any ideas why this would be? Thanks in advance! Dusty Clark MMT Observatory ___ etherlab-users mailing list etherlab-users@etherlab.org http://lists.etherlab.org/mailman/listinfo/etherlab-users -- Matthieu BecGMTO Corp

Re: [etherlab-users] Making the LED stay on in the user example

2014-02-20 Thread Matthieu Bec
is constantly updated. What am I missing? Thanks, Allan ___ etherlab-users mailing list etherlab-users@etherlab.org http://lists.etherlab.org/mailman/listinfo/etherlab-users -- Matthieu BecGMTO Corp cell : +1 626 354 9367

Re: [etherlab-users] Making the LED stay on in the user example

2014-02-20 Thread matthieu bec
to EC_WD_DISABLE? Thanks, Allan On 20/02/2014 20:42, Matthieu Bec wrote: Hello Allan, What do you mean by `stop writing`, stopping the cyclic task? Slaves usually drop off OP state if they stop receiving frames, yours might default itself to an Off state that could explain the issue. Try explicitly

Re: [etherlab-users] More CoE questions

2014-04-29 Thread Matthieu Bec
___ etherlab-users mailing list etherlab-users@etherlab.org http://lists.etherlab.org/mailman/listinfo/etherlab-users -- Matthieu BecGMTO Corp cell : +1 626 354 9367 251 S Lake Ave, Suite 300 phone: +1 626 204 0527 Pasadena, CA 91101

Re: [etherlab-users] Tips: unbind manually PCI device

2015-09-08 Thread Matthieu Bec
Hi Sebastien, Thanks, really useful for servers equipped with several e1000e, bumpless restart of ethercat is great. Attached patch should automate the task (3.6.11.9 and later, I haven't looked older version) Regards, Matthieu On 4/11/15, 3:24 AM, "etherlab-users on behalf of Sebastien

Re: [etherlab-users] Ethercat master kernel module warnings

2015-12-14 Thread Matthieu Bec
Hello John, not sure this is your issue, but I went though something very similar. Read the c++11 ref. closely: - sleep_until "the clock tied to sleep_time is used" vs. - sleep_for "a steady clock is used to measure the duration" Try replace sleep_for with a sleep_until and chrono time tied to

Re: [etherlab-users] Distributed Clocks

2016-03-08 Thread Matthieu Bec
Hello Thomas, Both systems give similar cyclictest results? in other words, you are positive the difference starts with ethercat master? I'm not clear for example if celeron and i3 fall under the same processor family when you compile your kernel. Still such difference, explanation would seem

Re: [etherlab-users] Distributed Clocks

2016-03-08 Thread Matthieu Bec
lain the problem. Are these problems avoided or reduced in the kernel space, or will I have the exact same timing? Thanks! On 3/8/16, 9:32 PM, "Matthieu Bec" <m...@gmto.org> wrote: >Hello Thomas, > >Both systems give similar cyclictest results? in other words, you are posit

[etherlab-users] experience with CU1128 | EtherCAT junction

2017-04-18 Thread Matthieu Bec
Hi, Has anyone had experience using a "CU1128 | EtherCAT junction" from Beckhoff (*) with the etherlab master? It seemingly looks like a dumb device, but the documentation hints at particular steps to set it up with TwinCAT: ``` Topological configuration With the CU1128, special attention