You are on page 1of 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

machine has ( 3 axis)

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

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