Tables
12.1 List of statements
Fundamentals
460 Programming Manual, 11/2006, 6FC5398-1BP10-2BA0
Name Meaning Value Description,
comment
Syntax m/s
3
Group
2
PRESETON Sets the actual value for programmed
axes
One axis
identifier is
programmed at
a time, with its
respective
value in the
next parameter.
Up to 8 axes
possible.
PRESETON(X,10,Y,
4.5)
PRIO Keyword for setting the priority for interrupt
processing
PROC First instruction in a program Block number - PROC -
identifier
PTP Point to point motion
(point to point)
synchronous
axis
m 49
PTPG0 Point to point motion only with G0,
otherwise CP
synchronous
axis
m 49
PUTFTOC Fine tool offset for parallel dressing
(continuous dressing)
(put fine tool correction)
Channel
numbers 1 - 10
or $MC
_CHAN_NAME
PUTFTOC(1,1,2) or
PUTFTOC(CH_name)
PUTFTOCF Fine tool offset depending on a function
defined with FCtDEF for parallel dressing
(continuous dressing)
(put fine tool correction function
dependant)
Channel
numbers 1 - 10
or $MC
_CHAN_NAME
PUTFTOCF(1,1,2) or
PUTFTOCF(CH_name)
PW Point weight
Real, without
sign
s
QECLRNOF Quadrant error compensation learning
OFF
QECLRNON Quadrant error compensation learning ON
QU Fast additional (auxiliary) function output
R... Arithmetic parameters
also as settable address
identifier and with numerical
extension
±
0.0000001,
...,
9999 9999
Number of R
parameters that
can be set by
MD
R10=3
;R parameter
assignment
X=R10 ;axis
valueR[R10]=6
;indirect prog.
RAC Absolute, non-modal, axis-specific radius
programming
Radius
programming
RAC(50) s
RDISABLE Read-in disable
READ Reads one or more lines in the specified
file and stores the information read in the
array.
The information
is available as
STRING.