- 1、本文档共12页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
西门子程式(SIEMENS program)
A:
R1=0, R2=-0.5, R4=TAN (10) * (70-R1) R5=2*R4+95.314
M3S1000G0Z50
X0Y35
G1F1000Z0
AAA:
G2Z=-0.5+R1J-35TURN=1
R1=R1=R2
R3=R5/120
SCALE X=R3 Y=R3
IF R170.5 GOTO N1
GOTOB AAA
N1 GOZ30
M30
Subject: answer: less than half circle, how to find the center of the circle
Find a way
Set three points for P1 (X1, Y1), P2 (X2, Y2), P3 (X3, Y3), and the center of a circle is P0 (X, Y)
Using triangle circumcircle equation:
(X-X1) ^2+ (Y-Y1), ^2= (X-X2), ^2+ (Y-Y2), ^2= (X-X3), ^2+ (Y-Y3), ^2
The following formulas are derived:
A=x1 (y2-y3), +x2 (y3-y1), +x3 (y1-y2)
B= (x1^2+y1^2-x2^2-y2^2) /2
C= (x1^2+y1^2-x3^2-y3^2) /2
D=b (y1-y3) -c (y1-y2)
E=c (x1-x2) -b (x1-x3)
Radius: r=SQRT ((d/a-x1) ^2+ (e/a-y1) ^2
Coordinate of the center of the circle: (d/a, e/a)
Compile a simple program:
R11=$AA_IM[X]
R12=$AA_IM[Y]
M0
R21=$AA_IM[X]
R22=$AA_IM[Y]
M0
R31=$AA_IM[X]
R32=$AA_IM[Y]
R1=R11* (R22-R32), +R21* (R32-R12), +R31* (R12-R22)
IF R1==0 GOTO AAA
R2= (POT (R11), +POT (R12), -POT (R21), -POT (R22)) /2
R3= (POT (R11), +POT (R12), -POT (R31), -POT (R32)) /2
R4=R1* (R12-R32) -R3* (R12-R22)
R5=R3* (R11-R21) -R2* (R11-R31)
R97=SQRT (POT (R4/R1-R11) +POT (R5/R1-R12))
R98=R4/R1
R99=R5/R1
AAA:M2
R1 is zero, so that 3.1, jump to the end of the program
R97 is the radius, R98 is the X coordinate, and R99 is the Y coordinate
The procedure was only hastily made, not perfected
I have tried, very good, and very accurate!!!!
The thread cutters I have used are about 4 teeth or so.
I have done both external and internal thread.
The milling cutter is divided into several kinds, common are: standard multiple tooth cutter, drill thread milling cutter, end milling thread Miller (front blade screw milling is that JEL boring thread (Miller), which can be directly in the milling cutter after drilling, thread), JEL Mini thread Miller (similar to the former, but the part structure is different, not bad), described above, different milling cutter, the procedures for writing are different.
Stand
您可能关注的文档
- 中国美术史答案(Answer to Chinese art history).doc
- 中国民族民间舞等级考级教材(Chinese folk dance grade examination textbook).doc
- 中国诗词名句大全 需要不断更新(China's poetry and famous sentences need to be constantly updated).doc
- 中国石油北京《宏观经济学》第三次在线作业(China's oil capital, macroeconomics, the third time online).doc
- 中国矿业大学教务处(China mining university academic affairs office).doc
- 中国绿色饭店实施评估细则(China green hotel implementation assessment rules).doc
- 中国石油大学安全工程专科-计算机测控技术在线作业二试题及答案(China university of petroleum safety engineering - computer measurement and control technology online homework 2 questions and answers).doc
- 中国税制在线作业(华师网院)(Online Chinese tax system (Chinese academy)).doc
- 中国铁路客运专线简介(Brief introduction of China railway passenger line).doc
- 中国铁路隧道技术发展(Technical development of railway tunnel in China).doc
- 西盟佤族自治县林业管理条例(Regulations of Ximeng Wa Autonomous County on Forestry Administration).doc
- 西南大学学科设置管理办法(Measures for the administration of discipline establishment of Southwestern University).doc
- 西南地区旱情不可与气候变暖画等号(Drought in Southwest China can not be equated with climate warming).doc
- 西南交《混凝土结构设计原理》在线作业一(Southwest China, principles of concrete structure design online homework).doc
- 西南交《建筑工程概预算B》在线作业二(Southwest China construction project budget B online homework two).doc
- 西南交《建筑施工技术C》在线作业二(Southwest China, construction technology C online homework two).doc
- 西南交《建筑施工技术C》在线作业一(Southwest to pay construction technology C online homework one).doc
- 西南交《桥渡设计》在线作业一(Southwest cross bridge crossing design online homework one).doc
- 西门子面板型号及价格(SIEMENS panel model and price).doc
- 西南交《桥梁工程》在线作业二(Southwest China, bridge engineering online homework two).doc
文档评论(0)