machine simulation error

machine simulation error

p_krola
Enthusiast Enthusiast
562 Views
2 Replies
Message 1 of 3

machine simulation error

p_krola
Enthusiast
Enthusiast

Hi,

 

I trying to post process with machine simulation. It,s not working with head-head machines, but it,s working with table-head machines. Post procoessor and setup are the same.

 

 

 

 

0 Likes
Accepted solutions (1)
563 Views
2 Replies
Replies (2)
Message 2 of 3

boopathi.sivakumar
Autodesk
Autodesk
Accepted solution

Hi @p_krola 

This is an known issue and the team is aware of it. The reason behind here is the post engine expects the rotary head rider (B axis) should come first and then the rotary head carrier (C axis) for head - head machines while post processing but in the machine file hierarchy C axis comes first and B axis comes second this causes the post to fail to output the codes. the problem occurs only with the head-head configs only..

The workaround at the moment is to use the hardcoded machine config in the post processor or reordering the hierarchy as mentioned above will post the output codes.

 


Boopathi Sivakumar
Senior Technology Consultant

0 Likes
Message 3 of 3

ericson-d
Explorer
Explorer

Have you solved the problem?
If not this may solve the problem. directly under onOpend () // change the order of the axis if (machineConfiguration.getAxisU().getCoordinate()==2) { var axis1 = machineConfiguration.getAxisU() var axis2 = machineConfiguration.getAxisV() machineConfiguration.setAxisV(axis1) machineConfiguration.setAxisU(axis2) } it worked for me!
0 Likes