586,108 active members*
3,097 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Uncategorised CAM Discussion > Please help.... "%" sign keeps showing up in code
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2010
    Posts
    7

    Please help.... "%" sign keeps showing up in code

    I have ran the same program now 10 consecutive times. Of the 10 times running 6 of those had "%" sign added randomly when machine is reading the code and not in one specific place which is really strange. I am stumped at this point on what it is. Any ideas ?
    Thanks in advance

  2. #2
    Join Date
    Apr 2009
    Posts
    125

    Re: Please help.... "%" sign keeps showing up in code

    Need more information before I can suggest what is happening.

    I assume you have a G-code file (Without % signs) and you are sending the file to a machine via a serial link (possibly dripfeeding). If so, there could be an error with the Communication setup itself either cable not correctly wired or incorrect serial communication protocol. "%" was often used to replace an unknown character in the data.

  3. #3
    Join Date
    Jan 2005
    Posts
    15362

    Re: Please help.... "%" sign keeps showing up in code

    Quote Originally Posted by 7379df View Post
    I have ran the same program now 10 consecutive times. Of the 10 times running 6 of those had "%" sign added randomly when machine is reading the code and not in one specific place which is really strange. I am stumped at this point on what it is. Any ideas ?
    Thanks in advance
    It is normal to program a % sign at the start and end of your program, in some controls it will put it in if it is not there, I always use it even if the control does not need it, you set this up in your post processor

    What it does is signals start of data during file transfer.

    %
    O3434
    N1G17G40G80
    T3M6
    M8
    G54
    S2250M3
    G90G0X0.Y0.
    G43Z.1H3
    G73G98X0.Y0.Z-1.1R.1Q.03F10.
    G80G0Z3.
    M9
    M5
    G53Y0.
    M30
    %
    Mactec54

Similar Threads

  1. "Sign supplies china" Has anyone had any dealings with this company?
    By CarlW in forum DIY CNC Router Table Machines
    Replies: 0
    Last Post: 02-04-2016, 03:43 PM
  2. X Axis "Goes Off Pattern", "Awry", "Skewed", "Travels"
    By DaDaDaddio in forum Laser Engraving / Cutting Machine General Topics
    Replies: 1
    Last Post: 05-06-2013, 09:59 AM
  3. Message "program end or percentage sign missing" wtB?
    By CaptainVee in forum LinuxCNC (formerly EMC2)
    Replies: 3
    Last Post: 12-04-2012, 03:23 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
  •