127 Sets Processing 4000mm 127 Sets High-Precision CNC Lathes
15 Years of Experience

CNC Knowledge: Use CAM software to deal with alien threading methods

1 Preface Under the development trend of vigorously developing advanced manufacturing and transforming and improving traditional industries, the structure of mechanical parts will inevitably develop in a more complicated and precise direction. Alien threads are widely used in the connection between connection equipment, ships, aerospace and other industries. Due to the large cutting force, the […]

cnc knowledge: use cam software to deal with alien threading

1 Preface

Under the development trend of vigorously developing advanced manufacturing and transforming and improving traditional industries, the structure of mechanical parts will inevitably develop in a more complicated and precise direction. Alien threads are widely used in the connection between connection equipment, ships, aerospace and other industries. Due to the large cutting force, the technical skills are high, the roughness of the processing surface is not suitable for processing large-shaped threads with high guidelines or high precision, and it is difficult to effectively control in quality terms. The method of using manual compilation macro program has greatly improved the accuracy compared with the training knife, but its characteristic is that the use of mathematical geometric formula instructions to control the tool processing path, but the difficulty of preparing High macro programming and thread section data need to be converted into a CNC processing program with complex logic judgment. In response to the above deficiencies, through active exploration and bold innovation, a method of using CAM software to use CAM software to cut off alien threads.

2 Technical analysis and difficulty

2.1 Analysis of extraterrestrial thread tooth shape

Circular cable-shaped wire (see Figure 1) The wire distance is 44mm, the tooth height is 0.55p = 24.2mm, the wire is 400mm, the upper arc of the top tooth R1 = 6.76mm, the lower arc R2=9.72MM, the tooth shape and circle threads and trapezoids are the same, both are 30°, and the wire contact height is between the round wire and the trapezoid wire. When processing programming, you need to use a knife arc to approach the part contributions node to calculate the shape curve of the knife arc to eliminate the adjustment part.

Figure 1 Trapezoidal Circular Wire Specification

Threaded sagon (see figure 2) The distance of the separator is 10 mm, the tooth height is 0.575p = 5.75 mm, the thread is 300 mm large diameter, the roof arch R1 = 0.75 mm , the lower arc R2 = 1.24mm, after the wire Rotation, after the screw rotation, after the screw rotation, the large diameter is not practical, and the dental corner is of 45°. single-way stress.

WeChat Picture_20230420094100.png

Figure 2 Sawtooth thread signal

During the processing method of large guide thread, the method of previous adjustment and then gradual cutting is adopted. Change the thread cycle through program control. -Shaped section.

WeChat Picture_20230420094103.png

Figure 3 Specification of trapezoidal wire layered car

2.2 Design of the processing tool

(1) The efficiency and surface quality of the tool selection of the tool depends on the selection of the threading knife specifications. If the normal thread processing method is adopted, large tool processing is selected. lead to deformation of the part and increase wear of the machine transmission. Select the knife in the knife along the wire contour line, which will greatly reduce the cutting resistance. Generally, the following points are considered a wire knife.

1) The matching of the shape of the thread tooth and the shape of the tool.

2) The tool width and r angle should be smaller than the smallest section size of the bottom of the thread.

3) Whether the blade material can meet the processing performance of the cut material.

4) Whether the tool can establish a practical operation logic relationship with the shape of the thread section.

(2) The design of the knife route design is the movement trajectory of the knife relative to the processing workpiece during lathe processing. Among the parts, its design is reasonable. Although the step distance reduction method can improve the surface roughness and precision to a certain extent, it will prolong the processing time and reduce the processing efficiency. In order to take into account precision and efficiency, the tool can process the workpiece in different feeding methods. Material, blade groove and thread distance. At present, there are three types of feeding methods: side-facing feeding method, radial feeding fertility and alternate feeding method. Determine the following principles in general.

1) Select the appropriate cutting rhythm to ensure the precision of workpiece processing parts.

2) Rotate the knife path and reduce the excess knife time.

3) Convenient value calculation, reduced programming difficulty and easy to check wrong points.

4) Control the number of segments and reduce the burden of machine reading.

2.3 Design of the alien thread processing program

Alien Cross section wire has a variety of tooth shapes. The alien wire is basically a large curved threaded screw, and the cutting force of the tools to generate the workpiece is not easy to master. The processing tool is usually an arc tank knife. The main idea is to use the NX 3D programming function to collect the coordinate point of the alien thread section, and through scientific replacement and verification, the process of finally obtaining the filming processing is finally achieved . The development process of the alien thread program is shown in Figure 4.

