·354·
Programming manual
CNC 8055
CNC 8055i
13.
HIGH-LEVEL LANGUAGE PROGRAMMING
·M· & ·EN· MODELS
SOFT: V02.2X
Variables
Although the probe keeps moving until the CNC receives the probing signal, the CNC takes into
account the value assigned to general machine parameter PRODEL and provides the following
information in the variables TPOS(X-C) and DPOS(X-C).
TPOS(X-C) Actual position of the probe when the CNC receives the probe signal.
DPOS(X-C) Theoretical position of the probe when the probe touched the part.
FLWE(X-C)
It returns the following error of the selected axis.
DEFLEX DEFLEY DEFLEZ
They return the amount of deflection obtained at the time by the Renishaw probe SP2 on each axis
X, Y, Z.
DPLY(X-C)
It returns the position value (coordinate) shown on the screen for the selected axis.
DRPO(X-C)
It returns the position indicated by the Sercos drive of the selected axis (variable PV51 or PV53 of
the drive).
GPOS(X-C)n p
Programmed coordinate for a particular axis in the indicated (n) block of the (p) program.
Only programs located in the CNC's RAM memory may be consulted.
If the defined program or block does not exist, it shows the relevant error message. If the indicated
block does not contain the requested axis, it returns the value 100000.0000.
(P80=GPOSX N99 P100)
It assigns to parameter P88 the value of the coordinate programmed for the X axis in
the block having the label N99 and located in program P100.