Gear Ratios and Kinematics
- bodhi_94
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 24
- Thank you received: 0
11 Oct 2017 09:53 #100199
by bodhi_94
Gear Ratios and Kinematics was created by bodhi_94
To implement Kinematics I use genserkins and properly added DH parameters for it. But my 6 axis robot arm doesn't move according to the XYZ coordinates. I'm using servo drives for axes. And use harmonic drives. My question is, Do i need to match INPUT_SCALE in all my axes make gear ratios equal..?
For an example X axis of my robot arm has 80:1 harmonic drive and motor driver has 1:20 electronic gear ratio. Y axis harmonic drive has 100:1 ratio and 1:10 electronic gear ratio.
If I make INPUT_SCALE of X = 2000,
Do I need to set INPUT_SCALE of Y = 5000 ?
(INPUT_SCALE x Electronic gear ratio) / (Harmonic drive ratio)
Thank you.
For an example X axis of my robot arm has 80:1 harmonic drive and motor driver has 1:20 electronic gear ratio. Y axis harmonic drive has 100:1 ratio and 1:10 electronic gear ratio.
If I make INPUT_SCALE of X = 2000,
Do I need to set INPUT_SCALE of Y = 5000 ?
(INPUT_SCALE x Electronic gear ratio) / (Harmonic drive ratio)
Thank you.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23323
- Thank you received: 4948
12 Oct 2017 23:31 #100307
by andypugh
Replied by andypugh on topic Gear Ratios and Kinematics
if you are using step-dir then however you work it out the SCALE should be the number of steps to move 1 degree.
The following user(s) said Thank You: bodhi_94
Please Log in or Create an account to join the conversation.
- bodhi_94
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 24
- Thank you received: 0
17 Oct 2017 12:47 #100463
by bodhi_94
Replied by bodhi_94 on topic Gear Ratios and Kinematics
You mean calculate INPUT_SCALE right ?
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23323
- Thank you received: 4948
17 Oct 2017 12:54 #100465
by andypugh
Replied by andypugh on topic Gear Ratios and Kinematics
Whatever you want to call it.
As long as the name in the HAL and the INI match you can call it anything. (or you can put the number directly in the HAL)
As long as the name in the HAL and the INI match you can call it anything. (or you can put the number directly in the HAL)
Please Log in or Create an account to join the conversation.
Time to create page: 0.056 seconds