asd-a2 e delta homing

  • mehdidadash
  • mehdidadash's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
16 Oct 2024 11:39 #312240 by mehdidadash
asd-a2 e delta homing was created by mehdidadash
hi guys
i have a machine with 5 asd-a2-E servos for over a year
two of my servos(Z &W axis) had problem in homing since begining. each time that a started machine and clicked on home all, all servos start homing as the order in ini file but this two drives shows as it is homed but they does not start homing. i had to click on home joint 1 and joint 4 several times in order for them to do homing . sometimes i had to do it ten times and some time just once . 
today , this drives did not do homing even after 100 times of clicking on home.
i reseted their parameters but it did not solve the problem. 
do you guys know how to fix this problem ?

Please Log in or Create an account to join the conversation.

  • mehdidadash
  • mehdidadash's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
16 Oct 2024 11:41 #312241 by mehdidadash
Replied by mehdidadash on topic asd-a2 e delta homing
i had to add that all their sdo's and register are like my other drives. xml of them are just a copy&paste of other axeses.
drives manufactoring date are different.

Please Log in or Create an account to join the conversation.

  • mehdidadash
  • mehdidadash's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
16 Oct 2024 11:45 #312242 by mehdidadash
Replied by mehdidadash on topic asd-a2 e delta homing
when i click on home these joints, their cia402.1.stat-homing becomes high and remains high
joint.1.homing becomes high and then low and joint.1.homed becomes high

Please Log in or Create an account to join the conversation.

More
16 Oct 2024 12:41 #312255 by Aciera
Replied by Aciera on topic asd-a2 e delta homing
Not sure but I guess that would indicate that the drive is running its internal homing procedure but does not succeed in finishing it.

Please Log in or Create an account to join the conversation.

  • mehdidadash
  • mehdidadash's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
20 Oct 2024 13:18 #312671 by mehdidadash
Replied by mehdidadash on topic asd-a2 e delta homing
status word and controlword changes for a short time and it should trigger the internal homing but it does not succeed doing so.

Please Log in or Create an account to join the conversation.

  • mehdidadash
  • mehdidadash's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
15 Apr 2025 12:56 #326364 by mehdidadash
Replied by mehdidadash on topic asd-a2 e delta homing
 
I am working on a LinuxCNC configuration for a CNC machine with EtherCAT-based servo drives (Delta ASDA-A2-E). The machine has 5 axes (`X`, `Z`, `A`, `C`, `W`), and I am experiencing an issue with the `W` axis during the homing process. Here are the details:

1. **System Overview:**
   - EtherCAT master is configured in ethercat-conf.xml.
   - The `W` axis corresponds to `slave idx="4"`.
   - The drive uses the CiA 402 profile, and homing mode is set to `02 00` (Homing Mode 2).
   - The `W` axis is not on its limit switches, and the `in-home` signal is not falsely triggered.

2. **Observed Behavior:**
   - When I click "Home All" or "Home W" in LinuxCNC:
     - `joint.4.homing` turns `TRUE` briefly and then turns `FALSE`.
     - `cia402.4.stat-homing` turns `TRUE` and remains `TRUE`.
     - `joint.4.homed` turns `TRUE`, indicating LinuxCNC believes the homing process is complete.
     - However, the servo does not move at all during this process.
     - The `opmode` for the `W` axis remains at `8` (Cyclic Synchronous Position) instead of switching to `6` (Homing Mode).

3. **What I Have Checked:**
   - EtherCAT communication is operational (`ethercat slaves` shows all slaves in the `OP` state).
   - HAL connections for the `W` axis are identical to the working `X` and `Z` axes:
     ```plaintext
     net w-home-index <= joint.4.index-enable  => cia402.4.home
     net w-enable     <= joint.4.amp-enable-out => cia402.4.enable
     net w-amp-fault  => joint.4.amp-fault-in   <= cia402.4.drv-fault
     net w-pos-cmd    <= joint.4.motor-pos-cmd  => cia402.4.pos-cmd
     net w-pos-fb     <= joint.4.motor-pos-fb   <= cia402.4.pos-fb
     ```
   - The `in-home` and `zpulse` signals are mapped in ethercat-conf.xml but do not seem to trigger during homing.
   - Homing speeds (`6099`) and other SDO configurations are consistent with the working axes.
   - The `statusword` (`cia402.4.statusword`) does not indicate any faults, and the drive is in the "Operation Enabled" state.

4. **What I Need Help With:**
   - Why is the `W` axis not initiating the homing process, even though LinuxCNC believes it has completed?
   - Why does the `opmode` not switch to `6` (Homing Mode) during the homing process?
   - Are there any additional checks or configurations I should perform in ethercat-conf.xml, lathe.hal, or the drive itself?

5. **Additional Context:**
   - The `W` axis used to home successfully in the past but stopped working recently.
   - The `Z` axis occasionally exhibits similar behavior but eventually completes homing after several attempts.

Please provide detailed troubleshooting steps or suggestions to resolve this issue.

 

File Attachment:

File Name: lathe.hal
File Size:10 KB

File Attachment:

File Name: xzacw.comp
File Size:5 KB

File Attachment:

File Name: lathe.ini
File Size:5 KB

File Attachment:

File Name: ethercat-c...4-15.xml
File Size:26 KB
Attachments:

Please Log in or Create an account to join the conversation.

More
15 Apr 2025 13:31 #326372 by Aciera
Replied by Aciera on topic asd-a2 e delta homing
@mehdidadash

No double posting please.

Please Log in or Create an account to join the conversation.

More
15 Apr 2025 13:47 #326373 by tommylight
Replied by tommylight on topic asd-a2 e delta homing
Moved the double post here as it had files attached.
Please refrain from double posting.
Thank you.
The following user(s) said Thank You: rodw

Please Log in or Create an account to join the conversation.

More
15 Apr 2025 18:21 #326393 by rodw
Replied by rodw on topic asd-a2 e delta homing
Are you sure homing mode 2 is valid? Most drives I have seen are from 17 to 35
The following user(s) said Thank You: mehdidadash

Please Log in or Create an account to join the conversation.

  • mehdidadash
  • mehdidadash's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
16 Apr 2025 14:03 #326460 by mehdidadash
Replied by mehdidadash on topic asd-a2 e delta homing
ok thanks

Please Log in or Create an account to join the conversation.

Time to create page: 0.104 seconds
Powered by Kunena Forum