Vous êtes sur la page 1sur 25

UTTAR PRADESH

AMITY SCHOOL OF ENGINEERING AND TECHNOLOGY

MACHINE DESIGN LAB FILE

SUBMITTED TO Mr. VIKAS SALYAN

SUBMITTED BY ABHISHEK SIT 5MAE2 4092 A2305409101

CAD Introduction
Computer Aided Design is the process of developing and using computer assisted design tools in the design process. The advent of computers has contributed to significant advance in calculation, data handling and utilization applications. The ability to use the computers in these application areas enhances the capability of the design team significantly. Drafting and geometric modeling play significant roles in CAD. The module therefore concentrates on the general design process with specific consideration to drafting and geometric modeling. Three different CAD systems are referred to in the module. The syllabus includes: historical development, the design process, traditional drawing practice and the development of the CAD industry, system hardware, computers micros to mainframes, output devices, storage, workstations, networked systems, examples of CAD systems; simple entity descriptions: points, lines, arcs, made-edge lists, free-form curves, free-form surfaces; transformations: pan, rotate and scale, 3D transformations, observer angles, perspective, depth cueing; geometric modeling: wire frame modelers, surface modelers, solid modelers (CSG and B- rep), hidden line removal and mass properties; user interface: input devices, menus, graphics interface language, parametric.

Role of computers in design:


Implementation of computer in the design stage becomes the subset of design process. Once the conceptual design materializes in the designer mind the geometric model starts by the appropriate CAD software. The choice of geometric model to CAD is analogous to the choice. The various design related tasks which are performed by a modern computer-aided design system can be grouped into four functional areas: 1. Geometric Modelling 2. Engineering Anlaysis 3. Design review and evaluation 4. Automated drafting.

Geometric Modelling:
It is concerned with the computer compatible mathematical description of the geometry of an object. The mathematical description allows the image of the object to be displayed & ME 1356 CAD/CAM Lab Manual REC manipulated on a graphics terminal through signals from the CPU of the CAD system. The software that provides geometric modeling capabilities must be designed for efficient use both by the computer & the human designer. During the geomtric modelling computer converts the command into a mathematical model, stores it in the computer data files, and display it as an image on the CRT screen. Object can be represneted by geometric model by wireframe, surface model or solid model.Another feature of CAD system is color graphics capability. By means of color, it is possible to diplay more information on the graphics screen.

Engineering Analysis:
The analysis may involve stress-strain calculation, heat transfer computaion etc., of the system being displayed. The computer can be used to aid in this analysis work. It is often necessary that specific programs be developed internnaly vy the enginnering analysis group to solve particular design problem. In other situation, commercially available general purpose programs can be used to perform the engineering analysis. Analysis may be:
a. b.

Mass property analysis Finite element analysis: The analysis of mass properties is the analysis feature of CAD system which provides properties of solid object being analysed, such as the surface
2

area, weight, volume, centre of gravity and moment of inertia. In FEA the object is divided into large number of finite elements which form an interconnecting network network concentared nodes. By using a computer with significant computational Capabilities, the entire object can be anlysed for stress- strain, heat transfer coefficient at nodes. By determining the inter relating behaviours of all nodes in the system, the behaviour of the entire object can be assessed.

Design review & Evaluation:


Checking the accuracy of the design can be accomplished conveniently on the graphical terminal. Semiautomatic dimensioning and tolerance routines which assign size specification to surface indicated by the user help you to reduce the possibility of dimensioning errors. The designer can zoom in on part design details and magnify the image on the graphics screen for close scrutiny. One of the most important evaluation feature available on some computer aided design systems is KINEMATICS. The available kinematics packages provide the capability to animate the motion of the simple designed mechanisms such as hinged component & linkages. Commercial kinematics software available is ADAMS (Automatic Dynamic Analysis of Mechanical Systems).

