[etherlab-users] Virtual tty (EL6002) with ethercat in userspace ?

2013-02-22 Thread Sebastien Blanchet
Hi, I have successfully tested the tty example from ethercat master, but it is designed for a kernelspace cyclic task only. How can I modify this example to use a Beckhoff EL6002 with my ethercat cyclic task in userspace ? I think I may port examples/tty/serial.c to userspace, but in this c

Re: [etherlab-users] Performance rating of jitter on PC System

2013-05-31 Thread Sebastien Blanchet
Hi Marcel, In my opinion a 70 us jitter is a very good number. I have run some tests in November 2011. It was different from you, because I measured the whole chain latency and not only the PC performance. Indeed, I wondered how many time is required to trigger an action after reading an event

Re: [etherlab-users] Using AX2000 series / S300 drive with EtherLab master

2013-07-26 Thread Sebastien BLANCHET
. Look at this post: http://lists.etherlab.org/pipermail/etherlab-users/2012/001684.html regards, --- Sebastien BLANCHET On 07/25/2013 12:15 PM, Dee Jay wrote: Hi, Planning to use AX2000 series / S300 drive with EtherLab master. Any samples to run the drive. Suggestion for how to proceed are

Re: [etherlab-users] Using AX2000 series / S300 drive with EtherLab master

2013-07-29 Thread Sebastien Blanchet
de to work? Thanks! Tom -Original Message- From: etherlab-users-boun...@etherlab.org [mailto:etherlab-users-boun...@etherlab.org] On Behalf Of Sebastien BLANCHET Sent: Friday, July 26, 2013 4:54 AM To: etherlab-users@etherlab.org Subject: Re: [etherlab-users] Using AX2000 series / S300 drive with

Re: [etherlab-users] Communication to a SoE drive

2013-10-01 Thread Sebastien Blanchet
Hi, Unlike Beckhoff terminals, servo drives are very complex ethercat slaves. Often you have to send SDO commands to the servo drive to configure PDO mapping. After that you can communicate with the servo drive with PDO. this is an example for Kollmorgen AKD: http://lists.etherlab.org/pipermai

Re: [etherlab-users] CoE Example

2013-11-05 Thread Sebastien Blanchet
Hi, This is a CoE example with Kollmorgen AKD servo drive. http://lists.etherlab.org/pipermail/etherlab-users/2012/001684.html regards --- sebastien On 11/05/2013 11:29 PM, Steve Hartmann wrote: Hi Folks, I've been experimenting with the master stack for a few weeks now. I used the provided

Re: [etherlab-users] Brushless DC Motor Controllers

2014-01-03 Thread Sebastien BLANCHET
Dear Dave, There are (at least) two kinds of EtherCAT servo drives: Type 1: CoE (CAN over EtherCAT) for example: Kollmorgen AKD, Beckhoff AX2000 and Elmo GOLD families Type 2: SoE (SERCOS over EtherCAT) for example: Beckhoff AX5000 family I think that both are difficult to learn because the do

Re: [etherlab-users] trouble mapping a PDO for a Kollmorgen AKD

2014-01-07 Thread Sebastien Blanchet
Hi, For Kollmorgen AKD servo drives: - the limit switches are available in Digital Inputs (0x60FD), which can be PDO mapped. - velocity scaling: As defined in the Kollmorgen CANopen documentation you have to send velocity setpoint as INTEGER32. The scaling can be defined with object PV Scali

Re: [etherlab-users] Using both CoE and EoE in user space?

2014-01-10 Thread Sebastien Blanchet
Hi, You understand correctly: it is not yet possible to run a EtherCAT master program in userspace using EoE. (random crash) you have the same problem with Serial-over-EtherCAT, it works only in kernel mode. Instead rewriting your application as kernel module, you may add an extra network c

[etherlab-users] utilities for Kollmorgen AKD ASCII channels SDO 0x2026

2014-01-14 Thread Sebastien BLANCHET
Hi, I have written a wrapper based on 'ethercat download' and 'ethercat upload' for the users of Kollmorgen AKD servo drives who want to use easily the AKD ASCII channel (SDO 0x2026 index 1 and 2), There are 2 programs: - akd-term : a telnet-like interface - akd-cmd : similar than akd-term b

Re: [etherlab-users] Error events during long-term testing

