-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Servo PDO communication problem #157
Comments
Hi @ssusardnz. Did you get any further on this? I was not able to support lately. |
Interesting, I never heard about something like this before. Do you think this is a problem on the PySOEM/SOEM side? Or is this a problem with the servo drive? |
I can use and control the servo with beckhoff twincat and codesys. It works normally. |
In some issues, there are code examples on how to operate a servo drive that is based on DS402 drive profile:
The basic_example.py demonstrates how DC is enabled. |
I am new about python and ethercat. I use delta A2 servo.
https://www.deltaww.com/en-US/products/Servo-Systems-AC-Servo-Motors-and-Drives/23
Servo only run "DC_synchronous" mode. I managed to change state of servo to OP mode.
I want to read position of motor.
But read TxPDO data from servo always 0.
Code is here.
The text was updated successfully, but these errors were encountered: