Programming; Fundamental Principles Of Nc Programming; Program Names; Program Structure - Siemens SINUMERIK 802D sl Programming And Operating Manual

Hide thumbs Also See for SINUMERIK 802D sl:
Table of Contents

Advertisement

Programming

3.1

Fundamental Principles of NC Programming

3.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:
● The first two characters must be letters;
● Use only letters, digits or underscore.
● Do not use delimiters (see Section "Character set").
● The decimal point must only be used for separation of the file extension.
● Do not use more than 25 characters.
Example
SHAFT527
3.1.2

Program structure

Structure and contents
The NC program consists of a sequence of blocks (see Table below).
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.
Grinding
Programming and Operating manual, 06/2006, 6FC5398-4CP10-0BA0
3
3-1

Advertisement

Table of Contents
loading

Table of Contents