- International LinuxCNC Users
- Deutsch
- Unterstützung bei LinuxCNC + EtherCAT + Servos gesucht (Raum Stuttgart / Remote,
Unterstützung bei LinuxCNC + EtherCAT + Servos gesucht (Raum Stuttgart / Remote,
- Muecke
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 861
- Thank you received: 93
09 Feb 2026 20:32 #342732
by Muecke
Unterstützung bei LinuxCNC + EtherCAT + Servos gesucht (Raum Stuttgart / Remote, was created by Muecke
Hallo zusammen,
ich suche Unterstützung beim Aufbau und der Inbetriebnahme eines LinuxCNC-Systems – nicht nur ehrenamtlich, sondern gerne auch gegen Bezahlung (€).
Kurz zu meinem aktuellen Stand:
Ich habe bereits ein 4-Achs-System aufgebaut (ohne Spindel), betrieben mit Mesa-Hardware und Schrittmotoren. Das System läuft grundsätzlich, jetzt möchte ich jedoch eine Nummer größer planen und perspektivisch auf EtherCAT mit Servomotoren umsteigen.
Je mehr ich mich allerdings einlese und anschaue, desto klarer wird mir, dass ich das wahrscheinlich nicht komplett alleine sauber umgesetzt bekomme. Daher suche ich jemanden, der mich beim Konfigurieren und der Inbetriebnahme von LinuxCNC mit EtherCAT-Servos unterstützt.
Geplanter Ablauf:
Der Zeitrahmen für das Projekt liegt bei ca. 3–6 Monaten.
Örtlich & Zusammenarbeit:
Ich komme aus dem Großraum Stuttgart.
Aktuell ins Auge gefasste Anbieter (EtherCAT-Servos):
Meine Frage an euch:
Ich freue mich über jede Rückmeldung.
Viele Grüße
Muecke
ich suche Unterstützung beim Aufbau und der Inbetriebnahme eines LinuxCNC-Systems – nicht nur ehrenamtlich, sondern gerne auch gegen Bezahlung (€).
Kurz zu meinem aktuellen Stand:
Ich habe bereits ein 4-Achs-System aufgebaut (ohne Spindel), betrieben mit Mesa-Hardware und Schrittmotoren. Das System läuft grundsätzlich, jetzt möchte ich jedoch eine Nummer größer planen und perspektivisch auf EtherCAT mit Servomotoren umsteigen.
Je mehr ich mich allerdings einlese und anschaue, desto klarer wird mir, dass ich das wahrscheinlich nicht komplett alleine sauber umgesetzt bekomme. Daher suche ich jemanden, der mich beim Konfigurieren und der Inbetriebnahme von LinuxCNC mit EtherCAT-Servos unterstützt.
Geplanter Ablauf:
- Aktuell bin ich noch bei der Auslegung der Motoren und der Auswahl der passenden Servoregler
- Sobald die Hardware da ist, möchte ich zunächst ein Testsystem am Desktop aufsetzen
- Ziel ist:
- Motoren, Endschalter und Homing-Schalter korrekt in LinuxCNC einbinden
- Eine saubere Dokumentation, wie die Motoren später kalibriert werden müssen
- Sicherstellen, dass die Verfahrwege exakt stimmen, sobald die Mechanik fertig ist
Der Zeitrahmen für das Projekt liegt bei ca. 3–6 Monaten.
Örtlich & Zusammenarbeit:
Ich komme aus dem Großraum Stuttgart.
- Bei Nähe: Gerne persönliche Zusammenarbeit, Hardware kann ich bei Bedarf vorbeibringen
- Bei größerer Entfernung: Remote-Setup ist für mich völlig okay (VPN / Remote-Zugriff auf den Linux-Rechner + Videoübertragung)
Aktuell ins Auge gefasste Anbieter (EtherCAT-Servos):
- OMC Stepperonline – A6 Serie
- JSS Motor – JSS715N Serie
- Koco Motion – EL8 Serie
- Leadshine – EL8 Serie
Meine Frage an euch:
- Hat jemand Lust und Zeit, mich bei diesem Projekt zu unterstützen?
- Oder könnt ihr mir jemanden empfehlen, der Erfahrung mit LinuxCNC + EtherCAT + Servos hat?
Ich freue mich über jede Rückmeldung.
Viele Grüße
Muecke
Please Log in or Create an account to join the conversation.
- Hakan
- Offline
- Platinum Member
-
Less
More
- Posts: 1248
- Thank you received: 437
10 Feb 2026 08:12 #342757
by Hakan
Replied by Hakan on topic Unterstützung bei LinuxCNC + EtherCAT + Servos gesucht (Raum Stuttgart / Remote,
I don't do consulting but I'll help you get going with the EtherCAT servos,
like I have helped many others here on the forum.
With some luck this is all you need, at least it is a good starting point.
github.com/dbraun1981/hal-cia402/tree/main/example
like I have helped many others here on the forum.
With some luck this is all you need, at least it is a good starting point.
github.com/dbraun1981/hal-cia402/tree/main/example
The following user(s) said Thank You: tommylight, Muecke
Please Log in or Create an account to join the conversation.
- Muecke
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 861
- Thank you received: 93
10 Feb 2026 17:18 #342778
by Muecke
Replied by Muecke on topic Unterstützung bei LinuxCNC + EtherCAT + Servos gesucht (Raum Stuttgart / Remote,
I will read through it and will certainly have questions, which I will then ask here.
Thanks in advance.
Best regards, Mücke
Thanks in advance.
Best regards, Mücke
Please Log in or Create an account to join the conversation.
- Hakan
- Offline
- Platinum Member
-
Less
More
- Posts: 1248
- Thank you received: 437
11 Feb 2026 06:49 #342796
by Hakan
Replied by Hakan on topic Unterstützung bei LinuxCNC + EtherCAT + Servos gesucht (Raum Stuttgart / Remote,
That example shows how to connect the servos to the joints in linuxcnc.
It is done in the same way for all cia402 servo drives.
You do need to modify vid and pid for your specific drives.
You find those numbers in the output of "ethercat slaves -v".
There is of course a lot more like configuring switches, spindle, mpg, hmi, but since you already
have a linuxcnc system running that is no surprise. The same way now.
What can be a differentiator between the servo drives is how to tune the servos.
Is there software for that? How to connect to the drives?
Tuning process? How to store the tuned parameters?
It is done in the same way for all cia402 servo drives.
You do need to modify vid and pid for your specific drives.
You find those numbers in the output of "ethercat slaves -v".
There is of course a lot more like configuring switches, spindle, mpg, hmi, but since you already
have a linuxcnc system running that is no surprise. The same way now.
What can be a differentiator between the servo drives is how to tune the servos.
Is there software for that? How to connect to the drives?
Tuning process? How to store the tuned parameters?
Please Log in or Create an account to join the conversation.
- Muecke
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 861
- Thank you received: 93
15 Feb 2026 09:37 - 15 Feb 2026 09:38 #342991
by Muecke
Replied by Muecke on topic Unterstützung bei LinuxCNC + EtherCAT + Servos gesucht (Raum Stuttgart / Remote,
I still remember setting up LinuxCNC back then with my stepper motors and a MESA card – for me it was quite time-consuming and complicated.Currently I am again searching for suitable components.
Current status is as follows:
Mücke
Current status is as follows:
- 2 × AC Servo Drive, EtherCAT, A6-1000EC, 1,000 W
www.omc-stepperonline.com/de/1000-w-ethe...67-a6-ec1000h2b1-m17 - 1 × AC Servo Drive, EtherCAT, A6-400EC, 400 W
www.omc-stepperonline.com/de/400-w-ether...p67-a6-ec400h2b1-m17 - 1 × Unknown for motor CM3C100L-45A-P/DI/PK/VR/EZ4Z/SDB
download.sew-eurodrive.com/download/pdf/29194644.pdf
(I will take care of this later.)
Mücke
Last edit: 15 Feb 2026 09:38 by Muecke.
Please Log in or Create an account to join the conversation.
- International LinuxCNC Users
- Deutsch
- Unterstützung bei LinuxCNC + EtherCAT + Servos gesucht (Raum Stuttgart / Remote,
Time to create page: 0.080 seconds