Syntax
[SG,m,f,SGW,CPLW]=SGgearchainwindup([mhr,z,"stack","shaft","debug","anime","backlash"])
Input Parameter
mhr : | | [m h r hr] of gear; default is [1 5 1.25 0] |
z : | | array of number of teeth |
"stack" : | | if used the gears will be stacked as desired |
"shaft" : | | if used this radius or CPL will be used for 1st and last |
"debug" : | | if used the design will me shown |
"anime" : | | if used the gearbox will be animated |
"backlash" : | | if used the module is reduced to achieve a slot with the given value |
Output Parameter
SG : | | cell list of gears |
m : | | array of modules used |
f : | | ratio factor of the gears |
SGW : | | cell list of washer or spacer for the gears in SG |
CPLW : | | Contour of the shaft spacer SGW |
Examples
SGgearchainwindup([1 5],[45 9 34 10]); % Linear Chain
SGgearchainwindup([1 5],[45 9 34 10],'stack'); % Gear Box
[SG,m,f,SGW]=SGgearchainwindup(1,[39 11 39 11 39 11],'stack'); view(0,0)
SGgearchainrotate(SG,f,[pi/6],SGW)
SGW=SGW(~isemptycell(SGW))
Copyright 2024-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth
Last html export of this page out of FM database by TL: 2025-09-21