150 | | == 2. Determine torque and actual speed (using motor curves). |
151 | | |
152 | | |
153 | | == 3. Find a gearing: gearbox, etc. |
| 166 | == 2. Understand the requirements of the system. |
| 167 | In section (1), we considered power and efficiency as the basis for understanding the problem. Next, we consider mechanical systems that can accomplish our needs. |
| 168 | |
| 169 | Since we don't exactly know the efficiency of the final motor+gearing combination, we still need to consider our {{{effective power}}} = {{{required power}}} * {{{efficiency}}}. |
| 170 | |
| 171 | We also need to consider |
| 172 | * torque requirements |
| 173 | * speed requirements |
| 174 | * current limitations |
| 175 | for the |
| 176 | * motor |
| 177 | * gearing, etc. |
| 178 | |
| 179 | {{{ |
| 180 | #!div style="border:1pt solid; color:green; text-align:left; font-size:100%;" |
| 181 | Back to lifting the 600 N robot. |
| 182 | |
| 183 | Let's assume we're going to go with a 775pro. Useful information about the problem and the motor from the above box: |
| 184 | |
| 185 | {{{#!th align=center |
| 186 | '''Max Power of the 775pro''' |
| 187 | }}} |
| 188 | {{{#!td align=center |
| 189 | 347 W |
| 190 | }}} |
| 191 | |---------------- |
| 192 | {{{#!th align=center |
| 193 | '''Desired Linear Velocity''' |
| 194 | }}} |
| 195 | {{{#!td align=center |
| 196 | 1 ft/s = 0.305 m/s |
| 197 | }}} |
| 198 | |---------------- |
| 199 | {{{#!th align=center |
| 200 | '''Required Power to Lift''' |
| 201 | }}} |
| 202 | {{{#!td align=center |
| 203 | ~ 180 W |
| 204 | }}} |
| 205 | |---------------- |
| 206 | |
| 207 | ''Rationale for Desired Linear Speed:'' Climbing in about 1 s is decently fast, and even if the efficiency is about 50%, the motor+gearing will be able to accomplish that. |
| 208 | |
| 209 | This next part will require some trial and error, trying different combinations of gearing and output radius: |
| 210 | |
| 211 | * Suppose our design involves a winch with a 4 in. (.1 m) diameter drum --> radius of drum is 2 in. (.05 m). |
| 212 | The force available to lift the 600 N robot at the output will be divided by the radius (read: smaller radii enable more force with less deflection). |
| 213 | * The following gear ratios are available in stock (either in the shop or from a manufacturer) in the form of a "standard" gearbox: |
| 214 | * 1:16 |
| 215 | * 1:10 |
| 216 | * 1:8 |
| 217 | * 1:4 |
| 218 | |
| 219 | Let's take a loop at the motor curve for the 775pro: |
| 220 | |
| 221 | [[Image(http://content.vexrobotics.com/motors/217-4347-775pro/775pro-motor-curve-20151208.PNG)]] |
| 222 | |
| 223 | '''Stall Torque Analysis'''\\ |
| 224 | From the design of a 2 in. (.05 m) radius drum at the output, we need an output torque of at least 30 Nm |
| 225 | |
| 226 | '''Peak Power Analysis'''\\ |
| 227 | |
| 228 | '''Peak Efficiency Analysis'''\\ |
| 229 | |
| 230 | }}} |