Editing Post Possessor FANUC - Inverse Time and A-axis

Editing Post Possessor FANUC - Inverse Time and A-axis

syafiqfarhan
Enthusiast Enthusiast
648 Views
1 Reply
Message 1 of 2

Editing Post Possessor FANUC - Inverse Time and A-axis

syafiqfarhan
Enthusiast
Enthusiast

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

0 Likes
649 Views
1 Reply
Reply (1)
Message 2 of 2

boopathi.sivakumar
Autodesk
Autodesk

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
Principal Technology Consultant

0 Likes