WeChat Picture_20230420094107.png

Figure 4 Alien thread program development process

3 Development implementation process

The thread program developed by this scheme successfully processed the trapezoidal threads, sawtooth threads and trapezoidal threads mentioned above. It should be noted that this method is also applicable to processing rectangular and conical threads (parabolic, bilateral), etc. The following analysis is the method to create the TY400X44 trapezoidal thread processing program.

3.1 Determine the thread section

TY400X44 thread (see figure 5) The thread distance is 44mm, the tooth height is 0.55p=24.2mm, the thread is 400mm, the upper arc of the top of the tooth R1=6, 76 mm, the lower arc R2 = 9.72 mm,WeChat Picture_20230420094110.pngEssence The theoretical contour section data is obtained according to the GB/T 10051.5-2010 standard, and the CAD is drawn by 1:1. When processing programming, you need to calculate the contour node of the parts, from so that the knife arc is cut to cut the shape curved surface of the fittings to ensure the surface roughness value RA=3.2μm and the tolerance to the wire.

WeChat Picture_20230420094113.png

Figure 5 Section TY400X44 Thread Basic

3.2 Cutter Cutting Analysis

The 8mm wide groove knife is used to enter the knife in turn along the contour line of the wire, as shown in Figure 6, which will greatly reduce the cutting resistance. Use CAM programming to use a threaded knife to ensure the following points: ① The knife head crumbs should be smooth. ② The width of the knife and the angle R should be smaller than the smallest section size of the bottom of the thread. ③ Whether the blade material can meet the processing performance of the cut material. ④ Software knife library settings correspond to the actual threaded knife.

WeChat Picture_20230420094117.png

Figure 6 Analysis of knives and threading tooth shape

3.3 QR Data Import NX 3D SOFTWARE

After confirming the erroneous two-dimensional contour, it needs to be converted into a three-dimensional model, and the specific operation is as follows.

Open the NX software.

3.4 Descartes coordinate parameters

Threads are usually set on the theoretical axis on CNC machines. , then the XM+ facing the wire is rounded, then the ZM+ facing the screw end surface, as shown in Figure 7.

WeChat Picture_20230420094119.png

Figure 7 Coordinate system settings

The processing module entry must also define the processing coordinate system. The y value does not exist in the lap coordinate system, and it exists in the map coordinate system. Later use of the milling thread section function will be used, but it will ultimately be omitted when transitioning from the program to the turning process.

3.5 Make the milling processing knife route

(1) Create a rugged single tooth outline[1]Only curved data of a tooth is required in the following tracking settings settings. The operation steps are as follows: Enter the sketch → draw the stretch area line box → Select the stretch command → Select the stretch outline → The stretch thickness is 5mm → Confirm . The creation model is shown in Figure 8.

WeChat Picture_20230420094122.png

Figure 8 Create a template

(2) specify the processing method[2] By entering the processing application module, it can provide functions such as interactive programming and post-procedure. The main idea of ​​this processing scheme is to convert the knife path trajectory generated by NX to powerful milling functions to complete the processing of alien wire. The selected processing method is mill outline subprocess, and the subtype is Cavity_mill. Because it can accurately control the tool rules and clearly until grinding, it is especially suitable for the rough car knife path for the large time-shaped threaded wire.

(3) Enter the specifications of the tool specifications and enter the selected tool specifications in the parameter table. can be improved for a long time.

(4) Select the curved contour that needs to be processed in the digital mold created by the cutting area. Enter the sketch interface to draw the frame that needs to be cut. path of the knife. In order to increase the accuracy of the generation program, the internal and external tolerance options in the cutting parameter should be set to 0.01 mm.

(5) Adjust the processing vector of the knife shaft. The intention of the carteial coordinate parameters, i.e. to facilitate the X value generators of the program can be directly used in the lathe processing coordinate system.

(6) DAO route trace parameters[3] This parameter is the most critical in the production of grinding and knife path processing. Set the maximum step distance to a constant 6mm, the cutting mode is one way, the depth of the public cutting depth of each knife is 0.1mm.

3.6 Generate simulation grinding and cutting knife route

After the previous round of preparation, generate a simulation knife path in the operation module. the path of the lower knife. If the knife path cutting trajectory and parameters are found during checking, the setting should be adjusted again.

WeChat Picture_20230420094126.png

Figure 9 Simulation Grinding Knife Route

3.7 Post-procedure export program

Export confirmed knife path as processing program. The general program header uses CNC G code instructions to define basic instructions such as knives, coordinate start, and speed walk knives.

3.8 Format and verification of the replacement program

