UF_PATH_spindle_on_s (view source)
 
Defined in: uf_path.h
 
Also known as:
 
Overview
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.