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:

posting nc & setup sheet


dan m
 Share

Recommended Posts

It can be done.

 

Our Mpmaster ( http://www.emastercam.com/posts/mpmaster/mpmasterx.html ) post has it roughed in:

 

code:

#Launch HTML.set during posting

launch_set : 1 # Autorun .SET Setup Sheet Template [0=No,1=Yes]

sset "MILL.SET" # Name of the .SET Setup Sheet template file to be used

sdll "C:mcamxappsMP.dll" # Name of the .DLL to be called

later on this is how we call it, with variables setup at the end of peof$, and called in ppost$ - props to the post dudes at CNC Software/Mastercam:

 

code:

      #Multi-post logic

spath_in = spathnci$ + snamenci$

spath_set = spathpst$ + sset

spath_out = spathnc$ + snamenc$ + sextdoc

sparams = ssq + sdq + spath_in + sdq + sspace + sdq + spath_set + sdq + sspace + sdq + spath_out + sdq + ssq

 

ppost$ #Called after posting is complete and all files are closed

result = fexist(sdll)

if launch_set & result = 1, result = dll(sdll,sparams)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

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...