Because it is generated by the die machine processing program, it cannot be used in CNC lathe processing, so the G code of the program needs to be replaced for the program to apply to processing towers. The specific operation steps are as follows. Replacement and verification of the thread program is shown in Figure 10

WeChat Picture_20230420094129.png

Figure 10 Thread Program Replacement and Verification

1) Program header increases traffic allocation[4]Including R44 thread processing length, R45 thread large diameter, R4 thread distance, R47 radial retractor position, main axis speed and machine tool diameter, etc.

2) Replace the G00 by quickly raising the knife to x = R47.

3) Change the Y value to G33 Z=R44 K=R40. Complete the thread instructions.

4) Replace the Y value with space.

After the replacement operation is completed, use the simulator to test the program thread to verify. Since this discussion program is developed for the first time, the actual processing test parts are required to verify. In the DVT160 CNC Vertical Lathe Trial Trial Trial device (see Figure 11), this processing method is safe and reliable.

WeChat Picture_20230420094133.png

Figure 11 wire test cut

The above is the production method of wire rough car program.

4 Analysis of innovation points in the development process

During the development process, it mainly focuses on the coordinates of the knife and the coordinate point of the exotic section. There are the following points of innovation.

4.1 Knife Conversion Ideas

Traditional alien threads are processed using imitation tools, so the processing efficiency is low, the error rate is high, and the quality is unstable. In this solution, the software is set to configure a vertical milling cutter to convert into a straight switch to complete the tool innovation. The diameter of the vertical groove is 8mm, and the bottom of the blade is r = 0.8mm, which is consistent with the width of the thread groove knife and the angle r, as shown in Figure 12. In this way, it can easily convert NX generation grinding points into car coordinate point. During the operation, you only need to determine whether the knife width and R angle can meet the smallest section size of the bottom of the teeth, without having to spend time artificially analyzing the complex logical calculation relationship.

WeChat Picture_20230420094137.png

Figure 12 Tool conversion

4.2 Concise axis conversion

Since the software generates the milling route, the value there will inevitably exist in the program. of the x axis in the cutting direction settings. The processing program generated in this way can be consistent with the actual car coordinate axis.

4.3 Program format conversion

Since the processing program is generated, it cannot be used in CNC lathe processing. Firstly, the program header should be added to increase the circulating allocation, including R44 wire processing length, R45 wire large diameter, R40 wire distance, knife position radial R47, spindle speed and increase in diameter reading conversion command (diamof). Replace the G00 quickly increased the knife value to x = R47, so that the wire can be fixed to open an empty wire distance in each x direction. Change the Y value of the casting to G33 Z=R44 K=R40. Machined according to the automatic start point of the X coordinate point and the z value cycle, until the end of the thread.

5 final words

Through the development schemes of the wire program mentioned above, the hook-shaped circular wire (see figure 13), the polyphonal wire (see figure 14) and the sawtooth thyroid (see figure 15) were processed successfully. The thread specifications currently produced by our company are mainly trapezoidal threads. Relying on powerful CAM-assisted manufacturing to generate coordinate points, it does not require complex computer logic relationships. After optimizing production and processing, you can give full play to the advantages of fast processing efficiency, high product precision and stable quality, and provide new ideas for the development of future smart manufacturing.

WeChat Picture_20230420094141.png

Figure 13 Crochet Gradient Circular Yarn

WeChat Picture_20230420094145.png

Figure 14 Multi-head trapezoidal wire

WeChat Picture_20230420094149.png

Figure 15 SAW tooth shape wire

Daguang focuses on providing solutions such as precision CNC machining services (3-axis, 4-axis, 5-axis machining), CNC milling, 3D printing and rapid prototyping services.

CNC Experts

Picture of JinShui Chen

JinShui Chen

Rapid Prototyping & Rapid Manufacturing Expert

Specialize in CNC machining, 3D printing, urethane casting, rapid tooling, injection molding, metal casting, sheet metal and extrusion

CNC Recent Posts

CNC News

Welcome to GreatLight Metal,Maximum Processing Size 4,000 mm

Precision Machining CNC Quote Online

Loading file

Upload Click here to upload or drag and drop your model to the canvas.

The model is too large and has been resized to fit in the printer's build tray. [Hide]

The model is too large to fit in the printer's build tray. [Hide]

The model is too large, a fitting printer is selected. [Hide]

The model is too small and has been upscaled. [Hide]

Warning: The selected printer can not print in full color [Hide]

Warning: obj models with multiple meshes are not yet supported [Hide]

Warning: Unsupported DXF entity  [Hide]

