585,687 active members*
4,471 visitors online*
Register for free
Login
IndustryArena Forum > WoodWorking > WoodWorking Topics > Morbidelli Z interpolation with R !!! H E L P !!!
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2019
    Posts
    7

    Morbidelli Z interpolation with R !!! H E L P !!!

    Hello,

    I habe MORBIDELLI AUTHOR 600KL and i have one problem with
    programming.

    I am trying to make program with ALPHACAM
    to make toolpath in one 3d surface.
    I need make one mold.

    I need go in Z interpolation with deep for ex. 10mm

    On other machine i fix this problem with G CODE G17 G18 G19
    to set other work plane and program go:

    Ex G2 X34 Z-24 R30

    How i can do this on morbidelli Author 600KL

    I am programming with Alphacam if somebody have posto por this machine

    [email protected]

    Question: how to make program for Z interpolation in R????

  2. #2
    Join Date
    Dec 2008
    Posts
    3108
    Quote Originally Posted by jasmin_morbidelli View Post
    Hello,

    I habe MORBIDELLI AUTHOR 600KL and i have one problem with
    programming.

    I am trying to make program with ALPHACAM
    to make toolpath in one 3d surface.
    I need make one mold.

    I need go in Z interpolation with deep for ex. 10mm

    On other machine i fix this problem with G CODE G17 G18 G19
    to set other work plane and program go:

    Ex G2 X34 Z-24 R30

    How i can do this on morbidelli Author 600KL

    I am programming with Alphacam if somebody have posto por this machine

    [email protected]

    Question: how to make program for Z interpolation in R????
    You are not entirely clear...
    arc in XY ... use G17
    arc in XZ ... use G18
    arc in YZ ... use G19
    the other axis controls the endpoint depth

    Not sure on your control... but generally---
    if radius sweep is less than or equal to 180 deg. R is +ive....but if greater than 180 AND less than 360 R is -ive

    some controls when doing a full circle require IJK code instead of R
    I have worked a control that when ramping a full circle using R- .... it ended up stepping down to depth without doing any arc move, so had to change program to break circles into 2 arcs.

  3. #3
    Join Date
    Feb 2019
    Posts
    7

    Re: Morbidelli Z interpolation with R !!! H E L P !!!

    Thanks for answer,

    are you ever work on Morbidelli?

    Becouse there dont exist G code G17 G18 G19 only changing work face like F1 F2 F3 F4 up down left or right side of wood.


    But if i change plane that show error like "THIS TOOL NOT FOR THIS PLANE" etc.

    Becouse Morbidelli have horizontal and vertical tool. I need mail spindle tool in vertical position.

    So, maybe its all about good post i dont know i use ALPHACAM and some post for Morbidelli but not my AUTHOR 600KL

    Any idea?

  4. #4
    Join Date
    Apr 2015
    Posts
    327

    Re: Morbidelli Z interpolation with R !!! H E L P !!!

    Quote Originally Posted by jasmin_morbidelli View Post
    Thanks for answer,

    are you ever work on Morbidelli?

    Becouse there dont exist G code G17 G18 G19 only changing work face like F1 F2 F3 F4 up down left or right side of wood.


    But if i change plane that show error like "THIS TOOL NOT FOR THIS PLANE" etc.

    Becouse Morbidelli have horizontal and vertical tool. I need mail spindle tool in vertical position.

    So, maybe its all about good post i dont know i use ALPHACAM and some post for Morbidelli but not my AUTHOR 600KL

    Any idea?
    Hi,

    for 3D surface programming is ussualy used linearized code. So it is not created from circular interpolation but from G1 code (xl2p in xilog command) by a tolerance which you set in CAM. About your issue, do not know what you programme. But for example Helix can look like this.

    XG0 X=117.658 Y=181.114 Z=-18 V=3000 S=6000 D=20 T=255 C=0 E=1
    XAR2 X=174.751 Y=82.249 r=65.918 Z=-17 G=2
    XAR2 X=60.565 Y=82.249 r=65.918 Z=-16 G=2
    XAR2 X=117.658 Y=181.114 r=65.918 Z=-15 G=2
    XAR2 X=174.751 Y=82.249 r=65.918 Z=-14 G=2
    ...
    ...
    ...
    ...
    Alphacam post and VBA macros, Autodesk HSM post.
    www.cadcam-softcz.cz

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
  •