Automated Drafting:
It involves the creation of hard-copy engineering drawings directly from the CAD data base. Most of the CAD systems are capable of generating as many as six views of the parts. Engineering drawings can be made into company drafting standard by programming the standards into the CAD system. Implementation of computer in the design stage becomes the subset of design process. Once the conceptual design materializes in the designer mind the geometric model starts by the appropriate CAD software. The choice of geometric model to CAD is analogous to the choice of a mathematical model to engineering analysis. A valid geometric model is created by definition translator, which converts the designer input into the proper database format. In order to apply engineering analysis in geometric model, interface algorithms are provided by the system to extract the required data from the model database to perform the analysis. In case of FEA, these algorithms from the finite element modeling package of the system. Design testing & evaluation may require changing the geometric model before finalizing it. When the final design is achieved the drafting & detailing of the model starts, followed by documentation & production of final drawings.

Geometric modelling:
A geometric modeling is defined as the complete representation of an object that includes in both graphical and non-graphical information. In computer-aided design, geometric modeling is concerned with the computer compatible mathematical description of the geometry of an object. The mathematical description of the geometry of an object to be displayed and manipulated on a graphics terminal through signal from CPU of the CAD system. The software that provides geometric modeling capabilities must be designed for efficient use of both by the computer and the human designer. To use geometric modeling, the designer construct the graphical image of the object on the CRT screen of the IGS system by inputting three types of commands to the computer. The first type of command generates basic geometric elements such as points, lines, and circles. The second command types is used to accomplish scaling, rotation or other transformations of these elements. The third type of command causes the various elements to be joined into desired shape of the object being created on the ICG system. During this geometric modeling process the computer converts the commands into mathematical model, stores it in the computer data files and displays it as an image on the
3

screen. The model can be subsequently being called from the data files for review, analysis or alteration. The most advanced method of geometric modeling is solid modeling in three dimensions. This method uses solid geometry shapes called primitives to construct the object. Basically there are three types of modelling, They are:
a. Wire Frame Modeling b. Surface Modeling c. Solid Modeling

Wire frame model Introduction:


This is the basic form of modeling; here the objects drawn will be simple but more verbose, geometric model that can be used to represent it mathematically in the computer. It is sometimes referred as a stick figure or an edge representation of the object. Typical CAD/CAM system provides users with possibly three modes to input coordinates: Cartesian, Cylindrical or Spherical. Each mode has explicit or implicit inputs. Explicit input could be absolute or incremental coordinates. Implicit input involves user digitizes..A wire frame model consists of points, lines, arcs, circles &curves. Early wire frame modeling techniques developed in 1960s were 2-dimensional. They are not centralized &associative. Later in 1970s the centralized, associative database concepts enabled modeling of 3D objects as wire frame models that can be subject to 3-dimensional transformations.

Wire frame entities:


Wire frame Entities are divided into 2 types are:
a. Synthetic Entities: Splines & Curves b. Analytic Entities: Points, lines, Circles,

arcs, conics, fillet, chamfer

Surface Modelling:
A surface model of an object is more complete and less ambiguous representation than it wire frame model. It is also richer in associated geometric contents, which make it more suitable for engineering and design applications. Surface model takes one step beyond wire frame models by providing information on surfaces connecting the object edges. Creating a surface have some quantitative data such as point & tangents & some qualitative data like desired shape & smoothness. Choice of surface form depends on type of application.

Surface Entities:
Similar to wire frame entities, existing CAD / CAM systems provide designers with both analytic and synthetic surface entities. Analytic entities include plane surface, ruled surface, surface of revolution, and tabulated cylinder. Synthetic entities include the bicubic Hermite spline surface, B spline surface, rectangular and triangular bezier patches, rectangular and triangular Coons patches, and Gordon surface. The mathematical properties of some of these entities are covered in this chapter for two purposes. First, it enables users to correctly choose the proper surface entity for the proper application. For example, a ruled surface is a linear surface and does not permit any twist while a B spline surface is a general surface. Second users will be in a position to better understand CAD/CAM documentation and the related modifiers to each surface entity command available on a system. The following are descriptions of major surface entities provided by CAD/CAM systems

Solid Modeling:
A solid model of an object is more complete representation than its surface model. It is unique from the surface model in topological information it stores which potentially permits functional automation and integration. Defining an object with the solid model is the easiest of the available three modeling techniques. Solid model can be quickly created without having to define individual locations as with wire frames. The completeness and unambiguity of solid models are attributed to the information that is related database of these models stores (Topology: It determines the relational information between objects.) To model an object completely we need both geometry & topological information. Geometry is visible, whereas topological information are stored in solid model database are not visible to user. Two or more primitives can be combined to form the desire solid. Primitives are combined by Boolean Operations. Different Boolean operations are:
1. Union(U) 2. Intersection(n) 3. Difference(-)

