Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm having trouble posting a swarf operation, where I want to machine the outer contour of a simple rectangular plate using the C-Axis. The wall is vertical, which seems to be the "problem".
Postprocessing fails when applying the machine configuration with:
###############################################################################
Error: Error: Tool orientation is not supported for available machine axes.
Error at line: 1
Stack dump:
("Tool orientation is not supported for available machine axes.")@:0
Machine configuration code:
var bAxis = createAxis({ coordinate: 1, table: true, axis: [0, -0.7071067811865475, 0.7071067811865475], range: [-10.0001, 195.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); <-- Post errors out in this line
optimizeMachineAngles2(0);
I found the following posts regarding this subject, but those were not very helpful:
(this is no solution, because of the resulting undercut, and just disabling the B-axis for that operation won't work, because the calculated XY coords won't be correct, then...)
(this doesn't work for me, because I'm not able to figure out correct values to preset the axes with. I recon that presetting the axes with 0 would be the correct preset, anyway, and that doesn't work. I also tried presetting the axes with values like 45, but that didn't work either.)
One fallback I could think of would be to just use a 2D Contour with a manual NC command that tells me to calculate the C-Axis angle manually for that operation, but I really want to avoid something like that.
Has anyone stumbled upon that problem, and been able to solve it?
And if not, could maybe someone from Autodesk have a look at it?
The IPT is attached, and it seems, that this problem is reproducible with any post using a multiaxis machine configuration.
Cheers,
Martin
Solved! Go to Solution.