2014-05-02 Thread Sebastien BLANCHET
the same problem with a very similar configuration (except that I have an Intel PC instead of a PowerPC). Unfortunately, I have not found a solution yet. regards, --- Sebastien BLANCHET On 05/02/2014 01:04 PM, Johansen Ernst wrote: Hello together, I'm doing a long-term test of: root@MTE

Re: [etherlab-users] Error events during long-term testing

2014-05-03 Thread Sebastien BLANCHET
time on this issue. If I found a solution, I will post it on the mailing list. regards, --- Sebastien BLANCHET On 05/02/2014 06:07 PM, Ernst Johansen wrote: Hello Sebastien, thank you for the feedback. There are two kinds of errors… The one where the link goes down has occurred 3 times with

[etherlab-users] how to preserve nvram writing cycles when SDO settings are needed at startup ?

2014-07-25 Thread Sebastien Blanchet
ly if needed. best regards -- Sebastien BLANCHET ___ etherlab-users mailing list etherlab-users@etherlab.org http://lists.etherlab.org/mailman/listinfo/etherlab-users

[etherlab-users] how to get slave count from userspace ?

2014-07-25 Thread Sebastien Blanchet
{ slave_count++; } // it work but there is warning on stderr when // ecrt_master_get_slave fails at the end for the moment I use way #2, but I wonder if is the best way to do. regards, -- Sebastien BLANCHET ___ etherlab-users maili

Re: [etherlab-users] how to preserve nvram writing cycles when SDO settings are needed at startup ?

2014-07-26 Thread Sebastien BLANCHET
Dear Ronaldo, Indeed the limit of writing cycles for SDO registers depends on the manufacturer. Sometimes SDO registers are volatile, sometimes are persistant. For example, on Kollmorgen AKD servo drives, the SDO configuration is volatile and then a specific command is required to save it in

Re: [etherlab-users] how to get slave count from userspace ?

2014-07-28 Thread Sebastien Blanchet
Hi Gavin, You are right: For way #1, if I use ecrt_master() instead of ec_master(), it works. Anyway I will use the way #2, as you told me. thank for you help --- sebastien On 07/28/2014 07:54 AM, Gavin Lambert wrote: On 26 July 2014, quoth Sebastien Blanchet: I would like to know which is

[etherlab-users] how to get the absolute slave position from userspace ?

2014-07-28 Thread Sebastien Blanchet
hercat slaves' tool (in tool/CommandSlaves.cpp) but it uses functions that are not exported in ecrt.h Finally, does someone have an idea ? otherwise I will be forced to parse the output of 'ethercat slaves' to get absolute slave position. (very

Re: [etherlab-users] How to use the master code to communicate with Kollmorgen AKD drive and its motor

2014-12-10 Thread Sebastien BLANCHET
Hi, Kollmorgen AKD is a CoE (Can Over Ethercat) servo drive so it is better to read the CAN user manual first. If you have the CC version (EtherCAT + CAN) and a CAN controller, it is worth training yourself first in CAN mode, and then apply that you learn in EtherCAT mode. Anyway, in both

Re: [etherlab-users] Failed to register PDO entry: No such file or directory

2014-12-24 Thread Sebastien BLANCHET
-users/2012/001684.html regards --- Sebastien BLANCHET On 12/22/2014 10:25 AM, Thomas Nierhoff wrote: Hi, I'm using EtherLab 1.5.2. and am encountering slight problems when interfacing a Baumüller servo controller via ethercat. The problem occurs with the "ecrt_domain_reg_pdo_entry

Re: [etherlab-users] Failed to register PDO entry: No such file or directory

2015-01-08 Thread Sebastien Blanchet
same. Attached you will find the shell script that works fine, the PDO mapping for all agents and slaves and the modified C code. Any idea what else could be the reason? Best regards, Thomas Am 24.12.2014 um 14:15 schrieb Sebastien BLANCHET: Hi, The PDO mapping in main.c does not match the

Re: [etherlab-users] Enhanced mode for EL5101

2015-01-11 Thread Sebastien BLANCHET
Hi, 1- configure first your device with TwinCAT (if you have problem, contact the Beckhoff support team). 2- When it works with TwinCAT, apply the same settings in etherlab 3- post your results on the mailing list regards, -- Sebastien BLANCHET Roland Pastorino a écrit : Hello everyone

