Programming manual.
CNC 8070
CR
EA
TING A PROGRAM.
1.
Program structure.
·33·
(R
EF
: 1709)
1.2.1
Program body.
The body of the program has the following structure.
Program header.
The header of the program is a block consisting of the "%" character followed by the name
of the program. The name of the program may be up to 14 characters long and may consist
of uppercase and lowercase characters as well as numbers (no blank spaces are allowed).
The header must be programmed when the program contains local subroutines; otherwise,
programming the header is optional.
The name defined in the header has nothing to do with the name of the file. The two may
be different.
Program body.
The body of the program consists of blocks in charge of executing operations, movements,
etc.
End of the program.
The end of the program body is defined by functions "M02" or "M30" and they are equivalent.
There is no need to program these functions; when reaching the end of the program without
executing any of them, the CNC ends the execution and shows a warning indicating that they
are missing.
The CNC behaves differently when reaching the end of the program depending on whether
the M02 / M30 has been programmed or not
(*) Stopping the spindle depends on the setting of machine parameter SPDLSTOP.
Header
The header indicates the beginning of the body of the program.
The header must be programmed when the program has local
subroutines.
Program blocks
It is the main part of the program, the one containing
movements, operations, etc.
End of program
%0123
%PROGRAM
%PART923R
M30
M02
With M02/M30
W i t h o u t
M02/M30
The CNC selects the first block of the program.
Yes
Yes
The CNC stops the spindle.
Yes
No
The CNC assumes the initial conditions.
Yes (*)
No
The CNC initializes the cutting conditions.
Yes
No
Содержание 8070 BL
Страница 1: ... Ref 1709 8070 CNC Programming manual ...
Страница 8: ...BLANK PAGE 8 ...
Страница 12: ...BLANK PAGE 12 ...
Страница 14: ...BLANK PAGE 14 ...
Страница 26: ...BLANK PAGE 26 ...
Страница 28: ...BLANK PAGE 28 ...
Страница 30: ...BLANK PAGE 30 ...
Страница 60: ...Programming manual CNC 8070 2 MACHINE OVERVIEW Home search 60 REF 1709 ...
Страница 72: ...Programming manual CNC 8070 3 COORDINATE SYSTEM Coordinate programming 72 REF 1709 ...
Страница 80: ...Programming manual CNC 8070 4 WORK PLANES Select the longitudinal axis of the tool 80 REF 1709 ...
Страница 96: ...Programming manual CNC 8070 5 ORIGIN SELECTION Polar origin preset G30 96 REF 1709 ...
Страница 178: ...Programming manual CNC 8070 9 TOOL PATH CONTROL MANUAL INTERVENTION Variables 178 REF 1709 ...
Страница 304: ...Programming manual CNC 8070 16 C AXIS Machining of the turning side of the part 304 REF 1709 ...
Страница 440: ...Programming manual CNC 8070 22 STATEMENTS AND INSTRUCTIONS Flow controlling instructions 440 REF 1709 ...
Страница 442: ...Programming manual CNC 8070 23 CNC VARIABLES 442 REF 1709 ...
Страница 443: ...Programming manual CNC 8070 443 User notes REF 1709 ...