585,575 active members*
4,016 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2006
    Posts
    25

    Question Engraving on VF-4

    Hello. Have ran into an issue with doing some engraving on a part and was wondering if anyone can point me in the right direction.

    Here is the code I wanted to run:

    Code:
    G47 G98 P1 (MFG #: 1000###) I0. J0.25 R0.1 Z-0.011 F5. E5. X1.8125 Y-0.75
    Only bad thing is it won't engrave the '#' just after MFG. I saw where you could call the actual ascii character in the manual by using a 'P' word. But how would one make it work as it engraves what is in between the ( )?

    Could you do something like this:

    Code:
    (MFG ) P35(: 1000###)
    Any help would be appreciated.

    Thanks
    Jeff

  2. #2
    Join Date
    Jun 2015
    Posts
    119

    Re: Engraving on VF-4

    Quote Originally Posted by rjdj2000 View Post
    Code:
    G47 G98 P1 (MFG #: 1000###) I0. J0.25 R0.1 Z-0.011 F5. E5. X1.8125 Y-0.75
    Only bad thing is it won't engrave the '#' just after MFG. I saw where you could call the actual ascii character in the manual by using a 'P' word. But how would one make it work as it engraves what is in between the ( )?Could you do something like this:
    Code:
    (MFG ) P35(: 1000###)
    No, you can't double up the p codes. If you want to engrave literal text, you use P0. So G47 P0 .... (MFG : 100###) will engrave exactly that. If you want the 1000### to increment, you could use P1 (#######), and set the initial value in #599 (or #10599 on the new control). That would have to be a second G47 line. All you need to do is figure out the X value you want the second line of engraving to start at.Hope that helps!
    ____________________________
    My blog: http://www.fletch1.com

  3. #3
    Join Date
    Jan 2006
    Posts
    25

    Re: Engraving on VF-4

    Thanks for the info. I was pretty certain it probably wouldn't work. So for now, I have just left out the # sign and ran the parts.

    At least they were for something I build and not a big deal.

  4. #4
    Join Date
    Jun 2015
    Posts
    119

    Re: Engraving on VF-4

    Well, it could work, you just can't make it all one line. You need to do something like this:

    #599= 1000000.
    G47 G98 P0 X1.8125 Y-0.75 (MFG #: ) I0. J0.25 R0.1 Z-0.011 F5. E5.
    G47 G98 P1 X2.3125 Y-0.75 (#######) I0. J0.25 R0.1 Z-0.011 F5. E5.

    The first line will make your MFG #: , and the second line will engrave sequential serial numbers. You just need to adjust the X where the second line starts, to get the spacing correct.
    ____________________________
    My blog: http://www.fletch1.com

Similar Threads

  1. New to laser engraving - black smoke/dust on the product surface after engraving
    By liujiening in forum Laser Engraving / Cutting Machine General Topics
    Replies: 0
    Last Post: 06-08-2016, 04:27 AM
  2. Replies: 1
    Last Post: 09-04-2015, 10:54 AM
  3. Chinese Laser Cutting and Engraving Machine TS-6040 60w - Engraving problem
    By Andriette in forum Laser Engraving / Cutting Machine General Topics
    Replies: 6
    Last Post: 01-24-2014, 03:44 PM
  4. PHCAD setting cut after engraving deeper engraving
    By herby08 in forum Laser Engraving / Cutting Machine General Topics
    Replies: 0
    Last Post: 04-25-2012, 10:18 AM
  5. Distinction between laser engraving between special LGP engraving machine when produ
    By CUTCNC in forum Laser Engraving / Cutting Machine General Topics
    Replies: 0
    Last Post: 11-21-2011, 09:46 AM

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
  •