584,829 active members*
4,842 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    I have a problem with the canned cycle ( complete processing) of the face operation on my Siemens 810T controller.
    The simulation shows it as it should look like but then in reality it always looks different.
    A small picture to demonstrate what I mean:


    http://img7.imageshack.us/img7/9940/001msc.png

    At the right side of the sketch you see how it’s supposed to look like and how it does it in the simulation.
    In reality (left side) the controller always runs a slope with G1, n corrects it to right Z+ with G0 and continues processing.
    Now my question. WHY?

    In the subprogram I write e.g. with 3 mm facing:
    N0005 G0 x10 z-3
    N0010 G1 x-1
    N0015 G1 Z1
    N0020 M17

    Main program e.g.
    N0005 G0 x12 z3
    N0010 R20=progrNo
    R21=10
    R22=-3
    R24=0,2
    R25=0,2 R
    26=0,75
    R27=41
    R28=0,1
    R29= 42
    R30=0,1
    L95

  2. #2
    First change your subprogram and get rid of the G commands.
    That’s only a contour description and the processing command get calculated and the feed are entered under R28 and R30.
    Where does your work piece start? At Z0 or Z+1?

    Regards
    Frank

  3. #3
    Work piece at Z0
    Start at Z1

    Ah ok I did not know that I don’t need G commands in the subprogram...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •