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:

pullo

Verified Members
  • Posts

    464
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by pullo

  1. The control is so good that you do not need it.  But by tweaking it you can accomplish some things...

    If You have the 640 control you really don't need it .  With the 530 , you could use it with 5-ax toolpaths  and an angle of 2 degs to smooth out finishing. Yes you can

    use a value of 2 degs and you will have no gouging. This is mentioned in the user manual.

    We had some plastic pieces machined where the tolerances were inconsequential. By changing the tolerance to 0.1 we managed to speed up the feedrate up to 22 meters.

    For normal finishing the loosest tolerance I've used is 0.015  (mm)

    Gracjan

    • Like 1
  2. Also one should remember when playing with the Workspace file is that the this file gets saved  every time you exit Mastercam , so if you are developing the QAT or some other 

    interface detail and you have several sessions open on your computer , the last session being exited is what you will end up saving  on the disk... 

    So first  exiting the newly developed session and the exiting the older version will leave you with the older version of the Workspace file...

     

    Gracjan 

    • Thanks 1
  3. X5 was the last Mcam to have the whole manual in one book/file. So if you look inside the mcam 5 directory for .pdf files , you should find a 20 meg behemoth . That will be the user manual.... 

    I think it's under \documentation...

     

    Gracjan

     

    • Like 1
  4. This is not my opinion , as to have an opinion one would have to have a good practical knowledge of what one is saying (I only know HH very well) , but someone once wrote on the CNC - arena that Heidehain is the ideal control for a 5-axis machine. With other widely used controls , not so much...

     

    Gracjan

  5. Usually this happens when you are extruding splines.... When a spline has a large point count , I don't know the head count above which the parasolid kernel produces these facets. Usually I reduce the number of points in a curve using  Wireframe/Refit Spline to reduce the point count.   

    But since you say that an analysis of the curve yields an arc as an answer, I'm a little stumped....

    posting a file would help to help :)

     

    Gracjan

     

  6. #variable definitions
    swcs_name : ""   #PRM20014
    swcs_name1 : ""
    swcs_name2 : ""  # to check if there are different WCS's , they should all be the same

    fq 53  swcs_name2 "OOPS , rogue  WCS in your program!!!! "

    pparameter$    # Initialize variables, and Run parameter table
             
             if prmcode$ = 20014 , swcs_name = sparameter$  #WCS name

    pheader$


            swcs_name1 = ucase(swcs_name)  

    ptlchg0$     # Null tool change 
            
             swcs_name2 = ucase(swcs_name)
             if swcs_name2 <> swcs_name1 , q53

    ptlchg$
             swcs_name2 = ucase(swcs_name)
             if swcs_name2 <> swcs_name1 , q53

     

    very basic stuff for anybody who dabbles in posts

    Gracjan

    • Like 1
    • Huh? 1
  7.  

    In the case  you  presented you could have the built in warning system of checking the WCS , but since you know  that  it's OK, you get warned by the post , but post it out anyway knowing all is fine in THIS CASE .

    it*s the 50 ops where one is  programmed with a different WCS than all the rest that will overwhelm You ,  that's where my WCS check would be worthwhile ...

     

    Gracjan

    • Like 4
  8. I would say that a demand that all the WCSs in an NC-program are identical is a pretty universal demand. So why not make your post check that all your WCSs are the same as the 

    one  specified in the first operation ? That takes you out of the check loop.  I have been doing that now for many years.   

    Gracjan 

    • Like 1

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