585,902 active members*
4,306 visitors online*
Register for free
Login
Results 1 to 15 of 15
  1. #1
    Join Date
    Jun 2006
    Posts
    3063

    Blank code listing in PP 1.9.5?

    I used SC 10 to create a program for my 1100 mill running PathPilot 1.9.5, but the code listing window is blank when I load the program. It will run but none of the lines display almost as the characters are white on a white background. Has anybody else seen this before? I don't remember seeing it reported in the forum before and a quick scan revealed nothing relevant.

  2. #2
    Join Date
    Jan 2007
    Posts
    148

    Re: Blank code listing in PP 1.9.5?

    what post processor are you selecting / using ? , make sure the gcode ends in .ngc

  3. #3
    Join Date
    Jun 2006
    Posts
    3063

    Re: Blank code listing in PP 1.9.5?

    I'm using the post from Tormach - Tormach L15 Slant-Pro_RevC.sppx dated 2/15/2016.

    That generates a txt file, which I renamed to .ngc but still no visible text in the Main code window. I've produced several other G-code files since and none of them exhibits that problem.

  4. #4
    Join Date
    Jan 2007
    Posts
    148

    Re: Blank code listing in PP 1.9.5?

    Quote Originally Posted by MichaelHenry View Post
    I'm using the post from Tormach - Tormach L15 Slant-Pro_RevC.sppx dated 2/15/2016.

    That generates a txt file, which I renamed to .ngc but still no visible text in the Main code window. I've produced several other G-code files since and none of them exhibits that problem.
    i'll pm you my email , if can send me the offending file , i'll take a look

  5. #5
    Join Date
    Jun 2006
    Posts
    3063

    Re: Blank code listing in PP 1.9.5?

    Quote Originally Posted by cncbasher View Post
    i'll pm you my email , if can send me the offending file , i'll take a look
    Thanks - got the PM and emailed the file to you.

  6. #6
    Join Date
    May 2015
    Posts
    2

    Re: Blank code listing in PP 1.9.5?

    i got the same blank screen (v1.9.5)
    i'm using Tormach mastercam post

    the problem seems to be bad characters in comments (chair)

  7. #7
    Join Date
    Jun 2006
    Posts
    3063

    Re: Blank code listing in PP 1.9.5?

    It's now happened to a couple more programs, but only on my 1100 mill - the SBL lathe always seems to generate a visible program display. The mill has an old Tormach controller and a Dell monitor whereas the lathe has a new controller and Tormach's Monoprice monitor, in case that matters.

    I plan to install a new Tormach touchscreen on the mill system and if that doesn't fix the problem will look at a fresh PP install from the release DVD.

  8. #8
    Join Date
    Sep 2009
    Posts
    624

    Re: Blank code listing in PP 1.9.5?

    Quote Originally Posted by aggadaway View Post
    i got the same blank screen (v1.9.5)
    i'm using Tormach mastercam post

    the problem seems to be bad characters in comments (chair)
    Can you describe further? "Bad characters" as in non-printing/nonprintable (ie, first bit set=1) characters which then are interpreted as a command to set font color to white? Or bad characters as in Linux blanks the display, or something else? From the discussion, it sounds as if what's happening is that something in the post is generating a font color command setting font color to match screen background. Be nice to know what that is, as it could then be fixed with a hex editor or just deleted as a quick workaround until one could fix the post. If for example a character (say hex AA, just an arbitrary example) is a problem, easy enough to do a little bit-bashing and get rid of it by replacing with hex 20 (space). See Ascii Table - ASCII character codes and html, octal, hex and decimal chart conversion for a table.

    This seems to be a more common problem with PP- there have been at least a couple of other reports of bad characters (in Stickfont file names, I think one was) causing trouble with LinuxCNC, where Mach3/Windows simply ignored.

  9. #9
    Join Date
    Dec 2008
    Posts
    740

    Re: Blank code listing in PP 1.9.5?

    Quote Originally Posted by MichaelHenry View Post
    It's now happened to a couple more programs, but only on my 1100 mill - the SBL lathe always seems to generate a visible program display. The mill has an old Tormach controller and a Dell monitor whereas the lathe has a new controller and Tormach's Monoprice monitor, in case that matters.

    I plan to install a new Tormach touchscreen on the mill system and if that doesn't fix the problem will look at a fresh PP install from the release DVD.
    Perhaps you could post an example?
    Step

  10. #10
    Join Date
    May 2015
    Posts
    2

    Re: Blank code listing in PP 1.9.5?

    for me bad character was the ° (degree) symbol

  11. #11
    Join Date
    Jun 2006
    Posts
    3063

    Re: Blank code listing in PP 1.9.5?

    Here's a simple one. All it does is chamfer around two edges on a rectangular block.

    %
    OBlock-Rev0.2 - End Chamfer

    ( POSTPROCESSOR: )
    ( GENERATED BY SprutCAM )
    ( DATE: 4/7/2016 )
    ( TIME: 7:03:46 PM )

    (Tool) (24) (Diameter)(0.5) (1/2 Carb 4-Fl 45° Chamfer) (Operation) (2D contouring)

    N10 G90 G64 G50 G54 G80 G17 G40 G49
    N20 G20 (Inch)
    (2D contouring)
    N30 G30
    N40 T24 G43 H24 M6
    (1/2 Carb 4-Fl 45° Chamfer)
    N50 S2500 M3 M8
    N60 G0 G94 X-0.17 Y0.2055
    N70 Z0.05
    N80 G1 Z-0.1 F65.
    N90 G3 X-0.05 Y0.0855 Z-0.1 I0.12 J0.
    N100 G1 X0.
    N110 X0.6299
    N120 X0.6799
    N130 G3 X0.7999 Y0.2055 Z-0.1 I0. J0.12
    N140 G0 Z0.05
    N150 Y-0.6779
    N160 G1 Z-0.1
    N170 G3 X0.6799 Y-0.5579 Z-0.1 I-0.12 J0.
    N180 G1 X0.6299
    N190 X0.
    N200 X-0.05
    N210 G3 X-0.17 Y-0.6779 Z-0.1 I0. J-0.12
    N220 G0 Z0.05
    N230 G30 Z0.05 M5 M9
    N240 M30
    %

  12. #12
    Join Date
    Dec 2008
    Posts
    740

    Re: Blank code listing in PP 1.9.5?

    I don't have access to PP at the moment but the first thing I'd try would be to simply delete all the degree characters (as aggadaway pointed out above) and try again. If that fails, deleting the comment lines one by one should point you in the right direction.
    Step

  13. #13
    Join Date
    Jun 2006
    Posts
    3063

    Re: Blank code listing in PP 1.9.5?

    Ah - the ° in the chamfer tool name. I missed that until just now and will see if that is the problem.

  14. #14
    Join Date
    Jun 2006
    Posts
    3063

    Re: Blank code listing in PP 1.9.5?

    Quote Originally Posted by TurboStep View Post
    I don't have access to PP at the moment but the first thing I'd try would be to simply delete all the degree characters (as aggadaway pointed out above) and try again. If that fails, deleting the comment lines one by one should point you in the right direction.
    Step
    Bingo - that was the problem. Thanks to you and aggadaway!

  15. #15
    Join Date
    Dec 2008
    Posts
    740

    Re: Blank code listing in PP 1.9.5?

    Quote Originally Posted by MichaelHenry View Post
    Bingo - that was the problem. Thanks to you and aggadaway!
    Thanks to aggadaway
    Step

Similar Threads

  1. Replies: 0
    Last Post: 08-01-2013, 01:48 PM
  2. G-Code for turning a AR15 barrel from blank
    By Gtrigg in forum G-Code Programing
    Replies: 1
    Last Post: 09-11-2011, 06:27 PM
  3. Blank G code post...on 4th axis.
    By evo4wrx in forum SolidCAM for SolidWorks and SolidCAM for Inventor
    Replies: 1
    Last Post: 05-17-2010, 08:14 AM
  4. UL Listing?
    By kimoyo in forum Excitech routers
    Replies: 0
    Last Post: 08-15-2009, 05:32 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
  •