0% found this document useful (0 votes)
29 views

Worm Gear Gui Help Manual: Inputs Load Factor Type of Gear

This help manual describes a GUI with 3 panels for inputting power, RPM, load factors, and other specifications to design a worm gear pair. The GUI contains buttons to solve for a feasible gear pair, generate a report in FPS units, and generate a report in SI units. It also notes there are 4 code files that make up the program: mdes.m constructs the GUI, res.m generates results, report.m creates FPS reports, and reportSI.m creates SI reports.

Uploaded by

Sanchay Saxena
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

Worm Gear Gui Help Manual: Inputs Load Factor Type of Gear

This help manual describes a GUI with 3 panels for inputting power, RPM, load factors, and other specifications to design a worm gear pair. The GUI contains buttons to solve for a feasible gear pair, generate a report in FPS units, and generate a report in SI units. It also notes there are 4 code files that make up the program: mdes.m constructs the GUI, res.m generates results, report.m creates FPS reports, and reportSI.m creates SI reports.

Uploaded by

Sanchay Saxena
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

WORM GEAR GUI HELP MANUAL

The GUI has 3 panels namely, Inputs, Load factor and type of
gear:
1. Inputs: Takes various inputs like Power, RPM, speed
reduction ratio, design factor and ambient temperature
2. Load factor: Gives various pairs of driver and driven
machines to choose load factor
3. Type of gear: The type of gear based on its
manufacturing process.
There are 3 push buttons:
1. Solve: Design a feasible worm-gear pair and outputs
the result in the Results textbox
2. Generate report-FPS: Generates word report with
inputs and outputs in word file in FPS units
3. Generate report-SI: Generates word report with
inputs and outputs in word file in SI units

Code files: There are 4 code files that make up this


programs:
1. mdes.m: This constructs the GUI and all the
computations occur within functions in this file
2. res.m: Generates results to be displayed in the
Results box.
3. report.m: Generates word report for FPS units
4. reportSI.m: Generates word report for SI units

You might also like