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:

A sStupid Question : SAVE


ksoufi
 Share

Recommended Posts

I've a small problem, when trying to generate nc code using

_____________________________________________

run_post_exe_dll ("C:Mcam8RouterPostspost_imperialRover_post_casavantMP.DLL",

"C:Mcam8RouterNCIPRINCROM.nci",

"C:Mcam8RouterPostspost_imperialROVER_V8.PST",

"C:Mcam8RouterNCtest.nc");

________________________________________________

 

My first Q is how to generate only the nci ascii file, what function to use?

 

And Second Q what's wrong in parametres passed to run_post_exe_dll function? (suppose that nci file was correctly created)

confused.gif

Link to comment
Share on other sites

If you use the default selected post in Mastercam, do you still have the problem? For example:

 

code:

char szCurrNCI[256], szCurrNC[256], szCurrPost[256];

 

strcpy(szCurrNCI, "C:Mcam8RouterNCIPRINCROM.nci");

strcpy(szCurrPost, "C:Mcam8RouterPostspost_imperialROVER_V8.PST");

strcpy(szCurrNC, "C:Mcam8RouterNCtest.nc");

 

run_post_exe_dll(post_exe_filename, szCurrNCI, szCurrPost, szCurrNC);

Link to comment
Share on other sites

quote:

PDG? Bryan?

Ya got me. confused.gif I've been hoping ksoufi would figure out how to post an ascii nci file without using nci_manager. That's something I could really use myself.

 

There's a nci_to_bnci in m_nc.h. Seem to me there should be a bnci to ascii nci function but I can't find it. frown.gif

 

PDG?

 

Bryan smile.gif

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