585,781 active members*
4,239 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Fanuc > Change in Fanuc Oi MC & Oi MD Controller
Results 1 to 10 of 10
  1. #1
    Join Date
    Aug 2008
    Posts
    15

    Change in Fanuc Oi MC & Oi MD Controller

    In Oi MC G68 is valid code But in Oi MD It is invalid, What is reason?
    Mr.Santaji Mane (Sr. Development Engg.),
    E-mail :- [email protected] Mob: +91 9049006031.

  2. #2
    Join Date
    Mar 2003
    Posts
    2932
    G68 is an option. It is probably not turned on in the M-D

  3. #3
    Join Date
    Aug 2008
    Posts
    15
    what is procedure to turn on G68 in Oi MD?
    Mr.Santaji Mane (Sr. Development Engg.),
    E-mail :- [email protected] Mob: +91 9049006031.

  4. #4
    Join Date
    Feb 2010
    Posts
    0
    To turn on the G68 in Oi MD you need to set parameter bit of 9900 series option parameters..You will get this option from fanuc.
    Regards
    ARVIND

  5. #5
    Join Date
    Sep 2006
    Posts
    15
    Quote Originally Posted by msantaji1 View Post
    In Oi MC G68 is valid code But in Oi MD It is invalid, What is reason?
    Coordinate system rotation is a standard feature in FS0iMD. Please look into the manual no. B-64304EN-2, page 224, chapter 6.10 for the details.

  6. #6
    Like on the 0i-C, on the 0i-D there aren't 9900+ options like on other control models. There between 8130 and 8137, and you can simply turn them on, normal parameters.

    As this is standard you can't turn it on or off, its just there, ranjankrana is correct, its in the manual where he said.
    The Fanuc Support Center Team
    www.fanuc-support.com

  7. #7
    Join Date
    Jun 2006
    Posts
    14
    help! i need to learn simple pocket macro programing on fanuc oi md vertical mill controller.

  8. #8
    Join Date
    Apr 2010
    Posts
    0

    G 68

    G 68 code is applicable in both oi-mc and oi-md. But you should follow specified pattern to in oi-md


    Eg:-
    G0G69G17G80G15G40G49G90;
    G68X0Y0R(angle) ;

    and avoid the using of g53, g28, etc. before the closing of g69 by using g 68.

  9. #9
    Join Date
    Apr 2010
    Posts
    0
    Quote Originally Posted by rapo View Post
    help! i need to learn simple pocket macro programing on fanuc oi md vertical mill controller.
    It is a simple macro program. use able to mill slots on four sides of a round object by using g68.

    O0014
    G0G69G17G80G15G40G49G90
    M06T2H2
    G91G28Z0
    #20=52(OD)
    #21=45(ID)
    #22=8(CTR)
    #6=0(ST-ANG)
    #7=90(angle b/w slotes)
    #1=.2(DEPTH OF CUT)
    #2=5(TOTAL DEPTH)


    #23=[[#20/2]+#22]
    #24=[[#21/2]-#22]
    G56G90X-#23Y0
    G43Z50M03S1000
    GOTO4
    N1
    X-#23Y0
    M08
    G0Z5F100
    G01Z0
    #6=[#6+#7]
    #3=0
    N2
    #3=[#3+#1]
    IF[#2LT#3]GOTO4
    G90Z-#3F200
    G01G90X-#24Y0.0
    #3=[#3+#1]
    IF[#2LT#3]GOTO4
    G90Z-#3
    G90X-#23Y0
    IF[#2LT#3]GOTO4
    GOTO2
    N4
    G0G90Z50
    G68X0Y0R#6
    IF[#6LT360]GOTO1
    G69M09
    G91M05G28Z0Y0
    M30


    if you have any more doubts. explain it briefly.
    [email protected]

  10. #10
    Join Date
    Apr 2010
    Posts
    0
    Quote Originally Posted by fanuc-support.c View Post
    Like on the 0i-C, on the 0i-D there aren't 9900+ options like on other control models. There between 8130 and 8137, and you can simply turn them on, normal parameters.

    As this is standard you can't turn it on or off, its just there, ranjankrana is correct, its in the manual where he said.
    G 68 code is applicable in both oi-mc and oi-md. But you should follow specified pattern to in oi-md


    Eg:-
    G0G69G17G80G15G40G49G90;
    G68X0Y0R(angle) ;

    and avoid the using of g53, g28, etc. before the closing of g69 by using g 68.

Similar Threads

  1. How to unlock/change password on Bandit VI controller
    By supermax in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 6
    Last Post: 01-25-2011, 01:44 AM
  2. Siemens 840D controller. Locked in middle of tool change
    By Chuck - Detroit in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 1
    Last Post: 12-03-2009, 03:31 AM
  3. How to change to Baudrate on Meldas 300 Series Controller?
    By Josh Lehman in forum Mazak, Mitsubishi, Mazatrol
    Replies: 1
    Last Post: 01-16-2009, 11:20 PM
  4. Replies: 4
    Last Post: 09-08-2008, 03:50 PM
  5. Does controller change axis motor speed?
    By samualt in forum DIY CNC Router Table Machines
    Replies: 5
    Last Post: 10-10-2003, 10:05 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
  •