Mechprof.com

Mechprof.com is The platform to learn Designing, Digital Manufacturing , manufacturing, simulation , CAM , CAD design, operation research, industrial engineering, mechanical tools, design, AutoCAD , Ansys, solidworks.

Recent Updates

Monday, October 18, 2021

CNC Machining Tutorial-12 (Threading-2)

 CNC Machining Tutorial-12 (Threading-2):-

Before starting this Tutorial let's first discuss about some different terms and codes for a threading program or threading operation:-

G32 :- Threading Cycle

For more understanding regarding basics of threading and the various terms please go through this--- https://www.mechprof.com/2021/10/cnc-machining-tutorial-10-threading.html 

Problem: we have to work on cylindrical block of 90mm length and 65mm diameter to make the workpiece like as shown in the image (i.e. the thread length should be 80mm ) :- 

The desired product should look like this

Mathematical Calculation & Assuming values:-

Pitch (P) = 3.5mm
Major Dia. = 65mm
L= 80mm

Depth of cut  = 0.6134p = 0.6134*3.5 = 2.1469mm
Minor Dia. = 30-2(2.1469) = 60.7062mm


Solution:- The Code and the machined workpiece is :--

CODE:-

O1193;
G40G80;
G28U0W0;
T0101;
M03S350;
G00X66Z3;
G00X64.8Z3;
G32X64.8Z-80F3.5;
G00X66Z-80;
G00X66Z3;
G00X64.4Z3;
G32X64.4Z-80F3.5;
G00X66Z-80;
G00X66Z3;
G00X64Z3;
G32X64Z-80F3.5;
G00X66Z-80;
G00X66Z3;
G00X63.6Z3;
G32X63.6Z-80F3.5;
G00X66Z-80;
G00X66Z3;
G00X63.2Z3;
G32X63.2Z-80F3.5;
G00X66Z-80;
G00X66Z3;
G00X62.8Z3;
G32X62.8Z-80F3.5;
G00X66Z-80;
G00X66Z3;
G00X62.4Z3;
G32X62.4Z-80F3.5;
G00X66Z-80;
G00X66Z3;
G00X62Z3;
G32X62Z-80F3.5;
G00X66Z-80;
G00X66Z3;
G00X61.6Z3;
G32X61.6Z-80F3.5;
G00X66Z-80;
G00X66Z3;
G00X61.2Z3;
G32X61.2Z-80F3.5;
G00X66Z-80;
G00X66Z3;
G00X61Z3;
G32X61Z-80F3.5;
G00X66Z-80;
G00X66Z3;
G00X60.7.62Z3;
G32X60.7062Z-80F3.5;
G00X66Z-80;
G00X66Z3;
G28U0W0;
M05;
M30;


The Machined Workpiece:-
Machined Workpiece  ( Machined with SSCNC Fanuc-oit)

NOTE :- The Software used for the operation is SSCNC (Fanuc-oit)

Thank you ...



4 comments:

  1. Nice and essential information, this information is very useful and informative which you have shared here. It is very knowledgeable information and beneficial for beginners to develop their knowledge. Thanks for sharing it. Preet Tractor

    ReplyDelete
  2. I found decent information in your article about Manufacturing kpi dashboard. I am impressed with how nicely you described this subject, It is a gainful article for us. Thanks for sharing it.

    ReplyDelete
  3. You are sharing an especially suitable message right here about Laser Cutting Services. It is a considerable and additionally legitimate article for us. Thankful to you for sharing a brief article comparable to this.

    ReplyDelete

If you have any doubts let me know.