HEIDENHAIN TNC530 5-AXIS POST-PRCESSOR

HEIDENHAIN TNC530 5-AXIS POST-PRCESSOR

kmarkopouliotis
Advocate Advocate
994 Views
3 Replies
Message 1 of 4

HEIDENHAIN TNC530 5-AXIS POST-PRCESSOR

kmarkopouliotis
Advocate
Advocate

Hi,

I'm trying to build a 5-axis Post-Processor [B & C]. Can somebody give me a Post-Processor in order to use it as guide...????

 

Thank you.

0 Likes
995 Views
3 Replies
Replies (3)
Message 2 of 4

boopathi.sivakumar
Autodesk
Autodesk

Hi @kmarkopouliotis 

The Configuration should be something like this in onOpen section 

  } else if (true) {
    // NOTE: setup your machine here
    //var aAxis = createAxis({coordinate:0, table:true, axis:[1, 0, 0], range:[-120.0001, 120.0001], preference: properties.preferTilt});
    var bAxis = createAxis({coordinate:1, table:true, axis:[0, 1, 0], range:[-120.0001, 120.0001], preference:1});
    var cAxis = createAxis({coordinate:2, table:true, axis:[0, 0, 1], range:[0, 360], cyclic:true});
    machineConfiguration = new MachineConfiguration(bAxis, cAxis);

    setMachineConfiguration(machineConfiguration);
    optimizeMachineAngles2(0); // using M128 mode
  }

You can get details more on this thread

How to set up a 4/5 axis machine configuration 

 


Boopathi Sivakumar
Senior Technology Consultant

0 Likes
Message 3 of 4

kmarkopouliotis
Advocate
Advocate

I'm using Powermill and I'm trying to build Post Processor with Autodesk Post Processor Utility.

0 Likes
Message 4 of 4

boopathi.sivakumar
Autodesk
Autodesk

@kmarkopouliotis 

Apologize!! its comes at the wrong place..

Probably you should contact our reseller for the post processor service

https://servicesmarketplace.autodesk.com/providers?search=&search_within=powermill&ci=All&sort_by=se... 

 


Boopathi Sivakumar
Senior Technology Consultant

0 Likes