Problems with Lichuan Ethercat servo drive
- LCR
- Offline
- Junior Member
-
Less
More
- Posts: 25
- Thank you received: 2
12 Feb 2025 00:20 - 13 Feb 2025 12:47 #321301
by LCR
Replied by LCR on topic Problems with Lichuan Ethercat servo drive
Actually we are using 7.3 Periodic synchronous position mode (CSP mode)
Last edit: 13 Feb 2025 12:47 by LCR.
Please Log in or Create an account to join the conversation.
- LCR
- Offline
- Junior Member
-
Less
More
- Posts: 25
- Thank you received: 2
13 Feb 2025 14:12 #321437
by LCR
Replied by LCR on topic Problems with Lichuan Ethercat servo drive
Attachments:
Please Log in or Create an account to join the conversation.
- LCR
- Offline
- Junior Member
-
Less
More
- Posts: 25
- Thank you received: 2
15 Feb 2025 14:04 - 15 Feb 2025 14:10 #321638
by LCR
Replied by LCR on topic Problems with Lichuan Ethercat servo drive
Please note this is not in anyway final. I just wanted to show how I am running and homing a gantry.
I would like to use the actual captured value of the index pulse, not just let LinuxCNC know that it's been hit, but at slow speeds it doesn't matter in my case.
I would like to use the actual captured value of the index pulse, not just let LinuxCNC know that it's been hit, but at slow speeds it doesn't matter in my case.
Attachments:
Last edit: 15 Feb 2025 14:10 by LCR.
The following user(s) said Thank You: COFHAL
Please Log in or Create an account to join the conversation.
- LCR
- Offline
- Junior Member
-
Less
More
- Posts: 25
- Thank you received: 2
15 Feb 2025 14:12 - 15 Feb 2025 14:14 #321640
by LCR
Replied by LCR on topic Problems with Lichuan Ethercat servo drive
more files
Attachments:
Last edit: 15 Feb 2025 14:14 by LCR.
The following user(s) said Thank You: COFHAL
Please Log in or Create an account to join the conversation.
- LCR
- Offline
- Junior Member
-
Less
More
- Posts: 25
- Thank you received: 2
18 Feb 2025 21:46 #321944
by LCR
Replied by LCR on topic Problems with Lichuan Ethercat servo drive
Copying the velocity FF command from the comp file to the XML file significantly reduces following error to a ramp. I haven't really tuned the drive yet. If anyone has found an auto-tune button, please let me know.
.comp
drv_target_velocity = (int32_t) (velocity_cmd * velo_scale);
.xml
<pdoEntry idx="60B1" subIdx="00" bitLen="32" halPin="target-velocity" halType="s32"/>
.comp
drv_target_velocity = (int32_t) (velocity_cmd * velo_scale);
.xml
<pdoEntry idx="60B1" subIdx="00" bitLen="32" halPin="target-velocity" halType="s32"/>
Please Log in or Create an account to join the conversation.
Time to create page: 0.081 seconds