Use when calculating gear ratios, converting RPM between shafts, computing torque output, analyzing drivetrain configurations, or selecting motors for mechanical systems.
Calculate gear ratios, convert RPM, compute torque, analyze multi-stage drivetrains, and get motor selection guidance for mechanical systems.
Calculate gear ratio from tooth counts or diameters.
bash scripts/script.sh ratio 20 60
Convert RPM through a gear ratio.
bash scripts/script.sh speed 1800 3.5
Compute output torque given input torque and gear ratio.
bash scripts/script.sh torque 10 3.5 0.95
Analyze a multi-stage gear train.
bash scripts/script.sh drivetrain "20:60,15:45,18:72"
Motor selection helper based on load requirements.
bash scripts/script.sh motor-select 50 300
Show all commands.
bash scripts/script.sh help