0% found this document useful (0 votes)
9 views156 pages

AUTOCAD Tutorial 1

The document outlines a task for students in the Electromechanical Engineering department to generate G code using Automatically Programmed Tool (APT) for a specified part. It includes instructions for defining points, lines, planes, and circles in APT syntax. Additionally, students are asked to rate their ability to solve the problem on a scale of 1 to 4.

Uploaded by

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

AUTOCAD Tutorial 1

The document outlines a task for students in the Electromechanical Engineering department to generate G code using Automatically Programmed Tool (APT) for a specified part. It includes instructions for defining points, lines, planes, and circles in APT syntax. Additionally, students are asked to rate their ability to solve the problem on a scale of 1 to 4.

Uploaded by

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

DEPARTMENT OF

ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a
side. Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a
side. Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a
side. Rate your ability to solve the problem
1 2 3 4
P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.
DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown
a side. Rate your ability to solve the
problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown
a side. Rate your ability to solve the
problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown
a side. Rate your ability to solve the
problem
1 2 3 4
P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.
DEPARTMENT OF
ELECTROMECHANICAL ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a
side. Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a
side. Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a
side. Rate your ability to solve the problem
1 2 3 4

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.
DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a
side. Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a
side. Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a
side. Rate your ability to solve the problem
1 2 3 4
P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.
DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a
side. Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a
side. Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a
side. Rate your ability to solve the problem
1 2 3 4
P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.
DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a
side. Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a
side. Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a
side. Rate your ability to solve the problem
1 2 3 4
P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.
DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part
shown a side. Rate your ability to solve the
problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part
shown a side. Rate your ability to solve the
problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part
shown a side. Rate your ability to solve the
problem
1 2 3 4
P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.
DEPARTMENT OF ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a side.
Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a side.
Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a side.
Rate your ability to solve the problem
1 2 3 4
P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.
DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part
shown a side. Rate your ability to solve
the problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part
shown a side. Rate your ability to solve
the problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part
shown a side. Rate your ability to solve
the problem
1 2 3 4
P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.
DEPARTMENT OF ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a side.
Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a side.
Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a side.
Rate your ability to solve the problem
1 2 3 4
P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.
DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part
shown a side. Rate your ability to solve the
problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part
shown a side. Rate your ability to solve the
problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part
shown a side. Rate your ability to solve the
problem
1 2 3 4
P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.
DEPARTMENT OF ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a side.
Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a side.
Rate your ability to solve the problem
1 2 3 4

DEPARTMENT OF ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown a side.
Rate your ability to solve the problem
1 2 3 4
P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.
DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown
a side. Rate your ability to solve the
problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown
a side. Rate your ability to solve the
problem
1 2 3 4

DEPARTMENT OF
ELECTROMECHANICAL
ENGINEERING
FOURTH YEAR 2nd SEMESTER
CAM
DATE:6/03/2025

Generate the G code using Automatically


Programmed Tool (APT) for the part shown
a side. Rate your ability to solve the
problem
1 2 3 4
P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.

P0 = POINT/1.0, 1.2, 1.3 specifies a point at XYZ coordinates 1.0, 1.2, and 1.3, respectively.
P1 = POINT/INTOF L1, L2 specifies a point at the intersection of lines L1 and L2, which must have been
defined prior to the statement.
P2 = POINT/YLARGE, INTOF, L3, C1 specifies a point at the intersection of line L3 and circle C1 at a Y position above
the centre point of the circle.
L1 = LINE/P0, P1 specifies a line by two points, previously defined.
L1 = LINE/1.0, 1.2, 1.3, 2.0, 2.1, 2.3 specifies a line by two points, given as explicit coordinates.
L2 = LINE/P2, PARLEL, L1 specifies a line through point P2 and parallel to line L1.
L3 = LINE/P1, RIGHT, TANTO, C1 specifies a line through point P1 and tangent to circle C1 on the right side of the
centre point.
L4 = LINE/P1, ATANGL, 45, L1 specifies a line through point P1 at an angle of 45o to line L1.
PL0 = PLANE/P0, P1, P2 specifies a plane through three, non-colinear, previously defined points.
PL1 = PLANE/P3, PARLEL, PL0 specifies a plane through a point P3 parallel to a plane PL0.
C0 = CIRCLE/CENTER, P0, RADIUS, 1.0 specifies a circle of radius 1 from a centre point of P0.
Thank You
Draw the diagram below using Autocad software. Use a scale of 1:1. Also dimension this object

Examination Irregularity is punishable by expulsion Page 61 of 156

You might also like