当前位置:网站首页>左旋梯形螺纹的编程
左旋梯形螺纹的编程
2022-06-30 14:45:00 【lrglu】
加工左旋螺纹,若主轴正转,当车床刀架前置,刀具应X正向进给(从主轴向刀架方向);当车床刀架后置,刀具应X负向进给(从刀架向主轴方向)。用G32编程如下,(先用切槽刀加工矩形螺纹,再加工梯形的两个腰。根据槽底宽(3-1×tan15°×2=2.464)选取2mm切槽刀,因为2.464-2=0.464,所以#3=#3+0.464.切削用量选取值仅供参考。)
程序参考:
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
边栏推荐
- JS time conversion standard format, timestamp conversion standard format
- Thoughts on the security of a PHP file name regular verification
- CCF numerical sorting (Full Score code + problem solving ideas + skill summary) 201503-2
- Laravel RBAC laravel permission use
- PS cutting height 1px, Y-axis tiling background image problem
- LIS error: this configuration section cannot be used in this path
- V3 01_ Welcome
- jsPlumb. Deleteeveryconnection is not a function & jsplumb clear canvas jsplumb delete all nodes and all connections
- Use PHP to delete the specified text content in the file
- One dimensional and two dimensional array addresses
猜你喜欢

PS dynamic drawing

Crypto questions

Solve the problem that codeblocks20.03 on win11 cannot run for the first time

Querywrapper in mybaits plus

CCF call auction (full mark code + problem solving ideas + skill summary) 201412 - 3

Attack and defense world web questions

KnightCTF WEB

Using docker to manage MySQL services under Windows

Zend studio how to import an existing project
![[buuctf] [actf2020 freshman competition]exec1](/img/af/22051a5feb3c1f6d7201a483bde127.jpg)
[buuctf] [actf2020 freshman competition]exec1
随机推荐
K high frequency elements before sorting
Double pointer circular linked list
ot initialized – call ‘refresh’ before invoking lifecycle methods via the context: Root WebApplicati
CCF image rotation (Full Score code + problem solving idea) 201503-01
Vue returns to the previous page without refreshing the page / Vue caches the page
JS array sorting method summary
【BUUCTF】 Have Fun
Basic learning notes of C language
PHP conditional operator
The JSON data returned from the control layer to JS has a "\" translator. How to remove it
CCF sequence segmentation (Full Score code + problem solving idea) 201509 -1
Sum of squares of two pointers
Add attributes to multimode
Experiment 2: stack
Laravel artist command error
day02
PHP recursive multi-level classification, infinite classification
ThinkPHP show method parameter controllable command execution
Ctfshow getting started with the web (ThinkPHP topic)
Summary of use of laravel DCAT admin