Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
This page has been translated for your convenience with an automatic translation service. This is not an official translation and may contain errors and inaccurate translations. Autodesk does not warrant, either expressly or implied, the accuracy, reliability or completeness of the information translated by the machine translation service and will not be liable for damages or losses caused by the trust placed in the translation service.Translate
Glen, how far off is the generic fanuc mill-turn post? Have you had a look at it? it looked to contain twin turret + y-axis support out of the box, so presumably not too far off from what you need.
Oh, it exists.. Shoot me an email if you really don't already have a copy.
// fixed settings
var firstFeedParameter = 1;
var gotYAxis = true; // specifies if the machine has a Y-axis
var yAxisMinimum = toPreciseUnit(-50.8, MM); // specifies the mimimum range for the Y-axis
var yAxisMaximum = toPreciseUnit(50.8, MM); // specifies the maximum range for the Y-axis
var gotLiveTooling = true; // specifies if the machine is able to do live tooling
var gotCAxis = true;
var gotSecondarySpindle = false;
var gotDoorControl = false;
var gotBarFeeder = false;
var gotMultiTurret = true; // specifies if the machine has several turrets