Milltronics post problem A axis use

Milltronics post problem A axis use

lbgrantham
Explorer Explorer
458 Views
2 Replies
Message 1 of 3

Milltronics post problem A axis use

lbgrantham
Explorer
Explorer

I downloaded the Milltronics post from the fusion library and followed procedure to activate A axis, I also download a generic Autodesk machine model with A axis. When I post my operations, I am getting a getting the following post error.

###############################################################################
Error: The machine configuration has TCP enabled which is not supported by this postprocessor.
Error at line: 907
Failed while processing onOpen().
###############################################################################
I have looked at the machine definition and Tcp is unchecked on A axis.
Does this section look correct in the post?
// <<<<< INCLUDED FROM include_files/commonFunctions.cpi
// >>>>> INCLUDED FROM include_files/defineMachine.cpi
var compensateToolLength = false; // add the tool length to the pivot distance for nonTCP rotary heads
function defineMachine() {
var useTCP = true;
if (true) { // note: setup your machine here
var aAxis = createAxis({coordinate:0, table:true, axis:[1, 0, 0], range:[-360, 360], preference:1});
// var cAxis = createAxis({coordinate:2, table:true, axis:[0, 0, 1], range:[-360, 360], preference:0, tcp:useTCP});
machineConfiguration = new MachineConfiguration(aAxis);
 
Any help greatly appreciated.
 
 
0 Likes
Accepted solutions (1)
459 Views
2 Replies
Replies (2)
Message 2 of 3

AdamKunzo
Collaborator
Collaborator
Accepted solution

Set true on line 1285 back to false -  if (false) { // note: setup your machine here

 

If you are using machine configuration, you can't use multiaxis config in the post processor.  

0 Likes
Message 3 of 3

lbgrantham
Explorer
Explorer

Thanks for your reply, I have A axis Working, problem is I have a really slow rotation in A and some jerky moves.
Is there something else in the post I need to change to correct this? Fusion simulation gives 3min for operation, but in reality, it takes 30 min.
Thanks for your help

0 Likes