Programming manual.
CNC 8070
STATEMENTS AND INSTRUCTIONS
22.
Programming statements
·381·
(REF: 1709)
Including external values in the error text
The identifier %D or %d may be used to insert external values (parameters or variables) into
the text. The data whose value is to be displayed must be defined after the text.
Up to 5 identifiers %D or %d may be defined, but there must be as many data values as
identifiers.
#ERROR ["Wrong %d value",120]
#ERROR ["Tool %D expired",V.G.TOOL]
#ERROR ["Wrong %D - %D values",18,P21]