Re: [etherlab-users] I'd like to ask a couple of questions about IgH ethercat master and AKD

2015-02-03 Thread Sebastien Blanchet
ION_ENA and command != AKD_CMD_ENA_OP ) { command = AKD_CMD_ENA_OP; } else if ( status == AKD_STATUS_ERROR and command != AKD_CMD_CLR_ERROR ) { if (clearError) { command = AKD_CMD_CLR_ERROR; } } else { } shm->command = comma

[etherlab-users] Example for Kollmorgen AKD servo drive in digital torque mode

2015-02-16 Thread Sebastien Blanchet
Hi, This is a full example for the Kollmorgen AKD servo drive. It shows how to configure the free PDO mapping and how to setup the DS402 state machine to start the servo drive in digital torque mode with IgH EtherCAT Master library. best regards, -- Sebastien BLANCHET

[etherlab-users] Example for Kollmorgen AKD in cyclic sync position mode

2015-03-09 Thread Sebastien Blanchet
people to understand how to setup the servo drive with IgH Ethercat Master library. Note: the previous example, in torque mode, can be see here http://lists.etherlab.org/pipermail/etherlab-users/2015/002698.html best regards, -- Sebastien BLANCHET

[etherlab-users] Example for Kollmorgen AKD in profile velocity mode

