Programming - Siemens sinumerik 802d sl Operation And Programming Manual

Hide thumbs Also See for sinumerik 802d sl:
Table of Contents

Advertisement

Programming

8.1
Fundamental principles of NC programming
8.1.1
Program names
Each program has its own program name. The name can be freely chosen during program
creation, taking the following conventions into account:
S The first two characters must be letters;
S Use only letters, digits or underscore.
S Do not use delimiters (see Section "Character set").
S The decimal point must only be used for separation of the file extension.
S Do not use more than 25 characters.
Example: FRAME52
8.1.2
Program structure
Structure and contents
The NC program consists of a sequence of blocks (see Table 8-1).
Each block represents a machining step.
Instructions are written in the blocks in the form of words.
The last block in the execution sequence contains a special word for the end of program:
M2 .
Table 8-1
Set
Set
Set
Set
Set
Set
SINUMERIK 802D sl Operation and Programming Nibbling (BP-N), 06/2006 Edition
6FC5 398-3CP10-0BA0
NC program structure
Word
Word
Word
N10
G0
X20
...
N20
G2
Z37
...
N30
G91
...
...
N40
...
...
...
N50
M2
...
; Comment
; 1. Set
; 2. Set
; ...
;End of program
8
8-121

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents