Re: [etherlab-users] Beckhoff 6731-0010 initialization

2015-11-01 Thread Gavin Lambert
amb...@compacsort.com>; h...@igh-essen.com; etherlab-users@etherlab.org Subject: RE: [etherlab-users] Beckhoff 6731-0010 initialization Hi Gavin, thanks for your answer. I modified the user example from the EtherCAT Master. With the actual code I get to be on pre-operational state the Phoenix Contac

Re: [etherlab-users] Beckhoff 6731-0010 initialization

2015-10-30 Thread David Jiménez Mejías
f("Starting timer...\n"); tv.it_interval.tv_sec = 0; tv.it_interval.tv_usec = 100 / FREQUENCY; tv.it_value.tv_sec = 0; tv.it_value.tv_usec = 1000; if (setitimer(ITIMER_REAL, , NULL)) { fprintf(stderr, "Failed to start timer: %s\n", strerror(errno))

Re: [etherlab-users] Beckhoff 6731-0010 initialization

2015-10-29 Thread Gavin Lambert
October 2015 23:53 To: h...@igh-essen.com; etherlab-users@etherlab.org Subject: [etherlab-users] Beckhoff 6731-0010 initialization Dear Wilhelm, I was reading your replies to this issue at the EtherLab-Users mailing list and it was very helpful for me. http://lists.etherlab.org/pipermail

[etherlab-users] Beckhoff 6731-0010 initialization

2015-10-29 Thread David Jiménez Mejías
Dear Wilhelm, I was reading your replies to this issue at the EtherLab-Users mailing list and it was very helpful for me. http://lists.etherlab.org/pipermail/etherlab-users/2012/001860.html I'm trying to configure a Can Network from the Beckhoff Can Master Module EL6751 with only one can slave

Re: [etherlab-users] Beckhoff 6731-0010 initialization

2012-09-17 Thread Thomas Paoloni
Hello, First of all, thanks a lot for the very quick answer, I'm having much more help from this ml than from Beckhoff :-) I did basically the same thing in the same way except that I get the magic string sniffing with wireshark rather than grepping it from xml file, but I can't reach the OP