586,036 active members*
3,790 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Okuma > Okuma OSP-P300MA-e 3D circular interpolation problem
Results 1 to 9 of 9
  1. #1
    Join Date
    Dec 2017
    Posts
    17

    Okuma OSP-P300MA-e 3D circular interpolation problem

    Hi all

    On our okuma 3axis milling machine, MDI mode attempting to do a circular spiral cut:
    cut radius 55mm
    start point x55 y0 z0 with x0y0 in the center of the radius
    end point x55y0z-1
    tool number2
    work offset nr2

    the program sent to machine

    G15H2 ----- ok
    G56H2 ----ok
    S2100M3 ----- ok
    G02 X55Y0Z-1 I-55J0K-0.5F300 --- Alarm message (2262 ALARM-B Data word: spec code 25)


    From the alarms list this specific alarm explanation reads:
    25: The 3D circular interpolation command is specified although such specification is not selected.

    Can someone please explain what this means and if possible what can we do to sort this out.
    The agents have been made aware of this problem but seem baffled and do not seem to know where the problem is.

  2. #2
    Join Date
    Jun 2015
    Posts
    4154

    Re: Okuma OSP-P300MA-e 3D circular interpolation problem

    hy meintjes try this :

    G15 H*
    G56 H*
    S2100 M03
    G00 X55 Y0 Z0
    G02/3 X55 Y0 I-55 J0 F0.14 G95 ( G95 is more profy than G94 )

    that code should do a 360loop; if it works, just add the "Z" :
    G02/3 X55 Y0 "Z-1" I-55 J0 F0.14 G95 / kindly
    Ladyhawke - My Delirium, https://www.youtube.com/watch?v=X_bFO1SNRZg

  3. #3
    Join Date
    Dec 2017
    Posts
    17

    Re: Okuma OSP-P300MA-e 3D circular interpolation problem

    Quote Originally Posted by deadlykitten View Post
    hy meintjes try this :

    G15 H*
    G56 H*
    S2100 M03
    G00 X55 Y0 Z0
    G02/3 X55 Y0 I-55 J0 F0.14 G95 ( G95 is more profy than G94 )

    that code should do a 360loop; if it works, just add the "Z" :
    G02/3 X55 Y0 "Z-1" I-55 J0 F0.14 G95 / kindly
    Thanks unfortunately I still get the same alarm.

  4. #4
    Join Date
    Jun 2015
    Posts
    4154

    Re: Okuma OSP-P300MA-e 3D circular interpolation problem

    pls check attached; what you need is the " helical cutting " option

    you know the rest : quote, pay, etc sorry man ...
    Ladyhawke - My Delirium, https://www.youtube.com/watch?v=X_bFO1SNRZg

  5. #5
    Join Date
    Dec 2017
    Posts
    17

    Re: Okuma OSP-P300MA-e 3D circular interpolation problem

    We have been told that it is a standard on these machines.... if that is not the case someones bum will eat boot.....

  6. #6
    Join Date
    Jun 2015
    Posts
    4154

    Re: Okuma OSP-P300MA-e 3D circular interpolation problem

    ... with all that sand arround there, i thougth that you only know about flip flops
    Ladyhawke - My Delirium, https://www.youtube.com/watch?v=X_bFO1SNRZg

  7. #7
    Join Date
    Dec 2017
    Posts
    17

    Re: Okuma OSP-P300MA-e 3D circular interpolation problem

    That sand is where big kids go to play but it is not everywhere. we have got lots of other things that are everywhere that I would rather not mention...

  8. #8
    Join Date
    Dec 2008
    Posts
    3109

    Re: Okuma OSP-P300MA-e 3D circular interpolation problem

    Quote Originally Posted by Meintjes View Post
    Hi all

    On our okuma 3axis milling machine, MDI mode attempting to do a circular spiral cut:
    cut radius 55mm
    start point x55 y0 z0 with x0y0 in the center of the radius
    end point x55y0z-1
    tool number2
    work offset nr2

    the program sent to machine

    G15H2 ----- ok
    G56H2 ----ok
    S2100M3 ----- ok
    G02 X55Y0Z-1 I-55J0K-0.5F300 --- Alarm message (2262 ALARM-B Data word: spec code 25)


    From the alarms list this specific alarm explanation reads:
    25: The 3D circular interpolation command is specified although such specification is not selected.

    Can someone please explain what this means and if possible what can we do to sort this out.
    The agents have been made aware of this problem but seem baffled and do not seem to know where the problem is.
    The goto point is the same starting point ....
    ( plus an arc is a 2D feature, G17 requires IJ, G18 needs IK, G19 wants JK... you placed IJ & K )
    - It is good practice to use decimal points for milling

    2 methods
    1- break the circle into two lines
    G0 X55. Y0.
    G2 X-55. Y0. Z-0.5 I55. J0.
    X55. Y0. Z-1. I55. J0.

    2- use R address ( R is negative for arc greater than a 180° sweep )
    G0 X55. Y0. Z0
    G2 X55. Y0. Z-1. R-55.
    Z-2.
    Z-3.
    Z-3. ( last depth repeated makes a flat bottom )

  9. #9
    Join Date
    Dec 2017
    Posts
    17

    Re: Okuma OSP-P300MA-e 3D circular interpolation problem

    Quote Originally Posted by Superman View Post
    The goto point is the same starting point ....
    ( plus an arc is a 2D feature, G17 requires IJ, G18 needs IK, G19 wants JK... you placed IJ & K )
    - It is good practice to use decimal points for milling

    2 methods
    1- break the circle into two lines
    G0 X55. Y0.
    G2 X-55. Y0. Z-0.5 I55. J0.
    X55. Y0. Z-1. I55. J0.

    2- use R address ( R is negative for arc greater than a 180° sweep )
    G0 X55. Y0. Z0
    G2 X55. Y0. Z-1. R-55.
    Z-2.
    Z-3.
    Z-3. ( last depth repeated makes a flat bottom )
    We have tried this aswell. Had the agents out here this morning they now have our same suspicion that the function was not installed on the machine.
    I am waiting for them to get back to me on this issue.

    Sent from my GT-I9500 using Tapatalk

Similar Threads

  1. HSM 2018 Post for Okuma OSP-P300MA-e
    By Meintjes in forum Autodesk Post Processors
    Replies: 3
    Last Post: 12-23-2018, 05:59 PM
  2. Circular interpolation problem on FanucOiMD
    By yaji63 in forum G-Code Programing
    Replies: 11
    Last Post: 01-07-2012, 01:38 PM
  3. Replies: 5
    Last Post: 02-04-2011, 03:56 PM
  4. Circular interpolation problem
    By L. Sakthivel in forum Fanuc
    Replies: 3
    Last Post: 10-17-2007, 08:26 AM
  5. Mazak Mill Circular Interpolation problem
    By DublJ in forum Mazak, Mitsubishi, Mazatrol
    Replies: 2
    Last Post: 02-13-2007, 06:13 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
  •