Manufacturing Technology (ME461) Lecture1
Manufacturing Technology (ME461) Lecture1
Technology, Lecture 1
Date: 20/05/2016
Instructor: Shantanu
Bhattacharya
Manufacturing Systems
Approach
Definition of Manufacturing Technology:
Manufacturing technology provides the tools that enable production of all
manufactured goods. These master tools of industry magnify the effort of
individual workers and give an industrial nation the power to turn raw materials
into the affordable, quality goods essential to todays society.
Manufacturing technology provides the productive tools that power a growing,
stable economy and a rising standard of living. Thus manufacturing process really
represents adding value to a raw material and creation of wealth.
Replenish
Sales
fluctuations
Output
Manufacturing
Facility Add
Value
Input
Social Pressure
Manufacturing
System
comprising of
manufacturing
processes
Production rate,
quality and
delivery
Profit
Reputation
Resources and
plans
Wealth
Manufacturing
Process is the key
to wealth
generation
Manufacturing Enterprise
For a manufacturing enterprise of the twenty first century business environment
the customer is the king.
The business environment is characterized mainly by products of increasing
variety and lower demand.
This has led to the empowerment of Customer individualism as a central theme
of all businesses.
This necessitates the manufacturing of highly customized products sometimes
customized to the needs and necessities of individual customers.
Historically the 1970s were dominated by the cost of product as a main lever
to obtain competitive supremacy.
Later 1980s were dominated by the low cost, high performance, high
quality product.
Currently, the customer takes high quality and low cost to be granted and is
more focused to other factors like:
1.Finding out his exact product expectation and requirement
(customization)
2.Reduced delivery lead times.
3.Environmental issues like reduced waste generation etc.
Manufacturing Enterprise
So the current focus of any manufacturing enterprise is to
develop a mechanism to understand the customer
needs and develop internal mechanisms to respond
to the changing needs quickly and inexpensively.
So most of the factories follow the reverse direction
thinking that build products from customer needs
and expectations.
In other words we can say that a future successful
manufacturing organization will be a virtual corporation
that is instantaneously responsive to customer
needs. (Industry consortium on twenty first century
manufacturing , Goldman and Priess)
Manufacturing Enterprise
We know how the various
functional organs of any
manufacturing enterprise
such as finance, sales and
marketing, design and
manufacturing and human
resources receives feedback
about product, product
attributes and market
segments.
That is also one of the
reasons why customer plays a
pivotal role.
Corporate objectives such as growth in market share, profitability,
workforce stability, and other financial measures associated with any
manufacturing enterprise emanate from the study of the market place.
Modern manufacturing
A historical perspective of
modern manufacturing
Numerically Controlled
Machines: A historical
Perspective
The first successful numerical machine tool was developed at MIT under
a subcontract from Parsons Corporation, Michigan on Air force funding in
1950.
Automatic tool changers and indexing worktables were added in 1960s.
During this period the concept of DNC (direct numeric control) in which
several NC machines are linked to a main computer was developed.
Control system development in 1971 was the next milestone which lead
to the development of microcontroller controlled NC machines also
called CNC machines.
The major advantage of a CNC machine was in its ability to store part
programs and also interact with other controllers or central computer
which led to the development of distributed NC systems wherein several
CNC machines would be connected to a central host computer.
The power of the NC machines were further enhanced in 1980 by
making them capable of carrying hundreds of tools, having multiple
spindles and controlling movements upto 6 axis.
ROBOTICS
The word was satirically used for the first time in the play
Rossums Universal Robots written by Karel Capek in 1921
and indicated forced labor.
Since then robotics has really witnessed a series of
technological changes.
The technology for the current generation of industrial
robots was developed simulataneously by C.W. Kenward in
Great Britain in 1954 and G.C. Devol in United States.
The first computer type robot programming language was
developed a Stanford Research Institute in 1973 wherein
the language AL was developed.
Nowadays robots are used for a variety of applications like
painting, welding, material handling and assembly.
Topics to be covered
(Computer Aided Design,
CAD)
1.
2.
3.
4.
5.
6.
7.
Topics to be covered
(Geometric Modeling)
1.
2.
3.
4.
1.
2.
3.
4.
5.
6.
Topics to be covered
(Computer Aided Process
Planning)
Topics to be covered
(Automated material handling and storage
systems)
1.
2.
3.
4.
5.
6.
Topics to be Covered
(Quality Engineering)
Quality engineering, Statistical Process Control
and automated inspection systems:
1. Understanding the meaning of Quality.
2. Dimensions of Quality.
3. Quality Costs (Prevention costs, Appraisals cost,
Internal failure cost, External failure cost)
4. Framework for quality improvement.
5. Failure mode effect analysis.
6. Improving product quality during the production
phase.
7. Automated Inspection (on-line/ in- process and
post process inspection method).
Topics to be Covered
(Japanese Manufacturing
Systems)
Topics to be Covered
(Manufacturing planning and control systems)
1.
2.
3.
4.
5.
6.
Evaluation Criteria:
1 Midterm, Final examination and
Term paper.
S.No.
Criteria
Midterm
30 marks
Final Exam
40 marks
Term paper
30 marks
Important points
Attendance in classes is very
important for continuity of
understanding. Topics discussed are
related and understanding of one
topic may depend on prior learnt
topics and whatever is covered in the
class would be thoroughly evaluated
in the term paper.
No duplication of each others work is
permissible in assignments. Grading
will be done based on originality of
the answers as per instructor
CAD/CAM systems
Introduction to Geometric
Transformation
Computer graphics plays an important
role in the product development process
by generating, presenting, and
manipulating geometric models of objects.
During the product development process,
for proper understanding of designs, it is
necessary not only to generate geometric
models of objects but also to perform such
manipulations on these objects as
rotation, translation and scaling.
Introduction to Geometric
transformation
Essentially, computer graphics is concerned with
generating, presenting and manipulating models of
an object and its different views using computer
hardware, software and graphic devices.
Usually the numerical data generated by a computer
at very high speeds is hard to interpret unless one
represents the data in graphic format and it is even
better if the graphic can be manipulated to be
viewed from different sides, enlarged or reduced in
size.
Geometric transformation is one of the basic
techniques that is used to accomplish these graphic
functions involving scale change, translation to
another location or rotating it by a certain angle to
get a better view of it.
Geometric Transformation
Two dimensional transformation:
2-D transformation
Example : In the figure above, suppose the initial coordinates of vertices A,B,C are
(1,3), (4,5), and (5,3.5), respectively. Determine the coordinates of new vertices A, B
and C after translating the triangle by a distance D= [7, -2]T (where T represents
transpose). Verify that the lengths of the edges of the triangle are unchanged.
2-D transformation
2-D transformation
Scaling
2-D transformation
Rotation:
Rotation in 2D space is defined as moving
any point (x,y) of an object to a new position
by rotating it through a given angle about
some reference point. Positive angles are
measured counterclockwise from x to y. The
mathematical expression for the rotating
transformation is not as obvious as the
formulas for translation and scaling
2-D transformation
(Rotation)
3-D transformation
3-D transformations are similar to 2-D transformations in both definition
and derivation. We provide 3-D transformations in matrix form as
follows:
Translation: In this case we translate a point V(x,y,z) by (dx, dy, dz) to
point V(x,y, z). This can be expressed in matrix form as
Homogeneous
transformation
Homogeneous
Transformation
Composition of
Transformation
In practice, series of transformations may have to
be applied to an object.
The techniques for combining series of
transformation are very useful in these cases.
The final process of composition is accomplished
by multiplying [H] matrix of various compositions.
The process is also known are compounding or
concatenation of [H].
V= [Hn] [Hn-1] . [H1] V