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

Millplus 5Axis

3 REPLIES 3
Reply
Message 1 of 4
vonhoegen
261 Views, 3 Replies

Millplus 5Axis

Hello Guys,

Is it possible to say, that the machine sway negativ if i use multi axis.

The problem is that the machine run in the limits.

 

Best regards 

Tobi

 

PS: actually Setting


if (true) { // note: setup your machine here
var bAxis = createAxis({coordinate:1, table:false, axis:[0, -1, 0], range:[-90, 0], preference:1});
var cAxis = createAxis({coordinate:2, table:true, axis:[0, 0, 1], range:[-360, 360], preference:1});
machineConfiguration = new MachineConfiguration(bAxis, cAxis);

setMachineConfiguration(machineConfiguration);
optimizeMachineAngles2(0); // TCP mode - using G141

 

 

3 REPLIES 3
Message 2 of 4
KrupalVala
in reply to: vonhoegen

HI @vonhoegen ,

 

Use cyclic:true in the kinematic setting. It's specifies that the axis is cyclic. 

 

For example, 

cAxis = createAxis({coordinate:2, table:true, axis:[0, 0, 1], cyclic:true, range:[-360, 360]});

 Thanks,



Krupal Vala
Senior Technology Consultant - Post Processor & Machine Simulation
Message 3 of 4
vonhoegen
in reply to: KrupalVala

I dit it, but the NC Code is the same.

 

 

Message 4 of 4
KrupalVala
in reply to: vonhoegen

HI @vonhoegen ,

 

I hope you have gone through the technical FAQ. I have shared the link here. 

You will get more detail about cyclic and Range in Post Processor Manual .

If you still facing any issues then please contact us. We need some more information regarding you machine.

For example, 

  • Machine configuration
  • kinematic limits
  • Does your machine C-axis support cyclic (continuous) rotation?
  • Rtcp support

Thanks, 



Krupal Vala
Senior Technology Consultant - Post Processor & Machine Simulation

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

Post to forums  

Technology Administrators


Autodesk Design & Make Report