Sinumerik Sinumerik 840D SL ISO Turning: 1 2 3 4 5 A B C D E
Sinumerik Sinumerik 840D SL ISO Turning: 1 2 3 4 5 A B C D E
Sinumerik Sinumerik 840D SL ISO Turning: 1 2 3 4 5 A B C D E
Fundamental safety
instructions 1
Fundamentals of
SINUMERIK programming 2
Travel commands 3
SINUMERIK 840D sl
ISO Turning
Traversing command 4
Additional functions 5
Programming Manual
Abbreviations A
G code table B
Data Description C
Data lists D
Alarms E
Valid for
control system
SINUMERIK 840D sl / 840DE sl
DANGER
indicates that death or severe personal injury will result if proper precautions are not taken.
WARNING
indicates that death or severe personal injury may result if proper precautions are not taken.
CAUTION
indicates that minor personal injury can result if proper precautions are not taken.
NOTICE
indicates that property damage can result if proper precautions are not taken.
If more than one degree of danger is present, the warning notice representing the highest degree of danger will be
used. A notice warning of injury to persons with a safety alert symbol may also include a warning relating to property
damage.
Qualified Personnel
The product/system described in this documentation may be operated only by personnel qualified for the specific
task in accordance with the relevant documentation, in particular its warning notices and safety instructions. Qualified
personnel are those who, based on their training and experience, are capable of identifying risks and avoiding
potential hazards when working with these products/systems.
Proper use of Siemens products
Note the following:
WARNING
Siemens products may only be used for the applications described in the catalog and in the relevant technical
documentation. If products and components from other manufacturers are used, these must be recommended or
approved by Siemens. Proper transport, storage, installation, assembly, commissioning, operation and
maintenance are required to ensure that the products operate safely and without any problems. The permissible
ambient conditions must be complied with. The information in the relevant documentation must be observed.
Trademarks
All names identified by ® are registered trademarks of Siemens AG. The remaining trademarks in this publication
may be trademarks whose use by third parties for their own purposes could violate the rights of the owner.
Disclaimer of Liability
We have reviewed the contents of this publication to ensure consistency with the hardware and software described.
Since variance cannot be precluded entirely, we cannot guarantee full consistency. However, the information in this
publication is reviewed regularly and any necessary corrections are included in subsequent editions.
SINUMERIK documentation
The SINUMERIK documentation is organized into the following categories:
● General documentation/catalogs
● User documentation
● Manufacturer/service documentation
Additional information
You can find information on the following topics at the following address (https://
support.industry.siemens.com/cs/de/en/view/108464614):
● Ordering documentation/overview of documentation
● Additional links to download documents
● Using documentation online (find and search in manuals/information)
If you have any questions regarding the technical documentation (e.g. suggestions,
corrections), please send an e-mail to the following address
(mailto:docu.motioncontrol@siemens.com).
mySupport/Documentation
At the following address (https://support.industry.siemens.com/My/ww/en/documentation),
you can find information on how to create your own individual documentation based on
Siemens' content, and adapt it for your own machine documentation.
Training
At the following address (http://www.siemens.com/sitrain), you can find information about
SITRAIN (Siemens training on products, systems and solutions for automation and drives).
FAQs
You can find Frequently Asked Questions in the Service&Support pages under Product
Support (https://support.industry.siemens.com/cs/de/en/ps/faq).
SINUMERIK
You can find information about SINUMERIK at the following address (http://www.siemens.com/
sinumerik).
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 3
Preface
Target group
Target group
This document addresses programmers and configuring engineers.
Benefits
With the Programming Manual, the target group can develop, write, test and debug programs
and software user interfaces.
Standard scope
This documentation only describes the functionality of the standard version. Additions or
revisions made by the machine manufacturer are documented by the machine manufacturer.
Other functions not described in this documentation might be executable in the control. This
does not, however, represent an obligation to supply such functions with a new control or when
servicing.
For the sake of simplicity, this documentation does not contain all detailed information about all
types of the product and cannot cover every conceivable case of installation, operation, or
maintenance.
Technical Support
Country-specific telephone numbers for technical support are provided in the Internet at the
following address (https://support.industry.siemens.com/sc/ww/en/sc/2090) in the "Contact"
area.
ISO Turning
4 Programming Manual, 06/2019, A5E47432465B AA
Table of contents
Preface .........................................................................................................................................................3
1 Fundamental safety instructions...................................................................................................................9
1.1 General safety instructions.......................................................................................................9
1.2 Warranty and liability for application examples ......................................................................10
1.3 Industrial security ...................................................................................................................11
2 Fundamentals of programming...................................................................................................................13
2.1 Introductory remarks ..............................................................................................................13
2.1.1 Siemens mode .......................................................................................................................13
2.1.2 ISO dialect mode....................................................................................................................13
2.1.3 Switching between the modes ...............................................................................................13
2.1.4 Display of the G code.............................................................................................................14
2.1.5 Maximum number of axes/axis identifiers ..............................................................................14
2.1.6 Define G code system A, B or C ............................................................................................14
2.1.7 Programming the decimal point .............................................................................................15
2.1.8 Comments..............................................................................................................................16
2.1.9 Skip block...............................................................................................................................17
2.2 Prerequisites for the feed .......................................................................................................18
2.2.1 Rapid traverse........................................................................................................................18
2.2.2 Path feed (F function).............................................................................................................18
2.2.3 Linear feed (G94) ...................................................................................................................20
2.2.4 Inverse-time feed (G93) .........................................................................................................20
2.2.5 Revolutional feedrate (G95) ...................................................................................................20
3 Travel commands .......................................................................................................................................21
3.1 Interpolation commands.........................................................................................................21
3.1.1 Rapid traverse (G00)..............................................................................................................21
3.1.2 Linear interpolation (G01) ......................................................................................................23
3.1.3 Circular interpolation (G02, G03) ...........................................................................................24
3.1.4 Contour definition programming and insertion of chamfers and radii.....................................27
3.1.5 Involute interpolation (G02.2, G03.2) .....................................................................................29
3.1.6 Cylindrical interpolation (G07.1).............................................................................................30
3.1.7 Polar coordinates interpolation (G12.1, G13.1) (TRANSMIT)................................................32
3.2 Reference point approach with G functions ...........................................................................34
3.2.1 Reference point approach with intermediate point (G28).......................................................34
3.2.2 Checking the reference position (G27) ..................................................................................35
3.2.3 Reference point approach with reference point selection (G30) ............................................35
3.3 Use of the thread cutting function ..........................................................................................37
3.3.1 Thread cutting with constant lead (G33) ................................................................................37
3.3.2 Interlinking of threads (G33)...................................................................................................39
3.3.3 Cutting of multiple-start threads (G33) ...................................................................................40
3.3.4 Cutting of thread with variable lead (G34)..............................................................................42
3.3.5 Convex thread with G35 and G36..........................................................................................43
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 5
Table of contents
4 Traversing command..................................................................................................................................45
4.1 The coordinate system...........................................................................................................45
4.1.1 Machine coordinate system (G53) .........................................................................................45
4.1.2 Workpiece coordinate system (G92)......................................................................................46
4.1.3 Resetting the tool coordinate system (G92.1)........................................................................46
4.1.4 Selection of a workpiece coordinate system ..........................................................................47
4.1.5 Writing work offset/tool offsets (G10) .....................................................................................47
4.2 Defining the input modes for the coordinate values ...............................................................50
4.2.1 Absolute/incremental dimensioning (G90, G91) ....................................................................50
4.2.2 Diameter and radius programming for the X-axis ..................................................................52
4.2.3 Input inch/metric (G20, G21)..................................................................................................53
4.3 Time-controlled commands....................................................................................................55
4.3.1 Dwell time (G04) ....................................................................................................................55
4.4 Tool offset functions ...............................................................................................................56
4.4.1 Tool offset data memory ........................................................................................................56
4.4.2 Tool length compensation ......................................................................................................56
4.4.3 Tool nose radius compensation (G40, G41/G42) ..................................................................57
4.5 S-, T-, M- and B functions ......................................................................................................63
4.5.1 Spindle function (S function) ..................................................................................................63
4.5.2 Constant cutting rate (G96, G97) ...........................................................................................63
4.5.3 Tool change with T functions (T function) ..............................................................................65
4.5.4 Additional function (M function)..............................................................................................65
4.5.5 M functions of spindle control.................................................................................................66
4.5.6 M functions for subroutine calls..............................................................................................66
4.5.7 Macro call via M function........................................................................................................66
4.5.8 M functions.............................................................................................................................68
5 Additional functions ....................................................................................................................................69
5.1 Program-support functions.....................................................................................................69
5.1.1 Fixed cycles ...........................................................................................................................69
5.1.2 Multiple repetitive cycles ........................................................................................................77
5.1.3 Drilling cycle (G80 to G89) .....................................................................................................93
5.2 Programmable data input.....................................................................................................104
5.2.1 Changing the tool offset value (G10) ...................................................................................104
5.2.2 M function for calling subroutines (M98, M99) .....................................................................105
5.3 Eight-digit program number..................................................................................................107
5.4 Measuring functions .............................................................................................................109
5.4.1 Rapid lift with G10.6 .............................................................................................................109
5.4.2 Delete measuring with distance-to-go (G31)........................................................................109
5.4.3 Measuring with G31, P1 - P4 ...............................................................................................110
5.4.4 Interrupt program with M96/M97 (ASUB).............................................................................111
5.5 Macro programs ...................................................................................................................114
5.5.1 Differences with subroutines ................................................................................................114
5.5.2 Macro program call (G65, G66, G67)...................................................................................114
5.6 Special functions ..................................................................................................................121
5.6.1 G05 ......................................................................................................................................121
5.6.2 Multi-edge turning ................................................................................................................121
ISO Turning
6 Programming Manual, 06/2019, A5E47432465B AA
Table of contents
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 7
Table of contents
ISO Turning
8 Programming Manual, 06/2019, A5E47432465B AA
Fundamental safety instructions 1
1.1 General safety instructions
WARNING
Danger to life if the safety instructions and residual risks are not observed
If the safety instructions and residual risks in the associated hardware documentation are not
observed, accidents involving severe injuries or death can occur.
● Observe the safety instructions given in the hardware documentation.
● Consider the residual risks for the risk evaluation.
WARNING
Malfunctions of the machine as a result of incorrect or changed parameter settings
As a result of incorrect or changed parameterization, machines can malfunction, which in turn
can lead to injuries or death.
● Protect the parameterization against unauthorized access.
● Handle possible malfunctions by taking suitable measures, e.g. emergency stop or
emergency off.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 9
Fundamental safety instructions
1.2 Warranty and liability for application examples
ISO Turning
10 Programming Manual, 06/2019, A5E47432465B AA
Fundamental safety instructions
1.3 Industrial security
Note
Industrial security
Siemens provides products and solutions with industrial security functions that support the
secure operation of plants, systems, machines and networks.
In order to protect plants, systems, machines and networks against cyber threats, it is
necessary to implement – and continuously maintain – a holistic, state-of-the-art industrial
security concept. Products and solutions from Siemens constitute one element of such a
concept.
Customers are responsible for preventing unauthorized access to their plants, systems,
machines and networks. Such systems, machines and components should only be connected
to an enterprise network or the Internet if and to the extent such a connection is necessary and
only when appropriate security measures (e.g. using firewalls and/or network segmentation)
are in place.
For additional information on industrial security measures that can be implemented, please
visit:
Industrial security (https://www.siemens.com/industrialsecurity)
Siemens’ products and solutions undergo continuous development to make them more secure.
Siemens strongly recommends that product updates are applied as soon as they become
available, and that only the latest product versions are used. Use of product versions that are
no longer supported, and failure to apply the latest updates may increase customer’s exposure
to cyber threats.
To stay informed about product updates, subscribe to the Siemens Industrial Security RSS
Feed at:
Industrial security (https://www.siemens.com/industrialsecurity)
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 11
Fundamental safety instructions
1.3 Industrial security
WARNING
Unsafe operating states resulting from software manipulation
Software manipulations, e.g. viruses, Trojans, or worms, can cause unsafe operating states
in your system that may lead to death, serious injury, and property damage.
● Keep the software up to date.
● Incorporate the automation and drive components into a holistic, state-of-the-art industrial
security concept for the installation or machine.
● Make sure that you include all installed products into the holistic industrial security concept.
● Protect files stored on exchangeable storage media from malicious software by with
suitable protection measures, e.g. virus scanners.
● On completion of commissioning, check all security-related settings.
● Protect the drive against unauthorized changes by activating the "Know-how protection"
converter function.
ISO Turning
12 Programming Manual, 06/2019, A5E47432465B AA
Fundamentals of programming 2
2.1 Introductory remarks
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 13
Fundamentals of programming
2.1 Introductory remarks
Example
The G functions of the ISO dialect mode are used to call the Siemens standard cycles. To do
this, DISPLOF is programmed at the start of the relevant cycle; this way the G functions that are
programmed in the ISO dialect language continue to be displayed.
PROC CYCLE328 SAVE DISPLOF
N10 ...
...
N99 RET
Procedure
The Siemens shell cycles are called via main programs. The Siemens mode is selected
automatically by calling the shell cycle.
With DISPLOF, the block display is frozen on calling the cycle; the display of the G code
continues in the ISO Mode.
The G codes that were changed in the shell cycle, are reset to their original status at the end
of the cycle with the "SAVE" attribute.
ISO Turning
14 Programming Manual, 06/2019, A5E47432465B AA
Fundamentals of programming
2.1 Introductory remarks
G code system A
If the G code system A is active, then G91 is not available. In this case, an incremental axis
movement with the address characters U, V and W is programmed for the axis X, Y and Z. The
address characters U, V and W are not available in this case as axis identifiers, as a result, the
maximum number of axes reduces to 6.
The address H is used for programming the incremental movements of the C-axis in the G code
system A.
Note
Unless otherwise specified, the G code system B is excluded in this documentation.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 15
Fundamentals of programming
2.1 Introductory remarks
2.1.8 Comments
In the ISO dialect mode, brackets are interpreted as comment signs. In the Siemens mode, ";"
is interpreted as comment. To simplify matters, an ";" is also understood as comment in the ISO
dialect mode.
If the comment start sign '(' is used inside a comment again, the comment is ended only if all the
open brackets are closed again.
ISO Turning
16 Programming Manual, 06/2019, A5E47432465B AA
Fundamentals of programming
2.1 Introductory remarks
Example:
N5 (comment) X100 Y100
N10 (comment(comment)) X100 Y100
N15 (comment(comment) X100) Y100
X100 Y100 is executed in block N5 and N10, but only Y100 in block N15, because the first
bracket is closed only after X100. Everything up to that point is interpreted as comment.
Note
The "0" in "/0" can be omitted.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 17
Fundamentals of programming
2.2 Prerequisites for the feed
Note
Unless otherwise specified, the unit "mm/min" is always used for the feedrate of the cutting tool
in this documentation.
The feed, with which a tool should be traversed in case of linear interpolation (G01) or circular
interpolation (G02, G03), is programmed with the address character "F".
After the next address character "F", the feed of the cutting tool is specified in "mm/min".
The permissible range of the F value is given in the documentation of the machine
manufacturer.
Possibly, the feed is restricted upward by the servo-system and by the mechanics. The
maximum feed is set through the machine data and is restricted before exceeding the value
defined there.
The path feed is generally composed of the individual speed components of all geometry axes
participating in the movement and refers to the center point (see following two images).
ISO Turning
18 Programming Manual, 06/2019, A5E47432465B AA
Fundamentals of programming
2.2 Prerequisites for the feed
3URJUDPPLQJH[DPSOH
*6UPLQ
**;=)
7UDYHUVLQJVSHHGLQ
WDQJHQWLDOGLUHFWLRQ
PPPLQ
PPPLQ
<
PPPLQ
;
3URJUDPPLQJH[DPSOH
**;=,)
*6UPLQ
&HQWHUSRLQW
PPPLQ
)[
; )]
=
Note
If "F0" is programmed and the function "Fixed feedrates" is not activated in the block, then the
alarm 14800 "Channel %1 Set %2 programmed path velocity is less than or equal to zero" is
given off.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 19
Fundamentals of programming
2.2 Prerequisites for the feed
Example
N10 G93 G1 X100 F2 ;
i.e., the programmed path is traversed within half a minute.
Note
All of the commands are modal. If the G feed command is switched among G93, G94 or G95,
the path feed must be reprogrammed. The feed can also be specified in degree/revolution for
the machining with rotary axes.
ISO Turning
20 Programming Manual, 06/2019, A5E47432465B AA
Travel commands 3
3.1 Interpolation commands
The positioning and interpolation commands, with which the tool path along the programmed
contour, such as a straight line or a circular arc, is monitored, are described in the next Section.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 21
Travel commands
3.1 Interpolation commands
;
:
;
=
Note
Since during positioning with G00 the axes traverse independent of one another (do not
interpolate), each axis reaches its end point at a different point of time. Therefore, you must
proceed extremely careful when positioning several axes, so that a tool does not collide with a
workpiece or a device during positioning.
*;= 7KHYHORFLW\IRUWKHFRPSHQVDWLQJPRYHPHQWLV
*760 VSHFLILHGZLWK*
*;= ,QWKLVFDVHLWLVQRWDEVROXWHO\QHFHVVDU\WR
ZULWH*EHFDXVHWKLVLVDPRGDOFRPPDQG
;
=
ISO Turning
22 Programming Manual, 06/2019, A5E47432465B AA
Travel commands
3.1 Interpolation commands
Format
G01 X... Z... F... ;
In case of G01 the linear interpolation is executed with the path feed. The axes not specified in
the block with G01 are also not traversed. The linear interpolation is programmed as given in
the example above.
Note
If no feed Fxx is programmed in a block with G01 or in the previous blocks, an alarm is given
off when a G01 block is executed.
The end point can be specified either as absolute or incremental. For details see the Chapter
"Absolute/incremental dimensioning".
;
SURJUDPPHGSRLQW
= :
; FXUUHQWWRROSRVLWLRQ
=
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 23
Travel commands
3.1 Interpolation commands
3URJUDPPLQJH[DPSOH
7KHD[HVDUHWUDYHUVHGLQWKHOLQHDULQWHUSRODWLRQ
*;=
PRGH*
*760
;=
*=)
;)
;
=
Format
With the command given below the rotary tool traverses in the ZX plane on the programmed
circular arc. The programmed path velocity is thereby maintained along the arc.
G02(G03) X(U)... Z(W)... I... K... (R...) F... ;
&HQWHUSRLQW
; (QGSRLQW
5
,
6WDUWSRLQW
W
= : =
.
=
ISO Turning
24 Programming Manual, 06/2019, A5E47432465B AA
Travel commands
3.1 Interpolation commands
In order to start the circular interpolation, the commands given in the following table are to be
executed:
Direction of rotation
The direction of rotation of the arc is defined with the G functions listed in the table given below.
Direction of rotation
G02 clockwise
G03 Counterclockwise
;
*
*
=
End point
The end point can be specified with G90 or G91 either as absolute or as incremental value.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 25
Travel commands
3.1 Interpolation commands
rRUJUHDWHU
(QGSRLQW
rRUOHVVHU
5
5!
6WDUWSRLQW
Feed
In the circular interpolation, the feed is programmed in the same way as for the linear
interpolation (see also Chapter "Linear interpolation (G01)").
Programming example
3URJUDPPLQJH[DPSOH
*=)
;
*;=,.)
.
,
5
% $
=
ISO Turning
26 Programming Manual, 06/2019, A5E47432465B AA
Travel commands
3.1 Interpolation commands
Format
,A...;Angle
,C...;Chamfer
,R...;Rounding
Example
N10 G1 X10. Z100. F1000 G18
N20 ,A140 C7.5
N30 X80. Z70. A95.824 R10
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 27
Travel commands
3.1 Interpolation commands
;
;=
;=
5DGLXV
r
5
&KDPIHU
;= r
;=
<
ISO Turning
28 Programming Manual, 06/2019, A5E47432465B AA
Travel commands
3.1 Interpolation commands
Overview
The involute of a circle is a curve traced out from the end point on a "piece of string" unwinding
from the curve. The involute interpolation allows trajectories along an involute. It is executed in
the plane in which the base circle is defined. If the starting point and the end point are not in this
plane, then, analogous to the helical interpolation for circles, there is a superimposition to a
curve in space.
< 1HQGSRLQW
; <
1
1
&5
1VWDUWSRLQW ;
; <
An involute can be traversed in space in case of additional specification of paths vertical to the
active plane.
Format
G02.2 X... Y... Z... I... J... K... R
G03.2 X... Y... Z... I... J... K... R
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 29
Travel commands
3.1 Interpolation commands
Supplementary conditions
Both the starting point and the end point must be outside the area of the base circle of the
involute (circle with radius R around the center point specified by I, J, K). If this condition is not
satisfied, an alarm is generated and the program execution is aborted.
Note
For more information about machine data and supplementary conditions that are relevant to
involute interpolation, please see
References: /FB1/, A2 Chapter "Settings for involute interpolation".
Format
G07.1 A (B, C) r ;Activation of the operation with cylindrical interpola-
tion
G07.1 A (B, C) 0 ;Deactivation of the operation with cylindrical interpola-
tion
ISO Turning
30 Programming Manual, 06/2019, A5E47432465B AA
Travel commands
3.1 Interpolation commands
The command G07.1 is modal. When G07.1 is specified once, the cylindrical interpolation
remains active for so long till G07.1 A0 (B0, C0) is deselected. In case of closed position or after
NC RESET the cylindrical interpolation gets deactivated.
Note
Cylindrical interpolation (G07.1)
● G07.1 is based on the Siemens option TRACYL. For this, the corresponding machine data
are to be set.
● The corresponding specifications for this are given in the manual "Extended Functions",
Chapter M1, "TRACYL".
The rotary axis for the cylindrical interpolation and also its name is defined with the machine
data 24120 $MC_TRAFO_GEOAX_ASSIGN_TAB_1.
Example
&XWWLQJWRRO =
&
3RVLWLRQLQJDWWKHVWDUWSRLQWRIWKHFXWPDFKLQLQJ
*;&
*& &\OLQGULFDOLQWHUSRODWLRQPRGH21
**=)
&
=
&
*=&5 0DFKLQLQJSURJUDP
*=&5
*&
=
*&
0 &\OLQGULFDOLQWHUSRODWLRQPRGH21
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 31
Travel commands
3.1 Interpolation commands
Table 3-4 G functions for switching the polar coordinates interpolation on/off
The commands G12.1 and G13.1 may not be programmed together with other commands in a
block.
Commands G12.1 and G13.1 act globally and belong to G group 21. For G12.1, the polar
coordinates interpolation remains active for as long as G13.1 is programmed. Switch-on
position or after NC RESET, G13.1 is active (polar coordinates interpolation is deactivated).
ISO Turning
32 Programming Manual, 06/2019, A5E47432465B AA
Travel commands
3.1 Interpolation commands
Programming example
9LUWXDO&D[LV
&D[LV
;D[LV
&XWWLQJWRRO
3URJUDPPLQJH[DPSOH
* 3RVLWLRQLQJDWWKHVWDUWSRLQWRIWKHFXWPDFKLQLQJ
*
7
*;& 3RODUFRRUGLQDWHVLQWHUSRODWLRQPRGH21
*
**;,
*; 0DFKLQLQJSURJUDPZLWKSRODUFRRUGLQDWHVLQWHUSROD
*;&. WLRQ
*&
*;
**;
* 3RODUFRRUGLQDWHVLQWHUSRODWLRQPRGH2))
0
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 33
Travel commands
3.2 Reference point approach with G functions
Format
G28 X... Z... ;
With the command "G28 X(U)...Z(W)...C(H)...Y(V);" the programmed axes can be traversed on
their reference point. Thus, the programmed axes are first traversed with rapid traverse to the
specified position and from there automatically to the reference point. The axes not
programmed in the block with G28 are not traversed to their reference point.
Reference position
When the machine has been powered up (where incremental position measuring systems are
used), all the axes must approach their reference mark. Only then can traversing movements
be programmed. The reference point can be approached in the NC program with G28. The
reference point coordinates are set with the machine data 34100 $_MA_REFP_SET_POS[0] to
[3]. A total of four reference positions can be defined.
3URJUDPPLQJH[DPSOH
***;<=
=D[LV
5HIHUHQFHSRLQW
DIL[HGSRLQWLQWKHPDFKLQH
'HOD\RI=D[LV/6
3RVLWLRQLQJ
%
5HWXUQWRUHIHUHQFHSRLQW
$
,QWHUSRODWLRQSRLQWDVLQWHUPHGLDWHSRLQW
6WDUWSRLQW GXULQJSRVLWLRQLQJ
=
'HOD\RI<D[LV/6
<
<D[LV
ISO Turning
34 Programming Manual, 06/2019, A5E47432465B AA
Travel commands
3.2 Reference point approach with G functions
Note
The G28 function is implemented with the shell cycle cycle328.spf.
Before the reference point approach, a transformation must not be programmed for an axis
which is to approach the reference point with G28. The transformation is deactivated in
cycle328.spf with command TRAFOOF.
Format
G27 X... Y... Z... ;
This function is used to check whether the axes are on their reference point.
Test procedure
If the check with G27 is successful, the processing is continued with the next part program
block. If one of the axes programmed with G27 is not on the reference point, Alarm 61816 "Axes
not on reference point" is triggered and the Automatic mode is interrupted.
Note
Function G27 is implemented with the cycle cycle 328.spf as with G28.
To avoid a positioning error, the function "mirroring" should be deselected before executing
G27.
Format
G30 Pn X... Y... Z... ;
For the commands "G30 Pn X... Y... Z;" the axes are positioned on the specified intermediate
point in the continuous-path mode, and finally traversed to the reference point selected with P2
- P4. With "G30 P3 X30. Y50.;", the X- and Y-axes return to the third reference point. The
second reference point is selected on omitting "P". Axes that are not programmed in a G30
block are also not traversed.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 35
Travel commands
3.2 Reference point approach with G functions
Element MD
2nd reference point $_MA_REFP_SET_POS[1]
3rd reference point $_MA_REFP_SET_POS[2]
4th reference point $_MA_REFP_SET_POS[3]
Note
Further details of the points that were considered in the programming of G30 can be found in
Section "Reference point approach with intermediate point (G28)". Function G30 is
implemented with cycle 330.spf.
ISO Turning
36 Programming Manual, 06/2019, A5E47432465B AA
Travel commands
3.3 Use of the thread cutting function
Format
With the commands "G33 X (U)... Z (W)... F... ;" the three thread types "Cylindrical thread",
"Transversal thread", "Taper thread" can be prepared as right- or left-hand thread. The thread
lead is defined with F. The end point coordinates are determined with X, Z (absolute) or U, W
(incremental).
;
(QGSRLQW
= ˡ ˞
ˡ =
:
6WDUWSRLQW
/WKUHDGOHDG
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 37
Travel commands
3.3 Use of the thread cutting function
Example
*;=)
;=(QGSRLQW ;D[LV
)B7KUHDGOHDG
5DGLXVD[LVSURJUDPPLQJ (QGSRLQW
ˡ
; ˞ 6WDUWSRLQW
=
ˡ
=D[LV
7KUHDGOHDG/ PP
ˡ PP
ˡ PP
&XWWLQJGHSWKSHUVWURNH PP
*8 ;
*:)
*8
:
8
*:
*8
ˡ ˡ
=
7KUHDGOHDG/ PP
ˡ PP ;
ˡ PP
&XWWLQJGHSWKSHUVWURNH PP
*;
*;:)
*;
:
ˡ
;
*;: =
ˡ
*;
ISO Turning
38 Programming Manual, 06/2019, A5E47432465B AA
Travel commands
3.3 Use of the thread cutting function
Precondition:
The technical prerequisite is a speed-controlled spindle with position measuring system
Procedure:
From the programmed spindle speed and the thread lead, the control system calculates the
required feed with which the turning tool is traversed over the thread length in the longitudinal
and/or transverse direction. The feed F is not taken into account for G33, the limitation to
maximum axis velocity (rapid traverse) is monitored by the control system.
3URJUDPPLQJH[DPSOH
*;8=:) $
*;8=:
%
*;8=:
&
$
% & $
%
DUHLQIRUFHGSLSHFRXSOLQJ EZRUPJHDU
Note
As long as the thread is not completely cut, the spindle speed should not be changed! If the
spindle speed is not kept constant, then there is a risk of losing the accuracy due to the servo
lag.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 39
Travel commands
3.3 Use of the thread cutting function
Note
Feed control and feed stop are not taken into account during thread cutting!
If the command G33 is programmed when operating with G94 (feed per minute), an alarm is
given off.
/HDG
Format
With the commands "G33 X (U)... Z (W)... F... Q... ;" the spindle rotates by the angle specified
with the address character Q after the output of the start-point pulse. Thereafter, the thread
cutting starts in the direction of the end points specified with X (U) and Z (W) with the lead
specified with F.
Specification of the address Q while cutting multiple-start threads:
Smallest input increment: 0.001°
Programmed range: 0 ≦ B < 360.000
ISO Turning
40 Programming Manual, 06/2019, A5E47432465B AA
Travel commands
3.3 Use of the thread cutting function
3URJUDPPLQJH[DPSOH
*8
*:)
*8
:
8
*:
7KUHDGFXWWLQJIRUWKUHDG$
*8 $ %
*:4
*8
:
8
*:4
7KUHDGFXWWLQJIRU
WKUHDG%
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 41
Travel commands
3.3 Use of the thread cutting function
Note
If no starting point offset is specified (with Q), the "start angle for thread" defined in the setting
data is used.
Format
G34 X... Z... F... K... ;
.
)t.:!
ISO Turning
42 Programming Manual, 06/2019, A5E47432465B AA
Travel commands
3.3 Use of the thread cutting function
_NHND_
)
_*>PP8@
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 43
Travel commands
3.3 Use of the thread cutting function
ISO Turning
44 Programming Manual, 06/2019, A5E47432465B AA
Traversing command 4
4.1 The coordinate system
The position of a tool is defined uniquely through its coordinates in the coordinate system.
These coordinates are defined by the axis positions. For instance, if the two axes involved are
named as X and Z, then the coordinates are specified as follows:
X... Z...
; &XUUHQWSRVLWLRQRI
WKHWRROWLS
=HURSRLQW
=
The following coordinate systems are used for specifying the coordinates:
1. Machine coordinate system (G53)
2. Workpiece coordinate system (G92)
3. Local coordinate system (G52)
Format
(G90) G53 X... Z... ;
X, Z: absolute dimension word
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 45
Traversing command
4.1 The coordinate system
Compensation deselection
If MD10760 $MN_G53_TOOLCORR = 0, the active tool length and tool nose radius
compensation remain effective in a block with G53
If $MN_G53_TOOLCORR = 1, the active tool length and the tool radius compensation get
suppressed in a block with G53.
Reference
With MD24004 $MC_CHBFRAME_POWERON_MASK, for bit 0 it is defined, whether the
channel-specific basic frame is reset upon Power On.
Format
G92 (G50) X... Z... ;
Explanation
With G92 a coordinate transformation is programmed from the basic coordinate system (BCS)
into basic zero-point system (BZS). G92 acts like a adjustable work offset.
With G92.1 X.. (G Code System A with G50.3 P0) one can reset a shifted coordinate system
before the shift. The tool coordinate system is reset to the coordinate system that is defined by
the active adjustable work offsets (G54-G59). The tool coordinate system is set to the reference
ISO Turning
46 Programming Manual, 06/2019, A5E47432465B AA
Traversing command
4.1 The coordinate system
position if no adjustable work offset is active. G92.1 resets shifts carried out through G92 or
G52. However, only the axes that are programmed, are reset.
Example 1:
N10 G0 X100 Y100 ;Display: WCS: X100 Y100 MCS: X100 Y100
N20 G92 X10 Y10 ;Display: WCS: X10 Y10 MCS: X100 Y100
N30 G0 X50 Y50 ;Display: WCS: X50 Y50 MCS: X140 Y140
N40 G92.1 X0 Y0 ;Display: WCS: X140 Y140 MCS: X140 Y140
Example 2:
Format
Modified by G10:
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 47
Traversing command
4.1 The coordinate system
p=1 to 6: The value of the workpiece work offset corresponds to the workpiece coor‐
dinate system G54 to G59 (1 = G54 to 6 = G59)
X, Y, Z: Workpiece work offset for each axis during an absolute command (G90).
Value that must be added during an incremental command (G91) for each
axis to the specified workpiece work offset.
G10 L20 Pp X... Y... Z... ;
p=1 to 93: The value of the workpiece work offset corresponds to the workpiece coor‐
dinate system G54 P1 ... P93. The number of work offsets (1 to 93) can be set
through MD18601 $MN_MM_NUM_GLOBAL_USER_FRAMES or MD28080
$MC_MM_NUM_USER_FRAMES.
X, Y, Z: Workpiece work offset for each axis during an absolute command (G90).
Value that must be added during an incremental command (G91) for each
axis to the specified workpiece work offset.
Modified by G92:
G92 X... Y... Z... ;
Explanations
Modified by G10:
G10 can be used to change each workpiece coordinate system individually. If the work offset
with G10 is to be written only when the G10 block is executed on the machine (main run block),
then MD20734 $MC_EXTERN_FUNCTION_MASK, Bit 13 must be set. An internal STPPRE is
executed in that case with G10. The machine data bits affect all G10 commands in the ISO
Dialect T and ISO Dialect M.
Modified by G92:
By specifying G92 X... Y... Z..., a workpiece coordinate system that was selected earlier with a
G command G54 to G59 or G54 P{1 ...93}, can be shifted and thus a new workpiece coordinate
system can be set. If X, Y and Z are programmed incrementally, the workpiece coordinate
system is defined in such a way that the current tool position matches the total of the specified
incremental value and the coordinates of the previous tool position (shift of coordinate system).
Finally, the value of the coordinate system shift is added to each individual value of the
workpiece work offset. To put it another way: All workpiece coordinate systems are shifted
systematically by the same value.
ISO Turning
48 Programming Manual, 06/2019, A5E47432465B AA
Traversing command
4.1 The coordinate system
Example
The tool in operation with G54 is positioned at (190, 150), and the workpiece coordinate system
1 (X' - Y') is created each time in G92X90Y90 with a shift of Vector A.
< <ಫ
*:RUNSLHFHFRRUGLQDWHV\VWHP
7RROSRVLWLRQ
;ಫ
$
;
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 49
Traversing command
4.2 Defining the input modes for the coordinate values
ISO Turning
50 Programming Manual, 06/2019, A5E47432465B AA
Traversing command
4.2 Defining the input modes for the coordinate values
Since the addresses X and U are programmed for the diameter value, the actual axis
movement corresponds to half of the specified values.
3URJU)UDPH*=2
3B%)5$0(*VFDOH
$GMXVWDEOH)UDPH**=2
3B8,)5*3=2
&KDQQHOVSHFLILFEDVLFIUDPH
3B&+%)5$0(>@*'5RW
3B&+%))5$0(>@*'5RW'5RW
3B&+%)5$0(>@*0LUURULPDJHDWSURJU$[LV
3B&+%)5$0(>@*6HWDFWXDOYDOXH
3B&+%)5$0(>@=2H[W2IIVHW19
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 51
Traversing command
4.2 Defining the input modes for the coordinate values
Note
G90 and G91 should not be programmed together in one block; else, only the G function
programmed last becomes effective. Thus assumed, if the commands "G01 G90 X80. G91
Z60.;" are programmed in a block, then G91 becomes effective, because it has been
programmed last, and all axis positions (X80. and Z60.) are interpreted as incremental paths.
; ;
8
; ;
; ;
= =
D'LDPHWHUSURJUDPPLQJ E5DGLXVSURJUDPPLQJ
ISO Turning
52 Programming Manual, 06/2019, A5E47432465B AA
Traversing command
4.2 Defining the input modes for the coordinate values
References:
/PGA/, Programming Manual Advanced, Section "Special movement commands and
movement synchronizations"
Format
G20 and G21 are always to be programmed at the start of a block and may not be present in
the block together with other commands.
References:
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 53
Traversing command
4.2 Defining the input modes for the coordinate values
Table 4-5 Tool offset amounts while working with G20 or G21
Stored tool offset amount when working with G20 (unit of when working with G21 (unit of
measurement "inch") measurement "mm")
150000 1.5000 inch 15,000 mm
ISO Turning
54 Programming Manual, 06/2019, A5E47432465B AA
Traversing command
4.3 Time-controlled commands
Format
G04 X...; or G04 P...;
X_: Time display (decimal points possible)
P_: Time display (no decimal points possible)
● The dwell time (G04 ..) must be programmed alone in a block.
There are two methods for executing the programmed dwell time:
MD $MC_EXTERN_FUNCTION_MASK
Bit2 = 0: Specification of the dwell time always in seconds [s]
Bit2 = 1: Specification of the dwell time either in seconds (G94 active) or in spindle revolutions
(G95 active)
The processing of the next block is delayed in case of G94 (feed per minute) by a certain time
(in seconds) and in case of G95 (revolutional feedrate) a certain number of spindle revolutions
are awaited.
G04 must be programmed alone in a block.
Example
G94 G04 X1000 ;
Standard notation: 1000 * 0.001 = 1 second
Pocket calculator notation: 1000 seconds
G95 G04 X1000 ;
Standard notation: 1000 * 0.001 = 1 spindle revolution
Pocket calculator notation: 1000 spindle revolutions
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 55
Traversing command
4.4 Tool offset functions
Contents
Geometrical dimensions: Length, radius
They consist of several components (geometry, wear). The control system computes the
components to a certain dimension (e.g., overall length 1, total radius). The respective overall
dimension becomes effective when the compensation memory is activated.
How these values are calculated in the axes is determined by the tool type and the commands
G17, G18, G19 for the plane selection.
Tool type
The tool type (drill, turning tool or milling cutter) determines which geometry data are required
and how they will be computed.
ISO Turning
56 Programming Manual, 06/2019, A5E47432465B AA
Traversing command
4.4 Tool offset functions
) )
These lengths are measured and entered in the tool offset data memory together with the wear
values. From this data, the control system calculates the traversing movements in the infeed
direction.
&XWWLQJHGJHFHQWHUSRLQWSDWKV5ZLWKRXWWRRO
QRVHUDGLXVFRPSHQVDWLRQ
&XWWLQJHGJHFHQWHUSRLQWSDWKV5ZLWKWRRO
8QGHUFXWWRWKHOHIWRIWKH QRVHUDGLXVFRPSHQVDWLRQ
QRQPDFKLQHGDUHD
7LSRIWKHFXWWLQJWRRO
7KHVKDSHREWDLQHGZLWKRXW
DSSO\LQJWKHWRROQRVHUDGLXV &XWWLQJHGJHFHQWHUSRLQW5
FRPSHQVDWLRQ
7RROWLS5
,PDJLQDU\WRROWLS
3URJUDPPHGVKDSH
RUWKHVKDSHREWDLQHGE\DSSO\LQJWKHWRROQRVHUDGLXV
FRPSHQVDWLRQ
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 57
Traversing command
4.4 Tool offset functions
&XWWLQJWRRO
5 5
5
,PDJLQDU\WRROQRVH
Figure 4-7 Defining the amount of the tool nose radius compensation and an imaginary tool tip
;
&KHFNSRLQWWRRIWKH
LPDJLQDU\WRROWLS
5 5
=
&KHFNSRLQWRIWKHLPDJLQDU\WRROWLS
ISO Turning
58 Programming Manual, 06/2019, A5E47432465B AA
Traversing command
4.4 Tool offset functions
&XWWLQJHGJH
&XWWLQJHGJH
5 FHQWHUSRLQW
5 FHQWHUSRLQW5
5
,PDJLQDU\WRROWLS
,PDJLQDU\WRROWLS
0RYHPHQWVRIWKH 0RYHPHQWVRIWKH
,PDJLQDU\WRROWLS LPDJLQDU\WRROWLS
SRLQW LPDJLQDU\WRROWLS
SURJUDPPHG ,PDJLQDU\WRROWLS
VKDSH 8QPDFKLQHG 3URJUDPPHGVKDSH
DUHDOHIW 3URJUDPPHGVKDSH
D3URJUDPZLWKRXWWRROQRVHUDGLXVFRPSHQVDWLRQ5 E3URJUDPZLWKWRROQRVHUDGLXVFRPSHQVDWLRQ
7KHLPDJLQDU\WRROWLSIROORZVWKH 7KURXJKWKHWRROQRVHUDGLXVFRPSHQVDWLRQ5WKH
SURJUDPPHGVKDSHFDXVLQJRYHUFXWVDWFRQHVDQGDUFV SDWKRIWKHWRROGHYLDWHVIURPWKHSURJUDPPHG
VKDSHVRWKDWWKHRYHUFXWVDQGWKHXQGHUFXWVDUH
HOLPLQDWHG
When using the checkpoints 0 to 9 the cutting edge center point R is to be used as reference
while writing the program. The program should be written only after defining the coordinate
systems. If no tool nose radius compensation is used, the programmed shape may not differ
from the processed one.
&XWWLQJHGJHFHQWHUSRLQW5 &XWWLQJHGJHFHQWHU
LPDJLQDU\WRROWLS SRLQW5LPDJLQDU\WRRO
WLS
5 5
0RYHPHQWVRIFXWWLQJHGJH
0RYHPHQWVRIFXWWLQJ FHQWHUSRLQW5
HGJHFHQWHUSRLQW5
3URJUDPPHGVKDSH
3URJUDPPHGVKDSH
D3URJUDPZLWKRXWWRROQRVHUDGLXVFRPSHQVDWLRQ5
E3URJUDPZLWKWRROQRVHUDGLXVFRPSHQVDWLRQ
7KHFXWWLQJHGJHFHQWHUSRLQW5IROORZVWKHSURJUDPPHG
,QWKHILJXUHEHORZDFRUUHVSRQGLQJRIIVHWLVGRQHDV
VKDSH7KHUHIRUHLIWKHFRRUGLQDWHV\VWHPLVGHILQHGZLWK
LQFDVHRISURJUDPELQRUGHUWRJHWDJRRGVXUIDFH
UHVSHFWWRWKHFXWWLQJHGJHFHQWHUSRLQW5WKHSURJUDPPHG
TXDOLW\ZLWKRXWRYHUFXWVDQGXQGHUFXWVLQWKHILQLVKLQJ
VKDSHPXVWEHGLIIHUHQWIURPWKHPDFKLQHGRQH
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 59
Traversing command
4.4 Tool offset functions
Table 4-6 G functions for activating/deactivating the tool nose radius compensation
The commands G40 and G41/G42 are modal G functions of the G group 07. These remain
active for as long as till another function of this G group is programmed. Closed position after
POWER ON or NCK-RESET is G40.
The tool nose radius compensation is called either with G41 or with G42 and a T command.
;
2IIVHWWRULJKW*
2IIVHWWROHIW*
=
Figure 4-11 Defining the tool nose radius compensation depending upon the machining direction
ISO Turning
60 Programming Manual, 06/2019, A5E47432465B AA
Traversing command
4.4 Tool offset functions
&XWWLQJHGJHUDGLXVFRPSHQVDWLRQ
GHVHOHFWHGVWDWH
6HWZLWKGHVHOHFWLRQRIWKHWRRO
QRVHUDGLXVFRPSHQVDWLRQ
*LQWKH*PRGH
,PDJLQDU\WRROWLS
;
6HWZLWKVHOHFWLRQRIWKHWRRO
QRVHUDGLXVFRPSHQVDWLRQ
*LQWKH*PRGH
= 3URJUDPPHGSDWKV
Figure 4-12 Contour of the motions of the tool radius compensation (G42, checkpoint 3)
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 61
Traversing command
4.4 Tool offset functions
● Upon selection (block 1) and deselection (block 6) of the tool nose radius compensation the
compensating movements are carried out. Therefore, while selecting or deselecting the tool
offset, be very careful that no collisions take place.
3URJUDPPLQJH[DPSOH
1*;=
1*607
1**;= 6HWIRUVHOHFWLQJWKHWRROQRVHUDGLXV
1*=) FRPSHQVDWLRQ5
1;
1=
1;:6
1*:5 5RXQGLQJ
1*;.6 &KDPIHULQJ
1*=
1*;=56 $UFVSHFLILFDWLRQYLD5FRPPDQG
1*;6
1*8 'ZHOOWLPHIRUUHDFKLQJDVKDUSHGJH
1*=
1;
1*;=
6HWZLWKGHVHOHFWLRQRIWKHWRRO
17*
QRVHUDGLXVFRPSHQVDWLRQ5
'HVHOHFWLRQRIWKHRSHUDWLRQZLWKWRRORIIVHW
722/
0RYHPHQWVIRUWRRO
1 1 SRVLWLRQRIIVHW
3URJUDPPHG
SDWKV
3DWKVRIWKHFXWWLQJHGJHFHQWHU
SRLQW5
; 1
1R
$QIDVHQPP
5RXQGLQJ5
=
1
ISO Turning
62 Programming Manual, 06/2019, A5E47432465B AA
Traversing command
4.5 S-, T-, M- and B functions
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 63
Traversing command
4.5 S-, T-, M- and B functions
$WWKHVWDUWRIWKHRSHUDWLRQZLWK*WKHVSLQGOHVSHHGLV
; FDOFXODWHGDQGPDLQWDLQHGWLOOWKHHQGRIWKHSRVLWLRQLQJ
*
*
=
;
WKH;FRRUGLQDWHYDOXHXVHGIRUFDOFXODWLQJWKHVSLQGOHVSHHGIRU
WKHSRVLWLRQLQJEORFN
1*6 /RFNLQJYDOXHRIWKHVSLQGOHVSHHG
1*60 ,QIRUPDWLRQRQWKHFXWWLQJUDWHZLWK
1*;= PPLQ
1*=)
1;= &RQVWDQWFXWWLQJUDWHPRGH
1:
1*;:5
1*8
1*6 'HVHOHFWLRQRIFRQVWDQWFXWWLQJUDWH
;
5
=
3URJUDPPLQJH[DPSOH
10[[ 0IXQFWLRQIRUVHOHFWLQJWKHJHDUVWDJH
1*60 ([DPSOH*HDUVWDJHQR
ISO Turning
64 Programming Manual, 06/2019, A5E47432465B AA
Traversing command
4.5 S-, T-, M- and B functions
Note
A signal is output to the PLC with M00, M01, M02 or M30.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 65
Traversing command
4.5 S-, T-, M- and B functions
Note
Data on whether spindle is stopped with the commands M00, M01, M02 or M30 or the coolant
supply is interrupted is available in the documentation of your machine manufacturer.
M function Function
M19 Positioning the spindle
M29 Changeover of spindle to the axis/open-loop control mode
The spindle is traversed to the spindle position defined in the setting data 43240
$SA_M19_SPOS[spindle number] with M19. The positioning mode is stored in
$SA_M19_SPOS.
The M function number for the changeover of the spindle mode (M29) can also be set over a
machine data variable. MD20095 $MC_EXTERN_RIGID_TAPPING_N_NR is used to pre-set
the M function number. Only the M function numbers that are not used as standard M functions
can be assigned. For example, M0, M5, M30, M98, M99 etc are not allowed.
M function Function
M98 Subprogram call
M99 Subprogram end
In the ISO mode, the spindle is switched to the axis mode with M29.
ISO Turning
66 Programming Manual, 06/2019, A5E47432465B AA
Traversing command
4.5 S-, T-, M- and B functions
Restrictions
Only one M function replacement (or only one subroutine call) can be executed per part
program line. Conflicts with other subroutine calls are signaled by alarm 12722. There is no
further M function replacement in the replaced subroutine.
Otherwise, the same restrictions are valid as in G65.
Conflicts with pre-defined and other defined M numbers are rejected with an alarm.
Configuration example
Call of subroutine M101_MAKRO via the M101 M function:
$MN_EXTERN_M_NO_MAC_CYCLE[0] = 101
$MN_EXTERN_M_NO_MAC_CYCLE_NAME[0] = "M101_MAKRO"
Call of subroutine M6_MAKRO via the M6 M function:
$MN_EXTERN_M_NO_MAC_CYCLE[1] = 6
$MN_EXTERN_M_NO_MAC_CYCLE_NAME[1] = "M6_MAKRO"
Programming example for tool change with M function:
PROC MAIN
...
N10 M6 X10 V20 ;Call of M6_MAKRO program
...
N90 M30
PROC M6_MAKRO
...
N0010 R10 = R10 + 11.11
N0020 IF $C_X_PROG == 1 GOTOF N40 ;($C_X_PROG)
N0030 SETAL(61000) ;programmed variable not
;transferred correctly
N0040 IF $C_V == 20 GTOF N60 ;($C_V)
N0050 SETAL(61001)
N0060 M17
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 67
Traversing command
4.5 S-, T-, M- and B functions
4.5.8 M functions
General M functions
The non-specific M functions are defined by the machine manufacturer. A representative
example of the use of of general M functions is available under. Details are available in the
documentation of your machine manufacturer. If an M command is programmed with an axis
motion in the same block, whether the M function is to be executed at the start or end of the
block on reaching the axis position depends on the machine data setting of the machine
manufacturer. Details are available in the documentation of your machine manufacturer.
ISO Turning
68 Programming Manual, 06/2019, A5E47432465B AA
Additional functions 5
5.1 Program-support functions
With the commands "G... X(U)... Z(W)... F... ;" a longitudinal turning cycle is executed as per the
sequence 1-4.
;
= :
5DSLGWUDYHUVH
& $ 6SHFLILFDWLRQRIWKHIHHGUDWH
ZLWKಯ)ಯ
% $ಫ
=
Since G77 (G90, G20) is a modal G function, the machining is executed within the cycle by
specifying only the infeed motion in the direction of the X axis in the subsequent blocks.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 69
Additional functions
5.1 Program-support functions
3URJUDPPLQJH[DPSOH
1*;=
1*;:) 6WDUWRIWKHF\FOHZLWK*
1;
1; ([HFXWLRQRIWKHF\FOHZLWK*ZLWK
1* FKDQJHGFXWWLQJSDWKV
;
=
With the commands "G... X(U)... Z(W)... R... F... ;" a straight cutting cycle is executed as per the
sequence 1-4 given in the figure below.
;
&
$
% 5DSLGWUDYHUVH
6SHFLILFDWLRQRIWKHIHHGUDWHZLWK)
,
$ಫ
= :
=
The sign before the address character R depends on point A' of the viewing direction from point
B.
ISO Turning
70 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
3URJUDPPLQJH[DPSOH ;
1*;=
1*;:5)
1;
1;
1;
1*
=
● When the cycle with G77 (G90, G20) is executed with activated single-block mode, the cycle
is not terminated in the middle, but stops after the end of the cycle, which comprises of the
sequence 1-4.
● The functions S, T and M, which are used as cutting conditions for the execution of G77
(G90, G20), are to be specified in the blocks before the block G77 (G90, G20). When these
functions are specified in a block with the travel of axes, then the functions act only when the
block is specified in the range of the operation with G77 (G90, G20).
* ;=5)
;
; *YDOLGUDQJH
;70൸(UURU
* ;=
* ;=5)
;
; *YDOLGUDQJH
* ;70൸&RUUHFW
;=
The operation with G77 (G90, G20) then remains active till the block where a G function of the
group 01 is specified.
Format
G... X... Z... F... Q... ;
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 71
Additional functions
5.1 Program-support functions
6SHFLILFDWLRQRIWKUHDGOHDG/
With the commands given above, the cycle for cutting cylindrical threads, sequence 1 - 4, are
executed as shown in the figure below.
5DSLGWUDYHUVH
6SHFLILFDWLRQRIWKH
;
IHHGUDWH
6WDUWSRLQW$ ZLWKDQ)IXQFWLRQ
= :
&
8
%ಫ $SSUR[
% ; r
%
=
/ ,QIRUPDWLRQRQWKHWKUHDGFKDPIHULQJ
Since G78 (G92, G21) is a modal G function, the thread cutting cycle is executed within the
cycle by specifying only the cutting depth in the direction of the X axis in the subsequent blocks.
In these blocks G78 (G92, G21) need not be specified again.
ISO Turning
72 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
3URJUDPPLQJH[DPSOH
1*;=0[[ 0[[WKUHDGFKDPIHULQJ21
1*;=)
1;
1; 7KUHDGFXWWLQJF\FOHZLWKIRXULQIHHGV
1;
1*;=0\\ 0\\WKUHDGFKDPIHULQJ2))
;
&XWWLQJGHSWK
,QIHHGPP
,QIHHGPP
,QIHHGPP
,QIHHGPP
˳ =
● When the cycle with G78 (G92, G21) is executed with activated single-block mode, the cycle
does not wait on the halfway, but stops after the end of the cycle, which comprises of the
sequence 1-4.
● Thread chamfering is possible within this thread cutting cycle. Thread chamfering is initiated
by a machine signal. The size of the chamfer for the thread g can be specified in steps of
0.1*L in GUD7 _ZSFI[26]. "L" is thus the specified thread lead.
With the commands "G... X(U)... Z(W)... R... F... Q...;", a cycle for cutting taper threads is
executed as per the sequence 1-4 given in the figure below.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 73
Additional functions
5.1 Program-support functions
;
= :
$
5DSLGWUDYHUVH
$SSUR[
6SHFLILFDWLRQRI
r
WKHIHHGUDWH
, % ZLWK)
$ಫ
˥r
=
,QIRUPDWLRQRQWKHWKUHDG
FKDPIHULQJ
/
The sign before the address character R depends on point A' of the viewing direction from point
B. Since G78 (G92, G21) is a modal G function, the thread cutting cycle is executed within the
cycle by specifying only the cutting depth in the direction of the X axis in the subsequent blocks.
In these blocks G78 (G92, G21) need not be specified again.
3URJUDPPLQJH[DPSOH
1*;=0[[
1*;:
,
)
1; ;
1;
1*;=0\\
7KUHDGOHDG
=
&XWWLQJGHSWK
3DVVDJHPP
3DVVDJHPP
When the cycle with G78 (G92, G21) is executed with activated single-block mode, the cycle
does not wait on the halfway, but stops after the end of the cycle, which comprises of the
sequence 1-4.
The functions S, T and M, which are used as cutting conditions for the execution of G78 (G92,
G21), are to be specified in the blocks before the block G78 (G92, G21). When these functions
are specified in a block with the travel of axes, then the functions act only when the block is
specified in the range of the operation with G78 (G92, G21).
If at the moment, when the cutting tool is at the starting point A or at the chamfering completion
point B, the button ZYKLUSSTART is activated, then the suspended cycle is executed once
again from the beginning.
If the option "thread cutting feedrate halt" is not selected, then the thread cutting cycle is
continued when the button VORSCHUB HALT is activated during the execution of the thread
cutting cycle. In this case the machining is halted till the tool is retracted again after the
completion of the thread cutting cycle.
ISO Turning
74 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
3DWKGXULQJWKUHDGFXWWLQJF\FOH
ZLWKRXWH[HFXWLRQRIIHHGVWRS
& $
3DWKGXULQJ 6WDUWSRLQW
WKUHDG
FXWWLQJF\FOH
ZLWKIHHG
% VWRS
Figure 5-9 Feedrate halt during the execution of the thread-cutting cycle
An alarm is output if the size of the chamfer is "0" during the use of G78 (G92, G21) in the cycle.
With the commands "G... X(U)... Z(W)... F... ;" a straight facing cycle is executed as per the
sequence 1-4 given in the figure below.
;
$ಫ
6WDUWSRLQW$
5DSLGWUDYHUVH
6SHFLILFDWLRQRIWKHIHHGUDWH
& ZLWK)
% :
=
Since G79 (G94, G24) is a modal G function, the thread cutting cycle is executed within the
cycle by specifying only the cutting depth in the direction of the Z axis in the subsequent blocks.
In these blocks G79 (G94, G24) need not be specified again.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 75
Additional functions
5.1 Program-support functions
3URJUDPPLQJH[DPSOH
1*;=
1*;=)
1=
1= 0DFKLQLQJLQF\FOHVZLWK*
1*
;
=
With the commands "G... X(U)... Z(W)... R... F... Q...;", a transverse-taper turning cycle is
executed as per the sequence 1-4 given in the figure below.
;
$ಫ $
5DSLGWUDYHUVH
6SHFLILFDWLRQRIWKHIHHGUDWH
ZLWK)
. % :
=
=
The sign before the address character R depends on point A' of the viewing direction from point
B.
ISO Turning
76 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
3URJUDPPLQJH[DPSOH
11*;=
1*;=5
)
1=
0DFKLQLQJLQF\FOHVZLWK*
1=
1*
;
=
The functions S, T and M, which are used as cutting conditions for the execution of G79 (G94,
G24), are to be specified in the blocks before the block G79 (G94, G24). When these functions
are specified in a block with the travel of axes, then the functions act only when the block is
specified in the range of the operation with G79 (G94, G24).
When the cycle with G79 (G94, G24) is executed with activated single-block mode, the cycle
is not terminated in the middle, but stops after the end of the cycle, which comprises of the
sequence 1-4.
Table 5-1 Overview of the turning cycles G70 to G76 (G code system A and B)
G code Description
G70 Finishing cycle
G71 Stock removal cycle, longitudinal axis
G72 Stock removal cycle, transverse axis
G73 Contour repetition
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 77
Additional functions
5.1 Program-support functions
G code Description
G74 Deep hole drilling and grooving in the longitudinal axis
G75 Deep hole drilling and grooving in the transverse axis
G76 Multiple thread cutting cycle
These cycles are present in the G code system C also. However, other G functions are used.
Table 5-2 Overview of the turning cycles G72 to G78 (G code system C)
G code Description
G72 Finishing cycle
G73 Stock removal cycle, longitudinal axis
G74 Stock removal cycle, transverse axis
G75 Contour repetition
G76 Deep hole drilling and grooving in the longitudinal axis
G77 Deep hole drilling and grooving in the transverse axis
G78 Multiple thread cutting cycle
Note
In the cycle descriptions given above, the G code system A and B are assumed.
ISO Turning
78 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
Type I
The specified area is machined with finishing allowance through Δd (infeed depth during stock
removal ). Always when the contours A are written to A' to B by an NC Program, u/2 and Δw
continue to be present.
&
% 5 $
5 ˂G
)
r H
)
3URJUDPFRPPDQG
˂X
)&XWWLQJIHHG
55DSLGWUDYHUVH
$ಫ ˂Z
Format
G71 U... R... ;
U: Infeed depth during stock removal (Δd), radius programming
This value is modal and remains effective till another value is programmed. The value can also
be entered via GUD7, _ZSFI[30], but this value is overwritten by the value of the program
command.
R: (e), Retraction amount
This value is modal and remains effective till another value is programmed. The value can also
be entered via GUD7, _ZSFI[31], but this value is overwritten by the value of the program
command.
G71 P... Q... U... W... F... S... T...
P: Starting block for determining the contour
Q: Last block for determining the contour
U: Finishing allowance in X direction (Δu) (diameter -/radius programming)
W: Finishing allowance in Z direction (Δw)
F: Machining feedrate
S: Spindle speed
T: Select the tool
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 79
Additional functions
5.1 Program-support functions
The F-, S- and T-functions printed within an NC program block and specified through the
address characters P and Q are ignored. Only the F-, S- and the T-functions specified in the
block with G71 are effective.
Note
Stock removal cycle, longitudinal axis
● Δd as well as Δu are specified with the address character U. When the address characters
P and Q are specified, Δ"u" is the case.
● There are a total of four different cutting sectors. As shown in the figure below, Δ"u" and Δ
"w" may have different signs:
;
=
% $ $ %
8: 8:
$ಫ $ಫ
$ಫ $ಫ
8: 8:
% $ $ %
Note
Stock removal cycle, longitudinal axis
● In the block specified through the address P the contour is defined between the points A and
A' (G00 or G01). No traversing command can be specified in this block in the Z axis.
The contour defined between the points A' and B must either be a constantly rising or a
constantly falling pattern on the X axis as well as on the Z axis.
● Within the range of the NC blocks specified with the address characters P and Q no
subroutines can be called.
ISO Turning
80 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
Type II
Contrary to Type I, a constant rise or a constant fall need not necessarily be specified for Type
II i.e. pockets are also possible.
Here, the profile of the Z axis must rise or fall uniformly. For example, the following profile
cannot be machined:
Example
Type I Type II
G71 U10.0 R4.0 ; G71 U10.0 R4.0 ;
G71 P50 Q100 .... ; G71 P50 Q100 ........ ;
N50 X(U)... ; N50 X(U)... Z(W)... ;
:: ::
:: ::
N100.............. ; N100........... ;
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 81
Additional functions
5.1 Program-support functions
˂G
$ಫ &
$
7RROSDWK
)
r
5
5
H
)
3URJUDPPHGFRQWRXU ˂X
%
˂Z
Format
G72 W... R... ;
The significance of the addresses W (Δd) and R (e) is the same as that of U and R.
G72 P... Q... U... W... F... S... T... ;
The addresses P, Q, U (Δu), W (Δw), F, S and T have the same significance as in the cycle G71.
Note
Stock removal cycle transverse axis
● The values Δ"i" and Δ"k" or Δ"u" and Δ"w" are defined with the addresses "U" or "W"
respectively. Their significance, however, is defined by the address characters P and Q in
the block with G73. The address characters U and W refer to Δ"i" or Δ"k", when P and Q are
not specified in the same block. The address characters U and W refer to Δ"u" and Δ"w",
when P and Q are not specified in the same block.
● There are a total of four different cutting sectors. As shown in the figure below, Δ"u" and Δ"w"
may have different signs:
ISO Turning
82 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
;
% %
$ಫ $ $ $ಫ
/LQHDUDVZHOODV
$ಫ $ $ $ಫ FLUFXODULQWHUSRODWLRQLV
SRVVLEOH
% %
Figure 5-18 Signs of the numbers with U and W in the stock removal during face turning
Note
Stock removal cycle transverse axis
● The contour between the points A and A' is defined through the block specified with the
address character P (G00 or G01). No traversing command can be specified in this block in
the X axis. The contour defined between the points A' and B must either be a constantly
rising or a constantly falling pattern on the X axis as well as on the Z axis.
● The machining is executed with the cycle with the command G73 and the specification of P
and Q. The four cutting sectors will be discussed in more detail below. Please pay special
attention to the signs of Δu, Δw, Δk and Δi. As soon as the execution cycle has ended, the
tool returns to the point A.
˂N˂Z
˂Z '
˂L˂X
˂X
C
A
(R)
˂X
$ಫ
˂Z
3URJUDPPHGFRQWRXU$ൺ$ಫ
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 83
Additional functions
5.1 Program-support functions
Format
G73 U... W... R... ;
U: Distance (Δi) from the starting point to the current tool position in the direction of the X axis
(in radius programming).
This value is modal and remains effective till another value is programmed. The value can also
be entered via GUD7, _ZSFI[32], but this value is overwritten by the value of the program
command.
W: Distance (Δk) from the starting point to the current tool position in the direction of the Z axis.
This value is modal and remains effective till another value is programmed. The value can also
be entered via GUD7, _ZSFI[33], but this value is overwritten by the value of the program
command.
R: Number of cuts parallel to the contour (d).
This value is modal and remains effective till another value is programmed. The value can also
be entered via GUD7, _ZSFI[34], but this value is overwritten by the value of the program
command.
G73 P... Q... U... W F... S... T... ;
P: Starting block for determining the contour
Q: Last block for determining the contour
U: Finishing allowance in X direction of the X axis (Δu) (diameter -/radius programming)
W: Finishing allowance in the direction of Z axis (Δw)
F: Machining feedrate
S: Spindle speed
T: Select the tool
The F-, S- and T-functions printed within an NC program block and specified through the
address characters P and Q are ignored. Only the F-, S- and the T-functions specified in the
block with G73 are effective.
Format
G70 P... Q... ;
P: Starting block for determining the contour
ISO Turning
84 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
Note
Finishing cycle
1. The functions specified between the blocks and defined with the address characters P and
Q are effective in the cycle with G70, while the F-, S- and T-functions specified in the block
with G71, G72 and G73 are not effective.
2. The tool returns to the starting point and the next block is read, as soon as the execution
cycle is completed with G70.
3. Within the blocks defined with the address characters P and Q it is possible to call
subroutines.
Examples
&XWWLQJF\FOHORQJLWXGLQDOD[LV*
7\SH, ;D[LV
(QGSRLQW
6WDUWSRLQW
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 85
Additional functions
5.1 Program-support functions
N019 Z60.0
N020 X140.0 Z40.0
N021 G70 P014 Q020
N022 G00 X200 Z220
&XWWLQJF\FOHWUDQVYHUVHD[LV*
;$FKVH
6WDUWSRLQW
5
5
=D[LV
ISO Turning
86 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
&RQWRXUUHSHWLWLRQ*
%
;D[LV
5
˳
˳ ˳
˳
=D[LV
5
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 87
Additional functions
5.1 Program-support functions
˂Nಫ ˂N ˂N ˂N ˂N
˂G $
˂L >˂Nಫ˂N@
&
5 5 5 5 5 5
) ) ) ) ) ˂L 8
˂Lಫ
;
>˂Lಫ˂L@
= : %
Format
G74 R... ;
R: d), Retraction amount
This value is modal and remains effective till another value is programmed. The value can also
be entered via GUD7, _ZSFI[29], but this value is overwritten by the value of the program
command.
G74 X(U)... Z(W)... P... Q... R... F...(f) ;
X: Starting point X (absolute positional data)
U: Starting point X (incremental positional data)
Z: Starting point Z (absolute positional data)
W: Starting point Z (incremental positional data)
P: Infeed amount (Δi) in X direction (without sign)
Q: Infeed amount (Δk) in Z direction (without sign)
R: Retraction amount (Δd) at the groove base
ISO Turning
88 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
F: Feedrate
Note
Deep hole drilling and grooving in the longitudinal axis
1. While "e" and Δ"d" are determined via the address R, the significance of "e" and "d" is
determined by the specification of the address X (U). Δ"d" is always used when X(U) is also
specified.
2. The execution cycle is executed through the command G74 with the specification of X (U).
3. If the cycle is used for drilling, the addresses X(U) and P cannot be used.
5 $
˂L
)
5 H
)
8
5
5
)
˂G
;
˂N
= :
Figure 5-24 Cutting path in deep hole drilling and grooving in the transverse axis (G75)
Format
G75 R... ;
G75 X(U)... Z(W)... P... Q... R... F... ;
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 89
Additional functions
5.1 Program-support functions
The addresses have the same significance here as in the cycle G74.
Note
If the cycle is used for drilling, the addresses Z(W) and Q cannot be used.
( 5 $
8
5
%
)
˂G
'
L N
U
&
;
= :
Figure 5-25 Cutting path in case of a cycle for cutting multiple-start threads
7RROWLS
˂G
D
N
ISO Turning
90 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
Format
G76 P... (m, r, a) Q... R... ;
P:
m: Number of finishing cuts
This value is modal and remains effective till another value is programmed. The value can also
be entered via GUD7, _ZSFI[24], but this value is overwritten by the value of the program
command.
r: Size of the chamfer at the end of the thread (1/10 * thread lead)
This value is modal and remains effective till another value is programmed. The value can also
be entered via GUD7, _ZSFI[26], but this value is overwritten by the value of the program
command.
a: Facet angle
This value is modal and remains effective till another value is programmed. The value can also
be entered via GUD7, _ZSFI[25], but this value is overwritten by the value of the program
command.
All the parameters specified above are specified simultaneously through the address P.
Example for an address with P:
G76 P012055 Q4 R0.5
3
&XWWLQJHGJHDQJOH GHJUHH
&KDPIHUDWWKHHQGRIWKHWKUHDG [WKUHDGOHDG
ILQLVKLQJFXW
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 91
Additional functions
5.1 Program-support functions
Note
Multiple-thread cutting cycle
1. The significance of the data specified with the address characters P, Q and R is determined
by the appearance of X (U) and X (W).
2. The execution cycle is executed through the command G76 with the specification of X (U)
and Z (W). While using this cycle a "single cut" is performed and the load on the tool tip is
reduced.
– The amount of cutting per cycle is kept constant by assignment to the respective cutting
depth. Δd on the first path and Δdn on the nth path. Corresponding to the respective sign
of the address character, four symmetric sections are considered here.
3. The same instructions as for thread cutting with G32 or for the thread cutting cycle with G92
are applicable here.
Examples
&\FOHIRUFXWWLQJPXOWLSOHWKUHDGV*
;D[LV
˳ ˳
=D[LV
*345
*;=34)
ISO Turning
92 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
Note
Supplementary conditions
1. In the MDA mode the commands G70, G71, G72 or G73 are not permitted; else an alarm
14011 is output. However, G74, G75 and G76 can be used in the MDA mode.
2. In the blocks with G70, G71, G72 or G73 as well as the sequence numbers specified through
the addresses P and Q the programming of M98 (subroutine call) and M99 (end of
subroutine) is not permitted.
3. The following commands cannot be programmed in blocks having the sequence numbers
specified through the address characters P and Q:
– one shot G functions (with the exception of G04 dwell time)
– G functions of the G group 01 (except G00, G01, G02 and G03)
– G functions of the G group 06
– M98/M99
4. The programming should not be done in such a way that the final movement of the contour
definition for G70, G71, G72 and G73 is concluded with a chamfering or corner rounding.
Otherwise, an error message is output.
5. In the cycles with G74, G75 and G76 the addresses P and Q use the smallest input
increment for specifying the traverse path and the cutting depth.
6. In the cycles G71, G72, G73, G74, G75, G76 and G78 no tool nose radius compensation
may be performed.
G functions for calling fixed cycles, axis motion pattern of fixed cycles
The G functions used for calling a fixed cycle are given in the table below.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 93
Additional functions
5.1 Program-support functions
Explanations
When using the fixed cycles, the sequence of operation is generally as described below:
● 1. 1st working cycle
Positioning the X, (Z) and C axis
● 2. 2nd working cycle
Rapid traverse movement to plane R
● 3. 3rd working cycle
Drilling
● 4. 4th working cycle
Machining at drilling base
● 5. 5th working cycle
Retraction to plane R
● 6. 6th working cycle
Rapid retraction to positioning plane
:RUNLQJF\FOH
,QLWLDOSODQH
:RUNLQJF\FOH :RUNLQJF\FOH
3ODQHSRLQW5
:RUNLQJF\FOH
:RUNLQJF\FOH
:RUNLQJF\FOH 5DSLGWUDYHUVH
)HHG
ISO Turning
94 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
G83 and G87, G84 and G88 as well as G85 and G89 have the same working cycle sequence
except for the drilling axis.
Drilling mode
The G functions (G83-G85, G87-89) are modal and remain active until they are deselected
again. As long as these G functions are selected, the drilling mode remains active. The data is
retained until the drilling data in the drilling cycle is modified or deselected.
All the necessary drilling data must be specified at the start of a fixed cycle. Data may only be
modified during the execution of a fixed cycle.
,QLWLDOSODQH
,QLWLDOSODQHSRLQW5
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 95
Additional functions
5.1 Program-support functions
Repetition
If you wish to make several drilled holes equally spaced, you can specify the number of
repetitions in the parameter "K". "K" is effective only in the block in which it is specified. If the
first drilled hole is specified as absolute (G90), then the drilling is done at the same point again;
therefore "K" is to be specified incrementally (G91).
The drilling data is stored; however, no drilling is done when K0 is programmed.
Deselection
For deselecting a fixed cycle either G80 is used or a function of the G group 01 (G00, G01, G02,
G03).
3RVLWLRQLQJ5DSLGWUDYHUVH*
&XWWLQJIHHG/LQHDULQWHUSRODWLRQ*
0DQXDOIHHG
3 'ZHOOWLPH
0IXQFWLRQIRUORFNLQJWKH&D[LV
0˞ 0IXQFWLRQIRUUHOHDVLQJWKH&D[LV
0˞
CAUTION
Address character R
In all fixed cycles the address character R (distance "initial plane - point R") is treated as radius.
However, Z or X (distance "point R - bottom of a hole") is always treated as diameter or radius,
depending on the type of programming.
Deep hole drilling cycle (G83) / Side deep hole drilling cycle (G87)
Whether a deep hole drilling cycle (chip removal) or a high-speed deep hole drilling cycle (chip
breaking) is executed, depends on the setting GUD7 _ZSFI[20].
If no infeed is specified for the drilling cycle, a normal drilling cycle is executed.
ISO Turning
96 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
Format
G83 X(U)... C(H)... Z(W)... R... Q... P... F... M... ;
or
G87 Z(W)... C(H)... X(U)... R... Q... P... F... M... ;
X, C or Z, C: Position of the hole
Z or X: Distance from point R to the bottom of the hole
R_: Distance from the initial plane to the plane R
Q_: Infeed
P_: Dwell time at the bottom of the hole
F_: Cutting feedrate
K_: Number of repetitions (if required)
M_: M function for locking the C axis (if needed)
,QLWLDOSODQH 0˞
0˞
0˞3
3RLQW5 3RLQW5 3RLQW5
0˞3
T T
G G
T T
G G
T T
3RLQW= 3RLQW=
3 3
Figure 5-31 Cycle "high-speed deep hole drilling"
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 97
Additional functions
5.1 Program-support functions
Format
G83 X(U)... C(H)... Z(W)... R... Q... P... F... M... K... ;
or
G87 Z(W)... C(H)... X(U)... R... Q... P... F... M... K... ;
X, C or Z, C: Position of the hole
Z or X: Distance from point R to the bottom of the hole
R_: Distance from the initial plane to the plane R
Q_: Infeed
P_: Dwell time at the bottom of the hole
F_: Cutting feedrate
K_: Number of repetitions (if required)
M_: M function for locking the C axis (if needed)
0˞ ,QLWLDOSODQH 0˞
0˞3
3RLQW5 0˞ 3RLQW5 3RLQW5
3
T T
G G
T T
G G
T T
3RLQW= 3RLQW=
3 3
ISO Turning
98 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
Example
M3 S2500 ;Rotate the drilling tool
G00 X100.0 C0.0 ;Positioning X and C axis
G83 Z-35.0 R-5.0 Q5000 F5.0 ;Machining of hole 1
C90.0 ;Machining of hole 2
C180.0 ;Machining of hole 3
C270.0 ;Machining of hole 4
G80 M05 ;Deselection of the cycle and
;Stopping of the drilling tool
Format
G83 X(U)... C(H)... Z(W)... R... P... F... M... K... ;
or
G87 Z(W)... C(H)... X(U)... R... P... F... M... K... ;
X, C or Z, C: Position of the hole
Z or X: Distance from point R to the bottom of the hole
R_: Distance from the initial plane to the plane R
P_: Dwell time at the bottom of the hole
F_: Cutting feedrate
K_: Number of repetitions (if required)
M_: M function for locking the C axis (if needed)
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 99
Additional functions
5.1 Program-support functions
,QLWLDOSODQH
0˞ 0˞
3ODQHRISRLQW5 3ODQHRISRLQW5
0˞3 0˞3
3 3RLQW= 3 3RLQW=
Example
M3 S2500 ;Rotate the drilling tool
G00 X100.0 C0.0 ;Positioning X and C axis
G83 Z-35.0 R-5.0 P500 F5.0 ;Machining of hole 1
C90.0 ;Machining of hole 2
C180.0 ;Machining of hole 3
C270.0 ;Machining of hole 4
G80 M05 ;Deselection of the cycle and
;Stopping of the drilling tool
After the programmed cutting depth is reached for each cutting feedrate F, the return to the
reference plane R takes place in rapid traverse. The approach motion for a new cut is also
performed again with rapid traverse, and that by the distance (d) which can be set in
GUD7_ZSFR[10]. The distance d to the programmed cutting depth is traversed with the cutting
feedrate F. The infeed Q is incremental without sign.
Note
If _ZSFR[10]
● > 0 = value is used for the derivative path "d" (minimum path 0.001)
● = 0 The limit point distance d is calculated internally in the cycles as follows:
– If the drilling depth is 30 mm, then the value for the derivative path is always 0.6 mm.
– The drilling depth/50 formula is always used for larger drilling depths (maximum value 7
mm).
ISO Turning
100 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
Format
G84 X(U)... C(H)... Z(W)... R... P... F... M... K... ;
or
G88 Z(W)... C(H)... X(U)... R... P... F... M... K... ;
X, C or Z, C: Position of the hole
Z or X: Distance from point R to the bottom of the hole
R_: Distance from the initial plane to the plane R
P_: Dwell time at the bottom of the hole
F_: Cutting feedrate
K_: Number of repetitions (if required)
M_: M function for locking the C axis (if needed)
0˞ ,QLWLDOSODQH 0˞
6SLQGOHFORFNZLVH 6SLQGOHFORFNZLVH
0˞3 0˞3
3 3RLQW= 3 3RLQW=
6SLQGOHFRXQWHUFORFNZLVH 6SLQGOHFRXQWHU
FORFNZLVH
Explanations
During tapping the spindle rotates in clockwise direction in the direction of the bottom of a hole;
thereafter, the direction of rotation is reversed for the return. The cycle is continued until the tool
has been retracted completely.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 101
Additional functions
5.1 Program-support functions
Example
M3 S2500 ;Rotate the tapping tool
G00 X100.0 C0.0 ;Positioning X and C axis
G84 Z-35.0 R-5.0 P500 F5.0 ;Machining of hole 1
C90.0 ;Machining of hole 2
C180.0 ;Machining of hole 3
C270.0 ;Machining of hole 4
G80 M05 ;Deselection of the cycle and
;Stopping of the drilling tool
0˞ ,QLWLDOSODQH 0˞
3RLQW= 3RLQW=
3 3
ISO Turning
102 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.1 Program-support functions
Explanations
After the positioning at the bottom of the hole a traversing movement takes place to point R with
rapid traverse. Thereafter, drilling is done from point R to point Z, and a return is done to point
R.
Example
M3 S2500 ;Rotate the drilling tool
G00 X50.0 C0.0 ;Positioning X and C axis
G85 Z-40.0 R-5.0 P500 M31 ;Machining of hole 1
C90.0 M31 ;Machining of hole 2
C180.0 M31 ;Machining of hole 3
C270.0 M31 ;Machining of hole 4
G80 M05 ;Deselection of the cycle and
;Stopping of the drilling tool
Format
G80;
Explanations
The fixed cycle for drilling is deselected, and a transition is made to the normal operation again.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 103
Additional functions
5.2 Programmable data input
Address Description
P Tool offset number (see explanation below)
X Tool offset for the X axis (absolute, incremental)
Y Tool offset for the X axis (absolute, incremental)
Z Tool offset for the Z axis (absolute, incremental)
U Tool offset for the X axis (incremental)
V Tool offset for the X axis (incremental)
W Tool offset for the Z axis (incremental)
R Tool nose radius compensation (absolute)
C Tool nose radius compensation (incremental)
Q Length of cutting edge
Address character P
With the address character P the tool compensation number is specified and at the same time
also, whether the offset value is to be modified for the tool geometry or for the wear. The value
specified with the address character P depends on the setting in MD
$MC_EXTERN_FUNCTION_MASK, bit 1:
$MC_EXTERN_FUNCTION_MASK, Bit1 = 0
P1 to P99: Writing of tool wear
P100 + (1 to 1500): Writing the tool geometry
$MC_EXTERN_FUNCTION_MASK, Bit1 = 1
P1 to P9999: Writing of tool wear
P10000 + (1 to 1500): Writing the tool geometry
3URJUDPPLQJH[DPSOH
*3;:
$GGLWLRQRIPPWRWKHRIIVHWYDOXHRI=D[LV
8SGDWLQJWKHFXUUHQWRIIVHWVRIWKH;D[LV
WRPP
'HFODUDWLRQWKDWWKHIROORZLQJGDWDDUHPDSSHGWRWKHWRRORIIVHW
QXPEHU
ISO Turning
104 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.2 Programmable data input
Commands
The following M functions are used to call the subprograms.
M function Function
M98 Subprogram call
M99 End of subprogram
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 105
Additional functions
5.2 Programmable data input
M99 does not reset the program runtime. An activated workpiece counter is not incremented.
ISO Turning
106 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.3 Eight-digit program number
Subprogram call
$MC_EXTERN_FUNCTION_MASK, Bit 6 = 0
M98 Pyyyyxxxx or
M98 Pxxxx Lyyyy
Max. four-digit program number
Addition of program number always to 4 digits with 0
Example:
M98 P20012: calls 0012.mpf 2 flows
M98 P123 L2: calls 0123.mpf 2 flows
$MC_EXTERN_FUNCTION_MASK, Bit 6 = 1
M98 Pxxxxxxxx Lyyyy
There is no extension with 0, even if the program number has less than 4 digits.
The programming of number of passes and program number in P(Pyyyyxxxxx) is not possible,
the number of passes must always be programmed with L!
Example:
M98 P123: calls 123.mpf 1 Pass
M98 P20012: calls 20012.mpf 1 Pass
Caution: This is no longer compatible with ISO dialect original
M98 P12345 L2: calls 12345.mpf 2 Passes
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 107
Additional functions
5.3 Eight-digit program number
Interrupt M96
Does not function in SINUMERIK 802D sl.
$MC_EXTERN_FUNCTION_MASK, Bit6 = 0
M96 Pxxxx
Addition of program number always to 4 digits with 0
$MC_EXTERN_FUNCTION_MASK, Bit6 = 1
M96 Pxxxx
There is no extension with 0, even if the program number has less than 4 digits. A program
number with more than 8 digits leads to an alarm.
ISO Turning
108 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.4 Measuring functions
Restrictions
Only one axis can be programmed for rapid retraction.
Format
G31 X... Y... Z... F_;
G31: non-modal G function (active only in the block in which it is programmed)
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 109
Additional functions
5.4 Measuring functions
$AA_MW[X] Saving the coordinate values for the X axis in the workpiece coordinate system
$AA_MW[Z] Saving the coordinate values for the Z axis in the workpiece coordinate system
$AA_MM[X] Saving the coordinate values for the X axis in the machine coordinate system
$AA_MM[Z] Saving the coordinate values for the Z axis in the machine coordinate system
Note
If G31 is activated, while the measuring signal is still active, the alarm 21700 is output.
3URJUDPPLQJH[DPSOH* 3UR
*= $FWXDOPRYHPHQW JUDPPHG
*; PRYHPHQW
;
=
6LJQDOEODQNLQJ21
Format
G31 X... Y... Z... F... P... ;
X, Y, Z: End point
ISO Turning
110 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.4 Measuring functions
F...: Feedrate
P...: P1 - P4
Explanation
The digital inputs are assigned to the Addresses P1 to P4 via machine data as follows:
P1: $MN_EXTERN_MEAS_G31_P_SIGNAL[0]
P2: $MN_EXTERN_MEAS_G31_P_SIGNAL[1]
P3: $MN_EXTERN_MEAS_G31_P_SIGNAL[2]
P4: $MN_EXTERN_MEAS_G31_P_SIGNAL[3]
Explanations for selection (P1, P2, P3 or P4) can be found in the documentation of your
machine manufacturer.
M96
With M96 P<program number> a subprogram can be defined as an interrupt routine.
The start of this program is triggered by an external signal. For starting the interrupt routine
always the 1st rapid NC input is used from the 8 inputs available in the Siemens mode. With the
machine data 10818 $MN_EXTERN_INTERRUPT_NUM_ASUP another rapid input (1-8) can
also be selected.
Format
M97
The start of the interrupt routine is suppressed with M97. Only after the next activation with M96
the interrupt routine can be started with the external signal.
In case the interrupt program programmed with M96 Pxx is to be called directly with the interrupt
signal (without the intermediate step with CYCLE396), then the machine data 20734
$MC_EXTERN_FUNCTION_MASK bit 10 must be set. The subprogram programmed with Pxx
is then called in Siemens mode during a signal change from 0 -> 1.
The M function numbers for the interrupt function are set via the machine data. With the 10804
$MN_EXTERN_M_NO_SET_INT the M number is defined for activating an interrupt routine,
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 111
Additional functions
5.4 Measuring functions
Machine data
The behavior of the function interrupt program can be determined with the following machine
data:
MD10808 $MN_EXTERN_INTERRUPT_BITS_M96:
● Bit 0 = 0
No interrupt program possible, M96/M97 are normal M functions.
● Bit 0 = 1
Activation of an interrupt program allowed with M96/M97.
● Bit 1 = 0
The part program is processed further with the end position of the next block after the
interruption block (REPOSL RMEBL).
● Bit 1 = 1
The part program is continued after the position of interruption.
(REPOSL RMEBL)
● Bit 2 = 0
The interrupt signal interrupts the current block and starts the interrupt routine.
● Bit 2 = 1
The interrupt routine is started only at the end of the block.
● Bit 3 = 0
Upon the occurrence of an interrupt signal the execution cycle is interrupted immediately.
● Bit 3 = 1
The interrupt program is started only at the end of the execution cycle (evaluation in the shell
cycle).
Bit 3 is evaluated in the shell cycle and the cycle sequence is adapted accordingly.
Bit 1 is evaluated in the shell cycle CYCLE396.
In case the interrupt program is not called via the shell cycle CYCLE396
($MC_EXTERN_FUNCTION_MASK, bit 10 =1), bit 1 must be evaluated; if bit 1 = TRUE, a
ISO Turning
112 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.4 Measuring functions
positioning must be made with REPOSL RMIBL on the interruption point, else positioning must
be made with REPOSL RMEBL on the block end point.
Example:
N100 M96 P1234 ;activate ASUB 1234.spf. In the case of a rising edge of
;1. rapid input, the program
;1234.spf is started
"
"
N3000 M97 ;Deactivation of the ASUB
Before the call of the interrupt program no rapid lift (LIFTFAST) is performed. With the
increasing edge of the interrupt signal, depending on MD10808
$MN_EXTERN_INTERRUPT_BITS_M96, the interrupt program is started immediately.
Restrictions
The interrupt routine is treated as a normal subprogram. This means that at least one
subprogram level must be free, in order to execute the interrupt routine. (16 program levels are
available plus 2 levels, which are reserved for ASUB, interrupt programs).
The interrupt routine is started only in case of an edge change of the interrupt signal from 0 to
1. If the interrupt signal remains permanently at 1, the interrupt routine is then no longer
restarted.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 113
Additional functions
5.5 Macro programs
Explanation
In a part program block containing G65 or G66, the address Pxx is interpreted as program
number of the subroutine in which the macro functionality is programmed. The number of
passes of the macro can be defined with the address Lxx. All other addresses in this part
program block are interpreted as transfer parameters and their programmed values are stored
in the system variables $C_A to $C_Z. These system variables can be read in the subroutine
and evaluated for the macro functionality. If other macros with parameter transfer are called in
a macro (subroutine), then the transfer parameters in the subroutine must be saved in internal
variable before the new macro call.
To enable internal variable definitions, one must switch automatically to the Siemens mode
during macro call. One can do this by inserting the instruction PROC<Program name> in the
ISO Turning
114 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.5 Macro programs
first line of the macro program. If another macro call is programmed in the subroutine, then the
ISO-dialect-mode must be reselected in advance.
Note
The transfer parameters can be read only in the subroutine in the Siemens mode.
Example:
N5 I10 J10 K30 J22 K55 I44 K33
Block1 Block2 Block3
$C_I[0]=10
$C_I[1]=44
$C_I_ORDER[0]=1
$C_I_ORDER[1]=3
$C_J[0]=10
$C_J[1]=22
$C_J_ORDER[0]=1
$C_J_ORDER[1]=2
$C_K[0]=30
$C_K[1]=55
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 115
Additional functions
5.5 Macro programs
$C_K[2]=33
$C_K_ORDER[0]=1
$C_K_ORDER[1]=2
$C_K_ORDER[2]=3
ISO Turning
116 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.5 Macro programs
Call conditions Function for mode selection Function for mode deselec‐
tion
after executing a traversing command G66 G67
Specification of a parameter
The transfer parameters are defined by programming an Address A - Z.
Table 5-10 Interrelation between addresses and variables and addresses that can be used to call
commands
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 117
Additional functions
5.5 Macro programs
Table 5-11 Interrelation between addresses and variables and addresses that can be used to call
commands
ISO Turning
118 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.5 Macro programs
Note
If more than one block of I, J or K addresses are specified, then the sequence of the addresses
for each block of I/J/K is determined in such a way that the numbers of the variables are defined
according to their sequence.
&B,>@&B,B25'(5>@
&B->@&B-B25'(5>@
&B.>@&B.B25'(5>@
&B,>@&B.B25'(5>@
&B=
&B;
&B&
&B$
Examples
Main program with macro call:
_N_M10_MPF:
N10 M3 S1000 F1000
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 119
Additional functions
5.5 Macro programs
ISO Turning
120 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.6 Special functions
5.6.1 G05
The command G05 can call any subroutine, similar to the subroutine call "M98 Pxx". In order
to accelerate the processing of the program, the subroutine called with G05 can be pre-
compiled (see Siemens Programming Manual, Chapter Pre-compiling and machine data
$MN_PREPROCESSING_LEVEL).
Format
G05 Pxxxxx Lxxx ;
Pxxxxx: Number of the calling program
Lxxx: Number of repetitions
(If "Lxxx" is not specified, L1 is applicable automatically.)
Example
G05 P10123 L3 ;
With this block the program 10123.mpf is called and executed thrice.
Restrictions
● Upon the call of a subroutine with G05 no switchover to the Siemens mode is made. The
command G05 has the same effect as a subroutine call with "M98 P_".
● Blocks, which contain G05 without the address character P, are ignored and no alarm is
output.
● Blocks with G05.1 - regardless of whether with or without the address character P - as well
as blocks with G05 P0 or G05 P01, are also ignored without the output of an alarm.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 121
Additional functions
5.6 Special functions
References:
/FB/ Function Manual - Extended Functions, S3 and
/PGA/, Programming Manual Advanced, Chapter "Synchronous Spindles"
Format
G51.2 P...Q...;
P, Q: Rotation ratio
The direction of the 2nd spindle is specified with the sign before the address character Q.
Example
G00 X120.0 Z30.0 S1200.0 M03 ; Setting the workpiece rotation speed to
1,200 RPM
G51.2 P1 Q2 ; Start tool rotation (2,400 RPM)
G01 X80.0 F10.0 ; Infeed X axis
G04 X2. ;
G00 X120.0 ; Return X axis
G50.2 ; Stopping the tool rotation
M05 ; Spindle stop
:RUNSLHFH
:RUNSLHFH 7RRO
ISO Turning
122 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.6 Special functions
N5 G290
N10 COMPON
N15 G291
N20 G01 X100. Y100. F1000
N25 X100 Y100 F$3
N30 X$3 /1 Y100
N35 X100 (Axis 1)
N5 G290
N10 COMPON
N20 G291
N25 G01 X100 G17 ; G17
N30 X100 M22 ; Auxiliary function in block
N35 X100 S200 ; Spindle speed in block
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 123
Additional functions
5.6 Special functions
Note
The NCL processes blocks in two steps, the preprocessing and main runs (also pre-travel and
main run). The result of the premachining changes to the preprocessing memory. The main
machining takes the relevant oldest block out of the preprocessing memory and traverses its
geometry.
Note
Changing the skip levels
The premachining is changeover with the setting machine data $MN_SLASH_MASK==2
during a change of the skip level! All blocks located in the preprocessing memory are traversed
with the old skip level. The user normally does not have any control over the fill level of the
preprocessing memory. The user can see the following effect: A new skip level is effective
"some time" after the changeover!
Note
The part program command STOPRE vacates the preprocessing memory. If one switches the
skip level before STOPRE, then all the blocks after STOPRE are changed over securely. The
same is valid for an implicit STOPRE.
No drop in velocity is required while changing the DryRun mode with the setting machine data
10704 $MN_DRYRUN_MASK==2. Here too, only the premachining that leads to the above-
mentioned restrictions, is switched. The following analogy is apparent from this: Notice! This
will also be active "sometime" after the changeover of the DryRun mode!
M96
A subprogram can be defined as an interrupt routine with the M96 P<Program No.>.
The start of this program is triggered by an external signal. To start the interrupt routine, the 1st
rapid NC input is used from among the eight inputs available in the Siemens mode. Another
rapid input (1 to 8) can also be selected with MD10818
$MN_EXTER_INTERRUPT_NUM_ASUP.
ISO Turning
124 Programming Manual, 06/2019, A5E47432465B AA
Additional functions
5.6 Special functions
Format
Machine data
The response of the interrupt program function can be determined from the following machine
data:
MD10808 $MN_EXTERN_INTERRUPT_BITS_M96:
Bit 0 = 0
Interrupt program is not possible as M96/M97 are normal M functions.
Bit 0 = 1
Activation of an interrupt program with M96/M97 is allowed.
Bit 1 = 0
The part program is processed further with the end position of the block immediately after the
interruption block (REPOSL RMEBL).
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 125
Additional functions
5.6 Special functions
Bit 1 = 1
The part program is continued from the interruption position (REPOSL RMIBL).
Bit 2 = 0
The interrupt signal interrupts the current block immediately and starts the interrupt routine.
Bit 2 = 1
The interrupt routine is started only at the end of the block.
Bit 3 = 0
The execution cycle is interrupted immediately after an interrupt signal arrives.
Bit 3 = 1
The interrupt program is started only at the end of the execution cycle (evaluation in the shell
cycles).
Bit 3 is evaluated in the shell cycles,and the cycle sequence is adapted accordingly.
Bit 1 is evaluated in cover cycle CYCLE396.
If the interrupt program is not called via the cover cycle CYCLE396,
($MC_EXTERN_FUNCTION_MASK, Bit 10 = 1) must be evaluated with Bit 1. If Bit 1 = TRUE,
REPOSL RMIBL must be used for positioning on the interruption point, otherwise REPOSL
RMEBL must be used for positioning on the block end position.
Example:
N100 M96 P1234 ;Activate ASUB 1234spf. In the case of a rising edge of
;1. rapid input, the program
;1234.spf is started
....
....
N300 M97 ;Deactivation of ASUB
Restrictions
The interrupt routine is treated as a normal subprogram. In other words, to be able to execute
interrupt routines, at least one subprogram level must be free. (16 program levels are available,
plus two levels that are reserved for the ASUB interrupt programs.)
The interrupt routine is started only during an edge change of the interrupt signal from 0 to 1.
If the interrupt signal remains permanently on 1, then the interrupt program is not restarted any
more.
ISO Turning
126 Programming Manual, 06/2019, A5E47432465B AA
Abbreviations A
O Output
ASCII American Standard Code for Information Interchange: American coding standard for the exchange of
information
AV Job planning
BA Operating mode
UI User interface
OP Operator panel
COM Communication
CR Carriage Return
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 127
Abbreviations
CTS Clear To Send (clear to send messages for serial data interfaces)
DC Direct Control: Movement of the rotary axis via the shortest path to the absolute position within one
revolution.
DLL Dynamic Link Library: Module which a program can access at runtime. Often contains program sections
that are required by different programs.
DW Data word
ISO Turning
128 Programming Manual, 06/2019, A5E47432465B AA
Abbreviations
I Input
I/O Input/output
EIA code Special punched-tape code, number of holes per character always odd
EPROM Erasable Programmable Read Only Memory: Erasable, electrically programmable read-only memory
FB Function block
FIFO First In First Out: Memory that works without address specification and whose data is read in the same
order in which it is stored.
FM Function module
BP Basic program
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 129
Abbreviations
HMI Human Machine Interface: Operator functionality of SINUMERIK for operation, programming and sim‐
ulation.
Hardware Hardware
IBN Commissioning
IPO Interpolator
ISO code Special punched-tape code, number of holes per character always even
K1 .. K4 Channel 1 to channel 4
ISO Turning
130 Programming Manual, 06/2019, A5E47432465B AA
Abbreviations
RD Line Feed
LR Position controller
MB Megabyte
MD Machine data
MC Measuring circuit
NCK Numerical Control Kernel: Numerical Control Kernel, with block preparation, traversing range, etc.
IS Interface Signal
ZO Work offset
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 131
Abbreviations
OEM Original Equipment Manufacturer: Manufacturer whose products are marketed under an external com‐
pany name.
PC Personal Computer
PCMCIA Personal Computer Memory Card International Association: Memory plug-in card standardization
PG Programming device
RAM Random Access Memory: Data memory that can be read and written to
RTS Clear To Send (clear to send message for serial data interfaces, activate sending part, control signal
from serial data interfaces)
SD Setting data
SEA Setting Data Active: Identifier (file type) for setting data
ISO Turning
132 Programming Manual, 06/2019, A5E47432465B AA
Abbreviations
SK Softkey
SM Stepper motor
SS Interface signal
SW Software
TOA Tool Offset Active: Identifier (file type) for tool offsets
TRANSMIT Transform Milling Into Turning: Coordinate conversion in turning machine for milling
UP Subprogram
V.24 Serial interface (definition of the interchange lines between DTE and DCE)
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 133
Abbreviations
T Tool
TO Tool change
TC Tool change
ZOA Zero Offset Active: Identifier (file type) for work offset data
ISO Turning
134 Programming Manual, 06/2019, A5E47432465B AA
G code table B
Appendix 1 describes the G codes and their functions.
Group 9
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 135
G code table
Group 14
G54 1) 1 Selecting work offset G54 G54
G55 2 Selecting work offset G55 G55
G56 3 Selecting work offset G56 G56
G57 4 Selecting work offset G57 G57
G58 5 Selecting work offset G58 G58
G59 6 Selecting work offset G59 G59
G54 Extended work offset x x
P{1...48} 1
G54.1 7 Extended work offset G54.1 G54.1
G54 P0 1 External work offset x x
Group 15
Group 16
G17 1 XY plane G17 G17
G18 1)
2 ZX plane G18 G18
G19 3 YZ plane G19 G19
Group 17
ISO Turning
136 Programming Manual, 06/2019, A5E47432465B AA
G code table
Group 25
Group 31
G290 1) 1 Select Siemens mode G290 G290
G291 2 Select ISO dialect mode G291x G291
Note
In general, the G functions mentioned in 1) are defined by the NC during activation of the control
system or during RESET.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 137
G code table
ISO Turning
138 Programming Manual, 06/2019, A5E47432465B AA
Data Description C
C.1 General machine/setting data
Note
All the machine data described here relates to the SINUMERIK 840D sl. Please use the
associated List Manuals for the SINUMERIK 828D control system.
10604 WALIM_GEOAX_CHANGE_MODE
SD number Working area limitation during switchover of geometry axes
Default setting: 0 Min. input limit: 0 Max. input limit: 1
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: BYTE
Meaning: This machine data defines whether a possibly active working area limitation is retained or
deactivated during a geometry axis interchange.
The MD is bit-coded with the following significance:
Bit 0=0: Working area limitation is deactivated upon geo axis interchange.
Bit 0=1: Active working area limitation remains active upon a geo axis interchange.
10615 NCBFRAME_POWERON_MASK
MD number Delete global basic frames during Power On
Default setting: 0 Min. input limit: 0 Max. input limit: 0
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: DWORD
Meaning: This machine data is used to define whether global basic frames are deleted during Power On
Reset.
The individual basic frames can be selected separately.
Bit 0 corresponds to basic frame 0, bit 1 to basic frame 1, etc.
0: Basic frame is retained at Power On
1: Basic frame is deleted at Power ON.
10652 CONTOUR_DEF_ANGLE_NAME
MD number Settable name for the angle in the contour brief description
Default setting: "ANG" Min. input limit: - Max. input limit: -
Changes effective after POWER ON Protection level: 2/7 Unit: -
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 139
Data Description
C.1 General machine/setting data
10652 CONTOUR_DEF_ANGLE_NAME
Data type: STRING
Meaning: The setting is effective only for Siemens G code programming, i.e. G290.
The name, under which the angle is programmed in the contour brief description, can be set.
In this way, for example, identical programming can be implemented in different language
modes:
If "A" is specified as name, then the angle is specified the same way in Siemens programming
as in ISO dialect.
The name must be unique, i.e. no axes, variables, macros, etc. may exist with the same name.
10654 RADIUS_NAME
MD number Settable name for the radius non-modal in the contour brief description
Default setting: "RND" Min. input limit: - Max. input limit: -
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: STRING
Meaning: The name, under which the radius is programmed in the contour brief description, can be set.
In this way, for example, identical programming can be implemented in different language
modes:
If "R" is specified as name, then the radius is specified the same way in Siemens programming
as in ISO dialect.
The name must be unique, i.e. no axes, variables, macros, etc. may exist with the same name.
The setting is effective only for Siemens G code programming, i.e. G290.
10656 CHAMFER_NAME
MD number Settable name for the chamfer in the contour brief description
Default setting: "CHR" Min. input limit: - Max. input limit: -
Change valid after POWER ON Protection level: 2/7 Unit: -
Data type: STRING
Meaning: The name, under which the chamfer is programmed in the contour brief description, can be set.
In this way, for example, identical programming can be implemented in different language
modes:
If "C" is specified as name, then the radius is specified the same way in Siemens programming
as in ISO dialect.
The name must be unique, i.e. no axes, variables, macros, etc. may exist with the same name.
The setting is effective only for Siemens G code programming, i.e. G290.
The chamfer acts in the original direction of movement. Alternatively, the chamfer length can
be programmed under the CHF identifier.
10704 DRYRUN_MASK
MD number Activation of dry run feedrate
Default setting: Min. input limit: - Max. input limit: -
Change becomes effective after Protection level: Unit: -
ISO Turning
140 Programming Manual, 06/2019, A5E47432465B AA
Data Description
C.1 General machine/setting data
10704 DRYRUN_MASK
Data type: BYTE
Meaning: DRYRUN_MASK == 0
Dry run may be activated and deactivated only at end of block.
DRYRUN_MASK == 1
The activation/deactivation of the dry-run feedrate is also possible during a program execution.
Notice: After the activation of the dry run feedrate, the axes are stopped for the duration of the
reorganization operation.
DRYRUN_MASK == 2
Dry run can be switched on and off in each phase, and the axes are not stopped.
Notice: The function only becomes effective with a block which comes "later" in the program
run! The function is effective from the next (implicit) stop reset block.
10706 SLASH_MASK
MD number Activation of block skip function
Default setting: 0 Min. input limit: 0 Max. input limit: 2
Change becomes effective after Protection level: Unit: -
Data type: BYTE
Meaning: SLASH_MASK == 0
Switchover of block skip function is possible only at end of block.
SLASH_MASK == 1
In case of SLASH_MASK == 1, the activation of block skip function is also possible during a
program execution.
Notice: After the activation of block skip function, the axes are stopped for the duration of the
reorganization operation.
SLASH_MASK == 2
Block switchover is possible in each phase.
Notice: The function only becomes effective with a block which comes "later" in the program
run! The function is effective from the next (implicit) stop reset block.
10715 M_NO_FCT_CYCLE[0]
MD number M function number for cycle call
Default setting: -1 Min. input limit: -1 Max. input limit: -
Changes effective after POWER ON Protection level: 2/7 Unit: -
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 141
Data Description
C.1 General machine/setting data
10715 M_NO_FCT_CYCLE[0]
Data type: DWORD
Meaning: M number with which the subprogram is called.
The name of the subprogram is stored in $MN_M_NO_FCT_CYCLE_NAME. If the M function
defined by $MN_M_NO_FCT_CYCLE is programmed in a part program, then the subprogram
defined in M_NO_FCT_CYCLE_NAME is started at the end of block.
If the M function is reprogrammed in the subprogram, then there is no longer any replacement
by a subprogram call.
$MN_M_NO_FCT_CYCLE acts in the Siemens mode G290 as well as in the external language
mode G291.
A subprogram call must not be superimposed on M functions with predetermined significance.
Alarm 4150 is generated in the event of a conflict:
● M0 to M5,
● M17, M30,
● M40 to M45,
● M function for selecting spindle/axis mode according to
$MC_SPIND_RIGID_TAPPING_M_NR (default M70)
● M functions for nibbling/punching as configured in $MC_NIBBLE_PUNCH_CODE if
activated via $MC_PUNCHNIB_ACTIVATION.
● For applied external language ($MN_MM_EXTERN_LANGUAGE) M19, M96-M99.
Exception: The M functions defined by $MC_TOOL_CHANGE_M_CODE for the tool change.
The subprograms configured with $MN_M_NO_FCT_CYCLE_NAME and
$MN_T_NO_FCT_CYCLE_NAME must not be effective in one block (part program line) at the
same time, i.e. max. one M/T function replacement can be effective per block. Neither an M98
nor a modal subprogram call may be programmed in the block with the M function replacement.
A subprogram return jump or end of part program is also not permitted.
Alarm 14016 is generated in the case of a conflict.
10716 M_NO_FCT_CYCLE_NAME[0]
MD number Subprogram name for M function replacement
Default setting: - Min. input limit: - Max. input limit: -
Change valid after POWER ON Protection level: 2/7 Unit: -
Data type: STRING
Meaning: The cycle name is stored in the machine data. This cycle is called if the M function was
programmed from the machine data $MN_M_NO_FCT_CYCLE.
If the M function is programmed in a traversing block, then the cycle is executed after the
motion.
$MN_M_NO_FCT_CYCLE acts in the Siemens mode G290 as well as in the external language
mode G291.
If a T number is programmed in the call block, the programmed T number can be queried in the
cycle under the variable $P_TOOL.
The subprograms configured with $MN_M_NO_FCT_CYCLE_NAME and
$MN_T_NO_FCT_CYCLE_NAME must not be effective in one block at the same time, i.e. max.
one M/T function replacement can be effective per block. Neither an M98 nor a modal sub‐
program call may be programmed in the block with the M function replacement. A subprogram
return jump or end of part program is also not permitted.
ISO Turning
142 Programming Manual, 06/2019, A5E47432465B AA
Data Description
C.1 General machine/setting data
10717 T_NO_FCT_CYCLE_NAME
MD number Name of tool change cycle for T function replacement
Default setting: - Min. input limit: - Max. input limit: -
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: STRING
Meaning: Cycle name for tool change routine during call via T function. If a T function is programmed in
a part program block, then the subprogram defined in T_NO_FCT_CYCLE_NAME is called at
the end of block.
The programmed T number can be queried in the cycle via the system variables $C_T/
$C_T_PROG as decimal value and via $C_TS/$C_TS_PROG as string (only with tool man‐
agement).
$MN_T_NO_FCT_CYCLE_NAME acts in the Siemens mode G290 as well as in the external
language mode G291.
$MN_M_NO_FCT_CYCLE_NAME and $MN_T_NO_FCT_CYCLE_NAME must not be effec‐
tive in one block at the same time, i.e. max. one M/T function replacement can be effective per
block.
Neither an M98 nor a modal subprogram call may be programmed in the block with the T
function replacement. A subprogram return jump or end of part program is also not permitted.
Alarm 14016 is generated in the case of a conflict.
10760 G53_TOOLCORR
MD number Method of functioning with G53, G153 and SUPA
Default setting: 2 Min. input limit: 2 Max. input limit: 4
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: BYTE
Meaning: This MD acts in the Siemens mode and in the external language mode.
This machine data defines whether the tool length and the tool radius compensation are to be
suppressed for the language commands G53, G153 and SUPA.
0 = G53/G153/SUPA is a non-modal suppression of work offsets; active tool length and tool
radius compensations are retained.
1 = G53/G153/SUPA is a non-modal suppression of work offsets and active tool length and tool
radius compensation.
10800 EXTERN_CHAN_SYNC_M_NO_MIN
MD number First M number for channel synchronization
Default setting: -1 Min. input limit: 100 Max. input limit:
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: DWORD
Meaning: Smallest M number of the M range that is reserved for the channel synchronization.
MD cannot be changed for SINUMERIK 802D sl.
10802 EXTERN_CHAN_SYNC_M_NO_MAX
SD number Last M number for channel synchronization
Default setting: -1 Min. input limit: 100 Max. input limit:
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 143
Data Description
C.1 General machine/setting data
10802 EXTERN_CHAN_SYNC_M_NO_MAX
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: DWORD
Meaning: Biggest M number of the M range that is reserved for the channel synchronization.
The M range should be a maximum of 10*channel number (2 channels = 20 M numbers). If a
larger range is defined, alarm 4170 is output.
10804 EXTERN_M_NO_SET_INT
MD number M function for ASUB activation
Default setting: 96 Min. input limit: 0 Max. input limit:
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: DWORD
Meaning: M function number with which an interrupt program is activated in the ISO_T/M mode (ASUB).
10806 EXTERN_M_NO_DISABLE_INT
MD number M function for ASUB deactivation
Default setting: 97 Min. input limit: 0 Max. input limit:
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: DWORD
Meaning: M function number with which an interrupt program (ASUB) is deactivated in the ISO-T/M
mode.
10808 EXTERN_INTERRUPT_BITS_M96
MD number Interrupt program execution (M96)
Default setting: 0 Min. input limit: 0 Max. input limit: 8
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: WORD
Meaning: By setting different bits, the sequence of the interrupt routine activated with M96 P... can be
controlled.
Bit 0=0: No interrupt program possible, M96/M97 are normal M functions
Bit 0=1: Activation of an interrupt program with M96/M97 is allowed
Bit 1=0: Process part program with the end position of the next block after the interruption block
Bit 1=1: Further process part program from the interruption position
Bit 2=0: The interrupt signal interrupts the current block immediately and starts the interrupt
routine
Bit 2=1: The interrupt routine is started only at the end of the block
Bit 3=0: Interrupt execution cycle in case of an interrupt signal
Bit 3=1: Start interrupt program only at the end of the execution cycle
10810 EXTERN_MEAS_G31_P_SIGNAL
MD number Assignment of the measuring inputs for G31 P..
Default setting: 1 Min. input limit: 0 Max. input limit: 3
ISO Turning
144 Programming Manual, 06/2019, A5E47432465B AA
Data Description
C.1 General machine/setting data
10810 EXTERN_MEAS_G31_P_SIGNAL
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: BYTE
Meaning: The machine data defines an assignment of the measuring inputs 1 and 2 to the P numbers
programmed with G31 P1 (-P4). The MD is bit-coded. Only bit 0 and bit 1 are evaluated. If e.g.
in $MN_EXTERN_MEAS_G31_P_SIGNAL[1] the bit 0=1, the 1st measuring input is activated
with G31 P2. The second measuring input is activated with G31 P4 with $MN_EX‐
TERN_MEAS_G31_P_SIGNAL[3] = 2.
Bit 0=0: Do not evaluate measuring input 1 for G31 P1 (-P4)
Bit 0=1: Activate measuring input 1 for G31 P1 (-P4)
Bit 1=0: Do not evaluate measuring input 2 for G31 P1 (-P4)
Bit 1=1: Activate measuring input 2 for G31 P1 (-P4)
10812 EXTERN_DOUBLE_TURRET_ON
MD number Double turret head with G68
Default setting: Min. input limit: Max. input limit:
Change becomes effective after Protection level: Unit: -
Data type: BOOLEAN
Meaning: The machine data is effective only in case of $MN_EXTER_CNC_SYSTEM = 2.
This MD defines whether with G68 a double-slide machining (channel synchronization for 1st
and 2nd channel) is to be started or whether the second tool of a double turret (= 2, properly
connected tool with the distance defined in the setting data $SC_EXTERN_DOUBLE_TUR‐
RET_DIST) is to be activated.
FALSE: Channel synchronization for double-slide machining
TRUE: 2. Changing the tool of a double turret (= $SC_EXTERN_DOUBLE_TURRET_DIS‐
TANCE as additive work offset and activate mirroring around Z-axis
10814 EXTERN_M_NO_MAC_CYCLE
MD number Macro call via M function
Default setting: Min. input limit: Max. input limit:
Changes effective after POWER ON Protection level: 2/7 Unit: -
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 145
Data Description
C.1 General machine/setting data
10814 EXTERN_M_NO_MAC_CYCLE
Data type: DWORD
Meaning: M number with which a macro is called.
The name of the subprogram is stored in $MN_EXTERN_M_NO_MAC_CYCLE_NAME[n]. If
the M function is programmed in a part program block defined with $MN_EX‐
TERN_M_NO_MAC_CYCLE[n], the subprogram defined in EXTERN_M_NO_MAC_CY‐
CLE_NAME[n] is started, and all the addresses programmed in the block are written to the
associated variables. If the M function is reprogrammed in the subprogram, then there is no
longer any replacement by a subprogram call.
$MN_EXTERN_M_NO_MAC_CYCLE_NAME[n] acts only in the external language mode
G291.
A subprogram call must not be superimposed on M functions with predetermined significance.
Alarm 4150 is generated in the event of a conflict:
● M0 to M5,
● M17, M30,
● M19,
● M40 to M45,
● M function for switching over spindle mode / axis mode according to
$MC_SPIND_RIGID_TAPPING_M_NR (default: M70).
● M functions for nibbling/punching as configured in $MC_NIBBLE_PUNCH_CODE if
activated via $MC_PUNCHNIB_ACTIVATION.
● For applied external language ($MN_MM_EXTERN_LANGUAGE), M96 to M99 in addition.
● M functions defined through $MN_M_NO_FCT_CYCLE.
Exception: The M functions defined with $MC_TOOL_CHANGE_M_CODE for the tool change.
The subprograms configured with $MN_EXTERN_M_NO_MAC_CYCLE_NAME[n] must not
be effective in one block (part program line) at the same time, i.e. max. one M function re‐
placement can be effective per block. Neither an M98 nor a modal subprogram call may be
programmed in the block with the M function replacement. A subprogram return jump or end
of part program is also not permitted. Alarm 14016 is generated in the case of a conflict.
10815 EXTERN_M_NO_MAC_CYCLE_NAME
MD number Subprogram name for M function macro call
Default setting: Min. input limit: Max. input limit:
Changes effective after POWER ON Protection level: Unit: -
Data type: STRING
Meaning: Cycle name in case of a call via the M function defined with $MN_EXTERN_M_NO_MAC_CY‐
CLE[n].
10816 EXTERN_G_NO_MAC_CYCLE
MD number Macro call via G function
Default setting: Min. input limit: Max. input limit:
Changes effective after POWER ON Protection level: Unit: -
ISO Turning
146 Programming Manual, 06/2019, A5E47432465B AA
Data Description
C.1 General machine/setting data
10816 EXTERN_G_NO_MAC_CYCLE
Data type: DOUBLE
Meaning: G number with which a macro is called.
The name of the subprogram is stored in $MN_EXTERN_G_NO_MAC_CYCLE_NAME[n].
If a G function defined with $MN_EXTERN_M_NO_MAC_CYCLE[n] is programmed in a part
program block, the subprogram defined in EXTERN_M_NO_MAC_CYCLE_NAME[n] is star‐
ted, and all the addresses programmed in the block are written in the related $C_xx variable.
If a subprogram call is already active via an M/G macro or an M substitution, no subprogram
call is executed. If in this case a standard G function is programmed, then it is executed,
otherwise alarm 12470 is output.
$MN_EXTERN_G_NO_MAC_CYCLE[n] acts only in the external language mode G291.
In one block there may only be one subprogram call. That is, in one block only one M/G function
replacement may be programmed and there may be no additional subprogram call (M98) or
cycle call in the block.
A subprogram return jump or end of part program is also not permitted in the same block. Alarm
14016 is generated in the case of a conflict.
10817 EXTERN_G_NO_MAC_CYCLE_NAME
MD number Subprogram name for G function macro call
Default setting: Min. input limit: Max. input limit:
Changes effective after POWER ON Protection level: Unit: -
Data type: STRING
Meaning: Cycle name in case of a call via the G function defined with $MN_EXTERN_G_NO_MAC_CY‐
CLE[n].
10818 EXTERN_INTERRUPT_NUM_ASUP
MD number Interrupt number for ASUB start (M96)
Default setting: Min. input limit: Max. input limit:
Changes effective after POWER ON Protection level: Unit: -
Data type: BYTE
Meaning: Number of the interrupt input with which an asynchronous subprogram activated in the ISO
mode is started. (M96<Program number>)
10820 EXTERN_INTERRUPT_NUM_RETRAC
MD number Interrupt number for rapid retraction (G10.6)
Default setting: Min. input limit: Max. input limit:
Changes effective after POWER ON Protection level: Unit: -
Data type: BYTE
Meaning: Number of the interrupt input with which a rapid retraction is triggered in the ISO mode to the
position programmed with G10.6.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 147
Data Description
C.1 General machine/setting data
10880 MM_EXTERN_CNC_SYSTEM
MD number External control system, whose programs are to be executed
Default setting: 0 Min. input limit: 0 Max. input limit: 2
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: WORD
Meaning: Selecting the external language
1 = ISO-2: Fanuc0 Milling system
2 = ISO-3: Fanuc0 Turning system
Thus the function scope defined in the current Siemens documentation is applicable.
This data is evaluated only when the machine data $MN_MM_EXTERN_LANGUAGE is set.
10881 MM_EXTERN_GCODE_SYSTEM
SD number ISO mode T: G code system
Default setting: 0 Min. input limit: 0 Max. input limit: 2
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: DWORD
Meaning: Determination of the G code system which is to be processed actively in ISO dialect T mode:
Value = 0: ISO_T: Code system B
Value = 1: ISO_T: Code system A
Value = 2: ISO_T: Code system C
In order for the shell cycle to work in the correct G code system, the corresponding system must
be entered in the GUD variable _ZSFI[39]:
10884 EXTERN_FLOATINGPOINT_PROG
MD number Evaluation of programmed values without decimal point
Default setting: 1 Min. input limit: 0 Max. input limit: 1
ISO Turning
148 Programming Manual, 06/2019, A5E47432465B AA
Data Description
C.1 General machine/setting data
10884 EXTERN_FLOATINGPOINT_PROG
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: BOOLEAN
Meaning: This machine data is effective for external programming language, i.e. when MD18800
$MN_MM_EXTERN_LANGUAGE = 1.
This machine data defines how the programmed values without decimal point are evaluated.
0: Standard notation: Values without the decimal point are interpreted in internal units IS-B, IS-
C (see MD EXTERN_INCREMENT_SYSTEM).
Values without decimal point are interpreted in internal units,
e.g. X1000 = 1 mm (for 0.001 mm input resolution)
X1000.0 = 1000 mm
1: PocketCalculator notation: Values without decimal point are interpreted as mm, inch or
degree.
Values without decimal point are interpreted as mm, inch or degree,
e.g. X1000 = 1000 mm
X1000.0 = 1000 mm
10886 EXTERN_INCREMENT_SYSTEM
MD number Increment system
Default setting: 0 Min. input limit: 0 Max. input limit: 1
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: BOOLEAN
Meaning: This machine data is effective for external programming language, i.e. when MD18800
$MN_MM_EXTERN_LANGUAGE = 1.
This machine data defines the increment system that is active:
0: Increment system
IS-B = 0.001 mm/degree
= 0.0001 inch
1: Increment system
IS-C = 0.0001 mm/degree
= 0.00001 inch
10888 EXTERN_DIGITS_TOOL_NO
MD number Number of digits for T number in external language mode
Default setting: 2 Min. input limit: 2 Max. input limit: 4
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: BYTE
Meaning: The machine data is effective only in case of $MN_EXTERN_CNC_SYSTEM = 2.
Number of digits of tool number in the programmed T value.
From the programmed T value, the number of leading digits specified via $MN_EXTERN_DIG‐
ITS_TOOL_NO are interpreted as tool number. The following positions address the offset
memory.
10890 EXTERN_TOOLPROG_MODE
MD number Tool change programming in case of external programming language
Default setting: 0 Min. input limit: 0 Max. input limit: 1
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 149
Data Description
C.1 General machine/setting data
10890 EXTERN_TOOLPROG_MODE
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: BYTE
Meaning: Configuration of the programing of the tool change for external programming language:
Bit 0 = 0: Acts only in case of $MN_MM_EXTERN_CNC_LANGUAGE = 2:
The tool number and the offset number are programmed in the T value. $MN_DIGITS_TOOL‐
NO determines the number of leading digits which form the tool number.
Example:
$MN_DIGITS_TOOL_NO = 2
T=1234
; Tool number 12,
; Offset number 34
Bit 0 = 1: Acts only in case of $MN_MM_EXTERN_CNC_LANGUAGE = 2:
Only the tool number is programmed in the T value.
Offset number = tool number.
$MN_DIGITS_TOOL_NO is irrelevant.
Example:
T=12
; Tool number 12,
; Offset number 12
Bit 1 = 0: Acts only in case of $MN_MM_EXTERN_CNC_LANGUAGE = 2:
If the number of positions programmed in the T value are the same as the number defined in
$MN_EXTERN_DIGITS_TOOL_NO, then leading 0 are added.
Bit 1 = 1: Acts only in case of $MN_MM_EXTERN_CNC_LANGUAGE = 2:
If the number of positions programmed in the T value is the same as the number of digits
specified in $MN_EXTERN_DIGITS_TOOL_NO, then the programmed number is applicable
as offset and tool number
Bit 2 = 0: Acts only in case of $MN_MM_EXTERN_CNC_LANGUAGE = 2:
ISO T offset selection only with D (Siemens Cutting edge number)
Bit 2 = 1: Acts only in case of $MN_MM_EXTERN_CNC_LANGUAGE = 2:
ISO T Offset selection only with H ($TC_DPH[t,d])
Bit 3 = 0: Acts only in case of $MN_MM_EXTERN_CNC_LANGUAGE = 2:
Each H number is allowed only once per TOA, except H=0. If the bit 3 is set from 1 -> 0, then
no H number may appear multiple times in a TO unit.
Else an alarm is output upon the next warm restart.
Bit 3 = 1: Acts only in case of $MN_MM_EXTERN_CNC_LANGUAGE = 2:
Each H number is allowed several times per TOA.
Bit 6 = 0: Acts only in case of $MN_MM_EXTERN_CNC_LANGUAGE = 1:
Selection of tool length is not possible under the address H
Bit 6 = 1: Acts only in case of $MN_MM_EXTERN_CNC_LANGUAGE = 1:
Selection of tool length under the address H
Bit 7 = 0: Acts only in case of $MN_MM_EXTERN_CNC_LANGUAGE = 1:
Selection of tool length is not possible under the address D
Bit 7 = 1: Acts only in case of $MN_MM_EXTERN_CNC_LANGUAGE = 1:
Selection of tool length under the address D
If bit 6 and bit 7 are selected, then the selection is possible under address D or H.
ISO Turning
150 Programming Manual, 06/2019, A5E47432465B AA
Data Description
C.1 General machine/setting data
18800 MM_EXTERN_LANGUAGE
MD number External language active in the control system
Default setting: 0 Min. input limit: 0 Max. input limit: 1
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: DWORD
Meaning: The corresponding NC language must be activated for processing the part programs of other
system manufacturers. Only one external language can be selected. The respective instruc‐
tion set can be taken from the current documentation.
Bit 0 (LSB): Execution of part programs ISO_2 or ISO_3. For coding see $MN_MM_EX‐
TERN_CNC_SYSTEM (10880)
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 151
Data Description
C.2 Channel-specific machine data
20050 AXCONF_GEOAX_ASSIGN_TAB
MD number Assignment of geometry axis to channel axis
Default setting: 1, 2, 3 Min. input limit: 0 Max. input limit: 20
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: BYTE
Meaning: In this MD, the channel axis is specified to which the geometry axis is assigned. The assign‐
ment is to be done channel-specific for all geometry axes. If no assignment is done for a
geometry axis, then this geometry axis is not available and cannot be programmed (with the
name defined under AXCONF_GEOAX_NAME_TAB).
E.g.: Turning machine without transformation:
$MC_AXCONF_GEOAX_ASSIGN_TAB[ 0 ] = 1 ; 1st geometry axis = 1st channel axis
$MC_AXCONF_GEOAX_ASSIGN_TAB[ 1 ] = 0 ; 2nd geometry axis not defined
$MC_AXCONF_GEOAX_ASSIGN_TAB[ 2 ] = 2 ; 3rd geometry axis = 2nd channel axis
The assignment made here is applicable if no transformation is active. For active transforma‐
tion n the transformation-specific assignment table TRAFO_GEOAX_ASSIGN_TAB_n be‐
comes effective.
20060 AXCONF_GEOAX_NAME_TAB
MD number Geometry axis name in the channel
Default setting: X, Y, Z Min. input limit: - Max. input limit: -
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: STRING
Meaning: In this MD, the names of the geometry axes are entered separately for the channel. With the
names specified here, the geometry axes can be programmed in the part program.
20070 AXCONF_MACHAX_USED
MD number Machine axis number valid in the channel
Default setting: 1, 2, 3, 4 Min. input limit: 0 Max. input limit: 31
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: BYTE
Meaning: In this MD, the machine axis is specified to which the channel/special axis is assigned. The
assignment is to be done channel-specific for all channel axes. A machine axis not assigned
to any channel is not active, i.e. the axis control is not processed, the axis is not shown on the
screen and is not programmed in any channel.
20080 AXCONF_CHANAX_NAME_TAB
MD number Name of channel axis in the channel
Default setting: Min. input limit: - Max. input limit: -
X, Y, Z, A, B, C, U, V, X11, Y11, ....
Changes effective after POWER ON Protection level: 2/7 Unit: -
ISO Turning
152 Programming Manual, 06/2019, A5E47432465B AA
Data Description
C.2 Channel-specific machine data
20080 AXCONF_CHANAX_NAME_TAB
Data type: STRING
Meaning: The name of the channel/special axis is entered in this MD. In the normal case the first three
channel axes are filled by the three assigned geometry axes (see also MD20050 $MC_AX‐
CONF_GEOAX_ASSIGN_TAB). The remaining channel axes are also known as special axes.
The display of the channel axis / special axis on the screen in the WCS (Workpiece Coordinate
System) is always done with the names entered in this MD.
20150 GCODE_RESET_VALUES
MD number Reset position of G groups
Default setting: 2, 0, 0, 1, 0, ... Min. input limit: - Max. input limit: -
Changes effective after RESET Protection level: 2/7 Unit: -
Data type: BYTE
Meaning: Determination of the G codes which become effective during run-up and reset or part program
end and part program start.
The G code must be specified in the respective groups as preset value.
Naming - Group - Default value:
GCODE_RESET_VALUES[0] - Group 1 - Default value 2 (G01)
GCODE_RESET_VALUES[1] - Group 2 - Default value 0 (inactive)
GCODE_RESET_VALUES[2] - Group 3 - Default value 0 (inactive)
GCODE_RESET_VALUES[3] - Group 4 - Default value 1 (START FIFO)
GCODE_RESET_VALUES[4] - Group 5 - Default value 0 (inactive)
GCODE_RESET_VALUES[5] - Group 6 - Default value 1 (G17) in case of turning
GCODE_RESET_VALUES[6] - Group 7 - Default value 1 (G40)
GCODE_RESET_VALUES[7] - Group 8 - Default value 1 (G500)
GCODE_RESET_VALUES[8] - Group 9 - Default value 0 (inactive)
GCODE_RESET_VALUES[9] - Group 10 - Default value 1 (G60)
GCODE_RESET_VALUES[10] - Group 11 - Default value 0 (inactive)
GCODE_RESET_VALUES[11] - Group 12 - Default value 1 (G601)
GCODE_RESET_VALUES[12] - Group 13 - Default value 2 (G71)
GCODE_RESET_VALUES[13] - Group 14 - Default value 1 (G90)
GCODE_RESET_VALUES[14] - Group 15 - Default value 2 (G94)
GCODE_RESET_VALUES[15] - Group 16 - Default value 1 (CFC)
...
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 153
Data Description
C.2 Channel-specific machine data
20380 TOOL_CORR_MODE_G43/G44
MD number Handling the tool length offset G43/G44
Default setting: 0 Min. input limit: 1 Max. input limit: 2
Changes effective after RESET Protection level: 2/7 Unit: -
Data type: BYTE
Meaning: The machine data is effective only for $MN_MM_EXTERN_CNC_LANGUAGE = 1;
If G43/G44 is active, it determines how length compensations programmed with H are pro‐
cessed.
0: Mode A
The tool length H always acts on the Z-axis, regardless of the current plane
1: Mode B
The tool length H acts, regardless of the current plane, on one of the three geometry axes and
on the 3rd geometry axis (as a rule Z) in case of G17
G18 on the 2nd geometry axis (as a rule Y)
G19 on the 1st geometry axis (as a rule X)
Offsets can be built up in this mode in all three geometry axes through multiple programming
i.e. by activating a component the length offset possibly active in another axis is not deleted.
2: Mode C
Regardless of the active plane, the tool length acts in the axis which has been programmed
simultaneously with H. The behavior is the same as in the case of variant B
MD cannot be changed for SINUMERIK 802D sl.
ISO Turning
154 Programming Manual, 06/2019, A5E47432465B AA
Data Description
C.2 Channel-specific machine data
20382 TOOL_CORR_MOVE_MODE
MD number Retracting the tool length offset
Default setting: FALSE Min. input limit: - Max. input limit: -
Changes effective after RESET Protection level: 2/7 Unit: -
Data type: BOOLEAN
Meaning: The machine data defines how the tool length compensations are retracted.
FALSE: A tool length component is retracted only when the related axis has been programmed
(behavior as in the earlier software versions).
TRUE: Tool lengths are always retracted immediately, regardless of whether the related axes
are programmed or not.
MD cannot be changed for SINUMERIK 802D sl.
20732 EXTERN_G0_LINEAR_MODE
MD number Interpolation behavior with G00
Default setting: 1 Min. input limit: 0 Max. input limit: 1
Changes effective after POWER ON Protection level: 2/4 Unit: -
Data type: BOOLEAN
Meaning: This MD defines the interpolation behavior in case of G00.
0: Axes are traversed as positioning axes
1: Interpolate axes with one another
20734 EXTERN_FUNCTION_MASK
MD number Function mask for external language
Default setting: Min. input limit: 0 Max. input limit: 16
Changes effective after RESET Protection level: 2/7 Unit: -
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 155
Data Description
C.2 Channel-specific machine data
20734 EXTERN_FUNCTION_MASK
Data type: DWORD
Meaning: This machine data controls the functions in the ISO mode.
Bit 0=0: ISO mode T: "A" and "C" are interpreted as axes. If control definition is programmed,
then a comma must be present before "A" or "C".
Bit 0=1: "A" and "C" are always interpreted as contour definition in the part program.
There may be no axis A or C.
Bit 1=0: ISO Mode T G10 P<100 tool geometry
P>100 tool wear
Bit 1=1: G10 P<10 000 tool geometry
P>10 000 tool wear
Bit 2=0: G04 Dwell time: always [s] or [ms]
Bit 2=1: If G95 is active, dwell time is in spindle revolutions
Bit 3=0: Errors in ISO Scanner lead to alarms
Example: N5 G291 ; ISO Dialect Mode
N10 WAIT ; Alarm 12080 "WAIT unknown"
N15 G91 G500 ; Alarm 12080 "G500 unknown"
Bit 3=1: Error in the ISO Scanner is not output, the block is forwarded to the Siemens translator
Example: N5 G291 ; ISO Dialect Mode
N10 WAIT ; Block is processed by the Siemens translator
N15 G91 G500 ; Block is processed by the Siemens translator
N20 X Y ; Block is processed by the ISO translator owing to G291, G91 from N15 is active
Bit 4=0: G00 is traversed in the exact stop function
Example: In case of G64, G00 blocks with G64 are also traversed
Bit 4=1: G00 blocks are always traversed with G09, even when G64 is active
Bit 5=0: Movements of the rotary axis are executed on the shortest path
Bit 5=1: Depending on the sign, the movements of the rotary axis are executed in positive or
negative direction of rotation
Bit 6=0: Only four-digit program number allowed
Bit 6=1: Eight-digit program number allowed. If number of digits less than 4, then extended by
4 digits.
Bit 7=0: Axis programming in case of geo-axis interchange / parallel axes is compatible in ISO
mode
Bit 7=1: Axis programming in case of geo-axis interchange / parallel axes is compatible in ISO
mode to the Siemens mode
Bit 8=0: In case of cycles, the F value is always interpreted as feedrate
Bit 8=1: In case of threading cycles, the F value is always interpreted as lead
bit9=0: For ISO Mode T in case of G84, G88 in the standard mode F for G95 is multiplied by
0.01 mm or 0.0001 inch
Bit 9=1: For ISO Mode T in case of G84, G88 in the standard mode F for G95 is multiplied by
0.01 mm or 0.0001 inch
Bit 10=0: For M96 Pxx in case of interrupt is always with Pxx progr. program is called
Bit 10=1: For M96 Pxx for the interrupt always CYCLE396.spf is called
Bit 11=0: In the programming of G54 Pxx, G54.1 is shown
Bit 11=1: In the programming of G54 Pxx or G54.1 Px, always G54Px is shown
Bit 12=0: Upon the call of the subprogram defined with M96 Pxx, $P_ISO_STACK is not
changed
Bit 12=1: Upon the call of the subprogram defined with M96 Pxx, $P_ISO_STACK is incre‐
mented
ISO Turning
156 Programming Manual, 06/2019, A5E47432465B AA
Data Description
C.2 Channel-specific machine data
22515 GCODE_GROUPS_TO_PLC_MODE
MD number Behavior of the G group transfer to PLC
Default setting: - Min. input limit: - Max. input limit: -
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: DWORD
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 157
Data Description
C.2 Channel-specific machine data
22515 GCODE_GROUPS_TO_PLC_MODE
Meaning: For setting the behavior, how are the G groups to be interpreted in the PLC as data. In case of
current behavior (bit 0=0) the G group is the array-index of an array having the size 64 bytes
(DBB 208 - DBB 271). At the most, the 64th G group can therefore be reached.
In case of a new behavior (Bit 0=1), the data storage in the PLC has the maximum size of eight
bytes (DBB 208 - DBB 215). In this behavior, the array index of this byte array is identical to the
index of MD $MC_GCODE_GROUPS_TO_PLC[Index] and $MC_EX‐
TERN_GCODE_GROUPS_TO_PLC[Index]. Here each index (0-7) may be used only in one of
the two machine data, for the other MD the value 0 must be entered.
Bit 0 (LSB) = 0: Behavior as before, the 64-byte array is used to display the G code.
Bit 0 (LSB) = 1: The user sets the G groups for which the first eight bytes are to be used.
MD cannot be changed for SINUMERIK 802D sl.
22900 STROKE_CHECK_INSIDE
MD number Direction (inside/outside) in which the protection zone is effective
Default setting: 0 Min. input limit: 0 Max. input limit: 1
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: BYTE
Meaning: This machine data is valid in connection with external programming languages.
It is effective with $MN_MM_EXTERN_LANGUAGE = 1.
It is defined whether protection zone 3 is an inside protection zone or an outside protection
zone.
Meaning:
0: Protection zone 3 is an inside protection zone, i.e. the protection zone inside may not be
overrun
1: Protection zone 3 is an outside protection zone
MD cannot be changed for SINUMERIK 802D sl.
22910 WEIGHTING_FACTOR_FOR_SCALE
MD number Input resolution for scaling factor
Default setting: 0 Min. input limit: 0 Max. input limit: 1
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: BOOLEAN
Meaning: This machine data is valid in connection with external programming languages. It is effective
with $MN_MM_EXTERN_LANGUAGE = 1.
Determination of the unit for the scaling factor P and for the axial scaling factors I, J, K
Meaning:
0: Scaling factor in 0.001
1: Scaling factor in 0.00001
22914 AXES_SCALE_ENABLE
MD number Activation for axial scaling factor (G51)
Default setting: 0 Min. input limit: 0 Max. input limit: 1
ISO Turning
158 Programming Manual, 06/2019, A5E47432465B AA
Data Description
C.2 Channel-specific machine data
22914 AXES_SCALE_ENABLE
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: BOOLEAN
Meaning: With this MD, the axial scaling is released.
Meaning:
0: Axial scaling is not possible
1: Axial scaling is possible, i.e. MD DEFAULT_SCALE_FACTOR_AXIS is effective
22920 EXTERN_FIXED_FEEDRATE_F1_ON
SD number Activate fixed feedrates F1 - F9
Default setting: FALSE Min. input limit: Max. input limit:
Changes effective after POWER ON Protection level: 2/7 Unit:
Data type: BOOLEAN
Meaning: This MD releases the fixed feedrates from the setting data $SC_EXTERN_FIXED_FEE‐
DRATE_F1_F9 [ ].
0: No fixed feedrates with F1 - F9
1: The feedrates from the setting data $SC_EXTERN_FIXED_FEEDRATE_F1_F9 become
effective with the programming of F1 - F9
22930 EXTERN_PARALLEL_GEOAX
SD number Assignment of parallel channel geometry axis
Default setting: 0 Min. input limit: 0 Max. input limit: 3
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: BYTE
Meaning: Assignment table of the axes which lie parallel to the geometry axes. Via this table the geom‐
etry axes can be assigned to the parallel channel axes. The parallel axes can then be activated
in the ISO Dialect with the G functions of the plane selection (G17 - G19) and with the axes
names of the parallel axis as geometry axis. An axis interchange is then performed with the
axes defined via $MC_AXCONF_GEOAX_ASSIGN_TAB[ ].
Precondition: The channel axes used must be active (filled list place in AXCONF_MA‐
CHAX_USED).
Entry of a zero deactivates the corresponding parallel geometry axis.
24004 CHBFRAME_POWERON_MASK
MD number Reset channel-specific basic frame after power-on
Default setting: 0 Min. input limit: 0 Max. input limit: 0xFF
Changes effective after POWER ON Protection level: 2/7 Unit: -
Data type: DWORD
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 159
Data Description
C.2 Channel-specific machine data
24004 CHBFRAME_POWERON_MASK
Meaning: This machine data specifies whether the channel-specific basic frames are reset upon a Power
On Reset in the data storage, i.e. displacements and turnings are set to 0, scalings to 1.
Mirroring is disabled. The individual basic frames can be selected separately.
Bit 0 corresponds to basic frame 0, bit 1 to basic frame 1, etc.
0: Basic frame is retained at Power On
1: Basic frame is reset in the data management at Power ON.
MD cannot be changed for SINUMERIK 802D sl.
ISO Turning
160 Programming Manual, 06/2019, A5E47432465B AA
Data Description
C.3 Axis-specific setting data
43120 DEFAULT_SCALE_FACTOR_AXIS
MD number Default axial scaling factor with active G51
Default setting: 1 Min. input limit: -99999999 Max. input limit: 99999999
Change valid IMMEDIATELY Protection level: 7/7 Unit: -
Data type: DWORD
Meaning: This machine data is valid in connection with external programming languages. It is effective
with $MN_MM_EXTERN_LANGUAGE = 1.
If no axial scaling factor I, J or K is programmed in the G51 block, the DEFAULT_SCALEFAK‐
TOR_AXIS is effective. The MD AXES_SCALE_ENABLE must be set so that the scaling factor
is effective.
43240 M19_SPOS
MD number Spindle position in degrees for spindle positions with M19
Default setting: 0 Min. input limit: -359.999 Max. input limit: 359.999
Change valid IMMEDIATELY Protection level: 7/7 Unit: -
Data type: DOUBLE
Meaning: The setting data is also effective in Siemens mode.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 161
Data Description
C.4 Channel-specific setting data
42110 DEFAULT_FEED
SD number Default value for path feed
Default setting: 0 Min. input limit: 0 Max. input limit: -
Change valid IMMEDIATELY Protection level: 7/7 Unit: -
Data type: DOUBLE
Meaning: If no path feed is programmed in the part program, then the value stored in $SC_DE‐
FAULT_FEED is used.
The evaluation of the setting data takes place at the start of the part program taking into
consideration the feed type active at this time (see $MC_GCODE_RESET_VALUES or
$MC_EXTERN_GCODE_RESET_VALUES).
42140 DEFAULT_SCALE_FACTOR_P
SD number Default scaling factor for address P
Default setting: 0 Min. input limit: -99999999 Max. input limit: 99999999
Change valid IMMEDIATELY Protection level: 7/7 Unit: -
Data type: DWORD
Meaning: This machine data is valid in connection with external programming languages. It is effective
with $MN_MM_EXTERN_LANGUAGE = 1.
If no scaling factor P is programmed in a block, the value from this machine data becomes
effective.
42150 DEFAULT_ROT_FACTOR_R
SD number Default angle of rotation R
Default setting: 0 Min. input limit: 0 Max. input limit: 360
Change valid IMMEDIATELY Protection level: 2/7 Unit: degree
Data type: DOUBLE
Meaning: If no factor for rotation R is programmed with the selection of the rotation G68, the value from
this setting data becomes effective.
42160 EXTERN_FIXED_FEEDRATE_F1_F9
SD number Fixed feeds with F1 - F9
Default setting: 0 Min. input limit: 0 Max. input limit:
Change valid IMMEDIATELY Protection level: 2/7 Unit: VELO
Data type: DOUBLE
Meaning: Fixed feed values for the programming of F1 - F9. If the machine data $MC_FEEDRATE_F!
_F9_ON=TRUE is set, then with the programming of F1 - F9, the feed values are read from the
setting data $SC_EXTERN_FIXED_FEEDRATE_F1_F9[0] - $SC_EXTERN_FIXED_FEE‐
DRATE_F1_F9[8] and activated as machining feed. In $SC_EXTERN_FIXED_FEE‐
DRATE_F1_F9[0] the rapid traverse feed must be entered.
ISO Turning
162 Programming Manual, 06/2019, A5E47432465B AA
Data Description
C.4 Channel-specific setting data
42162 EXTERN_DOUBLE_TURRET_DIST
SD number Tool distance of double turret head
Default setting: Min. input limit: Max. input limit:
Change effective Protection level: Unit:
Data type: DOUBLE
Meaning: The machine data is effective only in case of $MN_EXTER_CNC_SYSTEM = 2. Turning dis‐
tance of both tools of a double slide turret. The distance is activated with G68 as additive work
offset if $MN_EXTERN_DOUBLE_TURRET_ON = TRUE is set.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 163
Data Description
C.4 Channel-specific setting data
ISO Turning
164 Programming Manual, 06/2019, A5E47432465B AA
Data lists D
D.1 Machine data
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 165
Data lists
D.1 Machine data
ISO Turning
166 Programming Manual, 06/2019, A5E47432465B AA
Data lists
D.1 Machine data
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 167
Data lists
D.2 Setting data
Table D-1
ISO Turning
168 Programming Manual, 06/2019, A5E47432465B AA
Data lists
D.3 Variables
D.3 Variables
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 169
Data lists
D.3 Variables
ISO Turning
170 Programming Manual, 06/2019, A5E47432465B AA
Alarms E
E.1 Alarms
When error states are detected in the cycle, an alarm is generated and the cycle execution is
interrupted.
The cycles output the messages in the message line of the control system. These messages
do not interrupt the machining.
The alarms with the numbers from 61000 to 62999 are generated in the cycles. This large range
is further subdivided according to alarm responses and cancel criteria.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 171
Alarms
E.1 Alarms
ISO Turning
172 Programming Manual, 06/2019, A5E47432465B AA
Glossary
Absolute dimensions
A specification for the target of axis motion is defined by a dimension that refers to the origin of
the currently active coordinate system. See also -> incremental dimension.
AC (adaptive control)
A process variable (e.g. path- or axis-specific feedrate) can be controlled as a function of
another measured process variable (e.g. depending on spindle current). Typical application:
Maintenance of constant chip removal volume during grinding.
Access rights
The blocks of a CNC program are protected via the following 7-level system of
access-authorization restrictions:
● Three password levels, one each for the system manufacturer, the machine manufacturer
and the user;
● Four key-operated switch settings which can be evaluated via the PLC.
Activation / deactivation
Working area limitation is a means of limiting the axis motion over the restrictions set by the limit
switch. A pair of values can be specified for each axis with which the protection zone is
delimited.
Address
Addresses are fixed or variable identifiers for axes (X, Y, ...), spindle speed (S), feedrate (F),
circle radius (CR), etc.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 173
Glossary
Archiving
Exporting files or directories to an external memory medium.
Asynchronous subprogram
● A part program that can be started with an interrupt signal (e.g. "Rapid NC input signal")
asynchronously (i.e. independently) while a part program is active.
● A part program that can be started with an interrupt signal (e.g. "Rapid NC input signal")
asynchronously (i.e. independent of the current program status).
Auxiliary functions
Auxiliary functions can be used to transfer -> parameters in part programs to the -> PLC,
whereupon reactions defined by the machine manufacturer are triggered.
Axes
CNC axes are set according to their functionality as follows:
● Axes: Interpolatory path axes
● Positioning axes: Non-interpolating infeed and positioning axes with axis-specific feedrates;
these axes can be traversed beyond the block limits. Positioning axes need not be involved
in the machining of the tool and they contain, e.g. tool feeder, tool magazine etc.
Axis identifier
According to DIN 66217, axes are denoted using X, Y, and Z for a clockwise, rectangular -
> coordinate system.
-> Rotary axes that rotate around X, Y and Z, to which the identifiers A, B and C are assigned.
Additional axes parallel to the mentioned ones can be denoted with other letters.
Axis/spindle replacement
An axis/spindle is permanently assigned to a specific channel via machine data. This
assignment via machine data can be reset with program commands and the axis/spindle can
be assigned to another channel.
B spline
The points programmed for the B spline are not interpolation points but simply "checkpoints".
The generated curve only runs near the checkpoints, not directly through them (optional 1st,
2nd or 3rd order polynomials).
ISO Turning
174 Programming Manual, 06/2019, A5E47432465B AA
Glossary
Backlash compensation
Compensation of the mechanical backlash of the machine, e.g. the backlash compensation of
the spindles. The backlash compensation can be input separately for each axis.
Backup
A copy of the memory contents (hard disk) stored on an external device for the purpose of data
backup/archiving.
Base axis
Axis whose setpoint value or actual value is used in the calculation of the offset value.
Baud rate
The speed at which the data transfer takes place (bits/s).
Block search
The block search function can be used to go to any convenient point in a part program at which
the machining is to start or continue. This function is intended for testing the part programs or
for continuing the machining after an interruption.
Booting
Loading the system program after power on.
C axis
An axis which the tool uses to describe a controlled rotary or positioning movement.
C spline
The C spline is the most well-known and widely used spline. The spline runs along a tangent
and along the axis of curvature through all interpolation points. 3rd order polynomials are used
for this.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 175
Glossary
Channel structure
The -> programs of the individual channels can be processed simultaneously or
asynchronously with the channel structure.
Circular interpolation
In circular interpolation, the -> tool traverses between defined contour points at a definite
feedrate during the machining of the workpiece on a circular path.
COM
Part of the numerical control system for the implementation and coordination of communication.
Command axis
Command axes are started from synchronized actions as a reaction to an event (command).
Command axes can be positioned, started and stopped fully asynchronous to the part program.
Compensation axis
Axis with a setpoint or actual value modified by a compensation value.
Compensation memory
Data storage area in the control system, in which the tool offset data is stored.
Compensation table
Table of interpolation points. It delivers the offset values of the offset axis for the selected
positions of the basic axis.
ISO Turning
176 Programming Manual, 06/2019, A5E47432465B AA
Glossary
Connecting cables
Connecting cables are either pre-assembled cables or cables that are pre-assembled, ready-
to-use two-wire cables that have a connector at both ends. Connecting cables are used to
connect the -> CPU to a -> programming device or another CPU with use of an -> "interface".
Continuous-path mode
The purpose of the continuous-path mode is to avoid an excessive acceleration of the -> path
axes at the block limits of part programs, which may affect the operator, the machine or other
assets of the plant. The continuous-path mode is expected to influence the transition to the next
block in the NC program and to maintain the path velocity as uniformly as possible.
Contour
Contours of a workpiece.
Contour monitoring
The following error is monitored as a measure for contour precision within a defined tolerance
range. Thus, for instance, an overloading of the drive can lead to a sequential fault, which is no
longer acceptable. An alarm is output and the axes are stopped in this case.
Correction value
The distance between the axis position and the desired programmed axis position measured
with a position encoder.
CPU
Central Processor Unit -> programmable logic controller
Cycle
Protected subprogram for executing machining operations which are always repeated at the -
> workpiece.
Cycle support
The available cycles are listed in the "Cycle support" menu in the "Program" operating area.
The required parameters for the assignment of the values are displayed in plain text after the
desired execution cycle has been selected.
Data block
● The unit of data used in the -> PLC which can be accessed via -> HIGHSTEP program.
● Unit of data in the -> NC: Data blocks that contain data definitions for global user data. This
data can be initialized directly during its definition.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 177
Glossary
Data word
Data unit inside a -> PLC data block having a size of 2 bytes
Deletion of distance-to-go
Command in a part program with which the machining is stopped and the distance-to-go is
deleted.
Diagnostics
● Operating area of the control.
● The control system contains a self-diagnostics program and test routines for service: Status,
alarm and service displays.
DRF
Differential Resolver Function. This is a function of an NC in which an incremental work offset
is created in the automatic mode in conjunction with the electronic handwheel.
Editor
The editor is used to create, change, add, connect and insert programs/texts/blocks of a
program.
Electronic handwheel
The selected axes can be operated simultaneously in manual mode with an electronic
handwheel. The handwheel clicks are evaluated by the increment analyzer.
Exact stop
If exact stop is programmed, the position specified in the block is approached accurately and
- if necessary - very slowly. To reduce the startup speeds, -> exact stop limits are defined for
rapid traverse and feedrate.
ISO Turning
178 Programming Manual, 06/2019, A5E47432465B AA
Glossary
Feedrate override
In feedrate override, the current feedrate entered in the operator panel or specified by the PLC
is overlaid on the programmed feedrate (0 - 200%). A feedrate override is also possible by
means of a programmable percentage value (1 - 200%) in the machining program.
A feedrate correction can also be applied by synchronous actions regardless of the program
currently running.
Fixed-point approach
The machine tool can be used to approach defined fixed points such as tool change points,
loading points, palette change points etc. The coordinates of these points are stored in the
control system. If possible, the control system approaches these axes at -> rapid traverse.
Frame
A frame is an arithmetic rule, with which one Cartesian coordinate system is converted to
another Cartesian coordinate system. A frame consists of the components -> work offset ->
rotation -> scaling and -> mirroring.
Geometry
Description of a -> workpiece in the -> workpiece coordinate system.
Geometry axis
Geometry axes are used to describe a 2- or 3-dimensional range in the workpiece coordinate
system.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 179
Glossary
Ground
The term "Ground" is used for all electrically inactive, interconnected parts of one part of the
system or a resource which cannot result in dangerous touch voltage in the event of errors.
Helical interpolation
The "Helical interpolation" function is especially suitable for machining female or male threads
with form cutters and for milling lubricating grooves. The helix comprises two movements:
Circular movement in the plane
Linear movement vertical to this plane
HIGHSTEP
Combination of different programming features for the -> PLC in the range S7-300/400.
I/O module
I/O modules are used to establish a connection between the CPU and the process. I/O modules
are:
Digital input and output modules
Analog input and output modules
Simulator modules
Identifiers
According to DIN 66025, identifiers (names) of variables (arithmetic variables, system
variables, user variables), of subprograms, of vocabulary words and of words can contain
several address characters. These characters have the same meaning as the words in the
block syntax. Identifiers must always be unique. Different identifiers should always be used for
different objects.
ISO Turning
180 Programming Manual, 06/2019, A5E47432465B AA
Glossary
Inclined axis
Fixed angular interpolation with allowance for an inclined infeed axis or grinding wheel by
specifying the angle. The inclined axes are programmed and displayed in the Cartesian
coordinate system.
Increment
The end point for the traversing of axes is defined by the distance to be covered and a direction
that refers to a point already reached. See also -> Absolute dimension.
Specification of the length of the travel path in increments. The number of increments can be
stored either in the -> setting data or it can be selected with the keys 10, 100, 1000 and 10 000.
Initialization block
Initialization blocks are special -> program blocks. These contain values that must be assigned
before executing the program. Initialization blocks are the preferred choice for initializing
previously defined data or global user data.
Initialization files
An initialization file can be created for each -> workpiece. Different instructions for variable
values that are valid exclusively for a workpiece, can be stored in the initialization file.
Intermediate blocks
Movements with a selected tool offset (G41/G42) can be interrupted by a limited number of
intermediate blocks (blocks without traversing movements at the compensation plane). The
tool offset can be calculated correctly while using intermediate blocks. The number of
intermediate blocks that can be read in advance by the control system can be set in the system
parameters.
Interpolation cycle
The interpolation cycle is a multiple of the basic system cycle. The interpolation cycle is used
to specify the cycle time that is required to update the setpoint interface with the position
controls. The resolution of the velocity profiles is determined with the interpolation cycle.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 181
Glossary
Interpolator
Logical unit of the -> NCK which can be used to determine the intermediate values for the
movements of the individual axes to be executed on the basis of the target positions specified
in the part program.
Interpolatory compensation
Interpolatory compensation is a means of compensating the leadscrew error (SSFK) and
measuring system error (MSF) that result from the production process.
Interrupt routine
Interrupt routines are special -> subprograms which can be started by events (external signals)
in the machining process. Here, the block of the part program just processed is interrupted and
the axis position at the interruption point is stored automatically. See -> ASUP
Interrupts
All -> messages and alarms are displayed in plain text on the operator panel. The alarm text
contains the date, time and a suitable symbol for the cancel criterion.
Alarms and messages are displayed separately according to the following criteria:
● 1. Alarms and messages in the part program
Alarms and messages can be displayed directly from the program as plain text.
● 2. PLC alarms and messages that involve the machine can be displayed directly from the
PLC in plain text format. No additional function blocks are required for this.
Inverse-time feedrate
In the SINUMERIK 840D sl controls, the speed of the axis motion can be specified (G93)
instead of the feedrate for traversing the distance stored in a block.
JOG
Operating mode of the CNC (in the setup operation): The machine can be setup in the JOG
mode. The individual axes and spindles can be traversed in steps (in the JOG mode) with
direction keys. Other functions offered by the JOG mode are -> Reference point approach, ->
REPOS (reposition) -> Preset -> (actual value specification).
Keyswitch
S7-300: In the S7-300, the key-operated switch is the mode selector switch in the -> CPU. The
key-operated switch is operated with a removable key.
840D sl: The key-operated switch on the -> machine control panel has four positions to which
the operating system of the control system has assigned appropriate functions. Each key-
operated switch has three differently colored keys which can be removed in the specified
positions.
ISO Turning
182 Programming Manual, 06/2019, A5E47432465B AA
Glossary
Languages
The texts of the user interface, system messages and alarms are available in five system
languages: English, German, French, Italian and Spanish. The user can always select two of
the languages listed in the control system.
Linear axis
In contrast to a rotary axis, a linear axis describes a straight line.
Linear interpolation
In the linear interpolation, the tool moves along a straight line to the end point during machining
of the workpiece.
LookAhead
The "LookAhead" function is a means of optimizing the machining speed through looking
ahead using a parameterizable number of traversing blocks.
Machine zero
A fixed point on the machine tool to which all measuring systems (derived from it) refer.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 183
Glossary
Machining channel
The channel structure can be used to reduce downtime by executing motional sequences
simultaneously. Thus, for instance, the gantry of a loader can execute its movements during the
machining. In this case, the CNC functions as an autonomous control system which performs
operations like decoding, block preparation and interpolation independently.
Macros
Several instructions in different programming languages can be combined with each other in
one instruction. This abbreviated sequence of instructions is called in the CNC program under
a user-defined name. The instructions are executed one after the other with the macro.
Main block
A block that is preceded by ":" and that contains all parameters required to start the processing
of a -> part program.
Main program
A -> part program that is denoted by a number or a name in which other main programs,
subprograms or -> cycles can be called.
Main run
Part program blocks that have been decoded and prepared via block preparation, are
processed in the "main run".
MDA
Control operating mode: Manual Data Automatic = manual date input in automatic mode.
Individual program blocks or block sequences with no reference to a main program or
subprogram can be input in MDA mode; these are processed immediately on actuating the NC
start key.
Memory reset
The following -> CPU memories are erased by a memory reset operation:
● -> Work memory
● Read/write area of the -> load memory
● -> System memory
● -> Backup memory
ISO Turning
184 Programming Manual, 06/2019, A5E47432465B AA
Glossary
Mirroring
Mirroring changes the sign of the coordinate value of a contour with reference to an axis.
Mirroring can be executed simultaneously for several axes.
Mode group
All axes/spindles are assigned at a randomly specified time to a single channel. Each channel
is assigned to a mode group (BAG). The same -> mode is always assigned to the channels in
a mode group.
Motion synchronization
This function can be used to trigger actions that run simultaneously (synchronously) with the
machining. The starting point of the actions is defined by a condition (e.g. the status of a PLC
input, the time that has elapsed since the start of a block). The start of motion-synchronized
actions is not linked to block limits. Examples for typical motion-synchronized actions include:
Transfer of M- and H-(auxiliary) functions at the PLC or distance-to-go delete for certain axes.
NC
"Numerical Control" = numerical control system; contains all components of the control system
of the machine tool: -> NCK, -> PLC, -> HMI, -> COM.
NCK
Numerical Control Kernel: Component of the NC control system, which executes -> part
programs and essentially coordinates the movements at the machine tool.
Net, Network
A net or network is the connection of several S7-300 and other automation or HMI devices such
as programming devices via -> connecting cables. The interconnected devices exchange data
across the network.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 185
Glossary
NURBS
Motion control and path interpolation are executed in the control system internally on the basis
of NURBS (non-uniform rational B splines). Thus, there is a standard procedure (SINUMERIK
840D sl) for all operating modes as an internal control function.
OEM
The scope of the implementation of individual solutions (OEM applications) for the SINUMERIK
840D sl was developed for machine manufacturers, who want to create their own user
interfaces or who want to integrate process-oriented functions in the control system.
Override
Manually adjustable or programmable feature of the control system, with which the users can
superimpose the programmed feedrates and speeds to adjust them to their special tool or
material.
Part program
A sequence of instructions to the NC control whose combination is supposed to create a certain
-> workpiece by executing certain DO operations on a specified -> raw part.
ISO Turning
186 Programming Manual, 06/2019, A5E47432465B AA
Glossary
Path axis
Path axes are all the machining axes of a -> channel that is controlled by the -> interpolator in
such a way that they start together, accelerate at the same time and reach their end position at
the same time.
Path feedrate
The path feedrate acts on the -> path axes. It represents the geometrical sum of the feedrates
of the participating -> path axes.
Path velocity
The maximum programmable path velocity depends on the input resolution. The maximum
programmable path velocity at a resolution of, say, 0.1 mm is 1.000 m/min.
PLC
Programmable Logic Control -> programmable logic controller. Component of -> NC:
Programmable control system for executing the control logic of the machine tool.
PLC programming
The PLC is programmed using the STEP 7 software. The STEP 7 programming software is
based on the WINDOWS standard operating system and contains the functionality of STEP 5
programming with innovative enhancements and developments.
Polar coordinates
A coordinate system, in which the position of a point in the plane is defined with a defined axis
from the perspective of its distance from the coordinate origin and the angle formed by the
radius vector.
Polynomial interpolation
Polynomial interpolation is a means with which a very large range of curve characteristics
including straight line, parabola and exponential functions can be created.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 187
Glossary
Positioning axis
An axis that executes auxiliary movement in the machine (e.g. tool magazine, palette
transport). Positioning axes are axes that do not interpolate with -> path axes.
Preprocessing stop
Program command The next block in a part program is executed only if all the earlier prepared
blocks stored in the preprocessing memory have been processed.
Preset
The machine zero point can be redefined in the machine coordinate system by means of the
preset function. No axis is traveled during preset; instead, a new position value is input for the
current axis position.
Programmable frames
New starting points of a coordinate system can be defined dynamically with programmable ->
frames when the program is running. One differentiates between absolute definitions in which
new frames are used, and additive definitions in which the definition is undertaken with
reference to an existing starting point.
Programming key
Characters and character strings with an accurately defined meaning within the programming
language for -> part programs (refer to programming manual).
ISO Turning
188 Programming Manual, 06/2019, A5E47432465B AA
Glossary
Protection zone
Three-dimensional zone inside a -> working area which the tool cannot reach (can be
programmed via MD).
Rapid traverse
The maximum rapid traverse rate of an axis is, for instance, used to traverse a tool from the idle
position to the -> workpiece contour or to retract the tool from the workpiece contour.
Reference point
Point on the machine to which the measuring system of the -> machine axis refers.
REPOS
1. Repositioning to the contour, triggered by the operator
REPOS can be used to reset the tool to the interruption point with direction keys.
2. Programmed repositioning to the contour
A selection of approach strategies is available in the form of program commands:
Approaching the interruption point, approaching the starting block, approaching the last
block, approaching a point on the path between block start and interruption point.
Revolutional feedrate
The axis feedrate is set in the channel as a function of the main spindle speed (programming
with G95).
Rigid tapping
This function is used for tapping without compensating chuck. In this case, the spindle is
controlled as an interpolatory rotary axis with the effect that the threads are drilled up to the final
drilling depth, e.g. in tapping of blind holes (precondition: Spindle is operated as axis).
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 189
Glossary
Rotary axis
Rotary axes are used to rotate the tool or workpiece by a certain angle.
Rotation
Component of a -> frame which defines a rotation of the coordinate system through a specific
angle.
Rounding axis
Rounding axes enable the workpiece or tool to turn by a certain angle that is stored in the
indexing grid. The rounding axis is "in position" when the latching is reached.
R-parameters
R-parameters. The programmer can assign or query the values of the R-parameters, if
necessary in the -> part program.
S7 configuration
"S7 configuration" is a tool for defining the parameters of modules. "S7 configuration" can be
used to set different -> parameter sets of the -> CPU and the I/O modules in the -> programming
device. These parameters are loaded to the CPU.
S7-300 bus
The S7-300 bus is a serial data bus that supplies the appropriate voltage to the modules, and
that is used by these modules for data interchange. The modules are interconnected via plug-
in bus connectors.
Safety functions
The control system has constantly active monitoring functions with which errors in the -> CNC,
the programmable control system (-> PLC) and the machine can be detected early enough to
avoid damages to the workpiece, tool or machine to a large extent. The machining is interrupted
and the drives are stopped when a fault or error occurs. The cause of the error is recorded and
an alarm is output. At the same time, the PLC is notified that a CNC alarm has been triggered.
ISO Turning
190 Programming Manual, 06/2019, A5E47432465B AA
Glossary
Safety Integrated
Effective, according to EU Directive >>89/392/EEC<<, >> Safety class 3<<according to
EN-954-1 (in this standard, classes B. 1-4 classes are defined) for the safety of operators and
machines, integrated in the control system for safe installation and testing.
Failure safety is guaranteed. This safety function is also effective during individual faults.
Scaling
Component of a -> frame through which axis-specific changes are made.
Set
All files that are required for the programming and execution of a program are denoted as sets.
A section of a -> part program which ends with "LineFeed" (line break). A distinction is made
between -> main blocks and -> subblocks.
Setting data
Data that supplies information on the features of the machine to the control system; the method
is defined in the system software. Unlike -> machine data, setting data can be modified by the
user.
Softkey
A key whose name is displayed in one part of the screen. The selection of the softkeys that are
displayed is adjusted automatically to the relevant operating state. The freely programmable
function keys (softkeys) are assigned to certain functions that are defined via the software.
Speed limitation
Maximum/minimum (spindle) speed: The maximum spindle speed is limited by the values that
are specified either in the machine data by the-> PLC or the -> setting data.
Spindles
The spindle functionality is a construct with two levels:
Spindles: Speed or position-controlled spindle drives, analog digital (SINUMERIK 840D sl)
Auxiliary spindles: Speed-controlled spindle drives without encoder, e.g. for power tools.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 191
Glossary
Spline interpolation
The control system can generate a smooth curve with spline interpolation, for which a small
number of interpolation points are necessary along a programmed contour.
Standard cycles
Standard cycles are used to program DO operations that are repeated frequently:
● For drilling/milling
● For measuring tools and workpiece
The available cycles are listed in the "Cycle support" menu in the "Program" operating area.
The required parameters for the assignment of the values are displayed in plain text after the
desired execution cycle has been selected.
Station number
The station number represents the "contact address" of a -> CPU or a -> programming device
or any other intelligent I/O module if these communicate with each other via a -> network. The
station number is assigned to the CPU or the programming device with the S7 tool
-> "S7 configuration".
Subblock
Block preceded by "N" containing information about a machining step, e.g. a position
specification.
Subprogram
A sequence of instructions of a -> part program which can be called multiple times with various
output parameters. Subprograms are always called from the main programs. Subroutines can
be locked against unauthorized export and unauthorized viewing. -> Cycles are subprograms
from the type perspective.
Synchronization
Instructions in -> part programs for coordinating working cycles in different -> channels at
certain machining points.
Synchronized actions
● Auxiliary function output
Technological functions ( -> auxiliary functions) can be output by the CNC program to the
PLC during the machining of a workpiece. These auxiliary functions can, for instance, be
used to control ancillary equipment on the machine (quill, gripper, chuck etc.).
● Fast auxiliary function output
The acknowledgement times of -> auxiliary functions can be reduced and unnecessary
machining process for executing less critical switching functions can be avoided.
ISO Turning
192 Programming Manual, 06/2019, A5E47432465B AA
Glossary
Synchronized actions can be combined to build programs (technology cycles). Axis programs
can be started in the same IPO cycle, e.g. by scanning digital inputs.
Synchronized axes
Synchronized axes require the same time to traverse the path as -> geometry axes.
Synchronous spindle
Accurate synchronism of an angle between a master spindle and one or more slave spindles.
This way, the flying transfer of a workpiece from Spindle 1 to Spindle 2 is possible in turning
machines.
In addition to speed synchronism, relative angle positions of the spindles can also be
programmed, e.g. "floating" or the position-oriented transfer of inclined workpieces.
Several pairs of synchronous spindles can be implemented.
System variables
A variable that exists even though it was not programmed by -> part program programmers. It
is defined by the data type and the variable name with the sign $. See also -> User-defined
variable.
Teach-in
Teach-in is a means of creating and correcting part programs. The individual program blocks
can be input via the keyboard and executed immediately. The positions approached with the
direction keys or the handwheel can also be stored. Additional information such as G functions,
feedrates or M functions can be entered in the same block.
Tool
A tool that is used to shape a workpiece. Tools are, e.g. turning tools, milling cutters, twist drills,
laser beams, grinding wheels, etc.
Tool offset
A tool is selected by programming a T function (5 digits, integer) in the block. Every T number
can be assigned up to 9 cutting edges (D addresses). The number of tools that are managed
in the control system can be parameterized.
The tool length compensation is selected by programming D numbers.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 193
Glossary
Transformation
If programming is done in one Cartesian coordinate system and execution is done in another
non-Cartesian coordinate system (e.g. with machine axis as rotary axis); then inclined axes and
5-axis transformation are used in connection with transmit.
Transmit
This function can be used to mill outside contours on rotating parts, e.g. four-sided parts (linear
axis with rotary axis).
3D interpolation with two linear axes and one rotary axis is also possible. The advantages of
Transmit simplify programming and improves the efficacy of the machine through complete
machining: Turning and milling can be executed on the same machine without rechucking.
Traversing range
The maximum possible traversing range for linear axes is ± 9 decades. The absolute value
depends on the selected resolution for the data input and position control, and on the used unit
of measurement (inch or metric).
User interface
The user interface (UI) is the human machine interface (HMI) of a CNC. It appears on the
screen and has eight horizontal and eight vertical softkeys.
User memory
All programs and data, such as part programs, subprograms, comments, tool offsets, work
offsets/frames, as well as channel and program user data, can be stored in the shared CNC
user memory.
User-defined variables
Users have the option of defining variables for their own purposes in the -> part program or in
a data block (global user data). The variable definition contains the specification of the data type
and the variable name. See also -> System variable.
Variable definition
A variable is defined by specifying a data type and a variable name. The variable name can be
used to access the value of the variable.
Velocity control
The control system can execute a look-ahead evaluation over several blocks (-> LookAhead)
to achieve an acceptable traversing speed during movements that require only very small
adjustments of position in a block.
ISO Turning
194 Programming Manual, 06/2019, A5E47432465B AA
Glossary
Vocabulary words
Words with a certain notation and a defined meaning in the programming language for -> part
programs.
Work memory
The work memory is a memory offering free access (RAM or Random Access Memory) in the
-> CPU which the processor accesses while executing the application program.
Work offset
Specification of a new reference point for a coordinate system by referring to an existing zero
point and a -> Frame.
1. Settable
SINUMERIK 840D sl: There is a parameterizable number of adjustable work offsets for each
CNC axis. Each work offset can be selected via G functions; the selection is exclusive.
2. External
All movements that define the position of the workpiece zero can be superimposed by an
external work offset, which
is either defined by a handwheel (DRF movement) or
the PLC.
3. Programmable
The TRANS instruction can be used to program work offsets for all path and positioning axes.
Working area
Three-dimensional zone in which the tool tip can be moved due to the physical design of the
machine. See also -> Protection zone.
Workpiece
The part that is produced/machined on the machine tool.
Workpiece contour
Programmed contour of the -> workpiece to be made/machined.
Workpiece zero
The workpiece zero is the origin of the -> workpiece coordinate system. It is determined based
on its distance from the machine zero point.
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 195
Glossary
ISO Turning
196 Programming Manual, 06/2019, A5E47432465B AA
Index
A G
Absolute/incremental dimensioning, 50 G code
Additional function, 65 Display, 14
G code system A, 15
G00, 18, 21, 23, 135
B Linear interpolation, 23
G01, 23, 135
Basic coordinate system, 45, 46
G02, 135
Block skip level, 17
G02, G03, 24
G03, 135
G04, 55, 136
C G05, 121, 136
Checking the return to the reference point, 35 G05.1, 136
Checkpoint, 58 G07.1, 30, 136
Circular interpolation, 24 G10, 136
Comments, 16 G10.6, 109, 137
Compressor, 123 G12.1, 137
Compressor function, 123 G12.1, G13.1, 32
Constant cutting rate, 63 G13.1, 137
Coordinate system, 45 G17, 136
Cutting of multiple-start thread, 40 G18, 136
Cutting of thread with variable lead, 42 G19, 136
Cylindrical interpolation, 30 G20, 135
G20, G21, 53
G21, 135
D G22, 136
G23, 136
Decimal point, 15
G27, 35
Deep hole drilling and grooving in the transverse
G28, 34, 137
axis, 89
G290, 13, 137
Diameter and radius commands for the X-axis, 52
G291, 13, 137
Drilling cycle front face, 102
G30, 35, 137
Drilling cycle side surface, 102
G30.1, 137
DryRun mode, 123
G31, 109, 137
Dwell time, 55
G31, P1 - P4, 110
G33, 37, 39, 40, 135
G34, 42, 135
E G35, 135
Error Messages, 171 G36, 135
G40, 135
G40, G41/G42, 57
F G41, 135
G42, 135
F function, 18
G50.2, 137
Finishing cycle, 84
G51.2, 137
Function program interruption, 124
G52, 137
G53, 45, 137
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 197
Index
G54, 136
G54 P{1...48}, 136
G54 P0, 136 I
G55, 136
Input inch/metric, 53
G56, 136
Interpolation commands, 21
G57, 136
Interrupt program with M96/M97, 111
G58, 136
Involute interpolation, 29
G59, 136
ISO dialect mode, 13
G60, 137
G65, 137
G65, G66, G67, 114
G66, 136
L
G67, 136 Linear feed per minute, 20
G68, 135 Linear interpolation, 23
G69, 135
G70, 84, 137
G71, 78, 137 M
G72, 82, 137
M function, 65
G73, 137
M functions for stopping operations, 65
G74, 88, 137
M functions that can be used in many ways, 68
G75, 89, 137
M00, 65
G76, 90, 137
M01, 65
G77, 135
M02, 65
G78, 135
M30, 65
G79, 135
M96, 111
G80, 136
M96, M97, 124
G80 to G89, 93
M97, 111
G83, 96, 136
M98, M99, 105
G83 or G87, 99
Macro program call, 114, 121
G83, G87, 97, 98
Macro programs, 114
G84, 101, 136
Maximum programmable values for axis
G85, 102, 136
movements, 14
G87, 96, 136
Modal call, 116
G88, 101, 136
Multiple repetitive cycles, 77
G89, 102, 136
Multiple-thread cutting cycle, 90
G90, 50, 135
G91, 50, 135
G92, 46, 137
G92.1, 47, 137
O
G93, 20 Operating modes
G94, 20, 135 Switching over, 13
G95, 20, 135
G96, 135
G96, G97, 63 P
G97, 63, 135
Path feed, 18
G98, 136
Pattern repeat cycle, 88
G98/G99, 95
Polar-coordinates interpolation, 32
G99, 136
Positioning, 21
H
HMI, 130
ISO Turning
198 Programming Manual, 06/2019, A5E47432465B AA
Index
R
Rapid retraction, 109
Rapid traverse, 18, 21
Reference point selection, 35
Revolutional feedrate, 20
S
S function, 63
Second additional function, 68
Setting data
List, 168
Siemens mode, 13
Simple call, 114
Skip block, 17
Skip level, 123
Specification of several M functions in one block, 68
Spindle function, 63
Straight facing cycle, 75
Subprograms, 114
T
Tapping cycle, 78, 83
Transverse axis, 82
Tapping cycle front face, 101
Tapping cycle side surface, 101
Thread cutting, 37
Thread cutting cycle, 71
Thread cutting function, 37
Time inverse feed, 20
Tool length compensation, 56
Tool nose radius compensation, 57
Tool offset data memory, 56
Tool offset functions, 56
Transverse-taper turning cycle, 76
ISO Turning
Programming Manual, 06/2019, A5E47432465B AA 199
Index
ISO Turning
200 Programming Manual, 06/2019, A5E47432465B AA