586,069 active members*
3,890 visitors online*
Register for free
Login
Results 1 to 16 of 16
  1. #1
    Join Date
    Nov 2006
    Posts
    16

    Engraving on an arc

    The HAAS VF3 will allow me to engrave characters in a line with its given Gcode. Is it possible to manipulate it to engrave on an arc? For the life of me I can not figure it out.

  2. #2
    Join Date
    Dec 2003
    Posts
    24221
    There is a free program out there that converts to Gcode called DeskEngrave.
    Different Character fonts in a line or an arc.
    Al.
    CNC, Mechatronics Integration and Custom Machine Design

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.

  3. #3
    Join Date
    Mar 2005
    Posts
    988
    Most guys at my shop just G68 the code I believe.... I'll have to ask the Haas cell on monday
    It's just a part..... cutter still goes round and round....

  4. #4
    Join Date
    Aug 2004
    Posts
    145
    Quote Originally Posted by YV600 View Post
    The HAAS VF3 will allow me to engrave characters in a line with its given Gcode. Is it possible to manipulate it to engrave on an arc? For the life of me I can not figure it out.
    Short answer, no. That's if you mean something easy like GXXX (TEXT) (ARC DIMS & POSITION).

    You can use an external program as Al_The_Man said or CAM.

    G68 won't help much, you'd have to go to each character's position, G68 and repeat for every letter .

    Or you could build a template. I'm just starting to look into these but there seems to be potential

    Nikolas

  5. #5
    Join Date
    Jan 2005
    Posts
    71

    Cool short answer no ; long answer maybe, very long......

    It can be done. You will have to figure out the start position and angle of each letter first and program them individually. I have a lot of similar arc engraving to do and created a template for it. I called it arcengraving52. It will give me all the spaces for a 3mm high letter on a 52 mm outside ring. First time I used it it took me some time to create it in Cad and write all the locations up. Once it was done I just blanked all the Characters in brackets to (). Now when this is coming up all I do is insert the characters and go.
    Rules of my Road: Don't do what you will regret! Never regret anything you do!

  6. #6
    Join Date
    Mar 2005
    Posts
    988

    Talking

    G68 won't help much, you'd have to go to each character's position, G68 and repeat for every letter .
    You have to go to each characters "position" anyway... otherwise it wouldn't engrave where "you want it"... Unless you're talking about position of rotation. In which case.... No, you don't need to move to that point. You only need to tell the machine the point of rotation on the command line.

    And, I only suggested G68 for reasons of being simple for small amounts of engraving. Things like serializing and what not. If you have a "dialog" of stuff to engrave, then I'd look into loading an engraving macro sub that can rotate with a command (easier to use and less hand typing). Or, use a CAD system to post code....
    It's just a part..... cutter still goes round and round....

  7. #7
    Join Date
    Jan 2005
    Posts
    71

    Cool G68 unneccesary

    G68 is not neccesary for engraving since the engraving string includes an I value which will give you the rotation of the character. You just have to find the placement point for each letter.

    This is the normal string:
    G47 P0 X-34. Y-39. I0 J4. R1. Z-0.05 F100. E25. (DR3318-0046-DT T3)


    If you want to do an arc you have to figure out the X,Y and I values on Cad. Once you got those all you have to do replace the last Character.
    G47 P0 X-34. Y-39. I10. J4. R1. Z-0.05 F100. E25. (D)
    G47 P0 X-34.5 Y-40.5 I5. R1. Z-0.05 F100. E25. (R)
    G47 P0 X-35. Y-41. I0 R1. Z-0.05 F100. E25. (3)
    and so on. Note(X,Y and I values are just guessed values in this example)
    I will post a properly working program soon on
    http://cadcamtrainer.com/forums under the Haas section
    Rules of my Road: Don't do what you will regret! Never regret anything you do!

  8. #8
    Join Date
    Mar 2005
    Posts
    988
    What Gandalf posted is where I was getting at. I don't program Haas much anymore so I couldn't remember if there was a format for it...

    :cheers: :cheers:
    It's just a part..... cutter still goes round and round....

  9. #9
    Join Date
    Jun 2007
    Posts
    19

    Smile

    i use mastercam, it lets you engrave on an arc (you specify radius), and also the font styles. very cool

  10. #10

    Mastercam

    I could be mistaken but in MC9 you can only do horizontal and vertical lettering with a stick (single pass) font. If you select an outline font it will allow you to put it on an arc.

    If anyone know how to put an stick (single pass) font on an arc using the Mastercam lettering option I would appreciate that information.

    Maybe MC10 has that feature.

    Thanks,

    John

  11. #11
    Join Date
    Jun 2007
    Posts
    19
    i am using MCX mr2, sorry about any confusion

  12. #12
    Join Date
    Jun 2006
    Posts
    440

    kind of the wrong forum but...

    Quote Originally Posted by HelicopterJohn View Post
    I could be mistaken but in MC9 you can only do horizontal and vertical lettering with a stick (single pass) font. If you select an outline font it will allow you to put it on an arc.

    If anyone know how to put an stick (single pass) font on an arc using the Mastercam lettering option I would appreciate that information.

    Maybe MC10 has that feature.

    Thanks,

    John
    It will do it. I had to do this for two different styles of master locks with the companies 3 initials. They wanted them large enough to be seen and deep enough not to easily grind off. What I did was draw the profile of the locks, one was the standard with the stacked plates the other curved brass. After I had that done and oriented as I wanted it I then created the letters I wanted, using a simple font mind you to minimize the geometery. I had it on level 2 and oriented it so that it was centered in all dimensions. On level one I created a surface for the lock face and then selected all text and projected it onto the surface. I then set my parameters with a 2mm endmill and no cutter comp and chained my geometery. They turned out real nice. The funniest part of this was that it was suppose to prevent anyone from stealing our locks, we got maybe half of them back to the shop after the shutdown they worked was over. I guess they where a little too nice.
    Suppose you were an idiot and suppose you were a member of Congress. But I repeat myself.
    Mark Twain

  13. #13
    Join Date
    Jan 2006
    Posts
    5
    We use NCPlot.

  14. #14
    Join Date
    Jul 2007
    Posts
    2
    In Mastrcam You Can Create An Arc The Size Of Which You Want To Follow.(ex. Create ;arc;circle Pt+dia )

    Then Go To Create;next Menue;letters;

    You Can Choose Any Font, And Any Size. You Can Also Choose To Follow The Top Of The Arc You Created Or The Bottom. From Here Select The Arc's Center

  15. #15
    Join Date
    May 2005
    Posts
    8
    Al,

    Is there a font that is a one line not two line font like Times New Roman for DeskEngrave?

  16. #16
    Join Date
    Aug 2005
    Posts
    578
    back to MC7 I believe will do it on an arc also. It also will let you use trufont letters

Posting Permissions

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