Warning: could not arrange models [Hide]

[Hide]


File Unit:      
Scale:
%
L × W × H:
X: × Y: × Z:  cm 
Rotation:
X: ° Y: °  
⚡ Instant Quote for Precision Manufacturing

Submit your design files (STEP/IGES/DWG) and receive a competitive quote within 1 hour, backed by ISO 9001-certified quality assurance.

📋 How It Works

  1. Upload & SpecifyShare your 3D model and select materials (Aluminum/Stainless Steel/Titanium/PEEK), tolerances (±0.002mm), and surface treatments.

  2. AI-Powered AnalysisOur system calculates optimal machining strategy and cost based on 10+ years of automotive/aerospace data.

  3. Review & ConfirmGet a detailed breakdown including:
    - Volume pricing tiers (1-10,000+ units)
    - Lead time (3-7 days standard)
    - DFM feedback for cost optimization

Unit Price: 

Loading price
5 Axis CNC Machining Equipment
4 Axis CNC Machining Equipment
3 Axis CNC Machining Equipment
CNC Milling & Turning Equipment
Prototype and Short-Run Injection Moldings Exact plastic material as final design
Volume Metal Die Casting Services - Precision Cast Parts
Bridge the Gap From Prototype to Production – Global delivery in 10 days or less
Custom high-precision sheet metal prototypes and parts, as fast as 5 days.
Custom Online 3D Printing Services
Custom Online 3D Printing Services
Custom Online 3D Printing Services
Design Best Processing Method According To 3D Drawings
Alloys Aluminum 6061, 6061-T6 Aluminum 2024 Aluminum 5052 Aluminum 5083 Aluminum 6063 Aluminum 6082 Aluminum 7075, 7075-T6 Aluminum ADC12 (A380)
Alloys Brass C27400 Brass C28000 Brass C36000
Alloys Stainless Steel SUS201 Stainless Steel SUS303 Stainless Steel SUS 304 Stainless Steel SUS316 Stainless Steel SUS316L Stainless Steel SUS420 Stainless Steel SUS430 Stainless Steel SUS431 Stainless Steel SUS440C Stainless Steel SUS630/17-4PH Stainless Steel AISI 304
Inconel718
Carbon Fiber
Tool Steel
Mold Steel
Alloys Titanium Alloy TA1 Titanium Alloy TA2 Titanium Alloy TC4/Ti-6Al 4V
Alloys Steel 1018, 1020, 1025, 1045, 1215, 4130, 4140, 4340, 5140, A36 Die steel Alloy steel Chisel tool steel Spring steel High speed steel Cold rolled steel Bearing steel SPCC
Alloys Copper C101(T2) Copper C103(T1) Copper C103(TU2) Copper C110(TU0) Beryllium Copper
Alloys Magnesium Alloy AZ31B Magnesium Alloy AZ91D
Low Carbon Steel
Alloys Magnesium Alloy AZ31B Magnesium Alloy AZ91D
ABS Beige(Natural) ABS Black ABS Black Antistatic ABS Milky White ABS+PC Black ABS+PC White
PC Black PC Transparent PC White PC Yellowish White PC+GF30 Black
PMMA Black PMMA Transparent PMMA White
PA(Nylon) Blue PA6 (Nylon)+GF15 Black PA6 (Nylon)+GF30 Black PA66 (Nylon) Beige(Natural) PA66 (Nylon) Black
PE Black PE White
PEEK Beige(Natural) PEEK Black
PP Black PP White PP+GF30 Black
HDPE Black HDPE White
HIPS Board White
LDPE White
This is a finish of applying powdered paint to the components and then baking it in an oven, which results in a stronger, more wear- and corrosion-resistant layer that is more durable than traditional painting methods.
No coating required, product’s natural color!
This is a finish of applying powdered paint to the components and then baking it in an oven, which results in a stronger, more wear- and corrosion-resistant layer that is more durable than traditional painting methods.
This finishing option with the shortest turnaround time. Parts have visible tool marks and potentially sharp edges and burrs, which can be removed upon request.
Sand blasting uses pressurized sand or other media to clean and texture the surface, creating a uniform, matte finish.
Polishing is the process of creating a smooth and shiny surface by rubbing it or by applying a chemical treatmen
A brushed finish creates a unidirectional satin texture, reducing the visibility of marks and scratches on the surface.
Anodizing increases corrosion resistance and wear properties, while allowing for color dyeing, ideal for aluminum parts.
Black oxide is a conversion coating that is used on steels to improve corrosion resistance and minimize light reflection.
Electroplating bonds a thin metal layer onto parts, improving wear resistance, corrosion resistance, and surface conductivity.
This is a finish of applying powdered paint to the components and then baking it in an oven, which results in a stronger, more wear- and corrosion-resistant layer that is more durable than traditional painting methods.
This is a finish of applying powdered paint to the components and then baking it in an oven, which results in a stronger, more wear- and corrosion-resistant layer that is more durable than traditional painting methods.
Please provide additional text description for other surface treatment requirements!
Material
Material
  • CNC Metals
    • Aluminum
    • Brass
    • Stainless steel
    • Inconel718
    • Carbon Fiber
    • Tool Steel
    • Mold Steel
    • Titanium
    • Alloy Steel
    • Copper
    • Bronze
    • Low Carbon Steel
    • Magnesium
  • CNC Plastics
    • ABS
    • PC
    • PMMA (Acrylic)
    • PA (Nylon)
    • PE
    • PEEK
    • PP
    • HDPE
    • HIPS
    • LDPE
