Experiment No 7
Experiment No 7
Draw a circle with CNC programming and perform experiment to construct the circle with CNC
milling machine.
Apparatus:
CNC milling machine
Workpiece material (paper)
Drawing tool (pencil)
Computer with CNC programming software
Diagram:
Theory:
CNC (introduction):
Computer Numerical Control (CNC) is a manufacturing process that involves the use of
computer software to control the movement and operation of machine tools. CNC milling
is a common application of this technology used to produce precise and complex shapes
on various materials such as metals, plastics, and wood. In this experiment, we will
demonstrate how to draw and construct a circle using CNC programming and a milling
machine.
USES:
1. The G-code language is widely used in the CNC industry and provides a standardized
method of programming CNC machines.
2. The circular interpolation command is a useful tool for creating circular shapes,
which are commonly used in many industries.
3. CNC milling machines can be used to produce a wide range of shapes and parts, from
simple circles to complex three-dimensional objects.
Procedure:
1. Design the circle in CAD software and generate the G-code program for the CNC
milling machine.
2. Load the workpiece material onto the milling machine's bed and secure it in place.
3. Set the origin point (0,0) for the workpiece material on the CNC milling machine.
4. Load the G-code program into the CNC milling machine's control software.
5. Turn on the milling machine and execute the G-code program to begin
milling the circle.
6. Once the milling process is complete, remove the workpiece material from the machine.
7. Inspect the circle for accuracy and measure its dimensions with a caliper or other
measuring tool.
Program:
G01 X-1 Y1
G01 X1 Y1 F4
G01 X1 Y-1
G01 X0 Y-1
G90 G00 XO YO Z1
M30
Result:
Comments:
1. CAD software is commonly used in the design of parts and components for CNC milling.
2. It is important to securely fasten the workpiece material to the milling machine to prevent
movement or damage during the milling process.
3. The origin point is a critical reference point for CNC milling and must be set accurately
to ensure proper part alignment and positioning.
4. It is important to inspect the resulting circle for accuracy and measure its dimensions to
ensure that it meets the desired specifications.
Experiment no 8
Draw a Square with CNC programming and perform experiment to construct the circle with
CNC milling machine.
Apparatus:
• CNC milling machine
• Workpiece material (paper)
• Drawing tool (pencil)
• Computer with CNC programming software
Diagram:
Theory:
CNC (introduction):
Computer Numerical Control (CNC) is a manufacturing process that involves the use of
computer software to control the movement and operation of machine tools. CNC milling
is a common application of this technology used to produce precise and complex shapes
on various materials such as metals, plastics, and wood. In this experiment, we will
demonstrate how to draw and construct a circle using CNC programming and a milling
machine.
USES:
1. The G-code language is widely used in the CNC industry and provides a standardized
method of programming CNC machines.
2. The circular interpolation command is a useful tool for creating circular shapes, which
are commonly used in many industries.
3. CNC milling machines can be used to produce a wide range of shapes and parts, from
simple circles to complex three-dimensional objects.
Procedure:
1. Design the Square in CAD software and generate the G-code program for the CNC
milling machine.
2. Load the workpiece material onto the milling machine's bed and secure it in place.
3. Set the origin point (0,0) for the workpiece material on the CNC milling machine.
4. Load the G-code program into the CNC milling machine's control software.
5. Turn on the milling machine and execute the G-code program to begin milling the
Square.
6. Once the milling process is complete, remove the workpiece material from the machine.
7. Inspect the Square for accuracy and measure its dimensions with a caliper or other
measuring tool.
Program:
G90 G40
G00 X0 Y0 Z0 F2
G01 X0 Y-1
G01 X-1 Y-1
G01 X-1 Y1
G01 X1 Y1 F4
Result:
Comments:
1. CAD software is commonly used in the design of parts and components for CNC milling.
2. It is important to securely fasten the workpiece material to the milling machine to prevent
movement or damage during the milling process.
3. The origin point is a critical reference point for CNC milling and must be set accurately
to ensure proper part alignment and positioning.
4. It is important to inspect the resulting circle for accuracy and measure its dimensions to
ensure that it meets the desired specifications.