Programming manual
CNC 8070
STATEMENTS AND INSTRUCTIONS
Programming statements
15.
(SOFT V02.0X)
417
The text of the message must be defined between quote marks.
Certain special characters are defined as follows.
If no text is defined, the message is erased from the screen.
Including external values in the error text
The identifier %D or %d may be used to insert external values
(parameters or variables) into the message. 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.
Graphic area
#DGWZ Defines the graphics area
The graphic area can be defined with the instruction #DGWZ (Define
Graphics Work Zone).
The programming format is:
#DGWZ [<Xmin>,<Xmax>,<Ymin>,<Ymax>,<Zmin>,<Zmax>]
Each of these parameters of this instruction corresponds to each
limit of the axes.
Both limits may be positive or negative, but the lower limits of an axis
must always be smaller than the upper limits for that axis.
The new graphic area defined is kept until another one is defined,
modified at the graphics window or the CNC is turned off. On power-
up, the CNC assumes the graphic area defined by default.
\" Inserts quote marks in the text.
%% Inserts the % character.
#MSG ["User message"]
#MSG ["The tool \"T1\" is a finishing tool"]
#MSG ["80%% of feedrate is being used"]
#MSG [""]
#MSG ["Part number %D", P2]
#MSG ["The current tool is %D", V.G.TOOL]
#MSG ["Finishing F=%D mm/min. and S=%D RPM", P21, 1200]
Parameter Meaning
<Xmin> Lower X axis limit.
<Xmax> Upper X axis limit.
<Ymin> Lower Y axis limit.
<Ymax> Upper Y axis limit.
<Zmin> Lower Z axis limit.
<Zmax> Upper Z axis limit.