Printer
Printer
  • CNC Metals
    • 5 Axis CNC Machining
    • 4 Axis CNC Machining
    • 3 Axis CNC Machining
    • CNC Milling & Turning
    • Rapid Tooling
    • Metal Die Casting
    • Vacuum Casting
    • Sheet Metal Fabrication
    • SLA 3D Printing
    • SLS 3D Printing
    • SLM 3D Printing
  • Rapid Prototyping
    • Design Best Processing Method According To 3D Drawings
Post-processing
Post-processing
  • As Machined(Product’s natural color)
  • Sand Blasting
  • Polishing
  • Brushed Finish
  • Anodizing
  • Black Oxide
  • Electroplating
  • Paint Coating
  • Powder Coating
  • Other surface treatment requirements
Finalize
The world's first CNC machining center that dares to provide free samples!

Free for first product valued at less than $200. (Background check required)

precision machining cnc quote online

15 Years CNC Machining Services

When you’re ready to start your next project, simply upload your 3D CAD design files, and our engineers will get back to you with a quote as soon as possible.
Scroll to Top

ISO 9001 Certificate

ISO 9001 is defined as the internationally recognized standard for Quality Management Systems (QMS). It is by far the most mature quality framework in the world. More than 1 million certificates were issued to organizations in 178 countries. ISO 9001 sets standards not only for the quality management system, but also for the overall management system. It helps organizations achieve success by improving customer satisfaction, employee motivation, and continuous improvement. * The ISO certificate is issued in the name of FS.com LIMITED and applied to all the products sold on FS website.

greatlight metal iso 9001 certification successfully renewed
GB T 19001-2016 IS09001-2015
✅ iso 9001:2015
greatlight metal iso 9001 certification successfully renewed zh

IATF 16949 certificate

IATF 16949 is an internationally recognized Quality Management System (QMS) standard specifically for the automotive industry and engine hardware parts production quality management system certification. It is based on ISO 9001 and adds specific requirements related to the production and service of automotive and engine hardware parts. Its goal is to improve quality, streamline processes, and reduce variation and waste in the automotive and engine hardware parts supply chain.

automotive industry quality management system certification 01
Certification of Production Quality Management System for Engine Hardware Parts Engine Hardware Associated Parts
automotive industry quality management system certification 00
发动机五金零配件的生产质量管理体系认证

ISO 27001 certificate

ISO/IEC 27001 is an international standard for managing and processing information security. This standard is jointly developed by the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC). It sets out requirements for establishing, implementing, maintaining, and continually improving an information security management system (ISMS). Ensuring the confidentiality, integrity, and availability of organizational information assets, obtaining an ISO 27001 certificate means that the enterprise has passed the audit conducted by a certification body, proving that its information security management system has met the requirements of the international standard.

greatlight metal technology co., ltd has obtained multiple certifications (1)
greatlight metal technology co., ltd has obtained multiple certifications (2)

ISO 13485 certificate

ISO 13485 is an internationally recognized standard for Quality Management Systems (QMS) specifically tailored for the medical device industry. It outlines the requirements for organizations involved in the design, development, production, installation, and servicing of medical devices, ensuring they consistently meet regulatory requirements and customer needs. Essentially, it's a framework for medical device companies to build and maintain robust QMS processes, ultimately enhancing patient safety and device quality.

greatlight metal technology co., ltd has obtained multiple certifications (3)
greatlight metal technology co., ltd has obtained multiple certifications (4)

Get The Best Price

Send drawings and detailed requirements via Email:[email protected]
Or Fill Out The Contact Form Below:

All uploads are secure and confidential.