588,477 active members*
6,296 visitors online*
Register for free
Login
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2011
    Posts
    2

    Question SinumeriK Drill Cycle G83

    I ALL

    We have a sinumerik controller 840D in quickjet machine.

    i'm trying to make modal call of G83 cycle.

    the problem is in positioning, machine is moving in at cut speed 50 mm/min quite slow.

    how can i solve this?
    thanks

  2. #2
    Join Date
    Apr 2002
    Posts
    5003
    You should use the G0 command for positioning. If this don't work, why don't you use the Cycle83 command. you must call the first position with mcall Cycle83(...), at the end of the cycles you must call mcall again.

  3. #3
    Join Date
    May 2012
    Posts
    0
    When you program the G291 command you can program in Fanuc language on the Siemens control, in the left upper corner stays ISO (Deselect=G290)

    drilling example :

    T8 ;Drill D4
    N2 M6
    N6 S2600 M3
    N10 G0 G90 G54 G64 X-27 Y-10 Z5. M07
    N14 G291 ;Fanuc language
    N18 G81 G99 Z-45. R5. F450.
    N19 X-35 Y-20
    N20 X-45
    ......
    N22 G80
    N26 G290 ;Back to Siemens language

    from here you can use cycle81 again or any Siemens cycle...
    This also works fine if you use a fanuc post processor for a Siemens control
    just make sure the post write G291 at the beginning of a drilling cycle and G290 at the end of it....

  4. #4
    Join Date
    Jan 2010
    Posts
    107
    sorry for bump.. but i got a 840D controller but i cant use G291.. its option locked it says... even thoug we bought the machine with all options..

  5. #5
    Join Date
    Jul 2003
    Posts
    151
    yvesw1,

    I may have some info helpful to you. PM me, if you want.

    Quote Originally Posted by yvesw1 View Post
    When you program the G291 command you can program in Fanuc language on the Siemens control, in the left upper corner stays ISO (Deselect=G290)

    drilling example :

    T8 ;Drill D4
    N2 M6
    N6 S2600 M3
    N10 G0 G90 G54 G64 X-27 Y-10 Z5. M07
    N14 G291 ;Fanuc language
    N18 G81 G99 Z-45. R5. F450.
    N19 X-35 Y-20
    N20 X-45
    ......
    N22 G80
    N26 G290 ;Back to Siemens language

    from here you can use cycle81 again or any Siemens cycle...
    This also works fine if you use a fanuc post processor for a Siemens control
    just make sure the post write G291 at the beginning of a drilling cycle and G290 at the end of it....

Similar Threads

  1. Sinumerik 3 cycle lock / zyklus sperre
    By Jan-Willem in forum SIEMENS -> GENERAL
    Replies: 1
    Last Post: 12-19-2014, 09:34 PM
  2. G 33 sinumerik cycle problems
    By pdmore in forum SIEMENS -> GENERAL
    Replies: 13
    Last Post: 04-03-2012, 08:22 PM
  3. Drill Cycle
    By metlshpr in forum Haas Mills
    Replies: 2
    Last Post: 06-28-2011, 11:05 AM
  4. DRILL CYCLE
    By metlshpr in forum Mastercam
    Replies: 4
    Last Post: 06-27-2011, 03:18 PM
  5. trying to ues a G83 drill cycle
    By firekoe in forum Fanuc
    Replies: 14
    Last Post: 04-27-2010, 04:45 PM

Posting Permissions

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