Programming manual
CNC 8070
STATEMENTS AND
IN
STRUCTI
O
NS
Pr
ogr
am
m
ing st
at
em
ent
s
15.
(S
OFT
V02.0
X
)
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.
Содержание CNC 8070
Страница 1: ...CNC 8070 REF 0504 SOFT V02 0X PROGRAMMING MANUAL Soft V02 0x Ref 0504...
Страница 2: ......
Страница 4: ......
Страница 6: ......
Страница 12: ......
Страница 14: ......
Страница 16: ......
Страница 22: ......
Страница 26: ......
Страница 28: ......
Страница 30: ......
Страница 32: ......
Страница 34: ......
Страница 54: ...Programming manual 20 CNC 8070 1 CREATING A PROGRAM Parameters constants and expressions SOFT V02 0X 20...
Страница 62: ...Programming manual 28 CNC 8070 2 MACHINE OVERVIEW Home search SOFT V02 0X 28...
Страница 154: ...Programming manual 120 CNC 8070 6 TOOL PATH CONTROL Manual intervention G200 G201 G202 SOFT V02 0X 120...
Страница 178: ...Programming manual 144 CNC 8070 7 GEOMETRY ASSISTANCE General scaling factor SOFT V02 0X 144...
Страница 188: ...Programming manual 154 CNC 8070 8 ADDITIONAL PREPARATORY FUNCTIONS Probing G100 SOFT V02 0X 154...
Страница 360: ...Programming manual 326 CNC 8070 12 CYCLE EDITOR Random multiple machining SOFT V02 0X 326...
Страница 446: ...Programming manual 412 CNC 8070 14 CNC VARIABLES Alphabetical listing of variables SOFT V02 0X 412...
Страница 556: ...CNC 8070 16 PROBING CANNED CYCLES SOFT V02 0X 522 Programming manual...