PP 2.0 - Displaying an image

Results 1 to 7 of 7

Thread: PP 2.0 - Displaying an image

  1. #1
    Member RA-Bowtie's Avatar
    Join Date
    Apr 2014
    Location
    Sydney - Australia
    Posts
    185
    Downloads
    0
    Uploads
    0

    Default PP 2.0 - Displaying an image

    G'day guys,

    One of the features that I used quite a lot (with PP 1.9x) was the M00 (image.jpg) on the comment line, to remind me to do certain things.

    I can't seem to get it working under PP 2.0

    I tried the M01 and I tried putting the image in the same directory as the NC file.... no luck.

    The operation will pause, but it won't display the image.

    Anyone else having this problem?

    Michael

    Similar Threads:


  2. #2

    Default Re: PP 2.0 - Displaying an image

    Post the code or the spot +/- about 15 lines. Maybe we can spot/suggest changes.
    It's a little touchy, but I know they're working on making it completely solid when I last sent in one to them.
    Blank lines above/below the M00 or M01 line can sometimes throw it off.
    You may need to sprinkle in some harmless tiny motion command right before the M00 or M01 line (bump a harmless axis by a few thou for example).



  3. #3
    Member RA-Bowtie's Avatar
    Join Date
    Apr 2014
    Location
    Sydney - Australia
    Posts
    185
    Downloads
    0
    Uploads
    0

    Default Re: PP 2.0 - Displaying an image

    Quote Originally Posted by old-cnc-geek View Post
    Post the code or the spot +/- about 15 lines. Maybe we can spot/suggest changes.
    It's a little touchy, but I know they're working on making it completely solid when I last sent in one to them.
    Blank lines above/below the M00 or M01 line can sometimes throw it off.
    You may need to sprinkle in some harmless tiny motion command right before the M00 or M01 line (bump a harmless axis by a few thou for example).
    Thanks for the reply.


    I had this working before, with PP 1.9X. The only thing I've changed is, that I was working with VCarve Pro and now I'm using Fusion 360.

    I already know the trick with folder names (images, as opposed to Images).

    I was using: M00 (filename.jpg)
    I did try M01, but that didn't work for me at all.

    Here's a simple NC file from Fusion... It doesn't seem to matter where I place the code, it doesn't work.

    Any help would really be appreciated.


    Michael

    ------------------------------------------------------------------
    %
    (1001)
    (T30 D=6.35 CR=0. TAPER=90deg - ZMIN=7.4 - spot drill)
    G90 G54 G64 G50 G17 G40 G80 G94 G91.1 G49
    G21 (Metric)
    G30

    N10(Drill1)
    T30 G43 H30 M6
    S4500 M3 M9
    G54
    G0 X12.985 Y-44.495
    G0 Z27.4
    G0 Z17.4
    G98 G81 X12.985 Y-44.495 Z7.4 R17.4 F100.
    X97.985 Y-93.777
    G80
    G0 Z27.4
    M5 M9

    G30
    M30
    %
    -------------------------------------------------------------------------



  4. #4
    Member kstrauss's Avatar
    Join Date
    Apr 2013
    Location
    Canada
    Posts
    1788
    Downloads
    0
    Uploads
    0

    Default Re: PP 2.0 - Displaying an image

    I don't see either M00 or M01 in your sample code.



  5. #5
    Member RA-Bowtie's Avatar
    Join Date
    Apr 2014
    Location
    Sydney - Australia
    Posts
    185
    Downloads
    0
    Uploads
    0

    Default Re: PP 2.0 - Displaying an image

    Quote Originally Posted by kstrauss View Post
    I don't see either M00 or M01 in your sample code.
    Hi Ken,

    Yes, you're right... the presumption is/was that someone would have an idea of where to add the code.
    I've tried every position, in the first 5-6 lines and I can't get it to work.

    Michael



  6. #6

    Default Re: PP 2.0 - Displaying an image

    Try this. A bit annoying that you need two, but it worked for me. test.png can be right in the root of the home folder - that's where I had it along with your test file.


    %

    (1001)
    (T30 D=6.35 CR=0. TAPER=90deg - ZMIN=7.4 - spot drill)
    G90 G54 G64 G50 G17 G40 G80 G94 G91.1 G49
    G21 (Metric)
    G30
    M01 (test.png)
    M01 (test.png)
    G30
    N10(Drill1)
    T30 G43 H30 M6
    S4500 M3 M9
    G54
    G0 X12.985 Y-44.495
    G0 Z27.4
    G0 Z17.4
    G98 G81 X12.985 Y-44.495 Z7.4 R17.4 F100.
    X97.985 Y-93.777
    G80
    G0 Z27.4
    M5 M9

    G30
    M30
    %



  7. #7
    Member RA-Bowtie's Avatar
    Join Date
    Apr 2014
    Location
    Sydney - Australia
    Posts
    185
    Downloads
    0
    Uploads
    0

    Default Re: PP 2.0 - Displaying an image

    Quote Originally Posted by old-cnc-geek View Post
    Try this. A bit annoying that you need two, but it worked for me. test.png can be right in the root of the home folder - that's where I had it along with your test file.


    %

    (1001)
    (T30 D=6.35 CR=0. TAPER=90deg - ZMIN=7.4 - spot drill)
    G90 G54 G64 G50 G17 G40 G80 G94 G91.1 G49
    G21 (Metric)
    G30
    M01 (test.png)
    M01 (test.png)
    G30
    N10(Drill1)
    T30 G43 H30 M6
    S4500 M3 M9
    G54
    G0 X12.985 Y-44.495
    G0 Z27.4
    G0 Z17.4
    G98 G81 X12.985 Y-44.495 Z7.4 R17.4 F100.
    X97.985 Y-93.777
    G80
    G0 Z27.4
    M5 M9

    G30
    M30
    %
    Thanks for that and you're right, it did work!

    It actually still works if you create a sub directory (called images) and put the images in there.

    I also discovered that Fusion has provision to issue a manual NC command and that works as well.... provided that you issue it twice.

    To be honest, that's a pain, because the second command won't display the image, the program just sits there, waiting for you to press the Cycle Start button.

    I'm hoping that Tormach will fix this.

    Again, thanks for taking the time to work this out.

    Michael



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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

PP 2.0 - Displaying an image

PP 2.0 - Displaying an image