Solid entities:
There are a wide variety of primitives available commercially to users. However, the four most commonly used are the block, cylinder, cone, and sphere. These are based on the four natural quadrics: planes cylinders, cones, and spheres.

EXPERIMENT 1
Aim: To create a rectangle using extrude base/boss command. Procedure:
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12.

Open the new part drawing. Select the front plane. Go to normal to the selected plane and select sketch. Go to sketch and pick up the rectangle drawing tool. Now, go to the center of the selected plane and keeping the center as the midpoint, draw a rectangle. Select the smart dimension tool. Select the breadth side of the rectangle and enter the dimension as 20mm. Now, select the length side of the rectangle and enter the dimension as 40mm. Now, go to exit sketch. Select the extrude base/boss tool. Enter the extrude dimension as 20mm. Click on ok.

Result: The specified drawing is complete.

EXPERIMENT 1
Aim: To create a rectangle using extrude base/boss command.

EXPERIMENT 2
Aim: To create a hollow rectangular block using extrude boss/base and extrude cut command. Procedure:
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20.

Open the new part drawing. Select the top plane. Go to normal to the selected plane and select sketch. Go to sketch and pick up the rectangle drawing tool. Now, go to the center of the selected plane and keeping the center as the midpoint, draw a rectangle. Select the smart dimension tool. Select the breadth side of the rectangle and enter the dimension as 20mm. Now, select the length side of the rectangle and enter the dimension as 40mm. Now, go to exit sketch. Select the extrude base/boss tool. Enter the extrude dimension as 20mm. Click on ok. Now go to the sketch tab and select the top plane for sketching. Select the rectangle tool. Select the center of the plane and draw a rectangle such that the center of the rectangle and the plane coincide. Now, select smart dimension and set the dimensions equal to 10X30 mm. Exit sketch mode and go to the features pane. Select the extrude cut tool and select the sketch. In the extrude cut option panel select the cut through all option. Click ok.

Result: The specified drawing is complete.

EXPERIMENT 3
9

Aim: To create a hexagonal bolt using swept boss/base command and chamfer command. Procedure:
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23.

Open the new part drawing. Select the front plane. Go to sketch and select hexagon tool. Select the center of the plane and draw a hexagon. Use smart dimension to make the sides of hexagon equal to 20mm. . Now, exit sketch and go to extrude tool. Extrude the hexagon to 20mm. . Go to sketch and select circle tool. Draw a circle such that the center of the circle and the center of the center of plane and hexagon coincide. Use smart dimension to make the diameter equal to14mm. . Exit sketch and go extrude command. Extrude the circle by 100mm. . Now, select the top plane on the tip of the circular stem of the bolt and select sketch. Go to the circle command and draw a circle of 14mm diameter on the plane. Exit sketch and go to the feature tab and select helix/spiral tool under the curves command. Under the helix/spiral options, select height and pitch type of helix. Enter the height as 100mm and pitch as 6mm. . Now, select the tip of the helix and draw a triangular geometry on the tip of height 3mm and base 5mm. Go to the swept boss/base tool and then select the geometry and the helix as the path. Click ok. Draw a circle on the top side of bolt which touches all the polygon sides internally. Select fillet option in feature tab, in fillet select chamfer and enter distance 3mm and angle 60. Chamfer is done on hexagonal bolt.

Result: The specified drawing is complete.

EXPERIMENT 3
10

Aim: To create a hexagonal bolt using swept boss/base command and chamfer command.

EXPERIMENT 4
11

Aim: To create a helical gear using loft boss/base command. Procedure:


1. Open the new part drawing.
2. Select the front plane. 3. Go to sketch and select circle tool.

4. Select the center of the plane and draw two circles.


5. Use smart dimension to make the circle of diameter equal to 10mm.

6. Now, exit sketch and go to extrude tool. 7. Extrude the circle by 3mm. 8. Go to sketch and select center line tool. 9. Draw a geometry specified in the drawing using the line tool on the surface of the extruded circle.
10. Now, select the copy entities tool and select the opposite side of the extruded part and

