-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add documentation on how to integrate transmission parameters into the CIA402 generic driver #117
Add documentation on how to integrate transmission parameters into the CIA402 generic driver #117
Conversation
System configuration | ||
-------------------- | ||
|
||
The system is composed of a motor coupled to a transmission line (a gearbox and a transmission screw) which rotation is measured by an encoder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"whose" or "the rotatation of which"
Transmission configuration | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
The transmission is composed of a motor, a gearbox and a transmission screw (lead screw with ball bearing for zero friction) with the following characteristics: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gearbox, and a transmission
|
||
The transmission is composed of a motor, a gearbox and a transmission screw (lead screw with ball bearing for zero friction) with the following characteristics: | ||
|
||
- gearbox with gear ratio, reduction absolute: 57/13 (:math:`r \triangleq \frac{13}{57}`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"reduction absolute value" or "absolute reduction"
|
||
Linear displacement per count of the encoder | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
The motor has a reductor so each turn of the motor does not correspond to a turn of the system. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"revolution" instead of "turn"
The motor has a reductor so each turn of the motor does not correspond to a turn of the system. | ||
It is necessary to first compute the rotation of the shaft at the output of the gearbox. | ||
|
||
* reduction absolute is :math:`r \triangleq \frac{13}{57}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the absolute reduction
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in next commit
ethercat_driver_ros2/sphinx/user_guide/config_use_case_motor_with_gear_box.rst
Outdated
Show resolved
Hide resolved
… value) spotted by tpoignonec.
No description provided.