EasyManua.ls Logo

Siemens SINUMERIK 828D

Siemens SINUMERIK 828D
822 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...
Flexible NC programming
1.2 Indirect programming
Job planning
58 Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
1.2.2 Indirectly programming G codes
Function
Indirect programming of G codes permits cycles to be effectively programmed.
Syntax
G[<group>]=<number>
Meaning
G[...]: G command with extension (index)
Index parameter: G function group
<group>:
Type: INT
Variable for the G code number
<number>:
Type: INT or REAL
Note
Generally, only G codes that do not determine the syntax can be indirectly programmed.
Only G function group 1 is possible from the G codes that determine the syntax.
The syntax-determining G codes of G function groups 2, 3 and 4 are not possible.
Note
Arithmetic functions are not permitted in the indirect G code programming. If it is necessary
to calculate the G code number, this must be done in a separate part program line before the
indirect G code programming.
Examples
Example 1: Settable zero offset (G function group 8)
Program code Comment
N1010 DEF INT INT_VAR
N1020 INT_VAR=2
...
N1090 G[8]=INT_VAR G1 X0 Y0 ; G54
N1100 INT_VAR=INT_VAR+1 ; G code calculation
N1110 G[8]=INT_VAR G1 X0 Y0 ; G55

Table of Contents

Other manuals for Siemens SINUMERIK 828D

Related product manuals