0% found this document useful (0 votes)
33 views3 pages

CNC Report PDF

The student designed a 3D model using Solidworks CAD/CAM software, specified the stock material and selected machine operations and tools. The G-code generated was run on a Knuth 3-axis CNC machine. Key G-code commands like G00, G01 and G02 control rapid tool movement and cutting paths. The final commands G28 and M30 return the tool to home and end the program. Modal commands like feed rates remain in effect until changed, while non-modal single commands execute only once. Safety features on the CNC include an emergency stop and protective glass.

Uploaded by

Motasem Mrwan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views3 pages

CNC Report PDF

The student designed a 3D model using Solidworks CAD/CAM software, specified the stock material and selected machine operations and tools. The G-code generated was run on a Knuth 3-axis CNC machine. Key G-code commands like G00, G01 and G02 control rapid tool movement and cutting paths. The final commands G28 and M30 return the tool to home and end the program. Modal commands like feed rates remain in effect until changed, while non-modal single commands execute only once. Safety features on the CNC include an emergency stop and protective glass.

Uploaded by

Motasem Mrwan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

German Jordanian University

\ School of Applied Technical Sciences


Department of Industrial Engineering
Manufacturing Processes Lab IE3250
Second Semester 2021/2022

Student Name: Mutasem Bellah Flefil ID: 20161102053_______________

Section:__3____________________

Experiment 10: CNC

• Mention all steps done in the design stage using the CAD/CAM software ( Solidworks )
We first created the 3D model in the CAD part

We then specified the stock and the material kind

We then choose the machine to be used and selected the operations to be done

Then the tool was selected and how it will cut the workpiece and generated its toolpath

And then we got the gcode needed to carry out the operations

• Give 3 examples of setup commands and their functions in the G-Code.

G00 used for rapid movement of tool when not cutting, G01 the tool cuts in a straight line from one position to

another. G02 The tool cuts in a circular path in a clockwise direction.


• Fully explain all commands in the line “N2040 G01 X-75.000 Y-4.500 F300.0”

At command at line number of 2040 the tool will cut in a straight path to the point -75 on x-axis,

-4.5 in the y-axis relative to a certain specified point. And the feed rate will be 300

• What exactly do single line commands such as; “X41.250”, “Y4.000”, or “Z-0.500”?

They signify the destination of the tool path

• What was the final command given at the end of the program? (Brief explanation).

G28 to return the tool home at (0,0,0), M09 to turn the coolant off, M30 to end the program and stop the machine

• According to the Solidworks the program execution time is (around 30 minutes)

• The model of CNC machine that executed the program is ( Knuth ), this

machine has ( 3 axis)

• The tool used in the process is called ( End Mill ) it has a diameter of ( 10 mm)

and is made from ( Carbide )

• What is the difference between modal and non-modal commands, mention an example for each one?

Modal commands are commands are ones that are executed and keep on being executed or stay in effect until

canceled or replaced with another command. Non modal commands are executed only once.

• What safety features are on the CNC machine?

Emergency stop button


Protective glass

You might also like