UF_PATH_spindle_on_s
(查看源代码)
定义在: uf_path.h
也被称为:
UF_PATH_spindle_on_t
概述
Specify the data for the SPINDL/ post command.
Data Members
speed
double
is the speed of the spindle
maxrpm
double
is the maximum allowed speed
of the spindle
range [ 20 ]
char
the spindle speed range
mode
UF_PATH_spindle_mode_t
direction
UF_PATH_direction_t
speed_flag
logical
the speed is output if and
only if this flag is TRUE.
maxrpm_flag
logical
the maximum speed is output
if and only if this flag is
TRUE.
range_flag
logical
the range is output if and
only if this flag is TRUE.