- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Recently moved over to Fusion 360 and need to sort out our post processor for a SPINNER U1530 5 axis with SINUMERIK SIEMENS 840SL control
We've cam'd up a simple part that requires some B and C axis moves, but when we try to post using the generic post downloaded from fusion with some minor home settings tweaks, but we get an error which looks like it relates to the B and C axis settings ...
Our machine a SPINNER 5 axis has a B and C axis configuration rather than a B & A axis
can anyone point us in the right direction on how to set the correct B & C configurations
fusion post error
spinner machine configuration
i'm guessing this would be done in the part of the post below ???
return options;
}
function onOpen() {
if (false) {
var aAxis = createAxis({coordinate:0, table:true, axis:[1, 0, 0], range:[-120.0001, 120.0001], preference:1});
//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(aAxis, cAxis);
setMachineConfiguration(machineConfiguration);
optimizeMachineAngles2(0);
}
/*
Many Thanks
Martin
Solved! Go to Solution.