Hi Everybody,
  I hope someone can help me out here.
  I am using Aturn v 11.5
  I am programming a swiss type machine, Fanuc 6 and 10 control.  I also
program chuckers.
  For simplicity purposes, I draw the same direction for all my machines,
when I draw up my part, I start at Z0 D0, and go in the negative direction.
Everything works fine, except for my drills.  I get negative numbers and
positive numbers mixed up.  I thought this was only with my peck drill, but
upon further looking, it happens on all my drills/ream/spots.
  I had it mostly fixed a while ago, but now with the obsoletion of
#TLTYPE's I am back to the same problem.
  Another problem is that when I create code, it looks like that I go to 2
different rapid points back-to-back.
  I should tell you that when I select my tool, I go to Geometry - Point of
X0 Z.05, then HOLE, where, after I put in the depth, I click on Hole, then
my X0 Z0 point.

       Thanks, Rick

@RAP
#IF(#U0=1)<*** rapid ***>
#IF(#TLTYPE=9)<#EVAL(#ZPOS=#ZPOS*-1)>
#MOV<X#XPOS><Z#ZPOS><T#TOFF>

@LINE
#IF(#U0=1)<*** line ***>
#IF(#TLTYPE=9)<#EVAL(#ZPOS=#ZPOS*-1)>
<#MOV><X#XPOS><Z#ZPOS><F#FEED>

example                                           would like to see..

N18M97                                           N18M97
N19G97S3500T0900M03                   N19G97S3500T0900M03
N20G00X0.0Z-0.05T0909                   N20G00X0.0Z-.05T0909
N21G00Z-0.1                                    N21G01Z.17F0.002
N22G01Z-0.17F0.002                        N22G00Z-0.05
N23G00Z0.1                                     N23G00Z0.14
N24G00Z-0.14                                  N24G01Z.29   ETC.....
N25G01Z-0.29
N26G00Z0.1
N27G00Z-0.26
N28G01Z-0.3329
N29G00Z0.1
N30G28U1
N31M01 



Thank you,
Rick Stannard
SR. CNC Programmer
Fairchild Fasteners, South Bay
3000 W. Lomita Blvd
Torrance, CA. 90505
Ph. (310)784-4394
cell (310)938-8431
[EMAIL PROTECTED]
www.fairchildfasteners.com
Title: No more #TLTYPE's

Hi Everybody,
  I hope someone can help me out here.
  I am using Aturn v 11.5
  I am programming a swiss type machine, Fanuc 6 and 10 control.  I also program chuckers.
  For simplicity purposes, I draw the same direction for all my machines, when I draw up my part, I start at Z0 D0, and go in the negative direction.  Everything works fine, except for my drills.  I get negative numbers and positive numbers mixed up.  I thought this was only with my peck drill, but upon further looking, it happens on all my drills/ream/spots.

  I had it mostly fixed a while ago, but now with the obsoletion of #TLTYPE's I am back to the same problem.
  Another problem is that when I create code, it looks like that I go to 2 different rapid points back-to-back.
  I should tell you that when I select my tool, I go to Geometry - Point of X0 Z.05, then HOLE, where, after I put in the depth, I click on Hole, then my X0 Z0 point.

       Thanks, Rick

@RAP
#IF(#U0=1)<*** rapid ***>
#IF(#TLTYPE=9)<#EVAL(#ZPOS=#ZPOS*-1)>
#MOV<X#XPOS><Z#ZPOS><T#TOFF>

@LINE
#IF(#U0=1)<*** line ***>
#IF(#TLTYPE=9)<#EVAL(#ZPOS=#ZPOS*-1)>
<#MOV><X#XPOS><Z#ZPOS><F#FEED>

example                                           would like to see..

N18M97                                           N18M97
N19G97S3500T0900M03                   N19G97S3500T0900M03
N20G00X0.0Z-0.05T0909                   N20G00X0.0Z-.05T0909
N21G00Z-0.1                                    N21G01Z.17F0.002
N22G01Z-0.17F0.002                        N22G00Z-0.05
N23G00Z0.1                                     N23G00Z0.14
N24G00Z-0.14                                  N24G01Z.29   ETC.....
N25G01Z-0.29
N26G00Z0.1
N27G00Z-0.26
N28G01Z-0.3329
N29G00Z0.1
N30G28U1
N31M01



Thank you,
Rick Stannard
SR. CNC Programmer
Fairchild Fasteners, South Bay
3000 W. Lomita Blvd
Torrance, CA. 90505
Ph. (310)784-4394
cell (310)938-8431
[EMAIL PROTECTED]
www.fairchildfasteners.com

Reply via email to