586,108 active members*
3,149 visitors online*
Register for free
Login
Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2009
    Posts
    2

    V35 programming help

    Hi. My first time here. I just started working on a Daewoo V35 w/ a fanuc 0-M control. It's a new control to us and we can't figure out 2 things.
    1) How do you use cutter comp. There is no place in the offset page for any comp values.
    2) Can't do a tool change in MDI, I have to actually use a little prog and keep changing to T # to change tools. Also there is a manual lever 2 positions away from the spindle position to open to carousel grippers, but I can't figure out how to clear the tools with the Z axis or manually rotate the carousel. Any help would be greatly appreciated.

  2. #2
    Join Date
    Mar 2009
    Posts
    6
    i can help you if you want

  3. #3
    Join Date
    Jul 2008
    Posts
    29
    I'll have to look at my V35 tomorrow and let you know.

  4. #4
    Join Date
    Mar 2003
    Posts
    2932
    My guess is you have "Tool Offset Memory A", which gives you 99 (or more) offsets which can be used for length compensation or diameter compensation. For example, for tool #1 you might use offset #1 for length compensation, and offset #21 for diameter compensation.

    G43 Z0.1 H01 (ACTIVATE OFFSET NUMBER 1 FOR LENGTH)
    G01 Z-0.54 F20.
    G41 X0 D21 (ACTIVATE CRC LEFT WITH OFFSET #21)

  5. #5
    Join Date
    Mar 2009
    Posts
    6
    Quote Originally Posted by ytb View Post
    Hi. My first time here. I just started working on a Daewoo V35 w/ a fanuc 0-M control. It's a new control to us and we can't figure out 2 things.
    1) How do you use cutter comp. There is no place in the offset page for any comp values.
    2) Can't do a tool change in MDI, I have to actually use a little prog and keep changing to T # to change tools. Also there is a manual lever 2 positions away from the spindle position to open to carousel grippers, but I can't figure out how to clear the tools with the Z axis or manually rotate the carousel. Any help would be greatly appreciated.
    N007 G90
    N008 M03
    N009 G00 Z0.25
    N010 G00 G54 X0.048 Y0.45 [MODIFIED FOR LEAD IN]
    N011 G43 Z2.0 H1
    G1 X.01 F15.
    N012 G42 [START CUTTER COMPENSATION]
    N013 G01 X0.114111 Y0.400531
    N014 G01 X0.45302 Y0.261491
    N015 G01 X1.860796 Y0.226731
    N016 G01 X7.655644 Y0.3977
    N017 G01 X4.448235 Y0.878479
    N018 G01 X2.032423 Y0.939309
    N019 G01 X0.57468 Y0.6873
    N020 G01 X0.114111 Y0.400531
    G40 ( cutter compensation cancel)




    II.... MDI tool change

    you have got Daewoo machine, so it should be Fanuc control

    put M6T1 for MDI tool changes.



    carousel is this rotary table ?

  6. #6
    Join Date
    Jul 2008
    Posts
    29
    If you take the tool out of the spindle and in MDI
    give it G30Z0 it will put Z at it's second ref.pt.
    You can then manually index your tool drum.

Similar Threads

  1. CNC programming - HELP
    By kyo_ysh in forum MetalWork Discussion
    Replies: 3
    Last Post: 01-12-2010, 04:42 AM
  2. programming
    By rajanvadakkepat in forum Fanuc
    Replies: 6
    Last Post: 10-10-2009, 03:22 PM
  3. CAM programming
    By mallinathan in forum Diemaking / Diecutting
    Replies: 0
    Last Post: 10-19-2008, 06:08 AM
  4. Cnc Programming Course
    By millmonkey1 in forum G-Code Programing
    Replies: 0
    Last Post: 02-20-2008, 09:54 PM
  5. CNC Programming
    By qman in forum Uncategorised CAM Discussion
    Replies: 7
    Last Post: 10-16-2007, 07:34 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
  •