586,075 active members*
4,028 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > G-Code Programing > Trying to Ball Pick with live tool on Puma2500LSY mill/turn machine!!!
Results 1 to 8 of 8
  1. #1
    Join Date
    Feb 2008
    Posts
    5

    Question Trying to Ball Pick with live tool on Puma2500LSY mill/turn machine!!!

    Please help!!!!!

    I'm trying to cut a surface with a 1/16" ball nose end mill, but it's cutting my surface WAY SMALL. I don't know how to get my machine out of Diameter mode and into "Radius" mode. I just want to ballpick a surface just like someone does on a mill machine. It's a Doosan Puma 2500LSY with a Fanuc 31i controller. It has a main and subspindle and X, Y & Z axis.

    Any help would be greatly appreciated!!!

  2. #2
    Join Date
    Mar 2003
    Posts
    2932
    Sorry... what is "ballpick"? Can you post a picture/drawing of the part and the program? I don't believe you can switch between diameter and radius programming.

  3. #3
    Join Date
    Feb 2006
    Posts
    1792
    Can try 1006#3 (DIAx) = 0

  4. #4
    Join Date
    Feb 2008
    Posts
    5

    Talking

    It's funny because right after I posted my problem yesterday, I found an old post regarding the same problem someone else was having. Anyways, changing parameter 1006 Bit #3 to 0 WORKED!!! I just have to remember to have my operator switch it back when we do turning work.
    Thanks a lot for replying. It's nice to have such a big community of fellow manufacturers from which to get help from.

    Thanks again!!!

    N.B.

  5. #5
    Join Date
    May 2010
    Posts
    8
    On my mori seiki nt whit fanuc 31i i have a g code and a m code to swith dia - radius .. but i not remember now what they are..

  6. #6
    Join Date
    Sep 2010
    Posts
    1230
    Quote Originally Posted by nato31 View Post
    It's funny because right after I posted my problem yesterday, I found an old post regarding the same problem someone else was having. Anyways, changing parameter 1006 Bit #3 to 0 WORKED!!! I just have to remember to have my operator switch it back when we do turning work.
    Thanks a lot for replying. It's nice to have such a big community of fellow manufacturers from which to get help from.

    Thanks again!!!

    N.B.
    Rather than rely on memory, the parameter can be changed by including the code for Programmable Parameter Entry via G10 in your part program. If you generate programs using a CAM package, the post can be modified to output the appropriate code depending on how the X value is to be interpreted by the control.

    The syntax is as follows:

    G10L50 - Parameter entry mode
    N1006 R 00001000 - Sets bit 3 of #1006 to 1.
    G11 - Parameter entry mode cancel

    Note: All other bits not to be altered have to be included in the R address as they are currently set.
    Changing the above parameter and various others requires that the machine power be cycled. Changing any of these parameters will generate an error forcing the the power to be cycled before normal operation can be resumed. Accordingly, if the above method is used to alter #1006, the code should be included at the start of the program and Block Delete, or a Macro statement used to avoid the G10 code being exercised during subsequent cycling of the program.

    Regards,

    Bill

  7. #7
    Join Date
    Feb 2006
    Posts
    1792
    1006 has other parameter bits also which should remain same in G10 L50.
    Hence, one should find out the current setting of all bits of 1006 before overwriting it.
    I am not aware of any method which reads the current setting of a parameter inside a program, unless there is a system variable associated with it.

  8. #8
    Join Date
    Sep 2011
    Posts
    68
    Quote Originally Posted by sinha_nsit View Post
    I am not aware of any method which reads the current setting of a parameter inside a program, unless there is a system variable associated with it.
    On some machines you can write variable #6998 with the number of the parameter you want to access. Then read/write variable #6999 to access the parameter value.

Similar Threads

  1. Radial Helical Mill with Live Tool Puma 700LM
    By bdyenter in forum Daewoo/Doosan
    Replies: 2
    Last Post: 01-22-2010, 07:35 AM
  2. Which turn/mill machine?
    By fitzpatrick2362 in forum Uncategorised MetalWorking Machines
    Replies: 1
    Last Post: 10-14-2009, 04:23 PM
  3. Haas 4th axis live turn and mill.
    By Sam Mcquern in forum GibbsCAM
    Replies: 1
    Last Post: 04-23-2009, 02:32 PM
  4. c axis feed rate on a turn /mill machine
    By bike in forum G-Code Programing
    Replies: 5
    Last Post: 09-30-2008, 12:57 AM
  5. Cost comparisons.... multi set up VMC vs mill/turn barfeed machine...
    By InspirationTool in forum Employment Opportunity
    Replies: 3
    Last Post: 05-17-2007, 10:58 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
  •