41
Call: 1-631-648-7481 or Visit: support.technocnc.com
Titan Series WinCNC Manual
WinCNC
V. Controller Commands
WinCNC Controller
WinCNC Users Guide Page 81
Command Reference
Parameters in [Brackets] are optional.
XYZWIJ . . . Axis Specication X# Y# Z#
Axis values are specied with a decimal point. A value with no
decimal is read as an integer value. No value is equivalent to
specifying 0.
Example: XYZ is equivalent to X0Y0Z0
F Feed Velocity - F#
Velocity is stored separately for Linear XY, Linear ZW. Arc’s Rapid
and Feed Velocity is stored separately for Linear Moves. Inde-
pendent velocities are stored based on the XYZW specied in the
line containing the F# command. Velocity is specied in units of
measure per minute.
Example: F60 sets all axes in the feed rate override command
group to a Feed Velocity of 60 (see “vgroup=”).
G1 X F60 sets the X axis and all other axes grouped with X to a
Feed Velocity of 60.
F100 X Y sets the X and Y axes to a Feed Velocity of 100. It also
sets any other axes that are grouped with either axis to a Feed Ve-
locity of 100. For information about axis grouping, see “vgroup=”.
Feed Velocity changes affect all axes in that vgroup.
P Stored Positions - P#
Move to the selected stored position.
H Stored Home Positions - H#
Move to the selected stored Home position.
S Spindle Speed - S#
Sets the spindle speed to the given value.
[ ] Comment
Used to add comments to programs. A closing bracket is optional.