当前位置:网站首页>Programming of left-hand trapezoidal thread
Programming of left-hand trapezoidal thread
2022-06-30 14:47:00 【lrglu】
Machining left-hand thread , If the spindle rotates in the forward direction , When the lathe tool rest is in front , The tool should be X Forward feed ( From the spindle to the tool rest ); When the lathe tool rest is placed behind , The tool should be X Negative feed ( From the tool rest to the spindle ). use G32 The programming is as follows ,( First, use the slotting cutter to process the rectangular thread , Reprocess the two waists of the trapezoid . According to the groove bottom width (3-1×tan15°×2=2.464) selection 2mm Grooving knife , because 2.464-2=0.464, therefore #3=#3+0.464. The selected values of cutting parameters are for reference only .)
Procedure reference :
M03S400
G00X85Z12
#1=0
#2=1.75
N200#3=0
N100G00X[#1+80]
G32Z-45F6
G00X85
Z[#3+12]
#1=#1-0.1
IF[#1GE-3.5]GOTO200
#3=#3+0.464
IF[#3LE0.464]GOTO100
N300G00Z[12+#3+#2TAN[15]]
X[76.5+2*#2]
G32Z-45F6
G00X85
#2=#2-0.05
IF[#2GE0]GOTO400
N400G00Z[12-#2*TAN[15]
X[76.5+2*#2]
G32Z-45F6
G00 X85
#2=#2-0.05
IF[#2GE0]GOTO300
G00Z300
M30
边栏推荐
- Introduction to the construction and development of composer private warehouse
- MV3 04_ Introducing Manifest V3
- ThinkPHP v3.2 comment annotation injection write shell
- Basic learning notes of C language
- Searching for single element in dichotomy
- CCF window (Full Score code + problem solving idea) March 2, 2014
- Thinkphp5 log file contains trick
- Add attributes to multimode
- Summary of use of laravel DCAT admin
- Sum of squares of two pointers
猜你喜欢
![【BUUCTF】[GXYCTF2019]Ping Ping Ping1](/img/dc/4d87dfb0c2fa9cd75b54e092fd3971.jpg)
【BUUCTF】[GXYCTF2019]Ping Ping Ping1

PS tip: the video frame to Layer command cannot be completed because dynamiclink is not available

ES6 notes

Upgrade centos7 mysql5.5 to mysql5.7 non RPM in the form of tar package

CCF sequence segmentation (Full Score code + problem solving idea) 201509 -1

CCF elimination games (Full Score code + problem solving ideas + skill summary) February 2, 2015
![[geek challenge 2019] PHP problem solving record](/img/bf/038082e8ee1c91eaf6e35add39f760.jpg)
[geek challenge 2019] PHP problem solving record

Computer screenshot how to cut the mouse in

Not satisfied with markdown native code block style? Try this beautify code screenshot tool~~

Fastcgi CGI shallow understanding
随机推荐
[extensive reading of papers] multi modal sarcasm detection and human classification in code mixed conversations
Summary of C language interview questions
[geek challenge 2019] PHP problem solving record
CCF string matching (Full Score code + problem solving ideas + skill summary) March 3, 2014
CCF Z-scan (full mark code + problem solving ideas) 201412-2
Detailed explanation of settimeout() and setinterval()
CCF drawing (full mark code + problem solving ideas + skill summary) February 2, 2014
PHP generate images into Base64
The first three passes of sqli Labs
Solve the problem that codeblocks20.03 on win11 cannot run for the first time
Problem: wechat developer tool visitor mode cannot use this function
Clear the route cache in Vue
Color classification of sorting
One dimensional and two dimensional array addresses
@PathVariable
PHP conditional operator
ES6 notes
Minimum covering substring of two pointers
Maximum area of islands searched
Programming exercises: special numbers (problem solving ideas + code implementation)