LinuxCNC and Beckhoff AX5000 servo drives
- trisa25
- Offline
- Junior Member
-
Less
More
- Posts: 22
- Thank you received: 10
18 Jul 2024 18:37 #305586
by trisa25
LinuxCNC and Beckhoff AX5000 servo drives was created by trisa25
Hello members,
has anyone gotten the AX5000 drives working correctly with Linuxcnc?
Thinking of a new machine retrofit and I think these would work with old mitsubishi motors.
Kind regards,
Jan
has anyone gotten the AX5000 drives working correctly with Linuxcnc?
Thinking of a new machine retrofit and I think these would work with old mitsubishi motors.
Kind regards,
Jan
Please Log in or Create an account to join the conversation.
- bkt
-
- Offline
- Platinum Member
-
Less
More
- Posts: 1224
- Thank you received: 113
31 Jul 2024 15:46 #306534
by bkt
Replied by bkt on topic LinuxCNC and Beckhoff AX5000 servo drives
plase use "search" action on top right ... insert AX5000 et voilà .... easy!! But admit me too sometime need a suggestion for these ....
Please Log in or Create an account to join the conversation.
- trisa25
- Offline
- Junior Member
-
Less
More
- Posts: 22
- Thank you received: 10
01 Aug 2024 17:32 - 01 Aug 2024 17:36 #306641
by trisa25
Replied by trisa25 on topic LinuxCNC and Beckhoff AX5000 servo drives
Yes, i saw some posts but they did not share any clear results.
Thank you.
Thank you.
Last edit: 01 Aug 2024 17:36 by trisa25.
The following user(s) said Thank You: endian
Please Log in or Create an account to join the conversation.
- Jens23
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
16 Jun 2025 12:12 #330348
by Jens23
Replied by Jens23 on topic LinuxCNC and Beckhoff AX5000 servo drives
Did you ever get a Beckhoff AX5xxx vfd and got it running? I am looking for something I can work with but there isn't really that much about these vfds and linuxcnc ethercat out there.
Please Log in or Create an account to join the conversation.
- deedee
- Offline
- Junior Member
-
Less
More
- Posts: 22
- Thank you received: 2
18 Jun 2025 06:41 #330435
by deedee
Replied by deedee on topic LinuxCNC and Beckhoff AX5000 servo drives
Hi,
i've got the AX5106 and A5203 up and running. db1981 helped al lot regarding the homing and pos_mode issues.
The project itself is still work in progress, but the main features are working. See attached files. These are the relevant snippets from *.hal:
i've got the AX5106 and A5203 up and running. db1981 helped al lot regarding the homing and pos_mode issues.
The project itself is still work in progress, but the main features are working. See attached files. These are the relevant snippets from *.hal:
#*******************
# NOT AUS
#*******************
net estop-loopout iocontrol.0.emc-enable-in <= estop-latch.0.ok-out
net estop-loopin iocontrol.0.user-enable-out => estop-latch.0.ok-in
net estop-reset iocontrol.0.user-request-enable => estop-latch.0.reset
net remote-estp estop-latch.0.fault-in <= lcec.0.1_EL1018.din-2-not
#*******************
# AXIS Z
#*******************
# Skalierung 10mm Weg entspricht 1 Motorumdrehung; Minus da Z-!
setp lcec.0.16_AX5106.srv-scale -0.1
net Zaxis_enable joint.2.amp-enable-out => lcec.0.16_AX5106.srv-enable
net Zaxis_fb lcec.0.16_AX5106.enc-pos-abs => joint.2.motor-pos-fb
net Zaxis_cmd joint.2.motor-pos-cmd => lcec.0.16_AX5106.srv-pos-cmd
net Zaxis_torque <= lcec.0.16_AX5106.srv-torque-fb-pct
net Zaxis_home_sw lcec.0.16_AX5106.srv-dig-in-2-not => joint.2.home-sw-in
net Zaxis_index_enable lcec.0.16_AX5106.enc-index-ena => joint.2.index-enable
The following user(s) said Thank You: GuiHue
Please Log in or Create an account to join the conversation.
- endian
-
- Offline
- Elite Member
-
Less
More
- Posts: 226
- Thank you received: 65
18 Jun 2025 18:03 #330462
by endian
Replied by endian on topic LinuxCNC and Beckhoff AX5000 servo drives
hello,
I see the TC3 on your screen .. I did TC3 master to lcnc master configurator but it is not tested with the SoE drives ... maybe it will help you
let me know if it helped
regards
I see the TC3 on your screen .. I did TC3 master to lcnc master configurator but it is not tested with the SoE drives ... maybe it will help you
let me know if it helped
regards
Please Log in or Create an account to join the conversation.
- GuiHue
-
- Offline
- Premium Member
-
Less
More
- Posts: 107
- Thank you received: 38
30 Jun 2025 07:56 #331028
by GuiHue
Replied by GuiHue on topic LinuxCNC and Beckhoff AX5000 servo drives
This is very interesting. Thank you for your efforts.
Could you elabroate a bit on this?
Where do the ax5106.xml/ax5203.xml originate from? A TC3 dump? If so, from where?
In which tool did you setup your motor? TC3 and then export?
Could you elabroate a bit on this?
Where do the ax5106.xml/ax5203.xml originate from? A TC3 dump? If so, from where?
In which tool did you setup your motor? TC3 and then export?
Please Log in or Create an account to join the conversation.
- endian
-
- Offline
- Elite Member
-
Less
More
- Posts: 226
- Thank you received: 65
03 Jul 2025 05:57 - 03 Jul 2025 05:59 #331144
by endian
Replied by endian on topic LinuxCNC and Beckhoff AX5000 servo drives
just create a project in the TC3 ... setup all stuff as DC, SDOs PDOs, task cycle, names of everything ... everything will be written in the .xml of master export ... there it will be right stuff and there will be probably nothing to customize ...
download the tool ... launch them .. write "complete" or "c" .. then drag and drop .xml export and everything what is needed to have in the .xml file will be created in the new ethercat-conf.xml automaticly .. then just connect everything in the .hal file
AX5xxx is SoE .. you will have to create custom hal driver for them probably... I do not have experiences with them at all
I do not know what which "ax5106.xml/ax5203.xml" you mean..
motor you need to tune in the beckhoff drive manager which is part of the TC3 ... it motor is in the catalogue, no extra tunnig is necessary
download the tool ... launch them .. write "complete" or "c" .. then drag and drop .xml export and everything what is needed to have in the .xml file will be created in the new ethercat-conf.xml automaticly .. then just connect everything in the .hal file
AX5xxx is SoE .. you will have to create custom hal driver for them probably... I do not have experiences with them at all
I do not know what which "ax5106.xml/ax5203.xml" you mean..
motor you need to tune in the beckhoff drive manager which is part of the TC3 ... it motor is in the catalogue, no extra tunnig is necessary
Last edit: 03 Jul 2025 05:59 by endian.
Please Log in or Create an account to join the conversation.
- endian
-
- Offline
- Elite Member
-
Less
More
- Posts: 226
- Thank you received: 65
05 Jul 2025 20:49 #331345
by endian
Replied by endian on topic LinuxCNC and Beckhoff AX5000 servo drives
Or share your tc3 project configuration by the archive them ... Then I can check them
Please Log in or Create an account to join the conversation.
- GuiHue
-
- Offline
- Premium Member
-
Less
More
- Posts: 107
- Thank you received: 38
08 Jul 2025 14:33 #331525
by GuiHue
Replied by GuiHue on topic LinuxCNC and Beckhoff AX5000 servo drives
I am still working on the Hardware. Had a hell of a time with the M23 connectors and the data sheets for old Harmonic Drives. Should be able to get it working electrically this week. Next step is commissioning in TC3 (which I have never done) to check the config for validity.
Please Log in or Create an account to join the conversation.
Time to create page: 0.086 seconds