EasyManua.ls Logo

Siemens SINUMERIK 840DE

Siemens SINUMERIK 840DE
516 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Fundamental Principles of NC Programming
2.2 Language elements of the programming language
Fundamentals
2-18 Programming Manual, 10.2004 Edition, 6FC5 298-7AB00-0BP1
Example of skipping blocks
N10 ;Is executed
/N20 … ;Skipped
N30 … ;Is executed
/N40 … ;Skipped
N70 … ;Is executed
Up to 10 skip levels can be programmed. Only one skip level can be specified per NC block:
/ ... ;Block is skipped (1st skip level)
/0 ... ;Block is skipped (1st skip level)
/1 N010... ;Block is skipped (2nd skip level)
/2 N020... ;Block is skipped (3rd skip level)
...
/7 N100... ;Block is skipped (8th skip level)
/8 N080... ;Block is skipped (9th skip level)
/9 N090... ;Block is skipped (10th skip level)
Machine manufacturer
The number of skip levels that can be used depends on a display machine datum.
Block skipping of levels /0 to /9 is activated by an operator action (see /BA/ Operator's Guide
HMI Advanced Embedded, program control menu in Machine operating area) or by the
programmable controller.
Note
System and user variables can also be used in conditional jumps in order to control program
execution.
Jump destinations (labels)
Labels can be defined to jump within a program.
Label names are allocated with at least two and up to 32 characters (letters, digits,
underscore). The first two characters must be letters or underscores. The label name is
followed by a colon (":").
For further information refer to
References: /PGA/, Programming Guide Advanced.

Table of Contents

Other manuals for Siemens SINUMERIK 840DE

Related product manuals