Programming manual
486
CNC 8070
15.
STATEMENTS AND
IN
STRUCTI
O
NS
Pr
ogr
am
m
ing st
at
em
ent
s
(S
OFT
V02.0
X
)
414
15.1
Programming statements
15.1.1 Display instructions
Error display
It interrupts program execution and displays the indicated error
message.
It is programmed using the instruction
#ERROR
, selecting either the
number of the error to be displayed or the error text.
#ERROR
Display an error by selecting its number
It displays the indicated error number and its associated text according
to the CNC's error listing. If the indicated error number does not exist
in the CNC's error listing, it does not display any text.
The programming format is:
#ERROR [<number>]
The error number, that must be an integer, may be defined with a
numerical constant, a parameter or an arithmetic expression. When
using local parameters, they must be programmed as P0-P25.
#ERROR
Display an error by selecting its text
It displays the indicated error text. If no text is defined, it shows an
empty error window.
The programming format is:
#ERROR [<text>]
Parameter
Meaning
<number>
Error number.
#ERROR [100000]
#ERROR [P100]
#ERROR [P10+34]
Parameter
Meaning
<number>
Error text.
Summary of Contents for CNC 8070
Page 1: ...CNC 8070 REF 0504 SOFT V02 0X PROGRAMMING MANUAL Soft V02 0x Ref 0504...
Page 2: ......
Page 4: ......
Page 6: ......
Page 12: ......
Page 14: ......
Page 16: ......
Page 22: ......
Page 26: ......
Page 28: ......
Page 30: ......
Page 32: ......
Page 34: ......
Page 62: ...Programming manual 28 CNC 8070 2 MACHINE OVERVIEW Home search SOFT V02 0X 28...
Page 178: ...Programming manual 144 CNC 8070 7 GEOMETRY ASSISTANCE General scaling factor SOFT V02 0X 144...
Page 360: ...Programming manual 326 CNC 8070 12 CYCLE EDITOR Random multiple machining SOFT V02 0X 326...
Page 556: ...CNC 8070 16 PROBING CANNED CYCLES SOFT V02 0X 522 Programming manual...