当前位置:网站首页>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
边栏推荐
- Laravel RBAC laravel permission use
- 2021-07-14 mybaitsplus
- Detailed explanation of the first three passes of upload Labs
- Laravel upload error
- The JSON data returned from the control layer to JS has a "\" translator. How to remove it
- Att & CK red team evaluation field (I)
- [extensive reading of papers] attributes guided facial image completion
- [extensive reading of papers] multi modal sarcasm detection and human classification in code mixed conversations
- Searching for single element in dichotomy
- Laravel configures passport and returns token using JWT
猜你喜欢

Detailed explanation of settimeout() and setinterval()

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

CCF numerical sorting (Full Score code + problem solving ideas + skill summary) 201503-2

Initial attack and defense world Misc

CCF command line options (Full Score code + problem solving ideas + skill summary) March 3, 2014

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

2021-07-14 mybaitsplus

ctfshow nodejs

After the MySQL service on the local computer is started and stopped, some services will automatically stop when they are not used by other services or programs

Att & CK red team evaluation field (I)
随机推荐
LIS error: this configuration section cannot be used in this path
Learn about data kinship JSON format design from sqlflow JSON format
[extensive reading of papers] multi modal sarcasm detection and human classification in code mixed conversations
Not satisfied with markdown native code block style? Try this beautify code screenshot tool~~
Hbuilder most commonly used and full shortcut key set
Ctfshow getting started with the web (ThinkPHP topic)
Minimum covering substring of two pointers
[extensive reading of papers] analyzing connections between user attributes, images, and text
August 24, 2021 deque queue and stack
Is it troublesome for CITIC futures to open an account? Is it safe? How much is the handling charge for opening an account for futures? Can you offer a discount
Sum of CCF digits (full mark code + problem solving idea) 201512-1
Larave8 JWT API expiration custom error return
CCF image rotation (Full Score code + problem solving idea) 201503-01
jsPlumb. Deleteeveryconnection is not a function & jsplumb clear canvas jsplumb delete all nodes and all connections
[untitled]
V3 01_ Welcome
數據恢複軟件EasyRecovery15下載
ES6 notes
Computer screenshot how to cut the mouse in
Binary rotation array (2)