Three lives of the same calculator
An Excel workbook
It started life years ago as MOTOR SPEED.xlsx — a spreadsheet for working out conveyor drive speeds, torque and motor sizing by hand, built up and refined over repeated real sizing jobs rather than designed in one sitting.
A SOLIDWORKS macro
The spreadsheet's logic was rebuilt as a standalone SOLIDWORKS VBA macro with its own form, so the same calculation could run inside the CAD environment — no more switching to Excel mid-design to check a motor size.
A browser app
The same engine — line-for-line, same constants, same defaults — is now a self-contained browser app: no build step, no install, works from any device. The macro still exists for use inside SOLIDWORKS; this is the version anyone can open.
Every version has produced the same numbers on the same inputs by design — the point was never to redesign the calculation, only to keep making it easier to reach.