2015-03-18 Thread Sebastien Blanchet
best regards, -- Sebastien BLANCHET /* * Example of Kollmorgen AKD servo drive setup with IgH EtherCAT Master library * that starts the servo drive in profile velocity mode. * * Licence: the same than IgH EtherCAT Master

[etherlab-users] Tips: unbind manually PCI device

2015-04-11 Thread Sebastien BLANCHET
Kernel driver in use: ec_e100 regards -- Sebastien BLANCHET ___ etherlab-users mailing list etherlab-users@etherlab.org http://lists.etherlab.org/mailman/listinfo/etherlab-users

Re: [etherlab-users] my servo driver doesn't run

2015-12-01 Thread Sebastien Blanchet
://lists.etherlab.org/pipermail/etherlab-users/2015/002724.html position mode http://lists.etherlab.org/pipermail/etherlab-users/2015/002723.html regards, --- Sebastien BLANCHET On 12/01/2015 03:55 AM, 殷士龙 wrote: Hi, I have written an application program base on the igh ethercat master to control my servo

Re: [etherlab-users] control problem in servo motor

2015-12-11 Thread Sebastien Blanchet
good luck -- Sebastien BLANCHET On 12/11/2015 10:20 AM, Yin wrote: Hi, I have encountered a problem and have no idea about the reason. I wrote an application program by using the etherlab ethercat library and tested the servo in profile velocity mode. I set the mode, target velocity and wrote c

Re: [etherlab-users] Generic vs HW-specific NIC Drivers

2016-01-07 Thread Sebastien Blanchet
Hi, Device specific drivers operate without interrupts, so they are expected to have a smaller jitter than generic driver. In practice there is no performance difference when the control loop runs below 1 KHz. regards --- sebastien On 01/06/2016 11:26 PM, John Hubbard wrote: Hello all. I

Re: [etherlab-users] SDO transfer aborted

2016-05-10 Thread Sebastien Blanchet
configuration sequence regards, -- Sebastien BLANCHET For your information, I have already posted some examples for Kollmorgen AKD, that may help you. http://lists.etherlab.org/pipermail/etherlab-users/2012/001684.html http://lists.etherlab.org/pipermail/etherlab-users/2015/002724.html http

Re: [etherlab-users] SDO transfer aborted

2016-05-10 Thread Sebastien Blanchet
documentation. See the startup-SDO-list in section 4.6.1 "Flexible PDO Mappings" in http://www.kollmorgen.com/uploadedFiles/Products/Drives/AC_Servo_Drives/AKD/AKD_Manuals/903-25-00%20AKD_EtherCat_en%20Rev%20E.pdf regards, -- Sebastien BLANCHET On 05/10/2016 03:17 PM, Alyssa W

Re: [etherlab-users] SDO transfer aborted

2016-05-12 Thread Sebastien Blanchet
d then try to understand that is wrong. regards, -- Sebastien BLANCHET On 05/12/2016 04:01 PM, Alyssa Wells wrote: Sebastien, Thank you for the help and resources! I'm working my way through your examples now, trying to understand the sequence of events completely so I can follow it for my

Re: [etherlab-users] stuck on "waiting for devices" with e1000e drivers

2016-11-11 Thread Sebastien BLANCHET
, for your Ethernet controlelr. Otherwise, if you want to use the ec_e1000e driver you have to buy another Intel Ethernet Controller. best regards --- Sebastien BLANCHET On 11/11/2016 14:53, plueck...@cit-ec.uni-bielefeld.de wrote: Hello everyone, we want to get ethercat running with a Intel I210

Re: [etherlab-users] ethercat filtering

2017-02-10 Thread Sebastien Blanchet
Hi Sriram, Are you trying to write an EtherCAT slave for a device with a dual ethernet controller ? Regards, --- Sebastien On 02/10/2017 01:29 PM, Sriram V wrote: Hi Mike, I have 2 ethernet ports. I am broadcasting ethercat packets on the network. This is received by both the ports. I want

Re: [etherlab-users] ETHERCAT Bus Coupler Question

2018-01-09 Thread Sebastien Blanchet
morgen AKD and Beckhoff E-BUS modular I/O without problem. I need only a single domain. best regards, -- Sebastien BLANCHET On 01/08/2018 06:49 AM, aj wrote: Hi! Guys, I am planning to use the attached Components from Kollmorgen in the layout (attached). I have a Question regarding the Bus

Re: [etherlab-users] ETHERCAT Bus Coupler Question

2018-01-09 Thread Sebastien BLANCHET
headquarters in Germany and use the local guy only for the purchasing process. Note: always reply to the etherlab-user mailing list, so that the mails are archived and may help other people. best regards, -- Sebastien BLANCHET Le 09/01/2018 à 16:03, Ajith Boralugoda a écrit : > Hi! Sebastian, &g

Re: [etherlab-users] yet another datagrams UNMATCHED - DC 0.2ms / 5kHz // igb kernel 3.18

2018-02-14 Thread Sebastien Blanchet
Beckhoff. Finally Preempt-RT is slower than RTAI, but it is really easier than RTAI. best regards, -- Sebastien BLANCHET On 02/13/2018 02:12 PM, Christoph Schroeder wrote: Hi Jürgen, On 02/13/2018 10:01 AM, Jürgen Walter • DATATRONiQ wrote: I see- will get another Intel card (although

Re: [etherlab-users] yet another datagrams UNMATCHED - DC 0.2ms / 5kHz // igb kernel 3.18

2018-03-08 Thread Sebastien Blanchet
Hi Daniel, It was done in a RTAI kernel-thread. I had modified the example supplied by IgH Ethercat Master. I had plugged a digital scope to see the jitter, while checking missing packets in dmesg. The goal was just to see how fast EtherCAT was. best regards --- Sebastien BLANCHET On 03/08

Re: [etherlab-users] I'd like to ask a couple of questions about IgH ethercat master and AKD

2018-05-15 Thread Sebastien Blanchet
Hi, There was a bug in my example, EC_WRITE_S32 must be used (instead of EC_WRITE_S16) to set the target velocity. I have attached the new version that works. regards, -- Sebastien BLANCHET On 05/14/2018 05:57 PM, Guido wrote: Dear Sebastien Blanchet,     I've tried to use your vel

Re: [etherlab-users] IgH Master License

2018-07-10 Thread Sebastien Blanchet
ou have to register to the EtherCAT Technology Group. https://www.ethercat.org It is free, but you have to sign a contract to promise that you will respect the standard. In return you will get an official Vendor ID for your product. regards, -- Sebastien BLANCHET On 07/09/2018 08:10 PM, Ja

Re: [etherlab-users] Which version of kernel and RTAI should I use?

2018-09-23 Thread Sebastien BLANCHET
kernel, like 4.9 PREEMPT RT kernel from Debian 9, you have to download a more recent version of EtherCAT Master from the Mercurial repository. http://etherlab.org/en/ethercat/index.php Best regards, --- Sebastien BLANCHET Le 23/09/2018 à 18:15, Mohsen Alizadeh Noghani a écrit : Hello everyone

[etherlab-users] tutorial for TestManager and DLS

2018-12-18 Thread Sebastien Blanchet
Hi, I have written a tutorial for TestManager and DLS. This tutorial explains how to install them in a virtual machine for evaluation purpose. https://github.com/sblanchet/dls-tutorial/raw/master/dls-tutorial.pdf Best regards -- Sebastien BLANCHET

Re: [etherlab-users] tutorial for TestManager and DLS

2019-03-21 Thread Sebastien BLANCHET
section 2.1 "For a very first installation, it is recommended to use exactly the same distribution than this guide to avoid any distribution issues." Regards, --- Sebastien BLANCHET Le 20/03/2019 à 23:55, Patricia Holden a écrit : I am trying to build an EtherLab test platform on Ubuntu

Re: [etherlab-users] How to mapping PDOs of Panasonic driver?

2019-04-08 Thread Sebastien Blanchet
implement it in your program in C. To illustrate the procedure, you can read my example for Kollmorgen AKD Servo Drive http://www.iram.fr/~blanchet/ethercat/akd/examples/ Regards, -- Sebastien BLANCHET On 4/8/19 11:56 AM, demon@aliyun.com wrote: Hi, all I have 2 Panasonic drivers link t

Re: [etherlab-users] dls_ctl X11-Forwarding issues over windows

2019-08-27 Thread Sebastien Blanchet
Hi, It happens also with x2go from Linux: some widgets of dls_ctl disappear. There is no solution yet. On the other hand, it works perfectly with SSH + X11Forwarding from a Linux computer. dls_gui cannot configure job. It can only plot or export the data. Regards, -- Sebastien BLANCHET On 8

[etherlab-users] French Documentation for DLS

2020-01-06 Thread Sebastien Blanchet
Regards, -- Sebastien BLANCHET ___ etherlab-users mailing list etherlab-users@etherlab.org http://lists.etherlab.org/mailman/listinfo/etherlab-users

Re: [etherlab-users] PDO writing problem at 1ms

2020-02-06 Thread Sebastien Blanchet
status word does not change immediately when you send a new control word. Therefore, I have to check the status word before sending a new control word. It makes the control loop slightly more complex, but it works. See my example for AKD servo drive in attachment Regards -- Sebastien BLANCHET On

Re: [Etherlab-users] frozen system

2020-08-26 Thread Sebastien BLANCHET
need also VME bridge drivers. - The latest Linux kernel version in Gavin's patchset that supports both ec_r8169 and ec_e1000e is 4.14. Therefore I cannot use a more recent kernel for the moment. - For ec_e1000e, I use "Intel Corporation 82574L Gigabit" Regards, -- Sebastien BLAN

Re: [Etherlab-users] dynamic PDO unmapping

2020-09-17 Thread Sebastien BLANCHET
controlled stop when the drive is disabled. In this case you can stop the motion by disabling the drive with the ControlWorld Object (0x6040:0x0), - You can also trigger a MACRO with a digital input. In this case it opens many other possibilities. Regards, -- Sebastien BLANCHET On 9/17/20 10

Re: [Etherlab-users] AKD drive Failed to set SAFEOP state, slave refused state change

2020-09-21 Thread Sebastien BLANCHET
y 0x3470:04, 16 bit, "" TxPDO 0x1a01 "" PDO entry 0x606c:00, 32 bit, "" PDO entry 0x2077:00, 32 bit, "" TxPDO 0x1a02 "" PDO entry 0x60fd:00, 32 bit, "" Regards, -- Sebastien BLANCHET On 9/18/20 7:20 AM, Joachim Sällvin

Re: [Etherlab-users] ectty_tx_data undefined symbol inuxcnc-ethercat

2020-11-26 Thread Sebastien BLANCHET
to call them in user mode, you will get undefined symbols for ectty_create, ecctty_free, ectty_tx_data, ectty_rx_data If you really want to use Serial-Over-EtherCAT you have to rewrite your application to run in kernel mode. Regards --- Sebastien BLANCHET Le 22/11/2020 à 21:50, Albert Chime

Re: [Etherlab-users] What Hardware

2021-02-15 Thread Sebastien BLANCHET
SD. https://download.beckhoff.com/download/document/ipc/embedded-pc/embedded-pc-cx/TwinCAT_BSD_en.pdf I have never tried yet, but if I have to start a new project from scratch with EtherCAT, it would be a serious design option. Regards, --- Sebastien BLANCHET Le 15/02/2021 à 16:26, Karl Zeilhofer a écrit : Hell

Re: [Etherlab-users] What Hardware

2021-02-16 Thread Sebastien BLANCHET
LAMBERT's unofficial patches for newer kernels. I use them for a couple of years and they work very well. https://sourceforge.net/u/uecasm/etherlab-patches/ci/default/tree/#read Regards, --- Sebastien BLANCHET Le 15/02/2021 à 22:39, Karl Zeilhofer a écrit : > Dear Sebastian, > > than

[Etherlab-users] article about EtherCAT with Embedded Linux-Based master

2021-02-16 Thread Sebastien BLANCHET
Dear Etherlab users, This is an interesting article about EtherCAT with Embedded Linux-Based master that may be interesting for you. https://www.jstage.jst.go.jp/article/transinf/E102.D/1/E102.D_2018EDL8132/_pdf Best Regards, -- Sebastien BLANCHET -- Etherlab-users mailing list Etherlab

Re: [Etherlab-users] Communicate with slave via terminal

2021-02-23 Thread Sebastien BLANCHET
Hi, Could you specify the exact model of your slave ? Could you post the output of "ethercat cstruct -p0" --- Sebastien BLANCHET Le 23/02/2021 à 18:24, Gabriel Forstner a écrit : Dear etherlab-users, I am quite new to the use of ethercat in linux and struggling to get a partic

Re: [Etherlab-users] Communicate with slave via terminal

2021-02-24 Thread Sebastien BLANCHET
") You should try to write a small C application like in example/user/main.c to see if it works better. -- Sebastien BLANCHET On 2/24/21 7:39 AM, Gabriel Forstner wrote: Hi Sebastien, Thanks for your reply! The output of the cstruct command is as follows: ethercat cstruct -p0

[Etherlab-users] automatic ethercat master + uecasm patchset git repository

2021-02-26 Thread Sebastien BLANCHET
script will be pretty useless when etherlab.org finishes the migration from mercurial to git. Regards, -- Sebastien BLANCHET -- Etherlab-users mailing list Etherlab-users@etherlab.org https://lists.etherlab.org/mailman/listinfo/etherlab-users

Re: [Etherlab-users] Why is there no Wiki or Forum?

2021-02-26 Thread Sebastien BLANCHET
Hi, Switching to Git is a very good news. Most of developers (like me) know already how to use git. It will help to enlarge the community. Regards, --- Sebastien BLANCHET Le 26/02/2021 à 15:28, Florian Pose a écrit : Hello all, today we discussed the different options of moving to another

Re: [Etherlab-users] Best filesystem for DLS?

2021-03-24 Thread Sebastien BLANCHET
year for technical forensic analysis. I do not know if dls is designed to operate at such scale, but it is the easiest archiving tool I have ever found and it seems to support the workload. Best Regards, --- Sebastien BLANCHET On 3/23/21 5:30 PM, Dr.-Ing. Wilhelm Hagemeister wrote: Hi

[Etherlab-users] French translation for ethercat master documentation

2021-04-20 Thread Sebastien BLANCHET
to the main git repository is accepted. Regards, -- Sebastien BLANCHET -- Etherlab-users mailing list Etherlab-users@etherlab.org https://lists.etherlab.org/mailman/listinfo/etherlab-users

Re: [Etherlab-users] Best filesystem for DLS?

2021-04-28 Thread Sebastien BLANCHET
works, I just keep it. Regards, -- Sebastien BLANCHET On 3/24/21 3:41 PM, Dr.-Ing. Wilhelm Hagemeister wrote: Hallo Sebastien, Am 24.03.21 um 15:04 schrieb Sebastien BLANCHET: Dear Wilhelm, You are right, there was a configuration error in job.xml the block size was only 10. I have increased it

Re: [Etherlab-users] motion control

2021-09-05 Thread Sebastien BLANCHET
manual https://etherlab.org/download/ethercat/ethercat-1.5.2.pdf There are also examples in the "examples" subdirectory. Regards, -- Sebastien BLANCHET On 03/09/2021 23:17, ckk...@hoc.net wrote: Dear all, I apologize for a possibly naive question. I need to build a motion cont

Re: [Etherlab-users] motion control

2021-09-07 Thread Sebastien BLANCHET
ink that you only have to modify the EtherCAT address, Vendor ID and Product ID (macro AkdSlavePos and Kollmorgen_AKD) Regards, -- Sebastien BLANCHET -- Etherlab-users mailing list Etherlab-users@etherlab.org https://lists.etherlab.org/mailman/listinfo/etherlab-users

Re: [Etherlab-users] Data loss in DLS

2023-03-17 Thread Sebastien BLANCHET
Hi, Could you check that - DLS and the data sources are synchronized with NTP - your NTP server works -- Sebastien BLANCHET On 17/03/2023 14:56, Merkel, Amos wrote: Hi everyone, we are experiencing weird data losses on the DLS. Everything works as expected for a couple of hours. Then

[etherlab-users] How to prevent module unloading when starting the ethercat service on a diskless computer ?

2011-10-28 Thread Sebastien Blanchet
ec_e100) on eth1. I run EtherLab stable-1.5 on Linux Debian 6.0/i386 with a linux kernel 2.6.32.11 + RTAI 3.8.1 Should I try to built statically the e100 linux driver in the kernel ? Should I try to boot the computer with the ec_e100 driver ? Thank you very much for your help. -- Sebastien BLANCHET

[etherlab-users] Does the Etherlab 8139too driver work with the RTL8139D chip ?

2011-11-07 Thread Sebastien BLANCHET
Hi, Does the Etherlab 8139too driver work with the RTL8139D chip ? More details: According to the mailing list archives, the easier driver for Etherlab EtherCAT master is the 8139too. This driver is for the Realtek 8139C family. Nevertheless, it seems that the RTL8139C is not produced anymore,

Re: [etherlab-users] Does the Etherlab 8139too driver work with the RTL8139D chip ?

2011-11-18 Thread Sebastien Blanchet
the driver file. Best regards Andreas Am 07.11.2011 14:54, schrieb Sebastien BLANCHET: Hi, Does the Etherlab 8139too driver work with the RTL8139D chip ? More details: According to the mailing list archives, the easier driver for Etherlab EtherCAT master is the 8139too. This driver is for the

Re: [etherlab-users] How to prevent module unloading when starting the ethercat service on a diskless computer ?

2011-11-21 Thread Sebastien Blanchet
instead. On 10/28/2011 07:03 PM, Sebastien Blanchet wrote: Hi, I have just bought a EtherLab smart kit to evaluate EtherCAT, and now I would like to run EtherCAT master on a Linux diskless computer. But I have a problem when I start the ethercat service: the service unloads the linux driver that is

[etherlab-users] Unknown SDO abort code 0x08000004 and swapped index and value with drive Kollmorgen AKD

2012-04-11 Thread Sebastien Blanchet
Hi, I am trying to configure PDO on a Kollmorgen AKD drive. So I send SDO requests to the drive, but in return I have a strange message from ethercat master. These are my commands: $ ethercat -p4 --type uint8 download 0x1C12 0 0 $ ethercat -p4 --type uint16 download 0x1C12 1 0x1701 $ ethercat

[etherlab-users] Example for Kollmorgen AKD free PDO mapping

2012-04-13 Thread Sebastien Blanchet
e_pdo.sh Description: application/shellscript /* * Mini example of PDO mapping with drive AKD Kollmorgen * The program maps some PDOs to monitor actual values of the drive * * Date: 2012-04-12 , Author: Sebastien BLANCHET * *

[etherlab-users] example for pdserv_config_file ?

2012-07-31 Thread Sebastien Blanchet
. but it is still unclear for me: What is it for etherlab_buddy and what is it for pdserv ? What should I do with alias, lan, msr ? Indeed, I hope that someone can provide me an example code and config file for pdserv_config_file. best regards, -- Sebastien BLANCHET

Re: [etherlab-users] example for pdserv_config_file ?

2012-08-01 Thread Sebastien Blanchet
the existing examples in pdserv and QtPdWidgets are very well and easy to understand. By imitating them, I have written a very nice application that display @ 100Hz the internal values of a bunch of EtherCAT servo drives. Best regards, -- Sebastien BLANCHET On 07/31/2012 02:58 PM, Richard Hacker

[etherlab-users] 'ethercat -type string download' always replies 'String too large'

2012-08-07 Thread Sebastien Blanchet
oad' I can use the type string, it works. but for 'download', the only solution that I found is encoding the string as a uint32. Application context: I need string to use the ASCII channel ( SDO 2026h) of an Kollmorgen AKD servodrive so that I can save or restore the