Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Germano_Z

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Germano_Z

  1. 2 hours ago, jeff.D said:

    Why no use smc_shared_dir$ to do this?  Seems easier.

    
    sbufname4$ = smc_shared_dir$ + "buffer4.txt" 

     

    Yes, that would work too. Thank you for pointing it out!
     

    Regards, 
    Germano Zerbini
    GZ Programming Solutions

  2. On ‎9‎/‎20‎/‎2018 at 11:45 AM, ken wong said:

    Hi i upgrade mc2018 to mc2019 now when i post  i have error:

    20 Sep 2018 10:00:25 AM - Report created.
    20 Sep 2018 10:00:25 AM - Initialize posting log file
    20 Sep 2018 10:00:25 AM - Using MP run version 21.00 and post components version 21.00
    20 Sep 2018 10:00:25 AM - Initiate opening the post processor file(s).
    20 Sep 2018 10:00:25 AM - C:\Users\Public\Documents\shared Mcam2019\mill\Posts\MAZAK_FUSION.PST
    20 Sep 2018 10:00:25 AM - An encrypted post file is associated with the post file.
    20 Sep 2018 10:00:25 AM - Post processor file name: C:\Users\Public\Documents\shared Mcam2019\mill\Posts\MAZAK_FUSION.PSB
    20 Sep 2018 10:00:25 AM - The post processor file has finished the read process.
    20 Sep 2018 10:00:25 AM - Initialization of pre-defined post variables, strings, postblocks was successful.
    20 Sep 2018 10:00:25 AM - Search for defined post variables, strings, postblocks was successful.
    20 Sep 2018 10:00:26 AM - RUN TIME - Error opening buffer file:. Buffer number with error is 4.
    20 Sep 2018 10:00:26 AM - RUN TIME - Error opening buffer file:. Buffer number with error is 4.
    20 Sep 2018 10:00:26 AM - Successful completion of posting process!
     

    G code look ok 

    this post we keep update from x6 to go on

    please help

    It is a permission problem while writing the buffer. Just specified where to save the buffer in the post using  sbufname4$:

    sbufname4$ = "C:\Users\***your user name***\Documents\my mcam2019\Lathe\NCI\buf4.txt" 

    *** your user name *** must be replaced with your username. Basically you are telling the post where to specifically save the buffer during the post processor run. I usually save the buffers in the NCI folder of the lathe or mill post in my mcamxxxx folder.

    Place sbufname4$ (where the 4 stands for the buffer number)  right before the buffer definition (fbuf).

     

    Regards,
    Germano Zerbini
    GZ Programming Solutions
    
     

     

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...