copy the geometry to that side and select delete relationship.


11. Select the rotate tool and rotate the geometry on one side of the extruded part by 10o.

12. Exit sketch and go to the loft boss/base command. 13. Select the two geometries and loft the two geometries. 14. Now, select the circular geometry tool and select the lofted teeth. 15. Select the circular plane as the plane for pattern, and enter the number of patterns as 22.
16. Select the rectangle tool and make a rectangle of the specified on the inner circle of

diameter 4mm of the gear, for creating a notch. 17. Go to the extrude cut tool and select the rectangle and then select the cut through all option.
18. Click ok.

Result: The specified drawing is complete.

12

EXPERIMENT 4
Aim: To create a helical gear using loft boss/base command.

13

EXPERIMENT 5
Aim: To create a simple spring using helix and spiral command. Procedure:
1. Open the new part drawing. 2. Select the top plane.
3. Go to sketch and select circle tool.

4. Draw a circle of diameter 20mm. 5. Now exit sketch and go to the reference geometry tool in the features tab. 6. Select the helix and spiral tool and then select the circle. 7. Give the height of helix as 100mm and the pitch as 6mm. 8. Now, go to the circle tool and draw a circle of diameter 4mm at the tip of the helix such that the tip of the helix is the center of the circle. 9. Go to the swept boss/base command and select the circle as the reference geometry and the helix as the path.
10. Click ok.

Result: The specified drawing is complete.

14

EXPERIMENT 5
Aim: To create a simple spring using helix and spiral command. Image:

15

EXPERIMENT 6
Aim: To create an Allen key using swept boss/base command. Procedure:
1. Open the new part drawing.
16

2. Select the front plane. 3. Go to sketch and select line tool. 4. Draw a two lines perpendicular to each other and joined together at one end so that they form a L shape. 5. Make the longer side equal to 100mm and smaller side equal to 30mm. 6. Go to the fillet tool and select the two parallel lines and at the corner, make a fillet of radius 3mm. 7. Exit sketch and go to the reference geometry tool and select plane. 8. Draw a plane opposite to the plane of the longer side of L and perpendicular to the edge of the smaller side. 9. Select that plane and draw a hexagon of radius 3mm such that the center of the hexagon lies on the tip of the L. 10. Now, exit sketch and go to the Swept boss/base tool. 11. Select the hexagon and the L as the path to sweep the hexagon. 12. Click ok.

Result: The specified drawing is complete.

17

EXPERIMENT 6
Aim: To create an Allen key using swept boss/base command. Image:

18

EXPERIMENT 7
Aim: To create a base of a plumber block. Procedure:
1. Open the new part drawing. 2. Select the front plane and select the line tool. 3. Draw the specified geometry. 4. Now, use smart dimension and make the sides of the geometry as specified in the drawing. 5. Select the center line tool and draw a center line. 6. Make the distance between the center line and the inside of the geometry equal to 20mm. 7. Now exit sketch and go to the revolve boss/base command. 8. Select the geometry as the entity to be revolved and then select the center line as the axis. 9. Click ok.

Result: The specified drawing is complete.

19

EXPERIMENT 7
Aim: To create a base of a plumber block. Image:

20

EXPERIMENT 8
Aim:
To analyze a hook using Simulation Express.

Procedure:
1. Open the new part drawing. 2. Go to the tutorials section and open the Simulation Express.
3. Open the hook drawing given as example in the tutorial.

4. Select the simulation express tool and start it. 5. Now, select the fixtures on the hook and click next. 6. Apply the load on the hook at the specified point and also give the amount and direction of force. Enter the amount of force as 1500N in reverse direction. 7. Now, select the material of the hook. Set it to Alloy Steel. 8. Run the simulation. 9. Play the simulation and check if the hook is deforming as you had planned. 10. Now, select the Von Mises graph and print it. 11. Select the displacement graph and print it.

Result:
The analysis is complete.

21

EXPERIMENT 8
Aim:
To analyze a hook using Simulation Express.

Image:

22

23

Displacement analysis graph

24

Von Mises stress analysis graph

25

Vous aimerez peut-être aussi