Programming and Operating Manual (Milling)
258 6FC5398-4DP10-0BA1, 01/2014
If there are several instructions in a block, the following order is recommended:
N... G... X... Z... F... S... T... D... M... H...
Note regarding block numbers
First select the block numbers in steps of 5 or 10. Thus, you can later insert blocks and nevertheless observe the ascending
order of block numbers.
Blocks of a program, which are to be executed not with each program run, can be
by a slash
in front of the block
number.
The block skip itself is activated via
(program control: "SKP") or by the programmable controller (signal). A section
can be skipped by several blocks in succession using "
".
If a block must be skipped during program execution, all program blocks marked with "
" are not executed. All instructions
contained in the blocks concerned will not be considered. The program is continued with the next block without marking.
The instructions in the blocks of a program can be explained using comments (remarks). A comment always starts with a
semicolon " ; " and ends with end-of-block.
Comments are displayed together with the contents of the remaining block in the current block display.
Messages are programmed in a separate block. A message is displayed in a special field and remains active until a block
with a new message is executed or until the end of the program is reached. Up to
characters can be displayed in
message texts.
A message without message text cancels a previous message.
MSG ("THIS IS THE MESSAGE TEXT")
; G&S company, order no. 12A71
; Pump part 17, drawing no.: 123 677
; Program created by H. Adam, Dept. TV 4
N40 MSG("DRAWING NO.: 123677")
; Block can be suppressed
The functions marked with an asterisk (*) are active at the start of the program in the CNC milling variant, unless otherwise
they are programmed or the machine manufacturer has preserved the default settings for the "milling" technology.
D Tool offset number 0 ... 9, only integer,
no sign
Contains compensation data
for a particular tool T... ; D0-
>compensation values= 0,
max. 9 D numbers for one tool
D...
F Feedrate 0.001 ... 99 999.999 Path velocity of a
tool/workpiece;
unit: mm/min or mm/revolution
depending on G94 or G95
F...