586,971 active members*
3,053 visitors online*
Register for free
Login
Page 1 of 2 12
Results 1 to 20 of 29

Hybrid View

  1. #1
    Join Date
    Feb 2011
    Posts
    31

    issue fanuc 18i S56 makino

    In our tool data page for our length offset.

    everytime we start any program, the control clears the length data out of 1 and 2 tool data.

    If we try and use T1 T2 ( H1/H2) machine will crash.

    anyone run upon this issue?

    thanks,
    Gary

  2. #2
    Join Date
    Feb 2006
    Posts
    1792

    Re: issue fanuc 18i S56 makino

    Post the program which clears the length offset data.

  3. #3
    Join Date
    Feb 2011
    Posts
    31

    Re: issue fanuc 18i S56 makino

    That has no effect....... here is what all our headers post out: of course tools and x y 'are different.

    Always G49 (clears offsets, in case tool lengths changed)

    No matter what we do it wipes offset 1 and 2 out to zero.



    %
    O3600
    G49 G80
    T1
    M6
    S3055M3
    G90
    G54
    G0X-4.1725Y-3.75
    G43Z.5H1
    Z.0394
    G5P10000
    M7
    G1Z-.02F36.66
    X-4.135
    G17
    G3X-3.385Y-3.I0.J.75
    G1Y3.
    G3X-4.135Y3.75I-.75J0.

  4. #4
    Join Date
    Feb 2006
    Posts
    1792

    Re: issue fanuc 18i S56 makino

    Do you mean to say that the length offset table has some value in row 01 under H column (Geometry & Wear), but it becomes 0 after you run this program?

  5. #5

    Re: issue fanuc 18i S56 makino

    Does this machine have Tool Life Management? It is possible to have Offsets assigned to Tool Life Groups.

  6. #6
    Join Date
    Feb 2011
    Posts
    31

    Re: issue fanuc 18i S56 makino

    It does have Tool Life Management. but its turned off.

  7. #7
    Join Date
    Feb 2011
    Posts
    31

    Re: issue fanuc 18i S56 makino

    Yes. we can enter the tool length as : 5.3254 and it will zero offset 1 and 2 as soon as the machine starts moving.

  8. #8
    Join Date
    Feb 2006
    Posts
    1792

    Re: issue fanuc 18i S56 makino

    There might be some other issue which needs to be identified.
    A program cannot change offset values without using G10 or system variables. And you are not using these.

  9. #9
    Join Date
    Feb 2011
    Posts
    31

    Re: issue fanuc 18i S56 makino

    There is not any G10 commands in our programs.

    I'm not sure about which system variables might be changed, it is a used machine, only been using it 2 weeks.

  10. #10
    Join Date
    Feb 2015
    Posts
    161

    Re: issue fanuc 18i S56 makino

    What is PRM 3290 thru 3295 set?
    Also, when performing a tool change, does the machine jump to another program to change? If so, this macro program could be changing your offset.

  11. #11
    Join Date
    Dec 2008
    Posts
    3121

    Re: issue fanuc 18i S56 makino

    Single step thru the program to identify which line of code does the dirty deed

    Quote Originally Posted by mfain88 View Post
    %
    O3600
    G49 G80
    T1
    M6
    S3055M3
    G90
    G54
    G0X-4.1725Y-3.75
    G43Z.5H1
    Z.0394
    G5P10000 <--- this is a strange G-code to me
    M7
    G1Z-.02F36.66
    X-4.135
    G17
    G3X-3.385Y-3.I0.J.75
    G1Y3.
    G3X-4.135Y3.75I-.75J0.
    What does the G5 P do ? .....should it be G65 ( a macro call ) ?

    Quote Originally Posted by STLMachinist View Post
    What is PRM 3290 thru 3295 set?
    Also, when performing a tool change, does the machine jump to another program to change? If so, this macro program could be changing your offset.
    M6 is an actual jump to a toolchange macro
    - you may need to enable the 9000 series programs to read that macro

  12. #12
    Join Date
    Feb 2011
    Posts
    31

    Re: issue fanuc 18i S56 makino

    Soon as it hits the M6 it clears tool data 1 and 2.

    G5P10000 --- set the Fanuc SGI logic on

    where do I check if Macro's are on? having trouble finding it.

  13. #13
    Join Date
    Feb 2011
    Posts
    31

    Re: issue fanuc 18i S56 makino

    3290 thru 3295 are all set to 0

    It does not jump to another program.

    we are not using any macro programs.Attachment 318252

  14. #14
    Join Date
    Dec 2008
    Posts
    3121

    Re: issue fanuc 18i S56 makino

    It should be in your library of the 9000 series.... you need to enable a parameter to be able to view/edit this 9000 series
    - a search says it may be O9000, O9001, or even O9006
    you need to find the parameter that makes the jump to the toolchange macro...one says it is parameter #240....check your manual



    a couple of links
    www.cnczone.com | 404 - Page Cannot Be Found
    http://www.cnczone.com/forums/g-code...nge-macro.html

  15. #15
    Join Date
    Feb 2011
    Posts
    31

    Re: issue fanuc 18i S56 makino

    thought we had it, walked away machine crashed.

    enabled edit 9000.

    still working on it.....

    frustrating.

  16. #16
    Join Date
    Dec 2009
    Posts
    967

    Re: issue fanuc 18i S56 makino

    3202 NE9

  17. #17
    Join Date
    Feb 2011
    Posts
    31

    Re: issue fanuc 18i S56 makino

    It is set to 1

  18. #18
    Join Date
    Dec 2009
    Posts
    967

    Re: issue fanuc 18i S56 makino

    Quote Originally Posted by mfain88 View Post
    It is set to 1
    must be 0 to see the 9000's programs and set to 1 to protect them.

  19. #19

    Re: issue fanuc 18i S56 makino

    Is the option bit turned off? What is the value in 9932, 9957, 9985, 9937, 9906, 9995.

  20. #20
    Join Date
    Feb 2011
    Posts
    31

    Re: issue fanuc 18i S56 makino

    can't find 9932, 9957, 9985, 9937, 9906, 9995

    goes to 8343

    next pg down is

    12318

Page 1 of 2 12

Similar Threads

  1. Makino with Fanuc controls issue
    By andrewklay in forum Fanuc
    Replies: 9
    Last Post: 07-18-2014, 05:15 PM
  2. FANUC OMC- MAKINO BN1-85
    By BKCOM in forum Fanuc
    Replies: 1
    Last Post: 03-03-2009, 04:18 AM
  3. Makino A-55 with fanuc 0m?
    By ALAUDY in forum Fanuc
    Replies: 3
    Last Post: 05-03-2008, 03:42 PM
  4. Makino MC-86 W/ 11M Fanuc PMC
    By mcrosby in forum CNC Machining Centers
    Replies: 2
    Last Post: 06-04-2007, 11:12 PM
  5. Makino Fanuc 0-MC
    By DHYSTA in forum Fanuc
    Replies: 0
    Last Post: 04-07-2007, 01:38 PM

Tags for this Thread

Posting Permissions

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