- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This helped helped pointing me in the right direction for the correct rotation thank you.
The post you have shown did not work correctly but I copied the one off the Haas Trunion post off the Autodesk Cam Post page and that worked perfectly.
HERE IS THAT INFO...
if (true) {
var aAxis = createAxis({coordinate:0, table:true, axis:[-1, 0, 0], range:[-30-0.0001, 120+0.0001], preference:1});
var bAxis = createAxis({coordinate:1, table:true, axis:[0, 0, 1], range:[-999.999, 999.999]});
machineConfiguration = new MachineConfiguration(aAxis, bAxis);
BUT I still have the Z axis issue and Yaxis issue.
I had my programmer here at work post out on Surfcam the same scenario and he posted out z values .1286 different than what I am posting out.
So this seems to be a pivot point calculation that Fusion needs to be doing in the post processor.
Now our Haas Trunion center line of rotation is ( -.1286) below the platter height (Table height)
Without taking this pivot point into account it seems to be why I am having these other axis issues.
Fusion