iCAx开思网

标题: AXIS_DEF_CONTROL的困惑,大家帮忙,非常感谢 [打印本页]

作者: 萧萧下    时间: 2007-7-20 20:16
标题: AXIS_DEF_CONTROL的困惑,大家帮忙,非常感谢
AXIS_DEF_CONTROL的困惑,大家帮忙,非常感谢

轴定义控制 (AXIS_DEF_CONTROL)

适用于“5 轴切削线曲面”、“轨迹”铣削和“刀侧铣削”。

对于“5 轴切削线曲面”铣削和“刀侧铣削”,值为:

使用曲面法向 (USE_SURF_NORMS)(缺省)- 曲面法向用于确定刀具轴方向,即,任何用户指定的轴定义都提供应用到加工曲面的法向的定位导引角和倾角。

忽略曲面法向 (IGNORE_SURF_NORMS) - 不考虑曲面法向,刀具轴方向为用户指定的轴定义的严格插值。不适用于“通过曲面等值线的刀侧铣削”。

对于“5 轴轨迹”铣削,此参数用于使用“曲面”(Surfaces) 命令创建的“自动切削”运动。指定轴定义的另一方法是使用“切削运动设定”(CUTMOTION SETUP) 菜单中的“轴控制”(Axis Control) 命令。“轴定义控制”(AXIS_DEF_CONTROL) 参数指定明确的轴定义之间的近似值类型。值为:

相关驱动曲面 (RELATIVE_TO_DRIVE_SURFACE)(缺省)- 保留刀具轴相对于在曲面位置上定义的每个显式轴的曲面法向的导引角和倾角。刀具在显式轴定义之间移动时,系统通过在上一显式轴定义和下一显式轴定义之间进行线性插值来计算平均导引角/倾角。然后,相对于当前位置上的曲面法向应用此平均值。此方法在需要精确的轴控制时可用于生成可变导引角/倾角刀具路径。应用该控制进行试验,以确保刀具和刀架能通过零件几何的狭窄通道。

投影在驱动曲面上 (PROJECT_ON_DRIVE_SURFACE) – 保留刀具轴相对于在曲面的多个位置处定义的每个显式轴的曲面法向的导引角。刀具在显式轴定义之间移动时,系统通过在上一显式轴定义和下一显式轴定义之间进行线性插值来计算平均导引角。然后,在当前位置应用此平均值,并且刀具轴以倾角分量 0 投影到曲面上。此方法可用于生成刀具路径,该刀具路径具有用户控制的可变导引角,但始终使用刀具的侧面进行切削。

从轴和驱动曲面 (FROM_AXES_AND_DRIVE_SURFACE) - 此方法适用于一组曲面中具有一些不可展开的曲面的情况。在这些不可展开的区域中,刀具路径可能不可预知,所以可能要指定显式轴定义来覆盖系统缺省值。系统将从曲面边界衍生所有其它刀具向量。使用与“相关驱动曲面”(RELATIVE_TO_DRIVE_SURFACE) 相同的规则插入刀具轴。

轴线性逼近 (AXIS_LINEAR_APPROXIMATION) - 刀具方向为显式轴定义的线性近似值。

轴线_导引_角_近程 (AXIS_LEAD_ANGLE_APPROXIMATION) - 刀具方向为沿轨迹的导引角插值。

从轴进行投影 (PROJECT_FROM_AXES) - 此方法起到“从轴和驱动曲面”(FROM_AXES_AND_DRIVE_SURFACE) 和“投影在驱动曲面上”(PROJECT_ON_DRIVE_SURFACE) 组合的作用。可指定显式轴定义,系统将从曲面边界衍生中间刀具向量。然后,它会将所有轴定义都投影到驱动曲面上。
作者: 萧萧下    时间: 2007-7-20 20:22
AXIS_DEF_CONTROL

Applicable for 5-Axis Cut Line Surface and Trajectory milling, and for Swarf milling.

For 5-Axis Cut Line Surface milling and Swarf milling, the values are:

USE_SURF_NORMS (the default)—The surface normal is used in determining the tool axis orientation, that is, any user-specified axis definition provides a localized lead and tilt angle that is applied to the normal of the surface being machined.

IGNORE_SURF_NORMS—The surface normal is disregarded, and the tool axis orientation is a strict interpolation of the user-specified axis definitions. Not available for Swarf milling From Surface Isolines.

For 5-Axis Trajectory milling, this parameter is used for Automatic Cut motions created using the Surfaces command. Another way to specify axis definitons is to use the Axis Control command in the CUTMOTION SETUP menu. The AXIS_DEF_CONTROL parameter specifies the approximation type between the explicit axes definitions. The values are:

RELATIVE_TO_DRIVE_SURFACE (default)—Preserves the lead and tilt of the tool axis relative to the surface normal for each explicit axis defined at locations on the surface. As the tool moves between explicit axis definitions, the system computes an average lead/tilt angle by linearly interpolating between the last explicit axis definition and the next explicit axis definition. This average is then applied relative to the surface normal at the current location. This method can be used to generate variable lead / tilt tool paths when precise axis control is necessary. An example would be to apply this control to make sure the tool and holder can pass through a narrow channel of part geometry.

PROJECT_ON_DRIVE_SURFACE—Preserves the lead angle of the tool axis relative to the surface normal for each explicit axis defined at locations on the surface. As the tool moves between explicit axis definitions, the system computes an average lead angle by linearly interpolating between the last explicit axis definition and the next explicit axis definition. This average is then applied at the current location and the tool axis is projected onto the surface making the tilt component 0. This method can be used to generate tool paths that have a variable user-controlled lead angle, but maintain cutting with the side of the tool.

FROM_AXES_AND_DRIVE_SURFACE—This method is appropriate when a set of surfaces have some surfaces that are nondevelopable. In these nondevelopable areas, the tool path can be unpredictable, so you may want to override the system defaults by specifying explicit axis definitions. The system will derive all other tool vectors from the surface boundary. Tool axes will be interpolated using the same rule as for RELATIVE_TO_DRIVE_SURFACE.

AXIS_LINEAR_APPROXIMATION—The tool orientation is a linear approximation of explicit axis definitions.

AXIS_LEAD_ANGLE_APPROXIMATION—The tool orientation is an interpolation of lead angles along the trajectory.
作者: 萧萧下    时间: 2007-7-20 20:22
PROJECT_FROM_AXES—This method works as a combination of FROM_AXES_AND_DRIVE_SURFACE and PROJECT_ON_DRIVE_SURFACE. You can specify explicit axis definitions, and the system will derive the intermediate tool vectors from the surface boundary. It will then project all the axis definitions onto the drive surface.

AXIS_DEF_CONTROL的困惑,大家帮忙,非常感谢,这个参数该如何设置,它主要决定了什么~~

中文看不懂,英文更看不懂,大家给我讲解下AXIS_DEF_CONTROL几个选项各有什么含义,彼此有什么区别,非常感谢,刚开始学习五轴~~
作者: dragon2008    时间: 2007-7-21 10:42
这个我在帮助文件里怎么找不到呢?在什么地方?楼主能说一下吗?我找到的只有一点点,没有这么详细呢,奇怪。
作者: 萧萧下    时间: 2007-7-21 19:02
我在帮助里搜AXIS_DEF_CONTROL出现铣削参数,你再那里翻就找到了。当然你要换下帮助的语言,再搜,才会有另一种语言的。




欢迎光临 iCAx开思网 (https://www.icax.org/) Powered by Discuz! X3.3