587,051 active members*
3,779 visitors online*
Register for free
Login

Thread: 18i-mb helix

Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2008
    Posts
    6

    18i-mb helix

    We just got a new Yama Seiki Mill with the 18i-mb controller on it. We are trying to rough a id with a helix. We have tried using an edgecam program and a program that we wrote longhand. When it is running, you can watch your x and y values increase with each revolution that it makes, like it is doing a spiral. It is feeding down in the z correctly, but just wont stay on course in the x and y. This controller has conical, spiral and helical interpolation on. Anybody else had this problem?

  2. #2
    Join Date
    Mar 2003
    Posts
    2932
    Could you post that section of code so we might see what's wrong and possibly offer some assistance?

  3. #3
    Join Date
    Jun 2008
    Posts
    6
    T2 M6
    G00 G54 G90 X0. Y0. S2500 M3
    G43 H2 Z.1 D2
    G00 G41 X4.225
    G1 Z.005 F10.
    G3 X4.225 I-4.225 Z-.985 L10 F300.
    G3 X4.225 I-4.225
    G00 Z1.
    G40
    M9
    G91 G28 Z0.
    G91 G28 Z0.
    M30

    Thanks for your help!!

  4. #4
    Join Date
    Mar 2003
    Posts
    2932
    Several thoughts:

    Do you really mean to be helixing -.985 in Z each time around, or 0.985 total depth?

    I don't see in the 18i-MB Operators Manual that L is a valid "repeat" command... you may have to do this in a sub with a repeat value.


    T2 M6
    G00 G54 G90 X0. Y0. S2500 M3
    G43 H2 Z.1 D2
    G00 G41 X4.225
    G1 Z.005 F10.
    M98 P0102005 (REJPEAT SUB 2005 10 TIMES)
    G3 I-4.225 (ONE PASS AT FINAL DEPTH)
    G00 G90 Z1.
    G40
    M9
    G91 G28 Z0.
    G91 G28 Z0.
    M30

    O2005(HELICAL SUB)
    G91 G3 I-4.225 Z-.0985 F300.
    M99

  5. #5
    Join Date
    Jun 2008
    Posts
    6
    z-.985 is the final z depth. It's worked with this machine putting the final z depth and then the L number is the number of rev's it makes to get to that, producing a cut increment of .0985. I'll try this sub program and see what it does. I greatly appreciate it!!!

  6. #6
    Join Date
    Jun 2008
    Posts
    7
    Can you change your post or CAM settings to output small point to point moves? This is how I've always done it.

  7. #7
    Join Date
    Jun 2008
    Posts
    6
    The sub program worked. I just don't know if I can get Edgecam to output the program that way. Hard telling. Thanks for your help guys!

Similar Threads

  1. trying to program a helix...
    By WRMorrison in forum FeatureCAM CAD/CAM
    Replies: 1
    Last Post: 04-03-2008, 05:34 AM
  2. Helix in SWX 2008
    By pixburghenat in forum Solidworks
    Replies: 7
    Last Post: 03-24-2008, 04:07 AM
  3. make helix
    By mcfelix in forum MetalWork Discussion
    Replies: 5
    Last Post: 04-07-2006, 09:39 PM
  4. Pattern around a helix
    By posix in forum Solidworks
    Replies: 5
    Last Post: 10-07-2005, 08:57 PM
  5. How To Use G06 G07 Helix
    By PROTOTRAKFAN in forum G-Code Programing
    Replies: 0
    Last Post: 06-26-2005, 02:54 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
  •