行星齿轮 (游星式齿轮) Planetary Gearbox



行星式齿轮 SVG

使用 SVG Scalable Vector Graphics 呈现行星式齿轮由内齿环紧密结合于齿箱壳体上,环齿中心有一个自外部动力所驱动之太阳齿轮介于两者之间,由三颗齿轮等分组合于托盘上之行星齿轮组该组行星齿轮依靠着出力轴、内齿环及太阳齿支撑浮游于期间;当入力侧动力驱动太阳齿时,可带动行星齿轮自转,并依循着内齿环之轨迹沿着中心公转,游星之旋转带动连结于托盘之出力轴输出动力。


<svg>
<g id="Planetary-Gearboxes">
    <g id="MF">
        <path ...> // 内齿环固定
    </g>

    <g id="GEAR-CENTER">
        <path ...> // 太阳齿轮
        <animateTransform dur="15s" attributeName="transform"
            repeatCount="indefinite" type="rotate" // 太阳齿轮自转 15s 反转
            from="360, 357.3,357.3" to="0, 357.3,357.3"/>
    </g>

    <g> // 行星齿轮组
        <g id="GEAR_A">
        <path ...>
        <animateTransform dur="20s" attributeName="transform"
            repeatCount="indefinite" type="rotate" // 行星齿轮自转 20s 正转
            from="0, 357,135.8" to="360, 357,135.8"/>
        </g>
        <g id="GEAR_B">
        <path ...>
        <animateTransform dur="20s" attributeName="transform"
            repeatCount="indefinite" type="rotate" // 行星齿轮自转 20s 正转
            from="0, 165.6,468" to="360, 165.6,468"/>
        </g>
        <g id="GEAR_C">
        <path ...>
        <animateTransform dur="20s" attributeName="transform"
            repeatCount="indefinite" type="rotate" // 行星齿轮自转 20s 正转
            from="0, 548.8,467.8" to="360, 548.8,467.8"/>
        </g>
    <animateTransform dur="60s" attributeName="transform"
        repeatCount="indefinite" type="rotate" // 行星齿轮组公转 60s 反转
        from="360, 357.3,357.3" to="0, 357.3,357.3"/>
    </g>

</g>
</svg>

行星齿轮 SVG 下载


教学用 Scalable Vector Graphics 行星齿轮 SVG <animateTransform> 动态模拟。下载 SVGPNG



行星式减速机的动态模拟

行星齿轮减速机于输出轴与输入轴在同一轴心上的减速机构,将马达的输出轴和减速机的输入中心齿作联结,而太阳齿将驱动支撑于行星臂架上,并以内环齿为中心转动的行星齿,由于动力的传递系利用行星齿,所以可以得到均等的扭力传递,而达到减速之目的。模型绘制以 Rhino 3D 加上 Gear Generator Plugin 外挂计算出行星齿轮间的契合,公转及自转,将模型转入 3dsmax 设定转动之时间点,输出成影片格式。


行星齿轮减速机



传动产品 3D 电脑绘图