标题: UG_POST OUTPUT "R" for FANUC [打印本页] 作者: jinly 时间: 2004-4-7 20:47 标题: UG_POST OUTPUT "R" for FANUC Hi, experts
I am developing a postprocessor for FANUC 18M ....and got the following problems:
for moom_circular_move, I want to output the "R" instead of "I J", I am using R[$mom_arc_radius], and the output in correct format. but the problem is:
When I am doing a cicular movement whose sweep angle (A) is greater than 180, then the machine will just go along the small arc (360 -A), which will cause serious problem, and hurt the part.
so, in this case, it is better to use R = -$R, using the negative R value.
Then the problem comes: How can i decide the sweep angle is greater or smaller than 180? I can not find a parameter available, and how can I do the calculation?
In CLSF file of IDEAS, we can see the Sweep angle for a circular move, is there a similar one in UG ?