|
三菱,台湾新代,螺旋圆弧插补方式
( ` R3 s' b% i3 g% U. \# WG17平面G02/G03 X_ Y_Z_R_
2 B4 h: x+ u$ z0 jG17平面G02/G03 X_ Y_Z_I_J_- I X2 S2 G* a8 F# f
用R螺旋圆弧插补方式,大家可能都知道怎样去改,我就不多说了。+ g' }0 I/ e* a8 Q. }3 B5 T" t5 c
用I,J,K输出圆弧,螺旋圆弧插补不能有K值的。用ug后处理构造器打开后处理文件找到螺旋下刀"proc PB_CMD_init_helix"中找到"rise_radian"改成"none"
* l5 s+ K0 ]1 t- l; F+ B改完保存,螺旋圆弧插补就不会有K值,在三菱,台湾新代都能通过。fanuc我没用过,不知道是否行,(可能fanuc系统版本低不能用)
; u; Z* [9 F! J$ R6 j) ~4 q以果有说的不对地方,多多包涵,望大家能回帖子。
5 S5 ~4 j' h3 y, N8 H4 P8 A6 M/ K, H$ G& g% N
#=============================================================
; ?' g5 O3 f. e2 hproc PB_CMD_init_helix { } {' r9 b% ^" m0 T! P* v5 [
#=============================================================) ^" V4 |+ `; q( Y
uplevel #0 {
8 x7 d6 _4 w; l/ e#0 q9 u* ^: Q7 G+ i
# This procedure will be executed automatically at the start of program and4 V0 L$ N N1 P$ @! J) M
# anytime it is loaded as a slave post of a linked post.
( o5 B5 y/ p. j: t$ p# h5 d) U4 M- G#
/ d& S9 H, R$ D3 W a# This procedure can be used to enable your post to output helix.' `' {3 I* p* ?* ~& Z6 Y
# You can choose from the following options to format the circle
8 ~' a8 {! {" C5 B6 F# block template to output the helix parameters.9 V# q6 M" @) n! H$ r0 o9 ?
#
?# r V; m1 d# g3 m& uset mom_sys_helix_pitch_type "rise_radian" . B- U( G m' Y, P' J
#& r; K, q# n" S
# The default setting for mom_sys_helix_pitch_type is "rise_radian".
9 t* C* u/ t$ z0 K# This is the most common. Other choices are:0 Z8 L- f. R( s: h- z& D) ?
#
' |/ c) ?! c! k# x* I# "rise_radian" Measures the rise over one radian.2 Q7 ^* e1 J3 v4 Y5 U
# "rise_revolution" Measures the rise over 360 degrees.
$ V) i4 @( C3 p# "none" Will suppress the output of pitch.
+ s: p# l; Y6 m- L! L& W# "other" Allows you to calculate the pitch. x; L; I; g7 y5 w/ z
# using your own formula.6 r8 @( s) h: f; ?: V
# |
评分
-
查看全部评分
|