584,850 active members*
4,540 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Hello,
    I should program slots at a milling machine without dividing attachment at round part. How to do that?
    I don't wanna program each slot. Just one. First of all I need a cycle for the slots, than I have to repeat it at the circle 18 times.
    I think it should be the same than withG68. I tried, but there is always this error. I just programmed one slot with G1 and tried to repeat, but it don't work.

  2. #2
    Hi,
    first of all: which error-report do you get? Did your machine activate the G68-function?

    I cannot help you with a slot-cycle...
    Maybe you can post your program here...

    If I were you, I wouldtry this (if I understood right, what you mean):

    T1 M6
    G0 G90 G54 S2555 F200. M3
    G43 H1 M8
    #101=0
    N1
    G68 X0 Y0 R#101
    X0 Y10
    Z2
    G1 Z-10
    Y50 F800.
    G0 Z2
    #101=#101+20
    IF [#101LT360]GOTO1
    G0 Z200 M30
    (no warranty)

    This might not be the most elegant solution, but it should work...

    Greetings
    Wenn die Sonne der Kultur untergeht, werfen auch Zwerge grosse Schatten....<br /><br />

  3. #3
    I don't know whether the machine is activated for G68-function. Where can I see that?
    What means:
    R#101
    #101=#101+20
    IF [#101LT360]GOTO1

Posting Permissions

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