Title: A Customized Systems for Tool Path Generation for Machine Elements
1A Customized Systems for Tool Path Generation for
Machine Elements
- Names
ID - Nawaf Abdullrahim Al Shaheen 200212713
- Nawaf Ahmad Al-Mohaideb 200205606
- Talal Moh. Al-Shehhi 200101574
Advisor Dr. A.M.M. Sharif Ullah
2Content
- Objective
- Main Tasks
- Gear Geometry Validation
- Selection of manufacturing parameters
- Smart User Interface
- Case Study
- Conclusion
3objective
- To Develop a Customized System for Computer Aided
Design and Manufacturing of Machine Elements
(e.g., gears, cam)
4Introduction
- Target product
- Competitive
- Reliable
- High Quality
- Method
- Develop a system that is able of cutting the
involute profile accurately
5Summary of Previous work
6Tasks
Geometric Modeling for Manufacturing
Mechanical Assembly
Drawing of the assembly
Spread Sheet based Program
Set Requirements
Program Validation
Obtain mechanical elements
Manufacturing parameters selection
Validation of the mechanical system
Smart Interface
Final Prototype
7Tasks1 System Validation
- Previous gear geometry
- Run the system
8Task1 System Validation
- Observation
- The top of the gear-teeth was tipped off
- the fillet of the gear pinion was over cut
9Task1 System Validation
10TAsk1 System validation
11Task2 Manufacturing Parameters
- Increasing the material removal rate MRR
- Safety of the cutting tool
- Safety of the CNC machine
- Manufacture smooth finish
12Task2 Manufacturing Parameters
- MRR cm3/min
- ap width of cut mm
- ap depth of cut mm
- vf feed velocity mm/min
13Task2 Manufacturing Parameters
- Pc kW
- ap width of cut mm
- ap depth of cut mm
- vf feed velocity mm/min
- Kc Specific cutting pressure MPa
- ? efficiency of cutting machine
MRR
Material Property
14Task2 Manufacturing Parameters
15Task2 Manufacturing Parameters
- vc m/min
- D cutting tool diameter mm
- N revolution per minute rev/min
16Task2 Manufacturing Parameters
- MRR
- Increase to maximize the profit
- Limitations
- Cutting tool size D
- Spindle speed N
- Affecting the velocity of cut vc
- Increasing the power required
- If Kc MRR
17Task2 Manufacturing Parameters
18Task3 User Interface
19Form selection
20User interface properties
21User interface properties
22User interface properties
23Adding group box
24Text box final look
25User interface design
26Module
27Output summary
28Output summary clicked
29Gear and pinion
30Source code
Form 3 Code
Private Sub Form3_MouseMove(ByVal sender As
Object, ByVal e As System.Windows.Forms.MouseEvent
Args) Handles Me.MouseMove Coordinates.Text
"x " e.X - 300 " , y " (-1). (e.Y -
200) End Sub
Module
Public bmp As New Bitmap(600, 400)
31Negative Y value
32Form 3
33Visual basic mouse move code
34Obtaining the Highlighted values
35Gear construction circles
36Pinion construction circles
37Values show code
Private Sub Form3_Load(ByVal sender As
System.Object, ByVal e As System.EventArgs)
Handles MyBase.Load GearTeeths.Text "
" GearNOTeeths a.DrawString(Math.Abs(CDbl(GearO
utput.Rows(0)("x")) 2).ToString, New Font(New
FontFamily("Tahoma"), 11), Brushes.Red, 70, 200)
a.DrawString(Math.Abs(CDbl(PinionOutput.Ro
ws(0)("x")) 2).ToString, New Font(New
FontFamily("Tahoma"), 11), Brushes.Blue, 520,
200) a.DrawString(Math.Abs(CDbl(GearOutput.Rows(0
)("x")) 2).ToString, New Font(New
FontFamily("Tahoma"), 11), Brushes.Red, 300, 10)
a.DrawString(Math.Abs(CDbl(PinionOutput.Ro
ws(0)("x")) 2).ToString, New Font(New
FontFamily("Tahoma"), 11), Brushes.Blue, CInt(280
DistanceCenterSI), 265) End Sub
38Moving the root circle values
39Drawing gear and pinion
For i As Integer 0 To GearOutput.Rows.Count -
1 GearPoints(i).X
OutputSummary.Rows(i)("GearX") 300 ' note the
increment in x GearPoints(i).Y
OutputSummary.Rows(i)("GearY") - 200 ' note the
negative increment in y y in Windows forms
increases downward! Next
40Axis origin code
- a.DrawLine(New Pen(Color.Black, 2), 300, 0, 300,
-400) - a.DrawLine(New Pen(Color.Black, 2), 0, -200, 600,
-200)
41Axis origin code
- Coordinates are made of an x and y pair. A line
segment exists between two coordinates. - If you don't have two points (4 coordinates) you
cannot draw a line. One is the "start" point,
another is the "end" point.
42CNC FILE SAVING
43.H file process
44.H file process
45.H file process
46.H file process
47.H File Process
48Translation Equations
- X_offset_newx_offset-(Xd(L/2)-a)
- Y_offset_newy_offset-(Yd(W/2)-b)
49.H File Process
50Saving file process
51CNC preview mode
52Commercial full
53Commercial trial
54Commercial trial
55Expired
56about
57Software requirments
58Task4 Case Study
- The goal of spur gear.
- The gearbox.
- Consider AutoCAD Program.
59AutoCAD Program
H4E4,F4
60AutoCAD program
- Convert from Excel to Notepad file
- Type the _pline
- Type End
- Save with scr
61AutoCAD program
- Write the word script on the command
62AutoCAD program
- The desired workpiece of gear
63AutoCAD program
- Gear box with 4 views.
- Motor with 1360 rpm.
- The power is 0.18 KW.
- length shaft is 40 mm.
64Gear ratio
NA is revolution per minute of gear A NB is
revolution per minute of gear B nA is number of
teeth on A nB is number of teeth on B DA is
diameter of gear A DB is diameter of gear B
65Gear ratio
- Power Torque
- Power KW
- TA is the torque transmitted by A
- TB is the torque transmitted by B
66Results
67Results
- The Torque on gear A
- Power input(KW)
68Results
- Output of torque for the gear wheel B
-
69Results
- Output of power of the gear B
- Power output KW
- Power output KW
- Power output KW 0.18 KW
-
70System limitations
- Cutting Tools
- ?Variable size.
- Solid carbide.
71System limitations
- Fixture size
- Limit is 170 mm 170mm.
- New idea.
- Fixed in two position.
72Run the Program
- Coordinates X Y.
- Recognize the cutting tool.
- Depth of workpiece.
73Rapid Prototyping
- Another way of production.
- Coordinates XY.
- Represents gear Profile.
- AutoCAD Program.
- STL file.
- Desired workpiece.
74System configuration
- System configuration
- Develop the local industry by computer aided
manufacturing. - In our project we have selected to manufacture a
spur gear.
75Problems
- System design.
- Remodeling the spur gear.
- Redesign the offset.
-
- Building a smart interface.
- Manufacturing parameters selection.
76limitations
- Manufacturing limitations
- Fixture size.
- Cutting tool alignment.
- Workpiece preparation.
- Selection of manufacturing parameters.
77Results
- Reduce the speed to half.
- Our gear transmitted the power smoothly.
- Provided a smart user interface.
- Present a whole manufacturing system.
78Prototype
79Total Cost
- Cutting tools ... 345 AED
- Blank Material (aluminum) .1020AED
- Mechanical Assembly ..2500 AED
- Accessories ..... 635 AED
- Total ...4500 AED
80references
- http//dotnetmasters.com/historyofbasic.htm.
- http//www.vbforums.com
- http//www.vbdotnetforums.com
- http//www.cnczone.com/
- http//www.eng-tips.com
- http//forums.microsoft.com/MSDN
81- Thank you for listening ,,All questions are
welcomed