|
三菱,台湾新代,螺旋圆弧插补方式 y( Y z* t: P7 Z$ O" W' h
G17平面G02/G03 X_ Y_Z_R_
. h2 v! H5 |# A8 ?G17平面G02/G03 X_ Y_Z_I_J_ C: ]5 h. i+ h' q5 I" s
用R螺旋圆弧插补方式,大家可能都知道怎样去改,我就不多说了。; S3 X, ?& U9 f, v7 V0 ?! i. W
用I,J,K输出圆弧,螺旋圆弧插补不能有K值的。用ug后处理构造器打开后处理文件找到螺旋下刀"proc PB_CMD_init_helix"中找到"rise_radian"改成"none"5 v. F& T. K$ e6 Q4 L( t
改完保存,螺旋圆弧插补就不会有K值,在三菱,台湾新代都能通过。fanuc我没用过,不知道是否行,(可能fanuc系统版本低不能用)
- p0 M. K( ], r以果有说的不对地方,多多包涵,望大家能回帖子。4 R+ z% o6 L W9 e6 L( X/ o' ^
% R& e4 Q! e% C/ |1 @9 ?#=============================================================0 r( F# S" G6 T( T8 J
proc PB_CMD_init_helix { } {+ t, |' K8 _: A6 G$ \, h
#=============================================================3 O; O1 r8 C0 ^' J
uplevel #0 {
! v) ? v$ I9 M# M6 S4 y) P( e#
/ ^2 g; \# h0 W$ Y/ U# This procedure will be executed automatically at the start of program and1 M! O8 s- m! r# N
# anytime it is loaded as a slave post of a linked post.
9 k5 z. X; Y" V& s#
9 B+ E; g" K- H( V# g( Q4 c: o# This procedure can be used to enable your post to output helix.- S" X _7 ~* t: U+ n0 Y9 Z
# You can choose from the following options to format the circle 7 \$ v A3 F- i
# block template to output the helix parameters." |) [2 ]4 ~; `8 w
#
# u- b- j% d% X3 c) x) Hset mom_sys_helix_pitch_type "rise_radian"
& v4 _% o# F8 Y7 n" @* ~$ U#+ D* i, A4 ?" s+ Z' ~
# The default setting for mom_sys_helix_pitch_type is "rise_radian".# v: u3 P. u! d c" F
# This is the most common. Other choices are:
* Z; r. N+ N2 X6 ]/ m+ ~. l#
% a- @% u# x/ K$ E C& _# "rise_radian" Measures the rise over one radian.
2 V, w7 j) K: X# "rise_revolution" Measures the rise over 360 degrees.' S, f% B6 w( g9 o2 f) _
# "none" Will suppress the output of pitch.
% {" b1 ]/ l8 x3 `5 Q% G' ^# "other" Allows you to calculate the pitch5 H* y. y! h0 \9 A y* m
# using your own formula.! W- I' O' N3 X1 f; O7 g6 O
# |
评分
-
查看全部评分
|