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:

T rouble with Fadal post


KJS
 Share

Recommended Posts

We just bought a remanufactured Fadal VMC and the program is giving us trouble. When we post the first line of the program looks like this:

N1 o0000(file name)

The trouble is we have to go in every time and change the letter o to a 0 like the other four 0's.

A little farther down in the program we get a E1 for the fixture offset which is fine but sometimes we get an E0 instead which we again have to edit.

How can this be corrected? Do we have to edit the post, which I've never done. Do we need to get a different Fadal post from the dealar.

(Both of our current Fadal post give us the same problem) Or is there some other way to fix this?

Thanks in advance for any help!

Link to comment
Share on other sites

The Fadal control has an option to read std fanuc based programs in which case the MPfan.pst works like a charm. I don't recall if its called 'format 1' or 'format 2'. You may be able to set your control to either mode. It was set up for fanuc at a shop where I recently worked. It read the typical g54's, G43 etc. HTH

 

Phil

Link to comment
Share on other sites

Thanks for the responses guys but it still isn't working. It won't recieve a program in format 2. When I put it in format 2 I get an error that says wrong O-word. This happens using the mpfan post. The mpfadal.pst is what we've been trying all the while without luck.

Link to comment
Share on other sites

Thanks for the help. We got the latest post from our dealer and that cleared up the problems. Now the only glitch is the first line of our program reads 09999. The program name doesn't appear untill line 3 so the machine thinks the program name is 9999. Since we can't save every program as 9999, how do we get it to read the real file name on line 3?

Link to comment
Share on other sites

You may need a post mod to get the program name on the same line as the program number. Here is what I have done for the MPMASTER_FADAL post. I have always output 9999 if no program is used. We dnc 99% of our programs so no big deal if they have the same number.

code:

pheader         #Call before start of file                         

if met_tool = one, #Metric constants and variable adjustments

[

ltol = ltol_m

vtol = vtol_m

maxfeedpm = maxfeedpm_m

]

result = nwadrs(srotary, cabs)

result = nwadrs(srotary, cinc)

result = nwadrs(srotary, cout)

strc = srotary

scminus = srotary + sdash

result = nwadrs(srotary, indx_out)

 

"%", e

spaces=0

if progno = 0,

[

progno = 9999

]

*progno, " (", sprogname, ")", e

I hope that helps.

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