Programming manual.
CNC 8070
STATEMENTS AND INSTRUCTIONS
22.
Programming statements
·383·
(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.
#WARNING ["Message"]
#WARNING ["Parameter \"P100\" is wrong"]
#WARNING ["Difference between P12 and P14 > 40%%"]
#WARNING ["Wrong %d value",120]
#WARNING ["Tool %D expired",V.G.TOOL]
#WARNING ["Wrong %D - %D values",18,P21]