UF_PATH_tool_change_s (view source)
 
Defined in: uf_path.h
 
Also known as:
 
Overview
Specify data for the tool change post command.


Data Members

xoffset_value
double
offset value of the tool
in the X direction.

yoffset_value
double
offset value of the tool
in the Y direction.

zoffset_value
double
offset value of the tool
in the Z direction. This
value is only used by mill.

tool_angle
double
the angle at which the tool
is mounted.

radius
double
the nose radius of the tool

tool_number
int
The tool number

adjust_register
int
the register to use for
tool length compensation

head_type
UF_PATH_head_type_t
The type of the head.

adjust_flag
logical
the adjust register is output
if and only if this is TRUE.

tool_offset_flag
logical
the tool offsets are
output if and only if this
is TRUE.

tool_number_flag
logical
the tool number is output
if and only if this is TRUE.

tool_angle_radius_flag
logical
the tool angle and
radius are output
if and only if this
TRUE

manual_change_flag
logical
the string MANUAL is
output if and only
if this is TRUE.