Community
HSM Post Processor Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Editing Post Possessor FANUC - Inverse Time and A-axis

1 REPLY 1
Reply
Message 1 of 2
syafiqfarhan
415 Views, 1 Reply

Editing Post Possessor FANUC - Inverse Time and A-axis

Hi, 

Can I know how to edit this post-processor?

 

3+1 PP comparison.png

 

Currently, I'm using FANUC - Inverse Time and A-axis

 

I planned to change Y to Z and Z to Y in post-processor

 

Need to change left to right.

Thank you

Labels (4)
1 REPLY 1
Message 2 of 2

Hi @syafiqfarhan 

By default tcp set for the 4 axis post is set to Non-Rtcp also all the points will be calculated form the local workplane

if you want to set it form the setup workplane

you can edit the post and set it like below

  if (rotate) {
    var tcp = true;   // << make this as true
    if (tcp) {
      setRotation(W); // TCP mode
    } else {

save the post and test it carefully it will make the co-ordinates calculate from the setup origin

let me know the feedback

 


Boopathi Sivakumar
Senior Technology Consultant

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report