Programming Guide 11/2002 Edition: Fundamentals SINUMERIK 840D/840Di/810D
Programming Guide 11/2002 Edition: Fundamentals SINUMERIK 840D/840Di/810D
Programming Guide 11/2002 Edition: Fundamentals SINUMERIK 840D/840Di/810D
1 2 3 4 5 6 7 8 9 10 11 12 A
Positional Data
Miscellaneous Functions
Valid for Control Software Version SINUMERIK 840D 6 SINUMERIK 840DE (export version) 6 SINUMERIK 840D powerline 6 SINUMERIK 840DE powerline 6 SINUMERIK 840Di 2 SINUMERIK 840DiE (export version) 2 SINUMERIK 810D 3 SINUMERIK 810DE (export version) 3 SINUMERIK 810D powerline 6 SINUMERIK 810D powerline 6
Arithmetic Parameters and Program Jumps Subprograms and Repetition of Program Sections Tables
Appendix
11.02 Edition
Contents
11.02
SINUMERIK Documentation
Printing history Brief details of this edition and previous editions are listed below. The status of each edition is shown by the code in the "Remarks" column. Status code in the "Remarks" column: A .... B .... C .... New documentation. Unrevised edition with new order no. Revised edition with new status. If factual changes have been made on the page since the last edition, this is indicated by a new edition coding in the header on that page. Order No. 6FC5298-2AB00-0BP0 6FC5298-4AB00-0BP0 6FC5298-3AB00-0BP0 6FC5298-3AB00-0BP1 6FC5298-4AB00-0BP0 6FC5298-4AB00-0BP1 6FC5298-5AB00-0BP0 6FC5298-5AB00-0BP1 6FC5298-5AB00-0BP2 6FC5298-6AB00-0BP0 6FC5298-6AB00-0BP1 6FC5298-6AB00-0BP2 Remarks A A C C C C C C C C C C
Edition 02.95 08.97 12.95 03.96 08.97 12.97 12.98 08.99 04.00 10.00 09.01 11.02
This manual is included in the documentation available on CD ROM (DOCONCD) Edition Order No. Remarks 11.02 6FC5298-6CA00-0BG3 C
Trademarks SIMATIC, SIMATIC HMI, SIMATIC NET, SIROTEC, SINUMERIK and SIMODRIVE are registered trademarks of Siemens AG. Other names in this publication might be trademarks whose use by a third party for his own purposes may violate the rights of the registered holder.
Further information is available on the Internet under: http://www.ad.siemens.de/sinumerik This publication was produced with WinWord V8.0 and Designer V4.0. The reproduction, transmission or use of this document or its contents is not permitted without express written authority. Offenders will be liable for damages. All rights, including rights created by patent grant or registration of a utility model or design, are reserved. Siemens AG, 19952002. All rights reserved Order No. 6FC5298-6AB00-0BP2 Printed in Germany 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. We have checked that the contents of this document correspond to the hardware and software described. Nonetheless, differences might exist and therefore we cannot guarantee that they are completely identical. The information given in this publication is reviewed at regular intervals and any corrections that might be necessary are made in the subsequent printings. We welcome suggestions for improvement. Subject to change without prior notice Siemens Aktiengesellschaft
11.02
Contents
1.1 Description of workpiece points ...................................................................................... 1-22 1.1.1 Workpiece coordinate systems ................................................................................. 1-22 1.1.2 Definition of workpiece positions............................................................................... 1-23 1.1.3 Polar coordinates ...................................................................................................... 1-25 1.1.4 Absolute dimension................................................................................................... 1-26 1.1.5 Incremental dimension .............................................................................................. 1-27 1.1.6 Plane designations .................................................................................................... 1-28 1.2 Position of zero points ..................................................................................................... 1-29
1.3 Position of coordinate systems ....................................................................................... 1-29 1.3.1 Overview of various coordinate systems................................................................... 1-29 1.3.2 Machine coordinate system ...................................................................................... 1-31 1.3.3 Basic coordinate system ........................................................................................... 1-33 1.3.4 Workpiece coordinate system................................................................................... 1-34 1.3.5 Frame system ........................................................................................................... 1-34 1.3.6 Assignment of workpiece coordinate system to machine axes ................................ 1-36 1.3.7 Current workpiece coordinate system....................................................................... 1-36 1.4 Axes ................................................................................................................................ 1-37 1.4.1 Main axes/Geometry axes ........................................................................................ 1-38 1.4.2 Special axes .............................................................................................................. 1-39 1.4.3 Main spindle, master spindle..................................................................................... 1-39 1.4.4 Machine axes ............................................................................................................ 1-39 1.4.5 Channel axes ............................................................................................................ 1-39 1.4.6 Path axes .................................................................................................................. 1-40 1.4.7 Positioning axes ........................................................................................................ 1-40 1.4.8 Synchronized axes .................................................................................................... 1-42 1.4.9 Command axes ......................................................................................................... 1-42 1.4.10 PLC axes................................................................................................................... 1-42 1.4.11 Link axes (SW 5 and higher)..................................................................................... 1-43 1.4.12 Leading link axes (SW 6 and higher) ........................................................................ 1-45 1.5 Coordinate systems and workpiece machining............................................................... 1-48
2-51
Structure and contents of an NC program ...................................................................... 2-52 Language elements of the programming language ........................................................ 2-53 Programming a sample workpiece.................................................................................. 2-75 First programming example for milling application.......................................................... 2-77 Second programming example for milling application .................................................... 2-78
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
0-5
Contents
11.02
2.6
Positional Data
3.1
3-83
3.2 Absolute/incremental dimensions, G90/G91 ................................................................... 3-85 3.2.1 G91 extension (SW 4.3 and higher) .......................................................................... 3-88 3.3 3.4 3.5 3.6 3.7 3.8 Absolute dimensions for rotary axes, DC, ACP, ACN ..................................................... 3-89 Metric/imperial dimensions, G70/G71/G700/G710.......................................................... 3-91 Zero offset (frame), G54 to G599.................................................................................... 3-94 Selecting the working plane, G17 to G19 ........................................................................ 3-99 Programmable working area limitation, G25/G26 ......................................................... 3-102 Reference point approach, G74 .................................................................................... 3-105
4-107
General information ....................................................................................................... 4-108 Traversing commands with polar coordinates, G110, G111, G112, AP, RP ................ 4-110 Rapid traverse movement, G0 ...................................................................................... 4-114 Linear interpolation, G1 ................................................................................................. 4-119 Circular interpolation, G2/G3, CIP ................................................................................. 4-122 Helical interpolation, G2/G3, TURN............................................................................... 4-135 Involute interpolation, INVCW, INVCCW ...................................................................... 4-137
4.8 Contour definitions.........................................................................................................4-141 4.8.1 Straight line with angle ............................................................................................ 4-141 4.8.2 Two straight lines..................................................................................................... 4-142 4.8.3 Three straight lines .................................................................................................. 4-143 4.8.4 End point programming with an angle..................................................................... 4-144 4.9 Thread cutting with constant lead, G33 ......................................................................... 4-145 4.9.1 Programmable run-in and run-out path (SW 5 and higher)..................................... 4-151 4.10 Linear progressive/degressive thread pitch change, G34, G35 (SW 5.2 and higher)... 4-153 4.11 Rigid tapping, G331, G332 ............................................................................................ 4-155 4.12 Tapping with compensating chuck G63 ........................................................................ 4-157 4.13 Stop during thread cutting ............................................................................................. 4-159 4.14 Approaching a fixed point, G75 ..................................................................................... 4-161 4.15 Travel to fixed stop ........................................................................................................ 4-163
0-6
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Contents
4.16 Special turning functions ............................................................................................... 4-169 4.16.1 Position of workpiece .............................................................................................. 4-169 4.16.2 Dimensions for: Radius, diameter........................................................................... 4-170 4.17 Chamfer, rounding ........................................................................................................ 4-172
Path Action
5.1 5.2
5-177
Exact stop, G60, G9, G601, G602, G603 .................................................................... 5-178 Continuous-path mode, G64, G641, G642, G643........................................................ 5-181
5.3 Acceleration pattern, BRISK, SOFT, DRIVE ................................................................ 5-190 5.3.1 Acceleration modes................................................................................................. 5-190 5.3.2 Influence of acceleration modes on following axes................................................. 5-191 5.4 5.5 5.6 5.7 5.8 5.9 Overview of the various velocity controls ..................................................................... 5-194 Path velocity smoothing ............................................................................................... 5-195 Traversing with feedforward control, FFWON, FFWOF............................................... 5-196 Programmable contour accuracy, CPRECON, CPRECOF.......................................... 5-197 Dwell time, G4 .............................................................................................................. 5-198 Program sequence: Internal preprocessor stop ........................................................... 5-199
Frames
6.1 6.2
6-201
6.3 Programmable zero offset............................................................................................ 6-205 6.3.1 TRANS, ATRANS ................................................................................................... 6-205 6.3.2 G58, G59: Axial programmable ZO (SW 5 and higher) .......................................... 6-209 6.4 6.5 6.6 6.7 6.8 6.9 Programmable rotation, ROT, AROT ........................................................................... 6-212 Programmable frame rotations with solid angles, ROTS, AROTS and CROTS.......... 6-220 Programmable scale factor, SCALE, ASCALE ............................................................ 6-221 Programmable mirroring, MIRROR, AMIRROR........................................................... 6-224 Frame generation according to tool orientation, TOFRAME, TOROT ......................... 6-228 Deselect frame SUPA, DRFOF, CORROF, TRAFOOF............................................... 6-230
7-235
Feedrate ........................................................................................................................ 7-236 Traversing positioning axes, POS, POSA, POSP......................................................... 7-244 Position-controlled spindle operation, SPCON, SPCOF ............................................... 7-247
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
0-7
Contents
11.02
Positioning spindles (position-controlled axis operation): SPOS, M19 and SPOSA ..... 7-248 Milling on turned parts: TRANSMIT............................................................................... 7-254 Cylinder surface transformation: TRACYL .................................................................... 7-256 Feedrate for positioning axes/spindles: FA, FPR, FPRAON, FPRAOF ........................ 7-257 Percentage feedrate override, OVR, OVRA .................................................................. 7-260 Feedrate with handwheel override, FD, FDA ................................................................ 7-261
7.10 Percentage acceleration correction: ACC (Option) ....................................................... 7-265 7.11 Feedrate optimization for curved path sections, CFTCP, CFC, CFIN........................... 7-266 7.12 Spindle speed S, direction of spindle rotation M3, M4, M5 ........................................... 7-269 7.13 Constant cutting rate, G96, G97, LIMS ......................................................................... 7-272 7.14 Constant grinding wheel peripheral speed, GWPSON, GWPSOF ............................... 7-274 7.15 Constant workpiece speed for centerless grinding: CLGON, CLGOF .......................... 7-277 7.16 Programmable spindle speed limitation, G25, G26....................................................... 7-279 7.17 Several feedrates in one block: F.., FMA.. .................................................................... 7-280 7.18 Blockwise feedrate: FB... (as of SW 5.3) ...................................................................... 7-282
Tool Offsets
8.1 8.2
8-285
8.3 Tool selection/tool call T ............................................................................................... 8-293 8.3.1 Tool change with M06 (mill) .................................................................................... 8-293 8.3.2 Tool change with T command (rotate) .................................................................... 8-295 8.4 Tool offset D ................................................................................................................. 8-297
8.5 Tool selection T with tool management........................................................................ 8-299 8.5.1 Turning machine with circular magazine ................................................................. 8-299 8.5.2 Milling machine with chain magazine ...................................................................... 8-300 8.6 Tool offset call D with tool management ...................................................................... 8-302 8.6.1 Turning machine with circular magazine ................................................................. 8-302 8.6.2 Milling machine with chain magazine ...................................................................... 8-303 8.7 8.8 8.9 Make active tool offset operative immediately.............................................................. 8-304 Tool radius compensation, G40, G41, G42.................................................................. 8-305 Approach and retract from contour, NORM, KONT, G450, G451................................ 8-313
0-8
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Contents
8.11 Smooth approach and retraction.................................................................................. 8-319 8.11.1 Extension approach and retract: G461/G462 (SW 5 and higher) ........................... 8-327 8.12 Collision monitoring, CDON, CDOF ............................................................................. 8-331 8.13 2 1/2 D tool offset, CUT2D, CUT2DF........................................................................... 8-333 8.14 Tool length offset for orientable tools: TCARR, TCOABS, TCOFR ............................. 8-335 8.15 Grinding-specific tool monitoring in parts program TMON, TMOF............................... 8-338 8.16 Additive offsets (SW 5 and higher)............................................................................... 8-340 8.16.1 Select offset (by DL number) .................................................................................. 8-340 8.16.2 Define wear and setup values ................................................................................. 8-341 8.16.3 Delete additive offsets (DELDL).............................................................................. 8-343 8.17 Tool offset special features (SW 5 and higher)......................................................... 8-344 8.17.1 Mirroring of tool lengths........................................................................................... 8-345 8.17.2 Wear sign evaluation............................................................................................... 8-345 8.17.3 Tool length and plane change................................................................................. 8-346 8.18 Tools with a relevant tool point direction (SW 5 and higher)........................................ 8-349
Miscellaneous Functions
9-351
9.1 Auxiliary function outputs ............................................................................................. 9-352 9.1.1 M functions.............................................................................................................. 9-357 9.1.2 H functions .............................................................................................................. 9-360
10-361
10.1 Arithmetic parameters R ............................................................................................ 10-362 10.2 Unconditional program jumps .................................................................................... 10-365 10.3 Conditional program jumps ........................................................................................ 10-367
11-369
11.1 Use of subprograms................................................................................................... 11-370 11.2 Subroutine call............................................................................................................ 11-373 11.3 Subprogram with program repetition.......................................................................... 11-375 11.4 Program section repetition (SW 4.3 and higher) ........................................................ 11-376
Tables
12-385
12.1 List of statements ....................................................................................................... 12-386 12.2 List of addresses ........................................................................................................ 12-403 12.2.1 Address letters ...................................................................................................... 12-403 12.2.2 Fixed addresses.................................................................................................... 12-404
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
0-9
Contents
11.02
12.2.3 Fixed addresses with axis extension..................................................................... 12-405 12.2.4 Settable addresses................................................................................................ 12-407 12.3 List of G functions/preparatory functions .................................................................... 12-411 12.4 List of predefined subprograms.................................................................................. 12-423 12.4.1 Predefined subprogram calls................................................................................. 12-424 12.4.2 Predefined subprogram calls in motion-synchronous actions ............................... 12-434 12.4.3 Predefined functions.............................................................................................. 12-435 12.4.4 Data types ............................................................................................................. 12-438
Appendix
A-439
A Abbreviations ....................................................................................................................A-440 B Terms ................................................................................................................................A-448 C References........................................................................................................................A-474 D Index .................................................................................................................................A-489 E Commands, identifiers ......................................................................................................A-496
0-10
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Preface
810D
840Di
Preface
Organization of documentation
SINUMERIK documentation is organized on three different levels: General Documentation User documentation Manufacturer/Service Documentation
Target group
This Manual is intended for machine-tool users. It provides detailed information that the user requires to program the SINUMERIK 840D/840Di/810D control system.
Standard scope
This Programming Guide describes the functionality afforded by standard functions. Differences and additions implemented by the machine-tool manufacturer are documented by the machine-tool manufacturer. More detailed information about other publications relating to SINUMERIK 840D/840Di and publications that apply to all SINUMERIK controls (e.g. Universal Interface, Measuring Cycles...) can be obtained from your local Siemens branch office. 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.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
0-11
Preface
11.02
810D
840Di
Applicability
This Programming Guide applies to the following controls: SINUMERIK 840D 6 SINUMERIK 840DE (export version) 6 SINUMERIK 840D powerline 6 SINUMERIK 840DE powerline 6 SINUMERIK 840Di 2 SINUMERIK 840DiE (export version) 2 SINUMERIK 810D 3 SINUMERIK 810DE (export version) 3 SINUMERIK 810D powerline 6 SINUMERIK 810D powerline 6 with operator panels OP 010, OP 010C, OP 010S, OP 12 or OP 15 (PCU 20 or PCU 50)
0-12
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Preface
810D
840Di
Hotline
If you have any queries, please contact the following hotline: A&D Technical Support Phone: ++49-(0)180-5050-222 Fax: ++49-(0)180-5050-223 Email: adsupport@siemens.com Please send any queries about the documentation (suggestions or corrections) to the following fax number or email address: Fax: ++49-(0)0131-98-2176 Email: motioncontrol.docu@erlf.siemens.de Fax form: see feedback sheet and the end of the publication.
Internet address
http://www.ad.siemens.de/sinumerik
Export version
The following functions are not available in the export version: Function Five axis machining package Handling transformation package (five axes) Multi-axis interpolation (> four axes) Helical interpolation 2D+6 Synchronized actions, stage 2 Measurements, stage 2 Adaptive control Continuous dressing Utilization of compile cycles (OEM) Sag compensation, multi-dimensional 810DE 840DE O O O O O
1) 1) 1) 1)
1)
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
0-13
Preface
11.02
810D
840Di
Fundamentals This Programming Guide Fundamentals is intended for use by skilled machine operators with the appropriate expertise in drilling, milling and turning operations. Simple programming examples are used to explain the commands and statements which are also defined according to DIN 66025. Advanced The Programming Guide "Advanced" is intended for use by technicians with in-depth, comprehensive programming knowledge. By virtue of a special programming language, the SINUMERIK 840D/810D control enables the user to program complex workpiece programs (e.g. for sculptured surfaces, channel coordination, ...) and greatly facilitates the programming of complicated operations. The commands and statements described in this Guide are not specific to one particular technology. They can be applied for a variety of technologies, such as Grinding Cyclical machines (packaging, woodworking) Laser power controls.
0-14
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Preface
810D
840Di
Structure of descriptions
All cycles and programming options have been described according to the same internal structure as far as this is meaningful and practicable. The various levels of information have been organized such that you can selectively access the information you need for the task in hand.
1. A quick overview
If you look up a rarely used command or the meaning of a parameter, you can see at a glance how the function is programmed and find helpful explanations of the commands and parameters. This information is always displayed at the top of the page. Note: Due to lack of space, it has not been possible to show all the modes of representation afforded by the programming language for individual commands and parameters. For this reason, we have illustrated those command programming schemes that are used most frequently in practice in a workshop situation.
03.96
Function
The tool drills at the programmed spindle speed and feedrate to the programmed final drilling depth.
Operating sequence
Position reached before the beginning of the cycle: The drilling position is the position in the two axes of the selected plane. The cycle implements the following motion sequence: Approach of the reference plane brought forward by the safety clearance with G0 Travel to the final drilling depth at the feedrate programmed in the calling program (G1) Retraction to retraction plane with G0
2-36
Siemens AG 1997 All rights reserved. SINUMERIK 840D/810D/FM-NC Programming Guide, Cycles (PGZ) - 08.97 Edition.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
0-15
Preface
11.02
810D
840Di
2. Detailed explanations
You will find detailed answers to the following questions in the theory section:
03.96
Explanation of parameters
RFP and RTP Generally, the reference plane (RFP) and the retraction plane (RTP) have different values. In the cycle it is assumed that the retraction plane lies in front of the reference plane. The distance between the retraction plane and the final drilling depth is therefore greater than the distance between the reference plane and the final drilling depth. SDIS The safety clearance (SDIS) refers to the reference plane. which is brought forward by the safety clearance. The direction in which the safety clearance is active is automatically determined by the cycle. DP and DPR The drilling depth can be defined either absolute (DP) or relative (DPR) to the reference plane. If it is entered as an absolute value, the value is traversed directly in the cycle.
Z G1 G0
Why is the command needed? What does the command do? How is it programmed and executed? What do the parameters do? What else do I need to know? The theoretical sections are primarily intended as learning material for the NC entry-level user. You should work through the manual at least once to get an idea of the functional scope and capability of your SINUMERIK control.
DP=RFP-DPR
Additional notes
If a value is entered both for the DP and the DPR, the final drilling depth is derived from the DPR. If the DPR deviates from the absolute depth programmed via the DP, the message "Depth: Corresponds to value for relative depth" is output in the dialog line.
Siemens AG 1997 All rights reserved. SINUMERIK 840D/810D/FM-NC Programming Guide, Cycles (PGZ) - 08.97 Edition.
2-37
03.96 08.97
If the values for the reference plane and the retraction plane are identical, a relative depth must not be programmed. The error message 61101 "Reference plane incorrectly defined" is output and the cycle is not executed. This error message is also output if the retraction plane lies behind the reference plane, i.e. the distance to the final drilling depth is smaller.
Programming example
Drilling_centering You can use this program to make 3 holes using the drilling cycle CYCLE81, whereby this cycle is called with different parameter settings. The drilling axis is always the Z axis.
Y A 120 Y A-B
30 0 B 40 90 X 35 Z 100 108
N10 G0 G90 F200 S300 M3 N20 D3 T3 Z110 N30 X40 Y120 N40 CYCLE81 (110, 100, 2, 35)
Specification of the technology values Traverse to retraction plane Traverse to first drilling position Cycle call with absolute final drilling depth, safety clearance and incomplete parameter list Traverse to next drilling position Cycle call without safety clearance Specification of the technology values Traverse to next position Cycle call with relative final drilling depth and safety clearance End of program
N50 Y30 N60 CYCLE81 (110, 102, , 35) N70 G0 G90 F180 S300 M03 N80 X90 N90 CYCLE81 (110, 100, 2, , 65) N100 M30
2-38
Siemens AG 1997 All rights reserved. SINUMERIK 840D/810D/FM-NC Programming Guide, Cycles (PGZ) - 08.97 Edition.
0-16
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Preface
810D
840Di
Explanation
Function
Parameters
Programming example
Programming
Additional notes
n= number of the note per section to which the machine manufacturer can refer.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
0-17
Preface
11.02
810D
840Di
Principle Your SIEMENS 840D/840Di/810D has been designed and constructed according to state-ofthe-art technology and approved safety regulations and standards. Additional equipment The applications of SIEMENS controls can be expanded for specific purposes through the addition of special add-on devices, equipment and expansions supplied by SIEMENS. Personnel Only appropriately trained, authorized and reliable personnel may be allowed to operate this equipment. The control must never be operated, even temporarily, by anyone who is not appropriately skilled or trained. The relevant responsibilities of personnel who set up, operate and maintain the equipment must be clearly defined; the proper fulfillment of these responsibilities must be monitored. Behavior Before the control is started up, it must be ensured that the Operator's Guides have been read and understood by the personnel responsible. The operating company is also responsible for constantly monitoring the overall technical state of the control (visible faults and damage, altered service performance). Servicing Repairs must be carried out according to the information supplied in the service and maintenance guide by personnel who are specially trained and qualified in the relevant technical subject. All relevant safety regulations must be followed.
0-18
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Preface
810D
840Di
Note The following is deemed to be improper usage and exempts the manufacturer from any liability: Any application which does not comply with the rules for proper usage described above. If the control is not in technically perfect condition or is operated without due regard for safety regulations and accident prevention instructions given in the Instruction Manual. If faults that might affect the safety of the equipment are not rectified before the control is started up. Any modification, bypassing or disabling of items of equipment on the control that are required to ensure fault-free operation, unlimited use and active and passive safety. Improper usage gives rise to unforeseen dangers to: Life and limb of personnel, The control, machine or other assets of the owner and the user. The following special symbols and keywords have been used in this documentation: Notes This symbol appears in this documentation whenever it is necessary to draw your attention to an important item of information. In this documentation, you will find this symbol with a reference to an ordering option. The function described is executable only if the control contains the designated option. Warnings The following warnings with varying degrees of severity appear in this document. Danger Indicates an imminently hazardous situation which, if not avoided, will result in death or serious injury or in substantial property damage
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
0-19
Preface
11.02
810D
840Di
Warning Indicates a potentially hazardous situation which, if not avoided, could result in death or serious injury or in substantial property damage. Caution Used with the safety alert symbol indicates a potentially hazardous situation which, if not avoided, may result in minor or moderate injury or in property damage. Caution Used without safety alert symbol indicates a potentially hazardous situation which, if not avoided, may result in property damage. Notice Used without the safety alert symbol indicates a potential situation which, if not avoided, may result in an undesirable result or state.
0-20
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
1.3 Position of coordinate systems ....................................................................................... 1-29 1.3.1 Overview of various coordinate systems ................................................................. 1-29 1.3.2 Machine coordinate system ..................................................................................... 1-31 1.3.3 Basic coordinate system .......................................................................................... 1-33 1.3.4 Workpiece coordinate system.................................................................................. 1-34 1.3.5 Frame system .......................................................................................................... 1-34 1.3.6 Assignment of workpiece coordinate system to machine axes ............................... 1-36 1.3.7 Current workpiece coordinate system...................................................................... 1-36 1.4 Axes ................................................................................................................................ 1-37 1.4.1 Main axes/Geometry axes ....................................................................................... 1-38 1.4.2 Special axes............................................................................................................. 1-39 1.4.3 Main spindle, master spindle ................................................................................... 1-39 1.4.4 Machine axes ........................................................................................................... 1-39 1.4.5 Channel axes ........................................................................................................... 1-39 1.4.6 Path axes ................................................................................................................. 1-40 1.4.7 Positioning axes ....................................................................................................... 1-40 1.4.8 Synchronized axes................................................................................................... 1-42 1.4.9 Command axes........................................................................................................ 1-42 1.4.10 PLC axes ................................................................................................................. 1-42 1.4.11 Link axes (SW 5 and higher) ................................................................................... 1-43 1.4.12 Leading link axes (SW 6 and higher)....................................................................... 1-45 1.5 Coordinate systems and workpiece machining............................................................... 1-48
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
1-21
11.02
810D
840Di
1.1
Y+
W Y-
90
90
X+ Z-
Turning:
Y+ Z90
X+
W X-
90
90
Z+ Y-
1-22
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Y+ P2 50
100 100
P1
50
X+
70
P3 105 Y-
P4
One plane is sufficient to describe the contour on a turning machine. Example: Points P1 to P4 are defined by the following coordinates: P1 P2 P3 P4 corresponds to corresponds to corresponds to corresponds to X25 X40 X40 X60 Z-7.5 Z-15 Z-25 Z-35
35
P4 P3 P2 P1
25 40 60 Z
7.5 15 25
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
1-23
11.02
810D
840Di
Example: Points P1 and P2 are defined by the following coordinates: P1 P2 corresponds to corresponds to X-20 Y-20 Z23 X13 Y-13 Z27
X+
X+
P2
13
Y+
P2
Z+
20
P1 P1
P1
13 20 23 27
The infeed depth must also be described in milling operations. To do this, we need to specify a numerical value for the third coordinate (Z in this case). Example: Points P1 to P3 are defined by the following coordinates: P1 P2 P3 corresponds to corresponds to corresponds to X10 Y45 Z-5 X30 Y60 Z-20 X45 Y20 Z-15
Y+
Y+
P2 P1
60
P2 P1
45
P3
20
P3 X+ Z+
15 20 5
10
30 45
1-24
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
P2 P1
60
75
0 10
30
Pole 30
X 15
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
1-25
11.02
810D
840Di
P2
Example for milling: The positional parameters for points P1 to P3 in absolute dimensions referring to the zero point are the following: P1 corresponds to X20 Y35 P2 corresponds to X50 Y60 P3 corresponds to X70 Y20
60
P3
20 35
X 20 50 70
P1
25 40 60 Z
Example for turning: The positional parameters for points P1 to P4 in absolute dimensions referring to the zero point are the following: P1 corresponds to X25 Z-7.5 P2 corresponds to X40 Z-15 P3 corresponds to X40 Z-25 P4 corresponds to X60 Z-35
P4 P3 P2
7.5 15 25 35
1-26
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
P2
P1
15
P3
20
X 20 30 20
Example for turning: The positional data for points P1 to P4 in incremental dimensions are: G90 P1 corresponds to X25 Z-7.5 ;(with reference to the zero point) G91 P2 corresponds to X15 Z-7.5 ;(with reference to P1) G91 P3 corresponds to Z-10 ;(with reference to P2) G91 P4 corresponds to X20 Z-10 ;(with reference to P3)
P4 P3 P2
60 Z 10 10 7.5 7.5
P1
25 40
When DIAMOF or DIAM90 is active, the path setpoint is programmed as a radius dimension with G91.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
1-27
11.02
810D
840Di
9 G1
G1 8
G1 7
X
Turning:
Y
7 G1
G1 9
G1 8
Z
The working planes are specified as follows in the NC program with G17, G18 and G19: Plane X/Y Z/X Y/Z Identifier G17 G18 G19 Infeed direction Z Y X
1-28
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
1.2
W1 M X
W2
1.3
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
1-29
11.02
810D
840Di
The individual axis identifiers are explained in the subsection headed "Axis types" in this section.
Zm
Ym
Zw Za Yw Ya
W M
Xm
Wa
Xa
Xw
Y+ M X+ W
Z+
1-30
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Xm
The location of the coordinate system relative to the machine depends on the machine type. The axis directions follow the so-called "three-finger rule" of the right hand (in accordance with DIN 66217). Standing in front of the machine, the middle finger of the right hand points away from the infeed direction of the main spindle. The following then applies: The thumb points in the +X direction The index finger points in the +Y direction The middle finger points in the +Z direction
+Z
+Y
+X
In practice, this can look quite different on different types of machine. The following are examples of machine coordinate systems for various machines.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
1-31
11.02
810D
840Di
+Z -B -Y -Y C+ C+X Y+ X+ +Z Z+
+Z
+X
B- +A -A
B+
+X
+Y
1-32
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Y
Basic coordinate system for peripheral surface
YMCS
YBCS
YBZS
YSZS
Programmable FRAME SZS G54...G599 settable FRAMES BZS Base offset (base frame) DRF shift, external zero offset BCS Kinematic transformation MCS MCS = Machine coordinate system BZS = Basic zero system WCS = Workpiece coordinate system XMCS BCS = Basic coordinate system SZS = Settable zero system XBCS XSZS XBZS
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
1-33
11.02
810D
840Di
Z0
of fs et
Y0 X2
X1
1-34
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
Ze r
11.02
810D
840Di
Z M W
Z W1 M1
Zero offset
Zero offset
One way of machining inclined contours is to use appropriate fixtures to align the workpiece parallel to the machine axes.
Y Z
Z Y
Another way is to generate a coordinate system which is oriented to the workpiece. The coordinate system can be moved and/or rotated with programmable frames. This enables you to move the zero point to any position on the workpiece align the coordinate axes parallel to the desired working plane by rotation and thus machine surface clamped in inclined positions, produce drill holes at different angles. perform multiside machining operations.
Z0 Y1 Z1
Y0
X1
X0
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
1-35
11.02
810D
840Di
Working plane, tool offsets The conventions for the working plane and the tool offsets must be observed in accordance with the machine kinematics for machining operations in inclined working planes. For further information, please see Section 3.6 "Selection of working plane, G17 to G19".
ZW
XW XM=XB
Frame 1...settable offset and rotation Frame 2...programmable offset and rotation
1-36
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
1.4 Axes
810D
840Di
1.4
Axes
A distinction is made between the following types of axis when programming: Machine axes Channel axes Geometry axes Special axes Path axes Synchronized axes Positioning axes Command axes (motion-synchronized axes) PLC axes Link axes Leading link axes.
Geometry, synchronized and positioning axes are programmed. Path axes traverse with feedrate F in accordance with the programmed travel commands. Synchronized axes traverse synchronously to path axes and take the same time to traverse as all path axes. Positioning axes traverse asynchronously to all other axes. These traversing movements take place independently of path and synchronized movements.
Path axes
Geometry axes
Positioning axes
Machine axes
Geometry axes
Special axes
Channel axes
Positioning axes
Command axes
PLC axes
Command axes traverse asynchronously to all other axes. These traversing movements take place independently of path and synchronized movements. PLC axes are controlled by the PLC and can traverse asynchronously to all other axes. The traversing movements take place independently of path and synchronized movements.
Synchron. axes
Kinematic transformation
Machine axes
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
1-37
11.02
1.4 Axes
810D
840Di
Additional spindle
In NC technology, the main axes are called geometry axes. This is the term used in this Programming Guide. For turning machines: Geometry axes X and Z are used, and sometimes Y. For milling machines: Geometry axes X, Y and Z are used.
Z
TailGeometry stock axes
Special axis
A maximum of three geometry axes are used for programming frames and the workpiece geometry (contour). Identifiers: X, Y, Z The identifiers for geometry and channel axes can be the same, as long as mirroring is possible.
Geometry axis and channel axis names can be the same in any channel in order that the same programs can be executed. The "Switchable geometry axes" function (see Advanced) can be used to alter the geometry axes grouping configured by machine data. Here any geometry axis can be replaced by a channel axis defined as a synchronous special axis.
1-38
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
1.4 Axes
810D
840Di
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
1-39
11.02
1.4 Axes
810D
840Di
1-40
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
1.4 Axes
810D
840Di
Additional notes
Positioning axes become synchronized axes if they are traversed without the special POS/POSA identifier. Continuous-path mode (G64) for path axes is only possible if the positioning axes (POS) reach their final position before the path axes. Path axes that are programmed with POS/POSA are removed from the path axis grouping for the duration of this block. Positioning axes are traversed by the NC program or the PLC. If an axis is to be traversed simultaneously by the NC program and the PLC, an error message appears. Typical positioning axes are: Loaders for workpiece loading Loaders for workpiece unloading Tool magazine/turret.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
1-41
11.02
1.4 Axes
810D
840Di
1-42
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
1.4 Axes
NCU 1
611D 1
NCU 2
611D 2
Channel 1
A1
Channel 1
B1
Channel 2 A2 B2
A3
Link communication
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
1-43
11.02
1.4 Axes
Functionality
The position control is implemented on the NCU on which the axis is physically connected to the drive. This NCU also contains the associated axis VDI interface. The position setpoints for link axes are generated on another NCU and communicated via the NCU link. The link communication must provide the means of interaction between the interpolators and the position controller or PLC interface. The setpoints calculated by the interpolators must be transported to the position control loop on the home NCU and, vice versa, the actual values must be returned from there back to the interpolators. For further information about link axes, please refer to References: /FB/ B3, Multiple Operator Panels and NCUs Axis container (SW 5 and higher) An axis container is a circular buffer data structure in which local axes and/or link axes are assigned to channels. The entries in the circular buffer can be shifted cyclically. In addition to the direct reference to local axes or link axes, the link axis configuration in the logical machine axis image also allows references to axis containers. Such a reference consists of: a container number and a slot (circular buffer location within the container) The entry in a circular buffer location contains: a local axis or a link axis Axis container entries contain local machine axes or link axes from the perspective of an individual NCU. The entries in the logical machine axis image MN_AXCONF_LOGIC_MACHAX_TAB of an individual NCU are fixed. The axis container function is described in References: /FB/ B3, Multiple Operator Panels and NCUs
1-44
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
1.4 Axes
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
1-45
11.02
1.4 Axes
NCU 1
A1 setpoints
NCU 2
...
NCU n
Servo
A1 real values
Servo
611 D
A1
B1
B2
Restrictions: A master axis which is leading link axis cannot be a link axis, i.e. it cannot be operated by other NCUs as their home NCU. A master axis which is leading link axis cannot be a container axis, i.e. it cannot be addressed alternately by different NCUs. A leading link axis cannot be the programmed leading axis in a gantry grouping. Couplings with leading link axes cannot be cascaded. Axis replacement can only be implemented within the home NCU of the leading link axis. Programming: Master NCU: Only the NCU which is physically assigned to the master value axis can program travel motions for this axis. The travel program must not contain any special functions or operations. NCUs of slave axes: The travel program on the NCUs of the slave axes must not contain any travel commands for the leading link axis (master value axis). If it does, an appropriate alarm will be generated. The leading link axis is addressed in the usual way via channel axis identifiers. The states of the leading link axis can be accessed by means of selected system variables.
1-46
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
1.4 Axes
System variables: The following system variables can be used in conjunction with the channel axis identifiers of the leading link axis: $AA_LEAD_SP ; Simulated master value position SAA_LEAD_SV ; Simulated master value velocity If these system variables are updated by the home NCU of the master axis, the new values are also transferred to any other NCUs who wish to control slave axes as a function of this master axis. References: /FB/ B3, Multiple Operator Panels and NCUs
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
1-47
11.02
810D
840Di
1.5
Axis movement programmed in the workpiece coordinate system Description of the workpiece geometry using geometry axes (e.g. X, Y, Z) Frame calculation: Translation (TRANS) Rotation (ROT) Scaling (SCALE) Contour in Cartesian coordinate system of the channel (BCS) Tool radius compensation Movement of the tool zeropoint in the BCS Tool length compensation Kinematic transformation (if active)
Rotary axes with 5 axis transformator
Path calculations The path calculation determines the distance to be traversed in a block, taking into account all offsets and compensations.
1-48
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
In general: Distance = setpoint - actual value + zero offset (ZO) + tool offset (TO)
T
TO Setpoint Absolute position
ZO
Setpoint
TO
Absolute position
If a new zero offset and a new tool offset are programmed in a new data block, the following applies: With absolute dimensioning: Distance = (absolute dimension P2 - absolute dimension P1) + (ZO P2 - ZO P1) + (TO P2 - TO P1). With incremental dimensioning: Distance = incremental dimension + (ZO P2 - ZO P1) + (TO P2 - TO P1).
ZO P2
TC P2
ZO P1
TC P1
Distance
Movement
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
1-49
11.02
810D
840Di
Notes
1-50
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
2-51
11.02
810D
840Di
2.1
Program names Each program has a different name; the name can be chosen freely during program creation (except for punch tape format), taking the following conditions into account: The first two characters must be letters (or a letter with an underscore character) Otherwise: letters or numerals Example: _MPF100 or SHAFT or SHAFT_2 Only the first 24 characters of a program identifier are displayed on the NC.
2-52
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Punch tape format File names: 1. File names can contain the characters 0...9, A...Z, a...z or _and may be up to 24 characters in length. 2. File names must have a 3-digit identifier (_xxx). 3. Data in punch tape format can be created externally or modified using an editor. The name of a file which is stored internally in the NC memory begins with "_N_". A file in punch tape format begins with %<name>, "%" must appear in the first column of the first line. Examples: %_N_SHAFT123_MPF or %flange3_MPF
For further information on downloading, creating and storing parts programs, please refer to: /BA/, Operator's Guide, in the sections on the "Program" and "Services" user areas.
2.2
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
2-53
11.02
810D
840Di
Lower case a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z Numerals 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 No distinction is made between upper and lower case letters. Special characters % ( ) [ ] < > : = / * + " $ _ ? ! . , ; & LF Tab character
Program start character (used only for writing programs on an external PC) For bracketing parameters or expressions For bracketing parameters or expressions For bracketing addresses or indexes For bracketing addresses or indexes Less than Greater than Main block, label suffix, chain operator Assignment, part of equation Division, block suppression Multiplication Addition Subtraction, minus sign Double quotation marks, identifier for character string Single quotation marks, identifier for special numerical values: hexadecimal, binary System variable identifiers Underscore, belonging to letters Reserved Reserved Decimal point Comma, parameter separator Comment start Format character, same effect as space character Block end Separator
Space character Separator (blank) Non-printable special characters are treated like blanks.
2-54
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Words NC programs are made up of blocks and each block is made up of words. A word in the NC language consists of an address character and a digit or sequence of digits representing an arithmetic value. The address character of the word is usually a letter. The sequence of digits can contain a leading sign and decimal point. The leading sign always appears between the address letter and the sequence of digits. The positive leading sign (+) does not have to be specified. Blocks and block format An NC program consists of individual blocks. A block generally consists of (several) words. A block should contain all the data required for performing an operation step and is terminated with the character "LF" (LINE FEED = new line). The characters "LF" character does not have to be inserted manually, it is generated automatically when you change lines. Block length A block may contain up to SW 3.x SW 4 and higher a maximum of 242 characters a maximum of 512 characters (including the comment and end-of-block character "LF").
Word
Address
Word
Address Address
Word
Digits
Digits
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
Digits
2-55
11.02
810D
840Di
Three blocks of up to 66 characters each are normally displayed in the current block display on the screen. Comments are also displayed. Messages are displayed in a separate message window. Word sequence in blocks In order to keep the block structure as clear as possible, the words in a block should be arranged as follows: Example: N10 G X Y Z F S T D M H Address N 10 G X,Y,Z F S T D M H Definition Address of block number Block number Preparatory function Positional data Feed Speed Tool Tool offset number Miscellaneous function Auxiliary function
Some addresses can be used repeatedly within a block (e.g.: G, M, H). Main block/subblock There are two types of blocks: Main blocks and Subblocks. The main block must contain all the words necessary to start the operation sequence in the program section beginning with the main block.
2-56
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Main blocks can be contained in both main programs and subprograms. The control does not check whether a main block contains all the necessary information. Block number Main blocks are identified by a main block number. A main block number consists of the character ":" and a positive integer (block number). The block number always appears at the start of a block. Main block numbers must be unique within a program to achieve an unambiguous result when searching. Example: :10 D2 F200 S900 M3
Subblocks are identified by a subblock number. A subblock number consists of the character "N" and a positive integer (block number). The block number always appears at the start of a block. Example: N20 G1 X14 Y35 N30 X20 Y40 Subblock numbers must be unique within a program in order to achieve an unambiguous result when searching. The order of the block numbers is arbitrary, however increasing block numbers are recommended. You can also program NC blocks without block numbers.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
2-57
11.02
810D
840Di
Addresses Addresses are fixed or variable identifiers for axes (X, Y, ...) spindle speed (S), feed (F), circle radius (CR), etc. Example: N10 X100
Important addresses Address A=DC(...) A=ACP(...) A=ACN(...) ADIS B=DC(...) B=ACP(...) B=ACN(...) C=DC(...) C=ACP(...) C=ACN(...) CHR=... D... F... FA[axis]=... or FA[spindle]=... or [SPI(spindle)]=... G... H... H=QU(...) I... J... K... L... M... M=QU(...) N... OVR=... P... (only if spindle no. defined by variable) Preparatory function Auxiliary function Auxiliary function without read stop Interpolation parameters Interpolation parameters Interpolation parameters Subprogram call Miscellaneous function Miscellaneous fct. w/o read stop Subblock Path override Number of program passes fixed fixed fixed variable variable variable fixed fixed fixed fixed Chamfer the contour corner Tool number Feed Axial feed fixed fixed fixed fixed Rotary axis variable Rounding clearance for path functions fixed Rotary axis variable Meaning (default setting) Rotary axis Remarks variable
2-58
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Address POS[axis]=... POSA[axis]=... SPOS=... SPOS[n]=... SPOSA=... SPOSA[n]=... Q... R0=... to Rn=... R... RND RNDM S... T... U... V... W... X... X=AC(...) X=IC(...) Y... Y=AC(...) Y=IC(...) Z... Z=AC(...) Z=IC(...) AR+=... AP=... CR=... RP=... :...:
Spindle position across block boundary fixed Axis Arithmetic parameter, n can be set via MD (default 0-99) Axis (SW 5.1 and higher) Round contour corner Round contour corner (modal) Spindle speed Tool number Axis Axis Axis Axis " " Axis absolute incremental variable variable fixed fixed fixed fixed variable variable variable variable variable fixed
Axis
variable
Aperture angle Polar angle Circle radius Polar radius Main block
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
2-59
11.02
810D
840Di
Modal/non-modal addresses Modal addresses remain valid with the programmed value (in all subsequent blocks) until a new value is programmed at the same address. Non-modal addresses only apply in the block in which they were programmed. Example: N10 G01 F500 X10 N20 X10 ;Feed is effective until a new value is entered. Addresses with axial extension In addresses with axial extension, an axis name is inserted in square brackets after the address. The axis name assigns the axis. Example: FA[U]=400;
Axis-specific feed for U axis Extended addresses Extended address notation enables a larger number of axes and spindles to be organized in a system. An extended address is composed of a numeric extension or a variable identifier enclosed in square brackets and an arithmetic expression assigned with an "=" sign. Example: X7 X4=20 CR=7.3 S1=470 M3=5
;No "=" required, 7 is a value, but the "=" ;character is also possible here ;Axis X4 ("=" required) ;2 letters ("=" required) ;Speed for 1st spindle 470rpm ;Spindle stop for 3rd spindle
2-60
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
The extended address notation is only permitted for the following direct addresses: X, Y, Z, I, J, K S SPOS, SPOSA M H T F Axis addresses Interpolation parameters Spindle speed Spindle position Miscellaneous functions Auxiliary functions Tool number Feed
The number (index) in extended address notation can be substituted by a variable for M, H and S addresses and SPOS and SPOSA. The variable identifier is enclosed in square brackets. Example: S[SPINU]=47 0 M[SPINU]=3 T[SPINU]=7 ;Clockwise rotation for the spindle whose number is stored in the variable SPINU ;Selection of the tool for the spindle whose number is stored in the variable SPINU
;Speed for the spindle whose number is stored in the variable SPINU
Fixed addresses The following addresses are set permanently: Address D F G H L M N P R S T : Meaning (default setting) Tool edge number Feed Preparatory function Auxiliary function Subprogram call Special function Subblock Number of program passes Arithmetic parameter Spindle speed Tool number Main block
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
2-61
11.02
810D
840Di
Example for programming: N10 G54 T9 D2 Fixed addresses with axis extension Address AX ACC FA FDA FL IP OVRA PO POS POSA Example: Meaning (default setting) Axis value (variable axis programming) Axial acceleration Axial feed Axis feedrate for handwheel override Axial feed limit Interpolation parameter (variable axis programming) Axial override Polynomial coefficient Positioning axis Positioning axis across block boundary N10 POS[X]=100
When programming with the axis extension, the axis to be traversed is enclosed in square brackets. You will find a complete list of all fixed addresses in the Appendix. Settable addresses Addresses can be defined either as an address letter (with numerical extension if necessary) or as freely selected identifiers. Variable addresses must be unique within the control, i.e. the same identifier name may not be used for different address types.
2-62
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
A distinction is made between the following address types: Axis values and end points Interpolation parameters Feeds Approximate positioning criteria Measurements Axis and spindle response Variable address letters are: A, B, C, E, I, J, K, Q, U, V, W, X, Y, Z The user can change the names of the variable addresses in the machine data. Example: X1, Y30, U2, I25, E25, E1=90, The numeric extension has one or two digits and is always positive. Address identifier The address notation can be expanded by adding further letters. Example: CR XPOS
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
2-63
11.02
810D
840Di
Operators/mathematical functions
+ * / DIV MOD : Sin() COS() TAN() ASIN() ACOS() ATAN2() SQRT() ABS() POT() TRUNC() ROUND() LN() EXP() Addition Subtraction Multiplication Division NOTICE: (Type INT)/(Type INT)=(Type REAL); e.g. 3/4 = 0.75 Division, for variable type INT and REAL NOTICE: (Type INT)DIV(Type INT)=(Type INT); e.g. 3 DIV 4 = 0 Modulo division (only type INT) produces remainder of INT division, e.g. 3 MOD 4=3 Chain operator (for FRAME variables) Sine Cosine Tangent Arcsine Arccosine Arctangent2 Square root Absolute number 2nd power (square) Truncate to integer Round to integer Natural logarithm Exponential function
2-64
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
In arithmetic expressions, the execution order of all the operators can be specified by parentheses, in order to override the normal priority rules. Value assignments Values can be assigned to the addresses. The method of value assignment depends on the type of address identifier. An "=" sign must be inserted between the address identifier and the value if the address identifier consists of more than one letter, or the value consists of more than one constant. The "="-sign can be omitted if the address identifier is a single letter and the value consists of only one constant. Leading signs are allowed and separators are permitted after the address letter. Examples: X10 X1=10 FGROUP(X1, Y2) AXDATA[X1] AX[X1]=10 X=10*(5+SIN(37.5))
;Value assignment (10) to address X, "=" not required ;Value assignment (10) to address (X) with numeric extension (1), "=" required ;Axis names from passed parameters ;Axis name as an index when accessing axis data ;Indirect axis programming ;Value assignment by means of a numeric expression, "=" required
A numeric extension must always be followed by one of the special characters "=", "(", "[")"]", "," or an operator in order to distinguish an address name with numeric extension from an address letter with a value.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
2-65
11.02
810D
840Di
Identifiers Identifiers can also be used to describe words (in compliance with DIN 66025). The identifiers have the same meaning as the words within an NC block. Identifiers must be unique. Identical identifiers must not be used for different objects. Identifiers can stand for: Variables - System variables - User variables Subprograms Vocabulary words DIN addresses with several letters Jump labels Structure The identifiers are composed of up to 32 characters. The following characters may be used: Letters Underscores Numerals The first two characters must be letters or underscores, separators must not be programmed between the individual characters (see the following pages). Example: CMIRROR, CDON Reserved vocabulary words must not be used as identifiers. Separators are not permitted between the individual characters. Number of characters for each identifier: Program names: Axis identifiers: 24 characters 8 characters
2-66
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Rules for allocating identifiers The following rules are provided in order to avoid identifier collisions: All identifiers which begin with "CYCLE" or "_" are reserved for SIEMENS cycles. All identifiers which begin with "CCS" are reserved for SIEMENS compile cycles. User compile cycles begin with "CC". We recommend that users select identifier names which either begin with "U" (User) or contain the underscore symbol, because these are not used by the system or compile cycles or SIEMENS cycles. Further reserved identifiers The identifier "RL" is reserved for conventional turning machines. All identifiers beginning with "E_ " are reserved for EASYSTEP programming. Variable identifiers In variables used by the system, the first letter is replaced by the "$" character. This character may not be used for user-defined variables. Examples (see Programming Guide "Advanced"): $P_IFRAME, $P_F Leading zeroes are ignored in variables with numeric extensions (i.e. R01 is interpreted as R1). Separators are allowed before a numeric extension.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
2-67
11.02
810D
840Di
Array identifiers The rules for elementary variables also apply to array identifiers. It is possible to address arithmetic variables as arrays. Example: Data types A variable can contain a numeric value (or several) or a character (or several), e.g. an address letter. The data type permitted for the variable is determined when the variable is defined. The data type for system variables and predefined variables is fixed. Elementary variable types/data types are: Type INT REAL Definition Integers with leading sign point, LONG REAL according to IEEE) BOOL CHAR STRING Boolean values: TRUE (1) and FALSE (0) 1 ASCII character specified by the code Character string, number of characters in [], maximum of 200 characters AXIS FRAME Axis names (axis addresses) only Geometrical parameters for translation, rotation, scale and mirror Identical elementary types can be combined in arrays. Up to two-dimensional arrays are possible. Any axis identifiers in the channel Sequence of values with 0 255 0 255 1, 0 Value range (231 - 1) R[10]=
2-68
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Constants Integer constants: Integer with or without leading sign, e.g. for assigning a value to an address Examples: X100 X-100
;Assignment of the value +100 to address X ;Assignment of the value 100 to address X
Real constants: Real number, e.g. with decimal point, with or without leading sign, e.g. for assigning a value to an address Example: X10.25 X-10.25 X0.25 X.25 X=-.1EX-3
;Assignment of the value +10.25 to address X ;Assignment of the value 10.25 to address X ;Assignment of the value +0.25 to address X ;Assignment of the value +0.25 to address X without leading "0" ;Assignment of the value 0.1*10-3 to address X
If, in an address which permits decimal point input, more decimal places are specified than actually provided for the address, then they are rounded to fit the number of places provided. X0 cannot be replaced with X. Example: Do not replace G01 X0 with G01 X!
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
2-69
11.02
810D
840Di
Hexadecimal constants Constants can also be interpreted in hexadecimal format. The letters "A" to "F" stand for the digits 10 to 15. Hexadecimal constants are enclosed in single quotation marks and start with the letter "H", followed by the value in hexadecimal notation. Separators are allowed between the letters and digits. Example for machine data (see also "Advanced"): $MC_TOOL_MANAGEMENT_MASK='H3C7F'
The maximum number of characters is limited by the value range of the integer data type. Binary constants Constants can also be interpreted in binary format. In this case, only the digits "0" and "1" are used. Binary constants are enclosed in single quotation marks and start with the letter "B", followed by the binary value. Separators are allowed between the digits. Example for machine data (see also "Advanced"): $MN_AUXFU_GROUP_SPEC='B10000001'
The maximum number of characters is limited by the value range of the integer data type.
2-70
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Program section A program section consists of a main block and several subblocks. Examples: :10 D2 F200 S900 M3 N20 G1 X14 Y35 N30 X20 Y40 N40 Y-10 ... N100 M30 Skipping blocks Blocks which are not to be executed on every program pass can be skipped (e.g. positioning program). Blocks which are to be skipped are marked with an oblique "/" in front of the block number. Several consecutive blocks can also be skipped. The instructions in the skipped blocks are not executed; the program continues with the next block which is not skipped.
N10 ... /N20 ... N30 ... /N40 ... /N50 ... /N60 ... N70 ... N80 ... N90 ... N100 ... N110 ... N120
Program execution
Examples: N10 /N20 N30 /N40 N70 SW 5 and higher Up to eight skip levels can be programmed. Only one skip level can be specified per NC block: / ... /0 ... /1 N010... /2 N020... ... /7 N100... ;Block is skipped (8th skip level) ;Block is skipped (1st skip level) ;Block is skipped (1st skip level) ;Block is skipped (2nd skip level) ;Block is skipped (3rd skip level) ;is executed ;skipped ;is executed ;skipped ;is executed
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
2-71
11.02
810D
840Di
SW 6.3 and higher Up to ten skip levels can be programmed. Only one skip level can be specified per NC block: /8 N080... /9 N090... ;Block is skipped (9th skip level) ;Block is skipped (10th skip level)
2-72
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Comments To make NC programs easier to understand for other users and programmers, it is advisable to insert meaningful comments in the program. Comments are appended to the end of a block and are separated from the program section of the NC block by a semicolon (";"). Examples: N10 G1 F100 X10 Y20 or N10 N20 N50 ; Comments to explain the NC block ; G&S Co., order no. 12A71 ; Program written by Bob Miller, Dept. TV 4, on 21.11.94 ; Part no. 12, housing for pump type TP23A
Comments are stored and appear in the current block display when the program is running.
Programming messages Messages can be programmed to provide the user with information about the current machining situation during program execution. A message in an NC program is generated when the message text is typed after vocabulary word "MSG" in round parentheses "()" and quotation marks. A message can be cleared by programming "MSG ()". Example: N10 MSG ("Roughing the contour") N20 X Y N N90 MSG () ;Clear message from N10
;Activate message
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
2-73
11.02
810D
840Di
A message text can be up to 124 characters long and is displayed in two lines (2*62 characters). Contents of variables can also be displayed in message texts. Examples: N10 R12=$AA_IW [X] N N90 MSG () ;Clear message from N20 or N20 MSG (check position of X axis<<$AA_IW[X]<<) Setting alarms You can also set alarms in addition to messages in an NC program. Alarms are displayed in a separate field on the screen display. An alarm is associated with a reaction on the control which depends on the alarm category. Alarms are programmed by writing the vocabulary word "SETAL" followed by the alarm number enclosed in brackets. The valid range for alarm numbers lies between 60,000 and 69,999, whereby 60,000 to 64,999 are reserved for SIEMENS cycles and 65,000 to 69,999 are available to the user. Alarms are always programmed in a separate block. Example: N100 SETAL (65000) You will find a list of reactions associated with specific alarms in the Installation and Start-up Guide. The alarm text must be configured in the MMC.
;Current position of the X axis in R12 N20 MSG (check position of X axis<<R12<<)
2-74
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
2.3
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
2-75
11.02
810D
840Di
1. Prepare the workpiece drawing Define the workpiece zero Sketch in the coordinate system Calculate any missing coordinates 2. Define machining sequence What tools are used when and to machine which contour? In what order are the individual elements of the workpiece manufactured? Which individual elements are repeated (or also rotated) and should therefore be stored in a subprogram? Do these or similar contour sections already exist in other parts programs or subprograms which could be used here? Where is it advisable or necessary to perform zero offset, rotation, mirroring or scaling (frame concept)? 3. Create a machining plan Define all the machining processes in steps, e.g.: Rapid traverse movements for positioning Tool change Tool retraction for recalibration Switching the spindle and coolant on and off Calling tool data Infeed Path correction Approach contour Retract from contour etc. 4. Translate the work steps into the programming language Enter each individual step in an NC block or blocks 5. Combine all the individual steps in a program
2-76
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
2.4
;Sample program ;MSG = Message output in an alarm line ;Feed, spindle, tool, ;tool offset, spindle clockwise ;Rapid traverse to position ;Rectangle with feed, straight line in X ;Straight line in Y ;Straight line in X ;Straight line in Y ;Return rapid traverse movement ;End of block
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
2-77
11.02
810D
840Di
2.5
;********************Tool change********************
2-78
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
X.5 Y.25 X=IC(.375) RNDM=0 G40 G0 Y-1 M5 M9 Z1 X-1 Y0 Z-.25 ; required for edge rounding ; rapid traverse to delete position
,********************Continue to use 1-inch mill**************** MSG ("Side Cut Top Boss") N145 N150 N155 N160 N165 N170 N175 N180 N185 N190 N195 N200 N205 N207 N210 N215 N220 N221 N225 N230 G01 G41 X1 Y2 G2 X1.5476 Y3.375 CR=2 G3 X4.4524 CR=3 G2 Y.625 CR=2 G3 X1.5476 CR=3 G2 X1 Y2 CR=2 G0 G40 X0 SUPA G0 Z0 D0 M5 M9 SUPA X0 Y0 T3 M6 G0 X1.75 Y2 S1500 M3 M8 Z1 D1 MCALL CYCLE81 (1,0,.1,-.5,) X1.75 X3 X4.25 MCALL SUPA Z0 D0 M5 M9 SUPA X0 Y0 M30 ; end of program ; Delete modal call. Z axis traverses to machine zero ; drill first hole ; drill second hole ; drill third hole ; Z approaches tool change location ; X and Y to the tool change location ; 27/64 drill ; approach first drill hole
MSG ()
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
2-79
11.02
810D
840Di
4.0
1.375 1.25 2.0 3.5 2.0 R 0.75 0.25 0.5 3.0 R 0.375 R 0.75 2.5
Dimensions in inches
0.25 0.25
2-80
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
2.6
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
2-81
11.02
810D
840Di
45
R8 R3 R3
16
30
35
R10
50
R3
4 12 15 18 20 40 57 60 62 70 80
2-82
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Positional Data
Positional Data
3.1 General information........................................................................................................ 3-84
3.2 Absolute/incremental dimensions, G90/G91.................................................................. 3-85 3.2.1 G91 extension (SW 4.3 and higher).......................................................................... 3-88 3.3 3.4 3.5 3.6 3.7 3.8 Absolute dimensions for rotary axes, DC, ACP, ACN.................................................... 3-89 Metric/imperial dimensions, G70/G71/G700/G710 ........................................................ 3-91 Zero offset (frame), G54 to G599................................................................................... 3-94 Selecting the working plane, G17 to G19....................................................................... 3-99 Programmable working area limitation, G25/G26 ........................................................ 3-102 Reference point approach, G74 ................................................................................... 3-105
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
3-83
Positional Data
11.02
810D
840Di
3.1
General information
In this section you will find a description of the commands that normally appear at the beginning of a NC program. The way in which these functions are combined is not intended to be a patent remedy. For example, the choice of working plane may be made at another point in the NC program. The real purpose of this and all the following sections is to illustrate the conventional structure of an NC program.
3-84
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Positional Data
810D
840Di
3.2
Function
The G90/91 commands and the non-modal dimensions AC/IC are used to define the system for describing the approach to setpoints.
Sequence
Y
Absolute dimensions, G90 The dimensions refer to the origin of the active coordinate system. You program the point to which the tool is to travel, e.g. in the workpiece coordinate system. Incremental dimensions, G91 The dimensions refer to the last point approached. You program how far the tool is to travel. Non-modal absolute or incremental dimensioning AC, IC When G91 is active, AC can be used to allow entry of absolute dimensions for individual axes in a specific block. When G90 is active, IC can be used to allow entry of incremental dimensions for individual axes in a specific block.
30
85 G90 20
35 G91
X 10 50 G91 60 G90
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
3-85
Positional Data
11.02
810D
840Di
Additional notes
The commands G90 and G91 generally apply to all axes programmed in subsequent NC blocks. Both commands are modal. On conventional turning machines it is standard practice to interpret incremental NC blocks in the transverse axis as radius values, while diameter dimensions are valid for absolute coordinates. This conversion for G90/G91 is performed using the commands DIAMON, DIAMOF or DIAM90. You will find further information in "Special turning functions" (Section 4.13) in this Programming Guide.
Programming example
The traverse paths are entered in absolute coordinates with reference to the workpiece zero. The center point coordinates I and J for circular interpolation are specified blockwise in absolute coordinates, since the arc center is programmed independent of G90/G91 in incremental coordinates as standard.
G90 G0 X45 Y60 Z2 T1 S2000 M3 G1 Z-5 F500 G2 X20 Y35 I=AC(45) J=AC(35) G2 X20 Y35 I0 J-25 G0 Z2 M30
Absolute dimensioning, rapid traverse to XYZ, tool, spindle on clockwise Tool infeed Circle center point in absolute dimensions Circle center point in incremental dimensions Retract End of block
3-86
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Positional Data
810D
840Di
2.5
11 W 15 21 27
T1 D1 S2000 M3 G0 G90 X11 Z1 G1 Z-15 F0.2 G3 X11 Z-27 I=AC(-5) K=AC(-21) G3 X11 Z-27 I-8 K-6 G1 Z-40 M30
Tool, spindle on clockwise Absolute dimensioning, rapid traverse to XYZ Tool infeed Circle center point in absolute dimensions Circle center point in incremental dimensions Retract End of block
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
3-87
Positional Data
11.02
810D
840Di
The active zero offset is not traversed. The active tool offset is not traversed.
Function
For applications such as scratching, it is necessary only to traverse the path programmed in the incremental coordinates. The active zero offset or tool offset is not traversed. This can be set separately via SDs FRAME_OFFSET_INCR_PROG (zero point) and TOOL_OFFSET_INCR_PROG (tool offset).
Programming example
G54 contains an offset of 25 in X SD 42440 FRAME_OFFSET_INCR_PROG = 0 (no retraction of the active zero offset) N10 N20 N30 G90 G0 G54 X100 G1 G91 X10 G90 X50
Traverse X by 10mm, the offset is not traversed Traverse to position X75, the offset is traversed
3-88
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Positional Data
810D
840Di
3.3
Function
With the above parameters you can define the desired approach strategy for positioning rotary axes.
Sequence
Absolute dimensioning with The rotary axis travels to the position programmed in absolute coordinates along the shortest direct path. The rotary axis traverses across an area of up to 180. Absolute dimensioning with ACP The rotary axis travels to the positions programmed in absolute coordinates in the positive direction of axis rotation (counterclockwise). Absolute dimensioning with ACN The rotary axis travels to the positions programmed in absolute coordinates in the negative direction of axis rotation (clockwise).
DC
ACP
ACN
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
3-89
Positional Data
11.02
810D
840Di
The traversing range between 0 and 360 must be set in the machine data (modulo method) for positioning with directional data (ACP, ACN). G91 or IC must be programmed to traverse modulo rotary axes by more than 360 in a block. You will find more information on the previous pages. The positive direction of rotation (clockwise or counterclockwise) is set in the machine data.
Additional notes
All of the commands are modal. You can also use DC, ACP and ACN for spindle positioning from zero speed. Example: SPOS=DC(45)
Programming example
Machining on a rotary table: The tool is stationary, the table rotates through 270 in clockwise direction to produce a circular groove.
5
X 270
Spindle in position control Absolute, infeed in rapid traverse Reduce feed The table rotates through 270 in clockwise direction, the tool mills a circular groove Lift, end of program
N50
G0 Z2 M30
3-90
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Positional Data
810D
840Di
3.4
Function
Depending on the dimensions in the production drawing, you can program workpiece geometries alternately in metric measures and inches. In SW 5 and higher, the functionality of G70/G71 has been extended with G700/G710. In addition to the geometrical parameters, the technological parameters, such as feed F, are interpreted during parts program execution in the system of units set in G700/G710.
Sequence
G70 or G71 You can instruct the control to convert the following geometrical dimensions (with necessary deviations) into the system of units not set and then enter them directly (see examples): Positional data X, Y, Z, Intermediate point coordinates I1, J1, K1 Interpolation parameters I, J, K and circle radius CR in circle programming Thread lead Programmable zero offset (TRANS) Polar radius RP
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
3-91
Positional Data
11.02
810D
840Di
All other parameters such as feedrates, tool offsets or settable zero offsets are interpreted (when using G70/G71) in the default system of units (MD 10240: SCALING_SYSTEM_IS_METRIC). The representation of system variables and machine data is also independent of the G70/G71 context. G700 or G710 In SW 5 and higher, the controller interprets all feedrates used with G700/G710 in the programmed system of units, unlike G70/G71. The G700/G710 codes are contained in the same group as G70/G71. For information about the action of G70/G71 and G700/G710 on NC addresses, please refer to Section 12.2. "List of addresses". The programmed feedrate value is modal and thus does not change automatically on subsequent G70/G71/G700/G710 selections. If the feedrate in the G70/G71/G700/G710 context is to be activated, a new F value must be programmed explicitly. All length-related NC data, machine data and setting data for G700/G710 are always read and written in the programmed context of G700/G710. References: /FB, G2/, Sect. 2.2 "Metric/Inch System of Units"
3-92
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Positional Data
810D
840Di
Synchronized actions If positioning tasks are performed in synchronized actions and no G70/G71/G700/G710 command is programmed in the synchronized action itself, the G70/G71/G700/G710 context active at the time of execution determines which system of units is used. References: /PGA/ Chapter 10, Motion-synchronous actions /FBSY/ Synchronized Actions
Y G70
Programming example
Change between metric and imperial input with basic setting metric (G70/G71).
G70
30
G0 G90 X20 Y30 Z2 S2000 M3 T1 G1 Z-5 F500 X90 G70 X2.75 Y3.22
Basic setting metric At feed in Z [mm/min] Enter destination positions in inches, G70 is active until deselected by G71 or end of program Enter positions in mm Retract in rapid traverse, end of program
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
3-93
Positional Data
11.02
810D
840Di
3.5
3-94
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Positional Data
810D
840Di
Function
The settable zero offset relates the workpiece zero on all axes to the origin of the basic coordinate system. It is therefore possible to call up cross-program zero points for different fixtures with a G command.
Milling:
Z Y Y
G54
For turning, e.g. the offset value for tightening the chuck is entered in G54.
Turning:
Z M W
G54
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
3-95
Positional Data
11.02
810D
840Di
Sequence
Setting the offset values On the operator panel or universal interface, enter the following values in the internal control zero offset table: Coordinates for the offset Angle for rotated clamping and Scale factors if necessary
Y Scale
Y X
Rotate
Offset
Activating the zero offset In the NC program, the zero offset is moved from the machine coordinate system to the workpiece coordinate system by executing commands G54 to G57. In the next NC block with a programmed movement, all of the positional parameters and thus the tool movements refer to the workpiece zero which is now valid. The four available zero offsets can be used, e.g. for multiple machining operations, to describe four workpiece clamping positions simultaneously and execute them in the program.
Y
Y
3-96
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Positional Data
810D
840Di
Further settable zero offsets, G505 to G599 Command numbers G505 to G599 are available for this purpose. This enables you to create up to 100 settable zero offsets in total, in addition to the four default zero offsets G54 to G57, by using the machine data. They are stored in the zero point memory. Please refer to Chapter 4 for further information. Deactivating a zero offset Command G500 activates the first settable zero offset including basic offset, i.e. when zero frame is selected as the default, the current settable zero offset is deactivated. G53 suppresses the programmable and settable offset non-modally. G153 has the same effect as G53 and also suppresses the total basic frame. SUPA has the same effect as G153 and also suppresses the DRF offset, overlaid motions and external ZOs. You will find more information on programmable zero offsets in Chapter 6 (frames).
Additional notes
The basic setting at program start, e.g. G54 or G500, can be set with machine data.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
3-97
Positional Data
11.02
810D
840Di
Programming example
In this example, three workpieces, arranged on a pallet according to the zero offset values G54 to G56, are machined successively. The machining sequence is programmed in subprogram L47.
Y M Y
X Y Y
X
G5 6
54
G55
X TRANS X10 M0
G0 G90 X10 Y10 F500 T1 G54 S1000 M3 L47 G55 G0 Z200 L47 G56 L47 G53 X200 Y300 M30
Approach Call the first zero offset, spindle clockwise Run program, in this case as a subprogram Call the second zero offset Z via obstacle Run program as subprogram Call third zero offset Run program as subprogram Suppress zero offset, end of program
3-98
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Positional Data
810D
840Di
3.6
The axis assignment for G17, G18, G19 specified above is based on the supposition that X is assigned to the 1st geometry axis, Y to the second and Z to the third in the machine data.
Function
The specification of the working plane, in which the contour is to be machined also defines the following functions: The plane for tool radius compensation The infeed direction for tool length compensation depending on the tool type The plane for circular interpolation.
Milling:
Z Infeed
In
d fee
In
fee
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
3-99
Positional Data
11.02
810D
840Di
Sequence
It is advisable to define the working plane at the beginning of the program. The working plane must be specified when the tool path compensation G41/G42 (see Section "Tool offsets") is called so that the control can correct the tool length and radius. In the initial setting, G17 (X/Y plane) is defined for milling and G18 (Z/X plane) is defined for turning.
Turning:
Y
7 G1
G1 9
G1 8
Machining on inclined planes Rotate the coordinate system with ROT (see Section "Coordinate system offset") to position the coordinate axes on the inclined surface. The working planes rotate accordingly. Tool length compensation in inclined planes The tool length compensation generally always refers to the fixed, non-rotated working plane.
3-100
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Positional Data
810D
840Di
Note
The tool length components can be calculated according to the rotated working planes with the functions for "Tool length compensation for orientable tools". For more information on this calculation type, please refer to Section "Tool Offsets". The offset plane is selected with CUT2D, CUT2DF. For more information see Section "Tool Offsets".
Additional notes
The control provides convenient coordinate transformation functions for the spatial definition of the working plane. For further information, please refer to Section "Coordinate system offset".
Programming example
The "conventional" approach: Define the working plane, call up the tool type and tool offset values, activate the path compensation, program the traversing movements. Example for milling tool: N10 G17 T5 D8 G17 Call the working plane, in this example X/Y T, D tool call. The length compensation is performed in the Z direction. N20 N30 G1 G41 X10 Y30 Z-5 F500 G2 X22.5 Y40 I50 J40 The radius compensation is performed in the X/Y plane. Circular interpolation / tool radius compensation in the X/Y plane.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
3-101
Positional Data
11.02
810D
840Di
3.7
Function
G25/G26 limits the working area in which the tool can traverse in all channel axes. These commands allow you to set up protection zones in the working area which are out of bounds for tool movements.
M X Protection zone Working area
Z W
In addition to programming values using G25/G26, you can also parameterize them in setting data. The axial setting data define the axes for which the working area limitation is valid. The working area limitation for all validated axes must be programmed with the WALMON command. The WALIMOF command deactivates the working area limitation.
3-102
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Positional Data
810D
840Di
Sequence
Reference points on the tool When tool length compensation is active, the reference point is the tip of the tool, otherwise it is the toolholder reference point. If the tool is positioned outside the specified area or leaves this area, the program stops executing. Programmable working area limitation, G25/G26 An upper (G26) and lower (G25) working area limit is defined for each axis. These values apply immediately and are not lost on Reset and when the control is switched on again. The tool (milling tool) radius can be changed in the channel-specific machine data $MC_WORKAREA_WITH_TOOL_RADIUS (see "Advanced").
Z
G2 6Z G2 5Y
5X G2 G2 5Z
G2 6Y
G2 5Y
The coordinates for the individual axes apply in the basic coordinate system!
6X G2
Activate/deactivate working area limitation The command WALIMON activates working area limitation for all axes with the values programmed in G25/G26. WALIMON is the default setting. It therefore only has to be programmed if working area limitation has been disabled. The command WALIMOF is used to deactivate working area limitation for all of the axes.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
3-103
Positional Data
11.02
810D
840Di
Additional notes
G25/G26 can also be used to program limits for spindle speeds at the address S. For further information, please refer to Section "Feed control and spindle motion".
Programming example
A protection zone is defined in the working area of a turning machine. This protects the surrounding equipment such as turrets, measuring stations, etc. against damage. Default setting: WALIMON
X B
Protection zone
80
X+ Working area M W
80
X-
30
300
N10 N20 N30 N40 N50 N60 N70 N80 N90 N100 N110
G0 G90 F0.5 T1 G25 X-80 Z30 G26 X80 Z330 L22 G0 G90 Z102 T2 X0 WALIMOF G1 Z-2 F0.5 G0 Z200 WALIMON X70 M30 Deactivate working area limitation Boring Back Activate working area limitation End of program Define the lower limit for the individual coordinate axes Define the upper limit Cutting program To tool change location
3-104
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Positional Data
810D
840Di
3.8
Function
When the machine has been powered up (where incremental position measurement systems are used), all of the axis slides must approach their reference point. Only then can traversing movements be programmed. The reference point can be approached in the NC program with G74.
Sequence
The speed at which the axis slide travels is defined in the machine data and cannot be programmed. The control detects the traversing direction automatically.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
3-105
Positional Data
11.02
810D
840Di
The machine axis addresses are programmed (X1, Y1, Z1, etc.)! A transformation should not be programmed for an axis which is to approach the reference point with G74. Deactivate transformation with the command TRAFOOF.
Programming example
When the measurement system is changed, the reference point is approached and the workpiece zero is initialized.
Position control Reference point approach for linear axes and rotary axes Zero offset Cutting program End of program
3-106
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
4.8 Contour definitions ....................................................................................................... 4-141 4.8.1 Straight line with angle ............................................................................................ 4-141 4.8.2 Two straight lines .................................................................................................... 4-142 4.8.3 Three straight lines.................................................................................................. 4-143 4.8.4 End point programming with an angle..................................................................... 4-144 4.9 Thread cutting with constant lead, G33........................................................................ 4-145 4.9.1 Programmable run-in and run-out path (SW 5 and higher) .................................... 4-151 4.10 Linear progressive/degressive thread pitch change, G34, G35 (SW 5.2 and higher).. 4-153 4.11 Rigid tapping, G331, G332........................................................................................... 4-155 4.12 Tapping with compensating chuck G63 ....................................................................... 4-157 4.13 Stop during thread cutting ............................................................................................ 4-159 4.14 Approaching a fixed point, G75 .................................................................................... 4-161 4.15 Travel to fixed stop ....................................................................................................... 4-163 4.16 Special turning functions .............................................................................................. 4-169 4.16.1 Position of workpiece .............................................................................................. 4-169 4.16.2 Dimensions for: Radius, diameter........................................................................... 4-170 4.17 Chamfer, rounding ....................................................................................................... 4-172
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-107
11.02
810D
840Di
4.1
General information
Motion commands In this section you will find a description of all the travel commands you can use to machine workpiece contours. You can program straight lines and arcs of a circle. A helix can be produced by combining these two elements. Executed in succession, these contour elements produce the workpiece contour. Before a machining process is started, you need to position the tool in such a way as to avoid any damage to the tool or workpiece.
Start point destination point The traversing movement always runs from the last approached position to the programmed destination position. This destination position is also the start position for the next travel command. Number of axis values Depending on the control configuration, you can program up to 8 axes per set of movements. These may include path axes, synchronized axes, positioning axes and spindle oscillation mode.
Milling:
6 2 1
4-108
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Turning:
5 4 3 2 1
An axis address can only be programmed once in each block. These commands can be programmed in Cartesian or polar coordinates.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-109
11.02
810D
840Di
4.2
Traversing commands with polar coordinates, G110, G111, G112, AP, RP Programming
Define pole: G110, G111, G112 X Y Z G110, G111, G112 AP= RP= Traversing commands with polar coordinates: G0 AP= RP= G1 AP= RP= G2 AP= RP= G3 AP= RP=
All the commands relating to pole input must be programmed in a separate NC block
Function
A workpiece is frequently dimensioned with a central point as origin; the dimensions are given in terms of angles and radii, e.g. in drilling patterns. Polar coordinates can be used to program these dimensions directly in accordance with the drawing.
162
Y 90
18
234 m
306
4-110
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Sequence
Traversing commands The positions specified by polar coordinates can be traversed with G0, G1, G2 and G3. Working plane The polar coordinates are valid in the working plane selected with G17 to G19. Cylindrical coordinates The 3rd geometry axis, which lies perpendicular to the working plane, can also be specified in Cartesian coordinates. This enables spatial parameters to be programmed in cylindrical coordinates. Example: G17 G0 AP RP Z
RP
AP
Defining the pole G110, G111, G112 The pole can be specified in Cartesian or polar coordinates. G commands G110 to G112 are used to provide a unique definition of the reference point for dimensions. Absolute or incremental dimensioning (AC/IC) therefore has no effect on the systematics specified in the G command.
G112 (X)
60
Pole 2
90.
G110 (Y) 30
Pole 1
If no pole is specified, the origin of the active workpiece coordinate system applies.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-111
11.02
810D
840Di
When incremental coordinates are entered (AP=IC), the last angle programmed is taken as the reference.
20
A AP P=5 =I 0 C (2 0)
AP 0 =3
Polar angle AP Value range 0360. With absolute input, the angle refers to the horizontal axis of the working plane, e.g. X axis with G17. The positive direction of rotation runs counterclockwise.
The polar angle is stored until a new pole is defined or the working plane is changed. Polar radius RP The polar radius is specified in mm or inches in absolute positive values. RP is stored until a new value is input. SW 4.1 and higher If the modally active polar radius is RP = 0 The polar radius is calculated from the distance between the starting point vector in the polar plane and the active pole vector. The calculated polar radius is stored modally afterwards. This applies irrespective of the selected pole definition G110, G111, G112. If both points are programmed identically, then this radius becomes 0 and alarm 14095 is generated. If a pole angle AP is programmed with RP = 0 If the current block contains a polar angle AP rather than a polar radius RP and if there is a difference between the current position and pole in workpiece coordinates, then this difference is applied as the polar radius and stored modally. If the difference = 0, the pole coordinates are specified again and the modal polar radius remains zero. The following general rule applies: You must not program Cartesian coordinates, such as interpolation parameters or axis addresses, for the selected working plane in NC blocks with polar end position coordinates.
30 X
4-112
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Additional notes
In the NC program you can switch between polar and Cartesian coordinates, block by block.
Programming example
Making a hole pattern: The positions of the holes are specified in polar coordinates. Each hole is machined with the same production sequence: Predrill, drill to size, ream etc. The machining sequence is stored in a subprogram.
72
30
72
18
38
72 72 X 43
G17 G54 G111 X43 Y38 G0 RP=30 AP=18 Z5 L10 G91 AP=72
Working plane X/Y, workpiece zero Define pole Approach starting point, position in cylindrical coordinates Subprogram call Approach next position in rapid traverse, polar angle in incremental dimensions, polar radius from block N30 is still stored and does not need to be specified Subprogram call Retract tool, end of program
L10 AP=IC(72) L10 AP=IC(72) L10 AP=IC(72) L10 G0 X300 Y200 Z100 M30
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-113
11.02
810D
840Di
4.3
Function
You can use the rapid traverse movements to position the tool rapidly, to travel round the workpiece or to approach tool change locations. This function is not suitable for workpiece machining!
Sequence
The tool movement programmed with G0 is executed at the highest possible speed (rapid traverse). The rapid traverse speed is defined separately for each axis in machine data. If the rapid traverse movement is executed simultaneously on several axes, the rapid traverse speed is determined by the axis which requires the greatest time for its section of the path.
Z
Additional notes
G0 is modal.
4-114
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Function
SW 6.1 and higher Traversing path axes as positioning axes with G0 Path axes can travel in one of two different modes to execute movements in rapid traverse: Linear interpolation: (behavior in earlier SW version) The path axes are interpolated together. Nonlinear interpolation: (SW 6 and higher) Each path axis is interpolated as an individual (positioning) axis independently of the other axes involved in the rapid traverse movement. Relevant parts program commands: RTLIOF activates nonlinear interpolation RTLION activates linear interpolation Linear interpolation must always be selected in the following cases: With a G code combination including G0 which does not permit positioning movements (e.g. G40/41/42). With a combination of G0 and G64 When the compressor is active When a transformation is active With nonlinear interpolation, the setting for the relevant positioning axis BRISKA, SOFTA, DRIVEA applies with regard to axial jerk. Since a different contour can be traversed in nonlinear interpolation mode, synchronized actions that refer to coordinates of the original path are not operative in some cases!
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-115
11.02
810D
840Di
Sequence
Traverse path axes as positioning axes with G0 Example: G0 X0 Y10 G0 G40 X20 Y20 G0 G95 X100 Z100 m3 s100 Path POS[X]=0 POS[Y]=10 is traversed in path mode. No revolutional feedrate is active if path POS[X]=100 POS[Z]=100 is traversed.
Additional notes
SW 6.2 and higher Settable block change time with G0: It is possible to set a new motion end criterion, i.e. FINEA, COARSEA or IPOENDA, in single axis interpolation mode for block changes within the braking ramp. All axes can reach their end points independently of one another through a combination of "Block change settable in braking ramp of single axis interpolation" and "Traverse path axes as positioning axes with G0 rapid traverse". In this way, two sequentially programmed X and Z axes are treated like positioning axes in conjunction with G0. The block change to axis Z can be initiated by axis X as a function of the braking ramp time setting (100-0%). Axis Z starts to move while axis X is still in motion. Both axes approach their end point independently of one another. You will find more information in Chapter 7.
4-116
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Programming example
G0 is used for approaching starting positions or tool change locations, retracting the tool, etc.
Milling:
Y
N6 0
0 N2
65 20
30 80
G90 S400 M3 G0 X30 Y20 Z2 G1 Z-5 F1000 X80 Y65 G0 Z2 G0 X-20 Y100 Z100 M30
Absolute dimensioning, spindle clockwise Approach start position Tool infeed Travel on straight line Retract tool, end of program Turning:
X
N80
N2 0
25
60 7.5 35 50 Z
G90 S400 M3 G0 X25 Z5 G1 G94 Z0 F1000 G95 Z-7.5 F0.2 X60 Z-35
Absolute dimensioning, spindle clockwise Approach start position Tool infeed Travel on straight line
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-117
11.02
810D
840Di
4-118
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
4.4
Function
With G1, the tool travels along straight lines that are parallel to the axis, inclined or in any orientation in space. The straight line interpolation enables machining of 3D surfaces, grooves, etc.
Sequence
The tool travels at feedrate F along a straight line from the current starting point to the programmed destination point. The workpiece is machined along this path. You can enter the destination point in Cartesian or polar coordinates. Example: G1 G94 X100 Y20 Z30 A40 F100 The end point on X, Y, Z is approached at a feedrate of 100 mm/min; the rotary axis A is traversed as a synchronized axis in order that all four movements are completed at the same time.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-119
11.02
810D
840Di
Additional notes
G1 is modal. The spindle speed S and the direction of spindle rotation M3/M4 must be specified for machining. FGROUP can be used to define groups of axes to which the path feed F applies. You will find more information in Chapter 5.
Programming example
Machining of a groove: The tool travels from the starting point to the end point in the X/Y direction. Infeed takes place simultaneously in the Z direction.
Milling:
Y Y
80
20 20 X 80 15 Z
G17 S400 M3 G0 X20 Y20 Z2 G1 Z-2 F40 X80 Y80 Z-15 G0 Z100 M30
Select working plane, spindle clockwise Approach start position Tool infeed Travel along inclined straight line Retract to tool change location
4-120
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Turning:
X+ X+
20
Y+
Y-
Z+
6 20 XX-
G17 S400 M3 G0 X40 Y-6 Z2 G1 Z-3 F40 X12 Y-20 G0 Z100 M30
Select working plane, spindle clockwise Approach start position Tool infeed Travel along inclined straight line Retract to tool change location
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-121
11.02
810D
840Di
4.5
Function
Circular interpolation enables machining of full circles or arcs.
4-122
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Sequence
Indication of working plane The control needs the working plane parameter (G17 to G19) in order to calculate the direction of rotation for the circle G2 is clockwise/G3 is counterclockwise. It is generally advisable to specify the working plane. Exception: You can also machine circles outside the selected working plane (not with arc angle and helix parameters). In this case, the axis addresses that you specify as an end point determine the circle plane.
X G3 G2
G2 G3 G3 G2
Additional notes
G2/G3 are modal. You can use FGROUP to specify which axes are to be traversed with a programmed feedrate. You will find more information in Chapter 5. The control provides a range of different ways to program circular movements. This allows you to implement almost any type of drawing dimension directly. For detailed descriptions please refer to the following pages.
7 G1
G1 9
G1 8
Programming a circle with center point and end point The circular movement is described by: The end point in Cartesian coordinates X, Y, Z and the circle center point at addresses I, J, K. The identifiers have the following meanings: I: Coordinate of the circle center point in the X direction J: Coordinate of the circle center point in the Y direction K: Coordinate of the circle center point in the Z direction If the circle is programmed with a center point but no end point, the result is a full circle.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-123
11.02
810D
840Di
Input in absolute and incremental dimensions The defaults G90/G91 absolute or incremental coordinates are valid only for the circle end point. The center point coordinates I, J, K are normally entered in incremental dimensions with reference to the circle starting point. You program the absolute center point non-modally with reference to the workpiece zero with: I=AC(), J=AC(), K=AC() Example for incremental dimensions: N10 G0 X67.5 Y80.211 N20 G3 X17.203 Y38.029 I17.5 J30.211 F500 Example for absolute dimensions: N10 G0 X67.5 Y80.211 N20 G3 X17.203 Y38.029 I=AC(50) J=AC(50) An interpolation parameter I, J, K with value 0 can be omitted but the second associated parameter must always be specified. Example for incremental dimensions: N120 G0 X12 Z0 N125 G1 X40 Z-25 F0.2 N130 G3 X70 Z-75 I-3.335 K-29.25 N135 G1 Z-95 Example for absolute dimensions: N120 G0 X12 Z0 N125 G1 X40 Z-25 F0.2 N130 G3 X70 Z-75 I=AC(33.33) K=AC(-54.25) N135 G1 Z-95
Milling:
Y
Circle starting point
J = AC(...)
I
50.000 38.029 Circle end point .
50.000
17.203
17.500
I = AC(...)
Turning:
30.211
40
75 95
4-124
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
70
30
Z 25
11.02
810D
840Di
Programming a circle with radius and end point The circular movement is described by: The circle radius CR= and the end point in Cartesian coordinates X, Y, Z. In addition to the circle radius, you must also specify the leading sign +/ to indicate whether the traversing angle is to be greater than or less than 180. A positive leading sign can be omitted. The identifiers have the following meanings: CR=+: Angle smaller or equal to 180 CR=: Angle larger than 180 Example: N10 G0 X67.5 Y80.211 N20 G3 X17.203 Y38.029 CR=34.913 F500 You dont need to specify the center point with this procedure. Full circles (traversing angle 360) cannot be programmed with CR=, but must be programmed using the circle end point and interpolation parameters. Example: N125 G1 X40 Z-25 F0.2 N130 G3 X70 Z-75 CR=30 N135 G1 Z-95
Milling:
Y
CR = -...
C
80.511
R= 34 .9 13
38.029
CR = +...
X
17.203 67.500
Turning:
40
75 95
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
70
30
Z 25
4-125
11.02
810D
840Di
Programming a circle with arc angle and center point or end point The circular movement is described by: The arc angle AR = and the end point in Cartesian coordinates X, Y, Z or the circle center point at addresses I, J, K The identifiers have the following meanings: AR=: arc angle, value range 0 to 360 Please refer to the preceding pages for the meanings of I, J, K. Full circles (traversing angle 360) cannot be programmed with AR=, but must be programmed using the circle end point and interpolation parameters. Example: N10 G0 X67.5 Y80.211 N20 G3 X17.203 Y38.029 AR=140.134 F500 or N20 G3 I17.5 J30.211 AR=140.134 F500
50.000 38.029
Milling:
Y
14 0. 13 4
Circle start point
I
Arc angle
X
17.203 50.000 17.500
Example: N125 G1 X40 Z-25 F0.2 N130 G3 X70 Z-75 AR=135.944 or N130 G3 I-3.335 K-29.25 AR=135.944 or N130 G3 I=AC(33.33) K=AC(-54.25) AR=135.944 N135 G1 Z-95
Turning:
X
2. 326
30
14
30.211
Z
54.25 95
4-126
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
33.33 40
25
11.02
810D
840Di
Programming a circle with polar coordinates The circular movement is described by: The polar angle AP= and the polar radius RP=
Milling:
Y
.0 5 2
80.511
The pole lies at the circle center point. The polar radius corresponds to the circle radius. Example: N10 G0 X67.5 Y80.211 N20 G111 X50 Y50 N30 G3 RP=34.913 AP=200.052 F500
50.000
G 11 1
A P=
RP =3 4.9
00
13
50.000 67.500
Example: N125 G1 X40 Z-25 F0.2 N130 G111 X33.33 Z-54.25 N135 G3 RP=30 AP=142.326 N140 G1 Z-95
Turning:
X
2. 326
30
14
54.25 95
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
33.33 40
25
4-127
11.02
810D
840Di
Programming example
The following program lines contain an example for each circular programming possibility. The necessary dimensions are shown in the opposite production drawing.
Milling:
Y
25.52
50
113.3
269.3 70
44.48
90 115 133
G0 G90 X133 Y44.48 S800 M3 G17 G1 Z-5 F1000 G2 X115 Y113.3 I-43 J25.52
Approach starting point Tool infeed Circle end point, center point in incremental dimensions Circle end point, center point in absolute dimensions Circle end point, circle radius Arc angle, center point in incremental dimensions Arc angle, circle end point End of program
4-128
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Turning:
X
14
2 .326 5. 9 4 4 13
30
Z 12 33.33 40 54.25 75 95 70 25
N.. N120 N125 N130 or N130 or N130 or N130 or N130 or N130 or N130 N135 N140 N..
... G0 X12 Z0 G1 X40 Z-25 F0.2 G3 X70 Y-75 I-3.335 K-29.25 Circle end point, center point in incremental dimensions Circle end point, center point in absolute dimensions Circle end point, circle radius Arc angle, circle end point Arc angle, center point in incremental dimensions Arc angle, center point in absolute dimensions Polar coordinates Polar coordinates
G3 X70 Y-75 I=AC(33.33) K=AC(-54.25) G3 X70 Z-75 CR=30 G3 X70 Z-75 AR=135.944 G3 I-3.335 K-29.25 AR=135.944
G3 I=AC(33.33) K=AC(-54.25) AR=135.944 G111 X33.33 Z-54.25 G3 RP=30 AP=142.326 G1 Z-95 ...
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-129
11.02
810D
840Di
Programming a circle with intermediate and end points You can use CIP to program arcs. These arcs can also be inclined in space. In this case, you describe the intermediate and end points with three coordinates. The circular movement is described by: The intermediate point at addresses I1=, J1=, K1= and the end point in Cartesian coordinates X, Y, Z. The identifiers have the following meanings: I1=: Coordinate of the interm. point in the X direction J1=: Coordinate of the interm. point in the Y direction K1=: Coordinate of the interm. point in the Z direction Input in absolute and incremental dimensions The G90/G91 defaults for absolute or incremental dimensions are valid for the intermediate and circle end points. With G91, the circle starting point is used as the reference for the intermediate point and end point.
I1
Intermediate point
J1 X Z K1
CIP is modal. The traversing direction is determined by the order of the starting point, intermediate point and end point.
4-130
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Milling:
Y
85.35
120
60
35.35
80 130 6 10
N10 G0 G90 X130 Y60 S800 M3 N20 G17 G1 Z-2 F100 N30 CIP X80 Y120 Z-10 I1= IC(-85.35) J1=IC(-35.35) K1=-6 N40 M30
Approach starting point Tool infeed Circle end point and intermediate point: Coordinates for all three geometry axes End of program Turning:
40
70
93.33
Z
25 54.25 75 95
N125 G1 X40 Z-25 F0.2 N130 CIP X70 Z-75 I1=IC(26.665) K1=IC(-29.25) or N130 CIP X70 Z-75 I1=93.33 K1=-54.25 N135 G1 Z-95
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-131
11.02
810D
840Di
Programming a circle with tangential transition The Tangential transition function is an expansion of the circle programming. The circle is defined by the start and end point and the tangent direction at the start point.
The G code CT produces an arc that lies at a tangent to the contour element programmed previously.
CT is modal. As a rule, the direction of the tangent, as well as the start and end point of the circle are uniquely defined. Position of the circle plane The position of the circle plane depends on the active plane (G17-G19). If the tangents of the previous block do not lie in the active plane, their projection in the active plane is used. If the start and end points do not have the same position components perpendicular to the active plane, a helix is produced instead of a circle. Specifying TURN=... enables you to program circles with more than one full rotation.
4-132
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Determining the direction of the tangent The direction of tangent at the start point of a CT block is determined from the end tangent of the programmed contour of the previous block with a traversing movement. Any number of blocks without traversing information may lie between this block and the current block. In the case of splines, the tangential direction is defined by the straight line through the last two points. This direction is generally not the same as the direction at the end point of the splines for A and C splines with active ENAT or EAUTO. The transition of B splines is always tangential, the tangent direction is defined as for A or C splines and active ETAN. Frame change If a frame change takes place between the block defining the tangent and the CT block, the tangent is also subjected to this change. Limit case If the extension of the start tangent runs through the end point, a straight line is produced instead of a circle (limit case: circle with infinite radius). In this special case, TURN must either not be programmed or the value must be TURN=0.
Additional notes
When the values tend towards this limit case, circles with an unlimited radius are produced and machining with TURN unequal 0 is generally aborted with an alarm due to violation of the software limits.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-133
11.02
810D
840Di
Milling:
Y with TRC
30 15
X 30 50 60 70 80
N10 G0 X0 Y0 Z0 G90 T1 D1 N20 G41 X30 Y30 G1 F1000 N30 CT X50 Y15 N40 X60 Y-5 N50 G1 X70 N60 G0 G40 X80 Y0 Z20 N70 M30 Turning: Activate tool radius compensation (TRC) Program circle with tangential transition
Z 23.293 58.146 40 70 30 42
N110 G1 X23.293 Z0 F10 N115 X40 Z-30 F0.2 N120 CT X58.146 Z-42 N125 G1 X70 Program circle with tangential transition
4-134
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
4.6
Function
Helical interpolation (Helical interpolation) can be used to manufacture threads and oil grooves, for example.
Sequence
In helical interpolation, two movements are superimposed and executed in parallel: A horizontal circular movement on which a vertical linear movement is superimposed. The circular movement is performed on the axes specified by the working plane. Example: Working plane G17, axes for circular interpolation X and Y. The infeed movement is performed on the perpendicular infeed axis, in this case Z.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-135
11.02
810D
840Di
Sequence of motions 1. Approach starting point 2. With TURN= execute the full circles programmed 3. Approach the circle end point, e.g. as a partial revolution 4. Execute steps 2 and 3 across the infeed depth. The lead with which the helix is to be machined is calculated from the number of full circles plus the programmed end point executed across the infeed depth. Programming the end point for helical interpolation Please refer to circular interpolation for a detailed description of the interpolation parameters.
Target point
Starting point
Additional notes
For helical interpolation, it is advisable to specify a programmed feedrate override (CFC). You will find more information in Chapter 5.
Programming example
Helical interpolation
Y Y
32.99 20
X 20 27.5 -20 -5
N10 G17 G0 X27.5 Y32.99 Z3 N20 G1 Z-5 F50 N30 G3 X20 Y5 Z-20 I=AC(20) J=AC (20) TURN=2
Approach start position Tool infeed Helix with following parameters: Execute 2 full circles from start position, then approach end point End of program
N40 M30
4-136
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
4.7
Function
The involute of the circle is a curve traced out from the end point on a "piece of string" unwinding from the curve. Involute interpolation allows trajectories along an involute. When paths perpendicular to the active plane are also programmed, it is possible to traverse an involute in space (comparable to helical interpolation with circles).
Additional notes
For further information about machine data and supplementary conditions that are relevant with respect to involute interpolation, please see References: /FB1/, A2 Subsection 2.12.2 Settings for involute interpolation.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-137
11.02
810D
840Di
Sequence
Involute interpolation takes place in the plane in which the base circle is defined. Start and end points outside this plane result in superimposition on a curve in space, analogous to helical interpolation with circles.
Y
(X,Y) R
M: (X 0,Y0)
Start point
X
Supplementary condition
Both the start point and the end point must be outside the area of the base circle of the involute (circle with radius CR around the center point determined by I, J and K). If this condition is not fulfilled, an alarm is generated and the program run aborted.
0
Base circle
End point
Programming methods 1. Direct programming of the end point with X, Y or X, Y, Z 2. Programming of the angle of rotation between the start and end vectors with AR=angle (cf. also programming of the arc angle when programming circles). If the angle of rotation is positive (AR > 0), the path on the involute moves away from the base circle; with a negative angle of rotation (AR < 0), the path on the involute moves towards the base circle. The maximum angle of rotation for AR < 0 is restricted by the fact that the end point must always lie outside the base circle. Options 1. and 2. are mutually exclusive. Only one of these notations may be used each block.
End points
AR
2 1
Start point
Additional notes
There are further options when the angle of rotation is programmed with AR. Two involutes can be implemented (see diagram) by specifying the radius and center point of the base circle as well as the start point and direction of rotation (INVCW/INVCCW). 4-138
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
The selected path must be defined unambiguously by the sign of the angle. The diagram above shows the two involutes defined by the start point and base circle. In this example, end point 1 is approached when AR > 0 is programmed and end point 2 with AR < 0.
Accuracy
If the programmed end point does not lie exactly on the involute defined by the start point and base circle, interpolation takes place between the two involutes defined by the start or end point (see diagram). The maximum deviation of the end point is determined by a machine data. If the programmed end point deviates more in the radial direction than the MD setting, an alarm is generated and the program run aborted.
Start point
Base circle
Programming examples
Example 1 Counterclockwise involute according to programming method 1 from start to end point and back again (clockwise involute) Approach start position Select X/Y plane I. counterclockwise, end point, radius, center point relative to start point Start point is end point from N20 End point is start point from N20, radius, center point ref. to new start point is same as old center point
N10 G1 X10 Y0 F5000 N15 G17 N20 INVCCW X32.77 Y32.77 CR=5 I-10 J0 N30 INVCW X10 Y0 CR=5 I-32.77 J-32.77
...
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-139
11.02
810D
840Di
Example 2 N10 G1 X10 Y0 F5000 N15 G17 N20 INVCCW CR=5 I-10 J0 AR=360 ...
Specification of end point via angle of rotation Approach start position Select X/Y plane Counterclockwise involute, away from base circle (pos. angle setting) with one full rotation
4-140
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
4.8
Contour definitions
Machine manufacturer
The names for angle (ANG), radius (RND) and chamfer (CHR) can be set in MD, see /FBFA/ FB ISO Dialects, Chapter 6.
Function
The end point is defined through specification of the angle ANG and one of the two coordinates X2 or Z2.
X2, Z2
ANG
X1, Z1 Z
Programming example
N10 X5 Z70 F1000 G18 N20 X88.8 ANG=110 or (Z39.5 ANG=110) N30 ... Approach start position Straight line with specified angle
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-141
11.02
810D
840Di
Machine manufacturer
The names for angle (ANG), radius (RND) and chamfer (CHR) can be set in MD, see /FBFA/ FB ISO Dialects, Chapter 6.
Function
X
The intersection of the two straight lines can be designed as a corner, curve or chamfer. The end point of the first of the two straight lines can be programmed by defining the coordinates or specifying the angle.
X3, Z3 ANG2
X2, Z2
Programming example
N10 X10 Z80 F1000 G18 N20 ANG1=148.65 CHR=5.5 N30 X85 Z40 ANG2=100 N40 ... Approach start position Straight line with specified angle and chamfer Straight line with specified angle and end point
4-142
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Machine manufacturer
The names for angle (ANG), radius (RND) and chamfer (CHR) can be set in MD, see /FBFA/ FB ISO Dialects, Chapter 6.
RND function
X
The intersection of the straight lines can be designed as a corner, a curve or a chamfer. The end point of the third straight line must always be programmed as Cartesian.
ANG2
X2, Z2 X4, Z4
Programming example
N10 X10 Z100 F1000 G18 N20 ANG1=140 CHR=7,5 N30 X80 Z70 ANG2=95.824 RND=10 N40 X70 Z50
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
Approach start position Straight line with specified angle and chamfer Straight line on intersection with specified angle and rounding Straight line on end point 4-143
11.02
810D
840Di
4-144
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
4.9
Thread cutting with constant lead, G33 Programming example for turning machine with longitudinal axis Z and transverse axis X
Cylindrical thread G33 Z K SF=* Taper thread G33 X Z K SF=* G33 X Z I SF=* Face thread G33 X I SF=* * SF= only needs to be programmed for multiple threads
(K for taper angle < 45) (I for taper angle > 45)
Function
The following types of thread can be machined with G33: Cylindrical, taper or face threads, single or multiple threads, right or left-handed threads. Equipment required: speed-controlled spindle with position measurement system.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-145
11.02
810D
840Di
Sequence
Operating principle The control calculates the required feedrate from the programmed spindle speed and the thread lead. The turning tool traverses across the length of the thread in the longitudinal and/or facing direction at this feedrate. The feedrate F is not considered for G33, the limitation to maximum axis speed (rapid traverse) is monitored by the control.
Fe ed rat e
ad Le
Speed
Cylinder thread A cylinder thread is described by the thread length and thread lead. The thread length is entered in absolute or incremental dimensions with one of the Cartesian coordinates X, Y or Z. The Z direction is used preferentially on turning machines. Allowance must also be made for the run-in and run-out paths across which the feed is accelerated or decelerated. The thread lead is entered at addresses I, J, K, on turning machines preferentially with K. The identifiers have the following meanings: I Thread lead in X direction J K Thread lead in Y direction Thread lead in Z direction
Run-out path
Z K
Run-in path
Example: K4 means 4mm lead per revolution Value range of lead: 0.001 to 2000.00 mm/revolution
4-146
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Face thread The face thread is described by Thread diameter, preferentially in X direction and Thread lead, preferentially with I. Otherwise, the procedure is the same as for cylindrical threads.
I Lead
Taper thread The taper thread is described by the end point in the longitudinal and facing direction (taper contour) and the thread lead. The taper contour is entered in Cartesian coordinates X, Y, Z in absolute or incremental dimensions preferentially in the X and Z direction for machining on turning machines. Allowance must also be made for the run-in and run-out paths across which the feed is accelerated or decelerated. The thread lead is entered at addresses I, J, K. Please see the cylindrical thread for the meaning of I, J, K. The parameter for the lead is based on the taper angle (calculated from the longitudinal axis to the outside of the taper). For taper angles < 45: Lead in longitudinal direction, e.g. K For taper angles > 45: Lead in facing direction, e.g. I For taper angles = 45 you can specify I or K.
X K <45 Z X
>45
Diameter
Z
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-147
11.02
810D
840Di
Start point offset SF production of multi-turn threads Threads with offset cuts are programmed by specifying starting point offsets in the G33 block. The start point offset is specified as an absolute angular position at address SF=. The associated setting data is changed accordingly. Example: SF=45 Meaning: Start offset 45 Value range: 0.0000 to 359.999 degrees
If no starting point offset is specified, the "starting angle for thread" defined in the setting data is used. Right-hand/left-hand thread Right-hand or left-hand threads are set according to the spindle direction: M3: Clockwise M4: Counterclockwise In addition, the desired speed is programmed at the address S. The spindle speed override switch must not be changed during thread cutting with G33 (dynamic speed change). The feed override switch has no function in the G33 block. Using a position-controlled spindle The SPCON command can be used before G33 to produce a thread in position-control mode. You will find more information on SPCON in Chapter 7.
4-148
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Thread chaining By programming several G33 blocks consecutively, you can align several sets of threads in a sequence. With G64 continuous-path mode, the blocks are interconnected in a look ahead velocity control so that no speed jumps are produced. You will find more information on G64 in Chapter 7.
3r w i d b lo th G3 ck 3
Programming example
Machining a taper thread
50
110 Z 60
Approach starting point, activate spindle Taper thread: End point on Z and X, lead K in Z direction, since angle < 45 Retraction, end of program
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-149
11.02
810D
840Di
Programming example
Machining a double cylindrical thread in offset steps with starting point offset 180.
X Start point 0 100 Z Start point 180 100 10
G1 G54 X99 Z10 S500 F100 M3 G33 Z-100 K4 G0 X102 G0 Z10 G1 X99 G33 Z-100 K4 SF=180 G0 X110 G0 Z10 M30
Zero offset, approach start point, spindle on Cylindrical thread: End point in Z Retract to starting position
2nd cut: Starting point offset 180 Retract tool End of program
4-150
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
4.9.1 Programmable run-in and run-out path (SW 5 and higher) Programming
DITS=value DITE=value
Function
The commands DITS (Displacement Thread Start) and DITE (Displacement Thread End) can be used to define the path ramp for acceleration and deceleration, in order to modify the feedrate if the tool run-in and run-out paths are too short: Run-in path too short: The band at the thread run-in provides insufficient space for the tool start ramp a shorter ramp must therefore be defined with DITS. Run-out path too short: The band at the thread run-out provides insufficient space for the tool deceleration ramp, giving rise to danger of collision between the workpiece and the tool edge. A shorter tool deceleration ramp can be defined with DITE; however a collision can still occur. Remedy: Program a shorter thread, reduce the spindle speed. Only paths, not positions, are programmed with DITS and DITE.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-151
11.02
810D
840Di
If the run-in and/or run-out path is very short, the acceleration of the thread axis is higher than the configured value. This causes an acceleration overload on the axis. In this case, alarm 22280 "Programmed run-in path too short" is output for the thread run-in (if configured in MD 11411 ENABLE_ALARM_MASK). The alarm is purely for information and has no effect on parts program execution.
Additional notes
DITE acts at the end of the thread as an approximate distance. This achieves a smooth change in the axis movement. When a block with the command DITS and/or DITE is loaded into the interpolator, the path programmed in DITS is copied into SD 42010 THREAD_RAMP_DISP[0] and the path programmed in DITE is copied into SD 42010 THREAD_RAMP_DISP[1]. The programmed run-in path is handled according to the current setting (inches, metric).
Programming example
N... N40 N50 N60 G90 G33 G0 Z50 Z100 K5 X10 SF=180 SOFT M3 S500 DITE=3 ;Start of corner rounding with Z=53 DITS=1
G0 X20
4-152
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
4.10
Linear progressive/degressive thread pitch change, G34, G35 (SW 5.2 and higher) Programming
G34 G35 X Y Z I J K F X Y Z I J K F Progressive change in thread pitch (tapping with linear pitch increase) Degressive change in thread pitch (tapping with linear pitch decrease)
Function
Functions G35/G35 can be employed to produce self-cutting threads. Both the functions G34 and G35 offer the functionality of G33, but provide the additional option of programming a pitch change under F.
Sequence
If you already know the initial and final pitch of a thread, you can calculate the pitch change to be programmed according to the following equation: |k e - k a| F = [mm/rev ] 2*IG The identifiers have the following meanings: ke Pitch change of axis target point coordinate [mm/rev] Initial thread pitch (progr. under I, J and K) ka [mm/rev] Thread length in [mm] IG
2 2 2
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-153
11.02
810D
840Di
Programming example
N1608 M3 N1609 G0 N1610 G33 N1611 G35 N1612 G33 N1613 G0 N1614 G0 N1615 M17 S10 G64 Z0 Z40 K100 X216 SF=R14 F17.045455 K100 K50 ;Spindle speed ;Approach start point and thread ;With constant pitch 100mm/rev ;Pitch decrease 17.0454mm/rev ;Pitch at block end 50mm/rev ; ; ;
2
4-154
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
4.11
Function
G331/G332 enable rigid tapping. Equipment required: Position-controlled spindle with position measuring system
Sequence
The spindle must be prepared for tapping with SPOS/SPOSA. You will find more information in Chapter 7. G331: Tapping Tapping is described by the drilling depth (end point of the thread) and the lead. G332: Retraction movement This movement is described with the same lead as the G331 movement. The reversal in the direction of the spindle is performed automatically. Drilling depth, thread lead Drilling in X direction, thread lead I Drilling in Y direction, thread lead J Drilling in Z direction, thread lead K Value range of lead: 0.001 to 2000.00 mm/revolution Right-hand/left-hand threads Right-hand or left-hand threads are defined in axis mode by the sign qualifying the lead:
Z
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-155
11.02
810D
840Di
Positive lead, clockwise (same as M3) Negative lead, counterclockwise (same as M4) The desired speed is also programmed at address S.
Additional notes
Both functions are modal. The spindle does not operate in axis mode but as a position-controlled spindle. You will find more information on handling of the position-controlled spindle in Chapter 5.
Programming example
After G332 (retraction), the next thread can be tapped with G331. N10 N20 N30 SPOS[n]=0 G0 X0 Y0 Z2 G331 Z-50 K-4 S200 Prepare tapping Approach starting point Tapping, drilling depth 50, lead K negative = direction of spindle rotation counterclockwise Retract, automatic reversal of direction Spindle reverts to operation in spindle mode End of program
4-156
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
4.12
Function
You can use G63 to tap threads with compensating chuck. The chuck compensates for any deviations occurring in the path.
Sequence
Tapping The following are programmed Drilling depth in Cartesian coordinates Spindle speed and direction Feed Retraction movement Also programmed with G63, but with the reverse direction of spindle rotation. Feedrate
Z
The programmed feed must match the ratio of the speed to the thread lead of the tap. Thumb rule: Feed F in mm/min = spindle speed S in rpm x thread lead in mm/rev Both the feed and the spindle speed override switch are set to 100% with G63.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-157
11.02
810D
840Di
Additional notes
G63 is modal. The last programmed interpolation command G0, G1, G2, ... is reactivated after a block with programmed G63.
Programming example
Tapping with compensating chuck: In this example, an M5 thread is to be drilled. The lead of an M5 thread is 0.8 (specified in table). With a selected speed of 200rpm, the feed F is 160 mm/min. N10 N20 N30 N40 G1 X0 Y0 Z2 S200 F1000 M3 G63 Z-50 F160 G63 Z3 M4 M30 Approach starting point, activate spindle Tap, drilling depth 50 Retract, programmed reversal of direction End of program
4-158
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
4.13
Function
The function produces a nondestructive interruption with thread cutting (G33). The function cannot be used with tapping (G33). With mixed use of both G33 functions, the response can be parameterized for NC Stop/NC Reset via the machine data. Trigger criteria for retraction Fast inputs, programmable with SETINT LIFTFAST (if LIFTFAST option enabled) NC Stop/NC Reset If fast retraction is enabled with LFON, it is active for every retraction movement Retraction path (DILF) The retraction path can be defined in the machine data or by programming. After NC Reset, the value in MD 21200: LIFTFAST_DIST is still active. Retraction direction (SW 4.2 and lower) The retraction direction is determined within the threading. Retraction is always perpendicular to the direction of machining. ALF is not active.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-159
11.02
810D
840Di
Retraction direction (SW 4.3 and higher) The retraction direction in connection with ALF is controlled using the following keywords: LFTXT The plane in which the fast retraction is executed is calculated from the path tangent and the tool direction (default setting). LFWP The plane in which the fast retraction is executed is the active working plane. The direction is programmed as before in discrete steps of 45 degrees with ALF in the plane of the retraction motion. With LFTXT, the retraction is defined in the tool direction for ALF=1. With LFWP, the direction in the working plane is assigned as follows: G17: X/Y plane G18: Z/X plane G19: Y/Z plane ALF=1 Retraction in X direction ALF=3 Retraction in Y direction ALF=1 Retraction in Z direction ALF=3 Retraction in X direction ALF=1 Retraction in Y direction ALF=3 Retraction in Z direction
Retraction speed Retraction with maximum axis speed. Can be configured via machine data. The maximum permissible acceleration/jerk values are used for traversing; they are configured via the machine data.
Additional notes
Default settings for NC reset and/or NC start in MD 20150: GCODE_RESET_VALUES LFON or LFOF can always be programmed, they are evaluated only during thread cutting (G33).
4-160
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Programming examples
Example 1 N55 M3 S500 G90 G18 ... N65 MSG ("Thread cutting") MM_THREAD: N67 $AC_LIFTFAST=0 N68 N68 N70
G0 Z5 X10 G33 Z30 K5 LFON DILF=10 LFWP ALF=3 Enable fast retraction for thread cutting Retraction path =10mm, retraction plane Z/X (due to G18) Retraction direction X (with ALF=3; retraction direction +X) G33 Z55 X15 K5 G1 Deactivate thread cutting IF $AC_LIFTFAST GOTOB MM_THREAD If thread cutting was interrupted
N90 MSG("") ... N70 M30 Example 2 N55 M3 S500 G90 G0 X0 Z0 ... N87 MSG ("Tapping") N88 LFOF N89 CYCLE... N90 ... N99 MSG("") M30
Deactivate fast retraction before tapping. Thread drilling cycle with G33
4.14
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-161
11.02
810D
840Di
Function
G75 can be used to approach fixed points, such as tool change locations, loading points, pallet changing points, etc. The positions of the individual points are specified in the machine coordinate system and stored in the machine parameters. You can approach these positions from any NC program, irrespective of the current tool or workpiece position.
Sequence
The fixed point approach is described by a fixed point and axes which are to be traversed to the fixed point FP. Number of the fixed point FP= If no fixed point number is specified, fixed point 1 is automatically approached. Two fixed point positions per machine axis can be specified in the machine parameters. Machine axis addresses X1, Y1 Here, you specify with value 0 the axes with which the point is to be approached simultaneously. Each axis traverses at the maximum axial velocity.
Additional notes
G75 is modal. Kinematic transformation must be deselected before fixed point approach is performed.
Programming example
The tool change location is a fixed point which is defined in the machine data. This point can be approached in any NC program with G75.
4-162
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Retract from fixed point 2 on X, Y and Z, e.g. for tool change Approach fixed point X1 End of program
Additional notes
SW 5.3 and higher: G75 "Approach fixed point" applies all offset values (DRF, external ZO and overlaid motion). The fixed point corresponds to the actual value in the MCS. Changes to the DRF and external zero offset while the G75 block is being preprocessed and executed in the main run are not applied. You should prevent this problem by programming STOPPRE in front of the G75 block.
4.15
Explanation
FXS FXST FXSW [axis] Activate/deactivate function "Travel to fixed stop" select/deselect 1 = select; 0 = deselect Setting clamping torque Specification in % of maximum drive torque, parameter optional Window width for fixed stop monitoring in mm, inches or degrees; parameter optional Machine axis name
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-163
11.02
810D
840Di
Function
The "Travel to fixed stop" function (FXS = Fixed Stop) enables generation of a defined power for clamping workpieces as is required, for example, for tailstocks, quills and grippers. The function can also be used to approach mechanical reference points. With sufficiently reduced torque, it is also possible to perform simple measurement operations without connecting a probe. The "Travel to fixed stop" function can be used for axes and spindles operated as axes.
Progr. end position Actual position after "Travel to fixed stop"
Starting position
SW 5 and higher
The limit stop alarm can be suppressed from the parts program where necessary. This is done by masking the alarm in a machine data and then activating the MD by means of NEWCONF. The "Travel to fixed stop" commands can be called from synchronized actions/technology cycles. They can be activated without initiation of a motion, the torque is limited instantaneously. As soon as the axis is moved via a setpoint, the limit stop monitor is activated.
4-164
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Sequence
The commands are modal. Addresses FXST and FXSW are optional: if no parameter is specified, the last programmed value or the value set in the machine data apply.
4-165
11.02
810D
840Di
Deactivate function FXS=0 Deselection of the function triggers a preprocessor stop. Traversing movements may and should be programmed in a block with FXS=0. Example: X200 Y400 G01 G94 F2000 FXS[X1] = 0 Meaning: Axis X1 is retracted from the fixed stop to position X= 200 mm. All other parameters are optional. The traversing movement to the retraction position must move away from the fixed stop, otherwise damage to the stop or to the machine may result. The block change takes place when the retraction position has been reached. If no retraction position is specified, the block change takes place immediately the torque limit has been deactivated.
4-166
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Clamping torque FXST, monitoring window FXSW A programmed torque limit FXST is effective from the start of the block, i.e. the fixed stop is also approached with reduced torque. The window must be selected such that only a breakaway from the fixed stop causes the fixed stop monitoring to be addressed. FXST and FXSW can be programmed or changed at any time in the parts program. Example: FXST[X1]=34.57 FXST[X1]=34.57 FXSW[X1]=5 FXSW[X1]=5
The changes take effect before traversing movements in the same block. Programming of a new fixed stop monitoring window causes a change not only in the window width but also in the reference point for the center of the window if the axis has moved prior to reprogramming. The actual position of the machine axis when the window is changed is the new window center point.
Additional notes
Combination "Measure and delete distance-to-go" ("MEAS" command) and "Travel to fixed stop" cannot be programmed in the same block. Exception: One function acts on a path axis and the other on a positioning axis or both act on positioning axes.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-167
11.02
810D
840Di
Contour monitoring Contour monitoring is not performed while "Travel to fixed stop" is active. Positioning axes With "Travel to fixed stop" with POSA axes, the block change takes place independently of the fixed stop movement. Restrictions Travel to fixed stop cannot be programmed for vertical axes, (function can be used with SW 2.2. and higher on 840D with 611D) gantry axes, for concurrent positioning axes which are controlled exclusively by the PLC (FXS must be selected from the NC program). If the torque limit is reduced too far, the axis will not be able to follow the specified setpoint; the position controller then goes to the limit and the contour deviation increases. In this operating state, an increase in the torque limit may result in sudden, jerky movements. To ensure that the axis can follow the setpoint, check the contour deviation to make sure it is not greater than the deviation with an unlimited torque.
4-168
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
FM-NC
810D
840Di
4.16
The dimensions for the facing axis are generally specified as diameter measurements (double path dimension as compared to other axes). The geometry axis to be used as a transverse axis is defined in machine data.
W D1 D2
W Z Workpiece G54 ... G599 or TRANS X Machine X Workpiece
Longitudinal axis
Zero points Both the machine zero and the workpiece zero are positioned on the center of rotation. The settable offset on the X axis is thus zero. While the machine zero is fixed, you can choose the position for the workpiece zero on the longitudinal axis. The workpiece zero is generally located on the front or rear side of the workpiece. The position of the workpiece zero is called with commands G54 to G599 or TRANS.
X Workpiece
M Z Z Workpiece
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-169
11.02
810D
840Di
Explanation
Absolute dimensioning (G90) DIAMOF DIAMON DIAM90 Radius (for default, see machine manufacturer) Diameter Diameter Incremental dimensioning (G91) Radius Diameter Radius
Function
The free choice of diameter or radius dimensions allows you to program the dimensions straight from the engineering drawing without conversion. After activating DIAMON/DIAM90, diameter dimensions are defined for the specified transverse axis. Diameter values apply to the following data: Actual-value display of transverse axis in the workpiece coordinate system JOG mode: Increments for incremental dimension and travel with handwheel Programming: End positions, independent of G90/G91 interpolation parameters for G2/G3, if these are programmed with AC absolute Read actual values in workpiece coordinate system for MEAS, MEAW, $P_EP[X], $AA_IW[X] (see "Advanced") By programming DIAMOF you can switch at any time to radius as dimension.
DIAMON
DIAMOF
R15
W D30 D20 Z
R10
W Z
4-170
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Additional notes
In SW 4.4 and higher, the command DIAM90 sets diameter programming for G90 and radius programming for G91. After DIAM90 is activated, the actual value of the transverse axis is always displayed as a diameter, irrespective of the type of traversing (G90/G91). This also applies to reading of actual values in the workpiece coordinate system with MEAS, MEAW, $P_EP[x] and $AA_IW[x].
Programming example
N10 G0 X0 Z0 N20 DIAMOF N30 G1 X30 S2000 M03 F0.7 N40 DIAMON N50 G1 X70 Z-20 N60 Z-30 N70 DIAM90 N80 G91 X10 Z-20 N90 G90 X10 N100 M30 Diameter programming for absolute dimensions and radius programming for incremental dimensions Increment Absolute dimensions End of program Approach starting point Diameter input off X axis = transverse axis; radius dimensions active Traverse to radius position X30 Diameter dimensions active Traverse to diameter position X70 and Z20
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-171
11.02
810D
840Di
4.17
RND= RNDM=
FRC= FRCM=
Function
You can insert the following elements at a contour corner: Chamfer or Rounding If you wish to round several contour corners sequentially by the same method, use command RNDM "Modal rounding". You can program the feedrate for the chamfer/rounding with FRC (non-modal) or FRCM (modal). If FRC/FRCM is not programmed, then the normal path feedrate F is applicable.
4-172
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Sequence
Chamfer, CHF/CHR For the chamfer insert another linear part, the chamfer, between the linear and the circle contours in any combination. The chamfer is inserted after the block in which it is programmed. The chamfer is always in the plane activated with G17 to G19. Example: N30 G1 X Z F CHR=2 N40 G1 X Z or N30 G1 X Z F CHF=2(cos 2) N40 G1 X Z
e.g. G18:
CHR
CH F
G1 Chamfer
G 1
Bisector
Rounding, RND A circle contour element can be inserted with tangential link between the linear and the circle contours in any combination. The rounding is always in the plane activated with G17 to G19. The figure to the right shows the rounding between two straight lines.
G1
Rounding
RND=...
1 G
e.g. G18:
Example:
N30 G1 X Z F RND=2
Here, the figure shows the rounding between a straight line and a circle. N30 G1 X Z F RND=2 N40 G3 X Z I K
G1
Rounding
RND=...
G3
e.g. G18:
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-173
11.02
810D
840Di
Modal rounding, RNDM This address is for inserting a rounding between linear and circle contours after each traversing block. This is, for example, for deburring sharp workpiece edges. Example: N30 G1 X Z F RNDM=2
Rounding is deactivated with RNDM=0. Feed FRC (non-modal), FRCM (modal) To optimize surface quality, it is possible to program a separate feedrate for the chamfer/rounding contour elements. FRC is non-modal in this instance, FRCM is modal. See below for examples
4-174
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Examples
Example 1: MD CHFRND_MODE_MASK Bit 0 = 0: Accept technology from next block (default) N10 G0 X0 Y0 G17 F100 G94 N20 G1 X10 CHF=2 N30 Y10 CHF=4 N40 X20 CHF=3 FRC=200 N50 RNDM=2 FRCM=50 N60 Y20 N70 X30 N80 Y30 CHF=3 FRC=100 ; Modal rounding N60-N70 with FRCM=50 mm/min ; Modal rounding N70-N80 with FRCM=100 mm/min ; Chamfer N80-N90 with FRC=50 mm/min (modal) ; Chamfer N20-N30 with F=100 mm/min ; Chamfer N30-N40 with FRC=200 mm/min ; Chamfer N40-N60 with FRCM=50 mm/min
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
4-175
11.02
810D
840Di
N90 X40 N100 Y40 FRCM=0 N110 S1000 M3 N120 X50 G95 F3 FRC=1 ... M02
; Modal rounding N90-N100 with F=100 mm/min (deselect FRCM) ; Modal rounding N100-N120 with G95 FRC=1 mm/rev
Example 2: MD CHFRND_MODE_MASK Bit 0 = 1: Accept technology from preceding block (recommended) N10 G0 X0 Y0 G17 F100 G94 N20 G1 X10 CHF=2 N30 Y10 CHF=4 FRC=120 N40 X20 CHF=3 FRC=200 N50 RNDM=2 FRCM=50 N60 Y20 N70 X30 N80 Y30 CHF=3 FRC=100 N90 X40 N100 Y40 FRCM=0 N110 S1000 M3 N120 X50 CHF=4 G95 F3 FRC=1 N130 Y50 N140 X60 ... M02 n ; Chamfer N120-N130 with G95 FRC= 1 mm/rev ; Modal rounding N130-N140 with F=3 mm/rev ; Modal rounding N60-N70 with FRCM=50 mm/min ; Modal rounding N70-N80 with FRCM=50 mm/min ; Chamfer N80-N90 with FRC=100 mm/min ; Modal rounding N90-N100 with FRCM=50 mm/min ; Modal rounding N100-N120 with F=100 mm/min ; Chamfer N20-N30 with F=100 mm/min ; Chamfer N30-N40 with FRC=120 mm/min ; Chamfer N40-N60 with FRCM=200 mm/min
4-176
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Path action
Path action
5.1 5.2 Exact stop, G60, G9, G601, G602, G603 ..................................................................... 5-178 Continuous-path mode, G64, G641, G642, G643......................................................... 5-181
5.3 Acceleration pattern, BRISK, SOFT, DRIVE................................................................. 5-190 5.3.1 Acceleration modes ............................................................................................... 5-190 5.3.2 Influence of acceleration modes on following axes ............................................... 5-191 5.4 5.5 5.6 5.7 5.8 5.9 Overview of the various velocity controls ...................................................................... 5-194 Path velocity smoothing ................................................................................................ 5-195 Traversing with feedforward control, FFWON, FFWOF ............................................... 5-196 Programmable contour accuracy, CPRECON, CPRECOF .......................................... 5-197 Dwell time, G4 ............................................................................................................... 5-198 Program sequence: Internal preprocessor stop............................................................ 5-199
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
5-177
Path action
11.02
810D
840Di
5.1
Exact stop, G60, G9, G601, G602, G603 Explanation of the commands
G60 G9 G601 G602 G603 Exact stop, modal Exact stop, non-modal Step enable if positioning window fine reached Step enable if positioning window coarse reached Step enable if setpoint (end of interpolation) reached
Function
The exact positioning stop functions are used to machine sharp outside corners or for finishing inside corners to size.
Sequence
Exact stop, G60, G9 G9 generates the exact stop in the current block. G60 generates the exact stop in the current block and all subsequent blocks. G60 is deactivated by the continuous-path mode functions G64 or G641. Positioning window. G601/G602 The movement is decelerated and stopped briefly at the corner point. With the exact stop criteria G601 and G602, you determine how accurately the corner point is approached and when the change to the next block takes place. Exact stops fine and coarse can be defined for each axis in machine data.
5-178
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Path action
810D
840Di
Note: Set the exact stop limits no tighter than you require. The tighter the limits, the longer it takes to position and approach the target position. End of interpolation, G603 The block change is initiated when the control has calculated a set speed of zero for the axes involved. At this point, the actual value lags behind by a proportionate factor depending on the dynamic response of the axes and the path velocity. The workpiece corners can now be rounded. Command output In all three cases the following applies: The auxiliary functions programmed in the NC block are enabled after the end of the movement.
Block change
Programmed path
G601, G602 and G603 are only effective if G60 or G9 are active. Example: N10 G601 N50 G1 G60 X Y
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
5-179
Path action
11.02
810D
840Di
In SW version 6 and higher, a machine data can be set for specific channels which determines that the default exact stop criteria, which deviate from the programmed criteria, will be applied automatically. These are given priority over the programmed criteria in some cases. Criteria for G0 and the other G commands in the 1st G code group can be stored separately. See Description of Functions, Part1, B1.
5-180
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Path action
810D
840Di
5.2
Function
In continuous-path mode, the contour is machined with a constant path velocity. The uniform velocity also establishes better cutting conditions, improves the surface quality and reduces the machining time.
In continuous-path mode, travel does not take place exactly to the programmed contour transitions. You can generate sharp corners with G60 or G09. The continuous-path mode is interrupted by text outputs with "MSG" and blocks that implicitly trigger a preprocessor stop (e.g. access to certain machine status data ($A...)). The same applies to auxiliary function outputs; see Chapter 9 Special Functions.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
5-181
Path action
11.02
810D
840Di
Sequence
C
Continuous-path mode, G64 In continuous-path mode, the tool travels across tangential contour transitions with as constant a path velocity as possible (no deceleration at block boundaries). Look Ahead deceleration takes place before corners (G09) and blocks with exact stop (Look Ahead, see following pages). Corners are also traversed at a constant velocity. In order to minimize the contour error, the velocity is reduced according to an acceleration limit and an overload factor, see References: /FB/ B1 Continuous-path mode The overload factor can be set in machine data 32310 (see /FB/ B1, Continuous-path mode). The extent of smoothing of the contour transitions depends on the feedrate and the overload factor. With G641 you can specify the desired rounding area explicitly (see following pages). Rounding cannot and should not replace the functions for defined smoothing: RND, RNDM, ASPLINE, BSPLINE, CSPLINE. Continuous-path mode with programmable transition rounding, G641 With G641, the control inserts transition elements at contour transitions. With AIDS= or ADIPOSE= you can specify the extent to which the corners are rounded. The effect of G641 is similar to RNDM, however it is not restricted to the axes of the working plane. Example: N10 G641 ADIS=0.5 G1 X Y
t an st on ty ci lo ve
max. 0.5mm
The approximate positioning block can begin 0.5mm before the programmed end of block at the earliest and must be finished 0.5mm after the end of the block. This setting remains modal.
5-182
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Path action
810D
840Di
G641 also operates with Look Ahead speed control (see following pages). Corner rounding blocks with a high degree of curvature are approached at reduced velocity.
Additional notes
Rounding cannot be used as a substitute for smoothing (RND). The user should not make any assumptions with respect to the appearance of the contour within the rounding area. The type of rounding can depend on dynamic conditions, e.g. on the tool path velocity. Rounding on the contour is therefore only practical with small AIDS values. RND must be used if a defined contour is to be followed at the corner in all circumstances. ADIPOSE is used between G0 blocks. This enables the axis movement to be smoothed substantially and the traversing time to be reduced during positioning. If ADIS/ADISPOS is not programmed, the value zero is valid and therefore the same traverse behavior as of G64. With shorter paths, the approximate distance is reduced automatically (up to max. 36%). Continuous-path mode G64/G641 over more than one block The following points should be noted, in order to prevent an undesired stop in the path motion (backing off): Auxiliary function outputs trigger a stop (exception: high-speed auxiliary functions and auxiliary functions during movements) Intermediate blocks which contain only comments, calculation blocks or subprogram calls do not affect the movement.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
5-183
Path action
11.02
810D
840Di
MAX_AX_ACCEL and MD 32310: _MAX_ACCEL_OVL_FACTOR by reducing the velocity during block changes. This braking operation can be avoided through the application of a rounding function which "smoothes" the specific positional interrelationship between the path axes. Corner rounding with G641 You can activate a modal rounding action by programming G641 and specifying a rounding radius with ADIS (or ADISPOS in rapid traverse). Within this radius about the block change point, the control is free to ignore the path construct and replace it with a dynamically optimized path. Disadvantage: Only one ADIS value is available for all axes. Corner rounding with axial precision using G642 G642 activates corner rounding with modal axial tolerances. Corner rounding is not carried out inside a defined ADIS area but the axial tolerances defined with MD 33100: COMRESS_POS_TOL are met. The mode of operation is otherwise identical to G641. With G642, the rounding path is calculated from the shortest rounding path of all axes. This value is taken into account when a corner rounding block is generated. Block-internal corner rounding with G643 (SW 5.3 and higher) The maximum deviations from the exact contour are defined by machine data MD 33100: COMRESS_POS_TOL[...] for each axis during corner rounding with G643. No separate rounding block is generated for G643; instead, axis-specific block-internal rounding motions are inserted. The rounding path can be different for each axis with G643.
5-184
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Path action
810D
840Di
Example for corner rounding with G643, see also: References /PGA/ Programming Guide Advanced, Chapter 5, Settable Path Reference, SPATH, UPATH
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
5-185
Path action
11.02
810D
840Di
No rounding block/ no rounding motion No corner rounding is performed in the following three situations: 1. A halt is made between the two blocks. This occurs when ... The following block contains an auxiliary function output before the movement. The following block does not contain a path movement. An axis is traversed for the first time as a path axis for the following block and it was previously a positioning axis. An axis is traversed for the first time as a positioning axis for the following block and it was previously a path axis. The previous block traverses geo axes and the following block does not (this is no longer the case in SW 4 and higher). Prior to thread cutting: The following block has G33 as a preparatory function and the previous block does not. A changeover between BRISK and SOFT occurs. Axes involved in the transformation are not completely assigned to the path motion (e.g. for oscillation, positioning axes). 2. The rounding block would slow down parts program execution. This occurs when ... A rounding block is inserted between very short blocks. Since each block requires at least one interpolation cycle, the added intermediate block would double the machining time. A block transition G64 (continuous-path mode without rounding) can be traversed without speed reduction. Rounding would increase the machining time. This means that the value of the permissible overload factor (MD 32310: MAX_ACCEL_OVL_FACTOR) would partly determine whether or not a block transition is rounded. The overload factor is taken into account only in conjunction with G641/G642.
5-186
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Path action
810D
840Di
The overload factor is ignored in corner rounding with G643. In SW version 6 and higher, MD 20490: IGNORE_OVL_FACTOR_FOR_ADIS can be set to TRUE to ignore the overload factor in connection with G654 and G642 as well. 3. Rounding is not parameterized. This occurs with G641 when ... ADIPOSE == 0 in G0 blocks (default!) AIDS == 0 in non-G0 blocks (default!) For transition from G0 to non-G0 or non-G0 to G0, the smaller value of ADIPOSE and AIDS applies. With G642/G643, when all axis-specific tolerances equal zero.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
5-187
Path action
11.02
810D
840Di
Positioning axes Positioning axes always traverse according to the exact stop principle, positioning window fine (as for G601). If an NC block has to wait for positioning axes, continuous-path mode is interrupted on the path axes. Command outputs Auxiliary functions which are enabled after the end of the movement or before the next movement interrupt continuous-path mode. Look Ahead velocity control, Look Ahead In continuous-path mode with G64 or G641, the control automatically detects the velocity control in advance for several NC blocks. This enables acceleration and deceleration across multiple blocks with almost tangential transitions. Look Ahead is particularly suitable for the machining of movement sequences comprising short traverse paths with high path feedrates. The number of NC blocks included in the Look Ahead calculation can be defined in machine data.
N1 N2 N3
N4 N5 N6
N7 N8
N9
Look Ahead across more than one block is an option. Continuous-path mode in rapid traverse G0 One of the functions G60/G9 or G64/G641 must also be specified for rapid traverse. Otherwise, the default in the machine data is used. Setting MD 20490 IGNORE_OVL_FACTOR_FOR_ADIS results in block transitions being smoothed irrespective of the programmed overload factor.
5-188
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Path action
810D
840Di
Programming example
With this workpiece, the two outside corners at the groove are approached exactly. All other machining takes place in continuous-path mode.
Y Exact stop fine Y
70 50 40
10
10 60 80 100
X 7
N05 N10 N20 N30 N40 N50 N60 N70 N80 N90 N100 N110 N120 N130
DIAMOF G17 T1 G41 G0 X10 Y10 Z2 S300 M3 G1 Z-7 F8000 G641 ADIS=0.5 Y40 X60 Y70 G60 G601 Y50 X80 Y70 G641 ADIS=0.5 X100 Y40 X80 Y 10 X10 G40 G0 X-20 Z10 M30
Radius as dimension Approach starting position, activate spindle, path compensation Tool infeed Contour transitions are smoothed Approach exact position with exact stop fine
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
5-189
Path action
11.02
810D
840Di
5.3
DRIVEA(axis1,axis2,)
JERKA(axis1,axis2,)
Function
BRISK, BRISKA The axis slides travel with maximum acceleration until the feedrate is reached. BRISK enables timeoptimized machining, but with jumps in the acceleration curve. SOFT, SOFTA The axis slides travel with constant acceleration until the feedrate is reached. Soft acceleration enables higher path accuracy and less wear and tear on the machine. Example: N10 G1 X Y F900 SOFT N20 BRISKA(AX5,AX6)
Path veloctity BRISK (time-optimized)
Time
5-190
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Path action
810D
840Di
Additional notes
A change between BRISK and SOFT causes a stop at the block transition. The acceleration response for the path axes can be defined in machine data.
Function
DRIVE, DRIVEA The axis slides traverse at the maximum acceleration rate up to the speed limit set in the machine data. The acceleration rate is then reduced according to machine data until the feedrate speed is reached. This function allows the acceleration characteristic to be optimally adapted to a specific motor characteristic, for example, for stepper motor applications. Example: N05 DRIVE N10 G1 X Y F1000 N20 DRIVEA (AX4, AX6)
Setpoint
Limit of constant acceleration
Path velocity
Time
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
5-191
Path action
11.02
810D
840Di
Function
The coupled axes described in the Programming Guide Advanced Chapter 9 and Chapter 13.3, 13.4: Tangential correction, coupled-motion axes, master value coupling, and electronic gearbox have the property following axes/spindles are moved in dependence on one or more leading axes/spindles. The commands for correction of limitation for the dynamic response of the following axis must be given from the parts program or from synchronous actions. The commands for correction of limitations of the following axis can already be given while axis coupling is active.
Additional notes
Details about the function are described in References: /FB/, M3 Axis Coupling and ESR /FB/, S3 Synchronous Spindles
5-192
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Path action
810D
840Di
Programming example 1
Axis 4 is coupled to axis X via an electronic gear coupling. The acceleration capability of the following axis is limited to 70% of maximum acceleration. The maximum permissible velocity is limited to 50% of maximum velocity. After successful switch-on of coupling, the maximum permissible velocity is set to 100% again. ... N120 ACCLIMA[AX4]=70 N130 VELOLIMA[AX4]=50 ... N150 EGON(AX4, "FINE", X, 1, 2) ... N200 VELOLIMA[AX4]=100
Electronic gear
Reduced maximum acceleration Reduced maximum velocity Switch-on of the EG coupling Maximum velocity
Programming example 2
Axis 4 is coupled to X by master value coupling. The acceleration response is limited to 80% by static synchronized action 2 from position 100. ... N1220 IDS=2 WHENEVER $AA_IM[AX4] > 100 DO ACCLIMA[AX4]=80 N130 LEADON(AX4, X, 2)
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
5-193
Path action
11.02
810D
840Di
5.4
G 60 G 601
t N1 N2 N3 N4 N5 N6 N7
V Pat h
G 60 G603
t N1 N2 N3 N4 N5 N6 N7
V Pat h
G 64 BRISK
t N1 N2 N3 N4 N5 N6 N7
t N1 N2 N3 N4 N5 N6 N7
5-194
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Path action
810D
840Di
5.5
Additional notes
References: /FB/, B1, "Path Velocity Smoothing (SW 5.3 and higher)"
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
5-195
Path action
11.02
810D
840Di
5.6
Function
Feedforward control reduces the speed-dependent overtravel when contouring towards zero. Traversing with feedforward control permits higher path accuracy and thus improved machining results. Example: N10 FFWON N20 G1 X Y F900 SOFT
Additional notes
The type of feedforward control and which path axes feedforward traversing is to be applied to are determined via machine data. Default: Optional: Velocity-dependent feedforward control Acceleration-dependent feedforward control (not possible with FM-NC, 810D)
5-196
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Path action
810D
840Di
5.7
Function
In machining operations without feedforward control (FFWON), errors may occur on curved contours as the result of speed-related differences between setpoint and actual positions. The programmable contour accuracy function CPRECON makes it possible to store a maximum permissible contour error in the NC program which must never be smoothed. The magnitude of the contour error is specified with setting data $SC_CONTPREC. On the basis of this data and the servo gain factor (speed / following error ratio) of the path axes concerned, the control calculates the maximum path speed at which the contour error produced by the overtravel does not exceed the minimum value stored in the setting data. The Look Ahead function allows the entire path to be traversed with the programmed contour accuracy.
Example:
N10 X0 Y0 G0 N20 CPRECON N30 F10000 G1 G64 X100 N40 G3 Y20 J10 N50 X0 ;Activate contour accuracy ;Machine contour at 10 m/min in continuous-path mode ;Automatic feed limitation in circle block ;Feed without limitation to 10 m/min
Additional notes
A minimum velocity can be defined in the setting data $SC_MINFEED; the feed must not be less than this value.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
5-197
Path action
11.02
810D
840Di
5.8
Function
You can use G4 to interrupt workpiece machining between two NC blocks for the programmed length of time, e.g. for relief cutting.
Sequence
Example: N10 G1 F200 Z-5 S300 M3 ;Feed F, spindle speed S N20 G4 F3 ;Dwell time 3s N30 X40 Y10 N40 G4 S30 ;Dwell for 30 revolutions of spindle, with S=300rpm and 100% speed override, equals: t=0.1min N40 X... ;Feed and spindle speed still active The words with F... and S... are used for time specifications in the block with G4 only. Any previously programmed feed F and spindle speed S remain valid.
5-198
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Path action
810D
840Di
5.9
; Access to machine status data ($A), the control generates an internal preprocessor stop
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
5-199
Path action
11.02
810D
840Di
5-200
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
Frames
6.1 6.2 General.......................................................................................................................... 6-202 Frame instructions......................................................................................................... 6-203
6.3 Programmable zero offset............................................................................................. 6-205 6.3.1 TRANS, ATRANS .................................................................................................. 6-205 6.3.2 G58, G59: Axial programmable ZO (SW 5 and higher)......................................... 6-209 6.4 6.5 6.6 6.7 6.8 6.9 Programmable rotation, ROT, AROT............................................................................ 6-212 Programmable frame rotations with solid angles, ROTS, AROTS and CROTS........... 6-220 Programmable scale factor, SCALE, ASCALE ............................................................. 6-221 Programmable mirroring, MIRROR, AMIRROR............................................................ 6-224 Frame generation according to tool orientation, TOFRAME, TOROT .......................... 6-228 Deselect frame SUPA, DRFOF, CORROF, TRAFOOF................................................ 6-230
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-201
Frames
11.02
6.1 General
6.1
General
What is a frame? Frame is the conventional term for a geometrical expression that describes an arithmetic rule, such as translation or rotation. Frames are used to describe the position of a destination coordinate system by specifying coordinates or angles starting from the current workpiece coordinate system. Possible frames Basic frame (basic offset) Settable frames (G54...G599) Programmable frames References: /PG/, Programming Guide Advanced
XM
Y1 Y2
ZM
of fs et
YM X2
The above frame instructions are programmed in separate NC blocks and executed in the programmed order.
X SCALE, ASCALE MIRROR,AMIRROR X
6-202
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
Ze ro
X1
11.02
Frames
840Di
Turning:
X X
6.2
Frame instructions
Basic frame (basic offset) The basic frame describes the coordinate transformation from the Basic Coordinate System (BCS) to the Basic Zero System (BZS) and has the same effect as for settable frames. Settable instructions Settable instructions are the zero offsets which can be called from any NC program with the commands G54 to G599. The offset values are predefined by the user and stored in the zero offset memory on the control. This is used to define the Workpiece Coordinate System (WCS). Programmable instructions Programmable instructions (TRANS, ROT, ...) are valid in the current NC program and refer to the settable instructions. The programmable frame is used to define the Workpiece Coordinate System (WCS).
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-203
Frames
11.02
Substituting instructions TRANS, ROT, SCALE and MIRROR are substituting instructions. This means that each of these instructions cancels all other previously programmed frame instructions. The last called settable zero offset G54 to G599 is used as the reference.
TRANS
TRANS
Additive instructions ATRANS, AROT, ASCALE and AMIRROR are additive instructions. The currently set zero point or the last workpiece zero to be programmed with frame instructions is used as the reference. The above instructions are added to existing frames. Note: Additive instructions are frequently used in subprograms. The basic functions defined in the main program are not lost after the end of the subprogram if the subprogram has been programmed with the SAVE attribute.
ATRANS TRANS
References
/PGA/ Programming Guide Advanced, Section "Subroutines, Macros"
6-204
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
840Di
6.3
Function
TRANS/ATRANS can be used to program translations for all path and positioning axes in the direction of the specified axis. This allows you to work with different zero points, for example when performing recurring machining processes at different workpiece positions.
TRA NS
X
G 54
XM
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-205
Frames
11.02
Turning:
Z M
TRANS
G54
Sequence
Substituting instruction, TRANS X Y Z Translation through the offset values programmed in the specified axis directions (path, synchronized axes and positioning axes). The last specified settable zero offset (G54 to G599) is used as a reference.
TRANS
The TRANS command cancels all frame components of the previously activated programmable frame.
TRANS
You can use ATRANS to program a translation which is to be added to existing frames.
6-206
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
840Di
Additive instruction, ATRANS X Y Z Translation through the offset values programmed in the specified axis directions. The currently set or last programmed zero point is used as the reference. Deactivate programmable zero offset For all axes: TRANS (without axis parameter)
ATRANS TRANS
Here, all previously programmed frames are canceled. The settable zero offset remains programmed.
Programming example
With this workpiece, the illustrated shapes recur several times in the same program. The machining sequence for this shape is stored in a subprogram. You use the translation to set only those workpiece zeroes and then call up the subprogram.
Milling:
Y M Y
50
X 10
54
X 10 50
G1 G54 G0 X0 Y0 Z2 TRANS X10 Y10 L10 TRANS X50 Y10 L10 M30
Working plane X/Y, workpiece zero Approach starting point Absolute offset Subprogram call Absolute offset Subprogram call End of program
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-207
Frames
11.02
Turning:
X
Z
M W
... TRANS X0 Z150 L20 TRANS X0 Z140 (or ATRANS Z-10) L20 TRANS X0 Z130 (or ATRANS Z-10) L20 ... Absolute offset Subprogram call Absolute offset Subprogram call Absolute offset Subprogram call
6-208
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
840Di
G59
X Y Z
Function
G58 and G59 allow translation components of the programmable zero offset (frame) to be replaced for specific axes. The translation function comprises the absolute component (G58, coarse offset) additive component (G59, fine offset) These functions can only be used when the fine offset is configured. If G58 or G59 is used without a configured fine offset, alarm "18312 channel %1 block %2 frame: Fine offset not configured" is output.
Z ZM
Translation
YM Y
G 54
XM
Note
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-209
Frames
11.02
The absolute translation component is modified by the following commands: TRANS, G58 CTRANS CFINE $P_PFRAME[X,TR] The additive translation component is modified by the following commands: ATRANS, G59 CTRANS CFINE $P_PFRAME[X,FI] The table below describes the effect of various program commands on the absolute and additive offsets. Effect of the additive/absolute offset:
Command TRANS X10 G58 X10 ATRANS X10 G59 X10 $P_PFRAME[X,FI] = 10 CTRANS(X,10) CTRANS() CFINE(X,10) Rough or absolute Fine or additive Comment offset offset 10 Unchanged Absolute offset for X 10 Unchanged Unchanged Unchanged 10 0 0 Unchanged Unchanged Fine (old) + 10 10 10 0 0 10 Overwrites absolute offset for X Progr. offset in X Additive offset for X Overwrites additive offset for X Progr. fine offset in X offset for X Deselection of offset (including fine offset component) Fine offset in X
$P_PFRAME[X,TR] = 10 10
6-210
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
840Di
Programming example
N... N50 TRANS X10 Y10 Z10 N60 ATRANS X5 Y5 N70 G58 X20 N80 G59 X10 Y10
; absolute translation component X10 Y10 Z10 ; additive translation component X5 Y5 = total offset X15 Y15 Z10 ; absolute translation component X20 + addit. X5 Y5 = total offset X25 Y15 Z10 ; additive translation component X10 Y10 + absolute X20 Y 10 = total offset X30 Y20 Z10
N...
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-211
Frames
11.02
6.4
Function
ROT/AROT can be used to rotate the workpiece coordinate system around each of the geometry axes X, Y, Z or through an angle RPL in the selected working plane G17 to G19 (or around the perpendicular infeed axis). This allows inclined surfaces or several workpiece sides to be machined in one setting.
6-212
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
840Di
Additive instruction, AROT X Y Z Rotation through the angle values programmed in the axis direction parameters. The center of rotation is the currently set or last programmed zero point.
ROT
OT AR
Note
For both instructions, please note the order and direction of rotation in which the rotations are performed (see next page)!
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-213
Frames
11.02
Direction of rotation The following is defined as the positive direction of rotation: The view in the direction of the positive coordinate axis and clockwise rotation.
Order of rotation You can rotate up to three geometry axes simultaneously in one NC block. The order of the RPY notation (= Roll, Pitch, Yaw) or Euler angle through which the rotations are performed can be defined in machine data. MD 10600: FRAME_ANGLE_INPUT_MODE = 1: 2: RPY notation Euler angle
Z +
Y 0 1
RPY notation is the default setting. After that, the sequence Z, Y, Z of the rotation is defined as follows: 1. Rotation around the 3rd geometry axis (Z) 2. Rotation around the 2nd geometry axis (Y) 3. Rotation around the 1st geometry axis (X) This order applies if the geometry axes are programmed in a single block. It also applies irrespective of the input sequence. If only two axes are to be rotated, the parameter for the 3rd axis (value zero) can be omitted. Value range with RPY angle The angles are only defined ambiguously in the following value ranges: Rotation around 1st geometry axis: 180 X +180 Rotation around 2nd geometry axis: 90 < Y < +90 Rotation around 3rd geometry axis: 180 Z +180
2 X
6-214
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
840Di
All possible rotations can be represented with this value range. Values outside the range are normalized by the control into the above range during writing and reading. This value range applies to all frame variables. Examples of reading back in RPY $P_UIFR[1] = CROT(X, 10, Y, 90, Z, 40) returns on reading back $P_UIFR[1] = CROT(X, 0, Y, 90, Z, 30) $P_UIFR[1] = CROT(X, 190, Y, 0, Z, -200) returns on reading back $P_UIFR[1] = CROT(X, -170, Y, 0, Z, 160) On writing and reading frame rotation components, the limits of the value range must be observed so the same results are achieved on writing and reading, or on repeated writing. Value range with Euler angle The angles are only defined ambiguously in the following value ranges: Rotation around 1st geometry axis: 0 < X < +180 Rotation around 2nd geometry axis: 180 Y +180 Rotation around 3rd geometry axis: 180 Z +180 All possible rotations can be represented with this value range. Values outside the range are normalized by the control into the above range. This value range applies to all frame variables. To ensure the angles written are read back unambiguously, it is necessary to observe the defined values ranges. If you want to define the order of the rotations individually, program the desired rotation successively for each axis with AROT.
References
/FB1/ Function Description of the Basic Machine, Chapter "Frames"
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-215
Frames
11.02
The working plane also rotates The working plane defined with G17, G18 or G19 rotates with the spatial rotation. Example: Working plane G17 X/Y, the workpiece coordinate system is positioned on the top surface of the workpiece. Translation and rotation is used to move the coordinate system to one of the side surfaces. Working plane G17 also rotates. This feature can be used to program plane destination positions in X/Y coordinates and the infeed in the Z direction. Precondition: The tool must be positioned perpendicular to the working plane. The positive direction of the infeed axis points in the direction of the toolholder. Specifying CUT2DF activates the tool radius compensation in the rotated plane. For more information please refer to Section "2 1/2 D Tool Compensation, CUT2D CUT2DF".
Z Y
7 G1 Y
Z
7 G1
7 G1
9 G1
Z Z X Z
G1 7
G1 9
G1 8
8 G1
6-216
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
840Di
Change of plane If you program a change of plane (G17 to G19) after a rotation, the angles of rotation programmed for the axes are retained and continue to apply in the new working plane. It is therefore advisable to deactivate the rotation before a change of plane. Deactivate rotation For all axes: ROT (without axis parameter) In both cases, all frame components of the previously programmed frame are reset.
60
45
8 30 12
r7
10
20 55
N10 N20 N30 N40 N50 N60 N70 N80 N90 N100 N110
G17 G54 TRANS X20 Y10 L10 TRANS X55 Y35 AROT RPL=45 L10 TRANS X20 Y40 AROT RPL=60 L10 G0 X100 Y100 M30
Working plane X/Y, workpiece zero Absolute offset Subprogram call Absolute offset Rotation of the coordinate system through 45 Subprogram call Absolute offset (cancels all previous offsets) Additive rotation through 60 Subprogram call Retraction End of program
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-217
Frames
11.02
Z
30
X Y
7 8 30 10 45 12 10
r7
20
G17 G54 TRANS X10 Y10 L10 ATRANS X35 AROT Y30 ATRANS X5 L10 G0 X300 Y100 M30
Working plane X/Y, workpiece zero Absolute offset Subprogram call Additive offset Rotation through the Y axis Additive offset Subprogram call Retraction, end of program
6-218
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
840Di
Z Y
7 G1
X Y
G1 7
100
X Z Y
S AN TR
-100
N40
AROT Y90
AROT Y90
X Z
N50
AROT Z90
AROT Z90
Z Z
N60 N70
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-219
Frames
11.02
6.5 Programmable frame rotations with solid angels, ROTS, AROTS etc.
6.5
Programmable frame rotations with solid angles, ROTS, AROTS and CROTS Programming
ROTS X... Y... AROTS X... Y... CROTS X... Y... ROTS Z... X... AROTS Z... X... CROTS Z... X... ROTS Y... Z... AROTS Y... Z... CROTS Y... Z... Explanation of the commands and parameters ROTS Frame rotations with solid angles for spatial orientation of a plane absolute, referred to the currently valid frame with set workpiece zero for G54 to G599. Frame rotations with solid angles for spatial orientation of a plane additive, referred to the currently valid frame with set or programmed zero point. Frame rotations with solid angles for spatial orientation of a plane, referred to the valid frame in the data management with rotation in the specified axes. A maximum of two solid angles may be specified Rotation in the plane: Angle through which the coordinate system is rotated (plane set with G17-G19) When solid angles X and Y are programmed, the new X axis is located in the old Z-X plane (SW 5.3 and higher). When solid angles Z and X are programmed, the new Z axis is located in the old Y-Z plane (SW 5.3 and higher). When solid angles Y and Z are programmed, the new X axis is located in the old X-Y plane (SW 5.3 and higher).
Function
Spatial orientations can be defined via frame rotations with solid angles ROTS, AROTS, CROTS. Programming commands ROTS and AROTS behave analogously to ROT and AROT.
6-220
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
840Di
6.6
Function
SCALE/ASCALE enables you to program scaling factors in the direction of the axis specified for all path, synchronous and positioning axes. This enables the size of a shape to be changed. You can thus program similar geometrical shapes in different sizes.
Sequence
Substituting instruction, SCALE X Y Z You can specify an individual scale factor for each axes, by which the shape is to be reduced or enlarged. The scale refers to the workpiece coordinate system set with G54 to G57.
Z Y
The SCALE command cancels all frame components of the previously activated programmable frame.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-221
Frames
11.02
Additive instruction, ASCALE X Y Z You can program scale changes which are to be added to existing frames by using the ASCALE command. In this case, the last valid scale factor is multiplied by the new one. The currently set or last programmed coordinate system is used as the reference for the scale change. Deactivate scaling factor For all axes: SCALE (without axis parameter) All frame components of the previously programmed frame are reset.
TRANS
AS CA
LE
AROT
Additional notes
If you program an offset with ATRANS after SCALE, the offset values are also scaled.
Please take great care when using different scale factors! Example: Circular interpolations can only be scaled using identical factors. You can, however, use different scale factors to program distorted circles, for example.
6-222
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
840Di
Programming example
With this workpiece, the two pockets occur twice, but in different sizes and at different angles to each other. The machining sequence is stored in a subprogram. Use translation and rotation to set each of the workpiece zeroes, reduce the contour with a scale and then call the subprogram up again.
35
20
15
X
15 40
G17 G54 TRANS X15 Y15 L10 TRANS X40 Y20 AROT RPL=35 ASCALE X0.7 Y0.7 L10 G0 X300 Y100 M30
Working plane X/Y, workpiece zero Absolute offset Machine large pocket Absolute offset Rotation in the plane through 35 Scale factor for the small pocket Machine small pocket Retraction, end of program
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-223
Frames
11.02
6.7
Function
MIRROR/AMIRROR can be used to mirror workpiece shapes on coordinate axes. All traversing movements which are programmed after the mirror call, e.g. in the subprogram, are executed in the mirror image.
Sequence
Substituting instruction, MIRROR X Y Z The mirror is programmed by means of an axial change of direction in the selected working plane.
MIRROR X
Example: working plane G17 X/Y The mirror (on the Y axis) requires a change of direction on X and is subsequently programmed with MIRROR X0.
MIRROR Y
The contour is then mirrored on the opposite side of the mirror axis Y.
6-224
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
840Di
The mirror image refers to the coordinate axes set with G54 to G57. The MIRROR command cancels all previously set programmable frames. Additive instruction, AMIRROR X Y Z A mirror image which is to be added to an existing transformation is programmed with AMIRROR. The currently set or last programmed coordinate system is used as the reference. Deactivate mirroring For all axes: MIRROR (without axis parameter) All frame components of the previously programmed frame are reset.
TRANS
AMIRROR
Additional notes
The mirror command causes the control to automatically change the path compensation commands (G41/G42 or G42/G41) according to the new machining direction. The same applies to the direction of circle rotation (G2/G3 or G3/G2). If you program an additive rotation with AROT after MIRROR, you may have to work with reversed directions of rotation (positive/negative or negative/positive). Mirrors on the geometry axes are converted automatically by the control into rotations and, where appropriate, mirrors on the mirror axis specified in the machine data. This also applies to settable zero offsets.
G41 G42 X Y
G03
G02
MIRROR X
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-225
Frames
11.02
Programming example
Program the contour shown here once as a subprogram and generate the three other contours with a mirror operation. The workpiece zero is located at the center of the contours.
Milling:
Y Y
2 X
1 X
X 3 4
Working plane X/Y, workpiece zero Machine first contour, top right. Mirror X axis (the direction is changed in X). Machine second contour, top left. Mirror Y axis (the direction is changed in Y).
6-226
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
840Di
Machine third contour, bottom left MIRROR cancels previous frames. Mirror Y axis (the direction is changed in Y). Machine fourth contour, bottom right. Deactivate mirroring. Retraction, end of program
Turning:
Spindle 1 Spindle 2
Z M W
Z W1 M1
140 600
120
Zero offset to W Machine first side with spindle 1 Zero offset to spindle 2 Mirroring of the Z axis Zero offset to W 1 Machine second side with spindle 2
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-227
Frames
11.02
6.8
Explanation
The new frame, whose Z axis is pointing in the tool direction, is applicable after the block containing TOFRAME. The rotation defined by TOROT is the same as for TOFRAME.
Function
TOFRAME generates a rectangular frame whose Z axis coincides with the current tool orientation. You can use this function to retract the tool after a tool breakage in a 5-axis program without collision simply by retracting the Z axis. The resulting frame describing the orientation is written in the system variable for the programmable frame $P_PFRAME. Only the rotation component is overwritten with TOROT in the programmed frame. All other components remain unchanged. The position of the two axes X and Y can be defined in MD21110: X_AXES_IN_OLD_X_Z_PLANE; X is rotated about Z in the previous X-Z plane.
X
Basic
Basic
Z'
Y'
Z'
45
YBasic
YBasic
Generated frame
X'' X'
Example: N100 G0 G53 X100 Z100 D0 N120 TOFRAME N140 G91 Z20 N160 X50 ...
; Frame TOFRAME is included; all programmed geometry axis movements refer to TOFRAME
6-228
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
840Di
Additional notes
After tool orientation has been programmed with TOFRAME, all the programmed geometry axis movements refer to the frame generated by this programming. SW 6.1 and higher Separate system frame for TOFRAME or TOROT. The frames generated by TOFRAME or TOROT can be written to a separate system frame $P_TOOLFRAME. Bit 3 in machine data MD 28082: MM_SYSTEM_FRAME_MASK must be set for this purpose. The programmable frame remains unchanged. Differences occur when the programmable frame is processed further elsewhere.
NC command TOROT ensures consistent programming with active orientable tool carriers for each kinematic type. See also the description of NC command PAROT.
References
/PGA/ Programming Guide Advanced, Section "Tool Orientation"
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-229
Frames
11.02
810D
840Di
6.9
6-230
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
810D
Sequence
SW 6 and higher CORROF A preprocessing stop is initiated and the position component of the deselected overlaid motion (DRF offset or position offset) is transferred to the position in the basic coordinate system. Since no axis is traversed, the value of $AA_IM[axis] does not change. Owing to the deselected overlaid motion, only the value of system variable $AA_IW[axis] is altered. After the position offset, e.g. for one axis, has been deselected by $AA_OFF, the system variable $AA_OFF_VAL of this axis is zero. In JOG mode as well, it is possible to activate interpolation of the position offset as an overlaid motion when $AA_OFF changes by setting bit 2 = 1 of MD 36750: AA_OFF_MODE.
Additional notes
CORROF is possible only from the parts program, not via synchronized actions. Alarm 21660 is output if a synchronized action is active when the position offset is deselected via parts program command CORROF(axis,"AA_OFF"). $AA_OFF is deselected simultaneously and not set again. If the synchronized action becomes active later in the block after CORROF, $AA_OFF remains set and a position offset is interpolated. If CORROF has been programmed for an axis that is active in another channel, then this axis is fetched to the other channel with MD 30552: AUTO_GET_TYPE = 0 on axis exchange. This causes the DRF offset and any other position offset to be deselected. The programmable frames are cleared by specifying the TRANS, ROT, SCALE, MIRROR component without an axis.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-231
Frames
11.02
810D
840Di
For more information about TRAFOOF see /PGA/ Programming Guide Advanced, Chapter 7 "5-Axis Transformation".
Programming examples
Axial DRF deselection A DRF offset is generated in the X axis by DRF handwheel traversal. No DRF offsets are operative for any other axes in the channel. N10 CORROF(X,"DRF") acts like DRFOF( )
A DRF offset is generated in the X and Y axes by DRF handwheel traversal. No DRF offsets are operative for any other axes in the channel. N10 CORROF(X,"DRF") Only the DRF offset of the X axis is deselected, the X axis does not move the DRF offset of the Y axis is retained both offsets would have been deselected with DRFOF()
Axial DRF selection and $AA_OFF deselection A DRF offset is generated in the X axis by DRF handwheel traversal. No DRF offsets are operative for any other axes in the channel. N10 WHEN TRUE DO $AA_OFF[X] = 10 G4 F5 N70 CORROF(X,"DRF",X,"AA_OFF") A position offset == 10 is interpolated for the X axis Only the DRF offset of the X axis is deselected, the X axis does not move the DRF offset of the Y axis is retained
6-232
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Frames
810D
$AA_OFF deselection
A position offset of the X axis is deselected with: CORROF(X,"AA_OFF") with $AA_OFF[X] = 0 and added to the current position of the X axis. The following programming example shows the relevant programming examples for the X axis that was previously interpolated with a position offset of 10: N10 WHEN TRUE DO $AA_OFF[X] = 10 G4 F5 N80 CORROF(X,"AA_OFF") A position offset == 10 is interpolated for the X axis Delete position offset of X axis the X axis does not move
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
6-233
Frames
11.02
810D
840Di
6-234
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
7.10 Percentage acceleration correction: ACC (Option) ....................................................... 7-265 7.11 Feedrate optimization for curved path sections, CFTCP, CFC, CFIN .......................... 7-266 7.12 Spindle speed S, direction of spindle rotation M3, M4, M5 ........................................... 7-269 7.13 Constant cutting rate, G96, G97, LIMS ......................................................................... 7-272 7.14 Constant grinding wheel peripheral speed, GWPSON, GWPSOF ............................... 7-274 7.15 Constant workpiece speed for centerless grinding, CLGON, CLGOF .......................... 7-277 7.16 Programmable spindle speed limitation, G25, G26....................................................... 7-279 7.17 Several feedrates in one block: F.., FMA.. .................................................................... 7-280 7.18 Blockwise feedrate: FB... (SW 5.3 and higher) ............................................................. 7-282
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-235
11.02
7.1 Feedrate
810D
840Di
7.1
Feedrate Programming
G93 or G94 or G95 F FGROUP(X, Y, Z, A, B, ) FL[axis]= FGREF[axis name]=reference radius (SW 5 and higher)
Function
You can use the above commands to set the feedrates in the NC program for all axes participating in the machining sequence. 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 of the cutter or the tip of the turning tool.
Movement on Y
X Movement on X
Note: The inverse-time feedrate rpm G93 is not implemented for 802D and up to SW 3.1 for 810D CCU1.
7-236
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
7.1 Feedrate
810D
840Di
Sequence
Units of measurement for feedrate F You can use the following G commands to define the units of measurement for the feed input. All of the commands are modal. Input is in mm or inches, according to the default setting in the machine data. Feed parameters are not affected by G70/G71. With G700/G710 in SW 5 and higher, feed values F are interpreted like geometrical parameters in the system of units set by G function (G700: [inch/min]; G710: [mm/min]). Feedrate G93 Unit rpm. The inverse-time feedrate specifies the time required to execute the motion commands in a block. Example: N10 G93 G01 X100 F2 means: the programmed path is traversed in 0.5min.
Y
Note: If the path lengths vary greatly from block to block, a new F value should be specified in each block with G93. The feed can also be specified in deg/rev when machining with rotary axes.
G93 X... F2 X
0.5 min
Feedrate G94 mm/min or inches/min and deg/min Feedrate G95 mm/rev or inches/rev with reference to the speed of the master spindle generally the cutting spindle or the main spindle on the turning machine.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-237
11.02
7.1 Feedrate
810D
840Di
If the G feedrate command is switched between G93, G94 or G95 the path feedrate must be reprogrammed. The feed can also be specified in deg/rev when machining with rotary axes. Feedrate F for path axes The feedrate is specified with address F. One F value can be programmed per NC block. The unit for the feedrate is defined in one of the above G commands. The feed F acts only on path axes and remains active until a new feedrate is programmed. Separators are permitted after address F. Example: F100 or F 100 or F.5 or F=2*FEED Feedrate for synchronized axes The feed F programmed at address F applies to all the path axes programmed in the block, but not to synchronized axes. The synchronized axes are controlled such that they require the same time for their path as the path axes, and all axes reach their end point at the same time. Traverse synchronized axes with path velocity F, FGROUP With FGROUP, you define whether a path axis is to be traversed with path feed or as a synchronized axis. In helical interpolation, for example, you can define that only two geometry axes, X and Y, are to be traversed at the programmed feedrate. The infeed axis Z is the synchronized axis in this case. Example: N10 FGROUP(X, Y)
7-238
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
7.1 Feedrate
810D
840Di
Change FGROUP 1. By reprogramming another FGROUP instruction. Example: FGROUP(X, Y, Z) 2. With FGROUP () without axis parameter Afterwards, the initial setting in the machine data applies the geometry axes again traverse in the path axis grouping. You must program channel axis names with FGROUP.
Unit of measurement for rotary and linear axes For linear and rotary axes which are combined with FGROUP and traverse a path together, the feed is interpreted in the unit of measurement of the linear axes. Depending on the default for G94/G95: mm/min or inch/min and mm/rev or inch/rev. The tangential velocity of the rotary axis in mm/min or inch/min is calculated according to the following formula:
F'
D
F[mm/min] =
F: F': : D:
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-239
11.02
7.1 Feedrate
810D
840Di
Traverse rotary axes with path velocity F, FGREF (SW 5 and higher) For machining operations in which the tool or the workpiece or both are moved by a rotary axis, the effective machining feedrate is to be interpreted as a path feed in the usual way by reference to the F value. This requires the specification of an effective radius (reference radius) FGREF for each of the rotary axes involved. The unit of the reference radius depends on the G70/G71/G700/G710 setting. All axes involved must be included in the FGROUP command, as before, in order to be evaluated in the calculation of the path feed. In order to maintain compatibility with the behavior without FGREF programming, the following setting is activated after system power-up and on RESET: 1 degree = 1mm. This corresponds to a reference radius of FGREF=360mm/(2)=57.296mm. This default setting is independent of the active basic system MD 10240: SCALING_SYSTEM_IS_METRIC and of the currently active inch/metric G code. Special situations: With the following programming: N100 FGROUP(X,Y,Z,A) N110 G1 G91 A10 F100 N120 G1 G91 A10 X0.0001 F100 the F value programmed in N110 is evaluated as a rotary axis feedrate in deg/min, while the feedrate weighting in N120 is either 100inch/min or 100mm/min depending on the currently active inch/metric setting.
7-240
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
7.1 Feedrate
810D
840Di
The FGREF evaluation is active even if only rotary axes are programmed in the block. The normal F-value interpretation as degree/min applies in this case only if the radius reference corresponds to the FGREG default, i.e. G71/G710: FGREF[A]=57.296 G70/G700: FGREF[A]=57.296/25.4 The following example illustrates the effect of FGROUP on the path and the path feedrate. The variable $AC_TIME contains the time from the start of the block in seconds. It can be used only in synchronized actions. See /FBSY/, Synchronized Actions Example N100 G0 X0 A0
Feed=100 mm/min or 100 deg/min Feed=100 mm/min Feed=100 mm/min Feed=100 deg/min Feed=100 mm/min Path=10mm Path=14.14mm Path=10 degrees Path=10mm R1=approx. 6s R2=approx. 8s R3=approx. 6s R4=approx. 6s
N140 X10
N150 DO $R2=$AC_TIME
N180 A10
N190 DO $R4=$AC_TIME
Feed=2540 mm/min or 100 deg/min Feed=2540 mm/min Feed=2540 mm/min Feed=100 deg/min Feed=2540 mm/min Path=254mm Path=254.2mm Path=10 degrees Path=10mm R5=approx. 6s R6=approx. 6s R7=approx. 6s R8=approx. 0.288s
N230 X10
N240 DO $R6=$AC_TIME
N270 A10
N280 DO $R8=$AC_TIME
Set 1 degree=1 inch via the effective radius Feed=2540 mm/min Path=254mm R9=approx. 6s
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-241
11.02
7.1 Feedrate
810D
840Di
Traverse synchronized axes with limit speed FL With this command, synchronized/path axes are traversed at their limit speed FL. The path velocity of the path axes is reduced if the synchronized axis reaches the limit speed. Example, Z is a synchronized axis: N10 G0 X0 Y0 N20 FGROUP(X) N30 G1 X1000 Y1000 G94 F1000 FL[Y]=500 N40 Z-50 One FL value can be programmed per axis. The axis identifiers of the basic coordinate system must be used (channel axes or geometry axes). The unit of measurement set for F (G70/G71) using the G command is also valid for FL. If no FL is programmed, the rapid traverse velocity applies. FL is deselected by assignment to MD $MA_AX_VELO_LIMIT.
7-242
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
7.1 Feedrate
810D
840Di
Programming example
Helical interpolation. Path axes X and Y traverse with the programmed feedrate, the infeed axis Z is a synchronized axis.
Y Y
20
10 25
15
N10 G17 G94 G1 Z0 F500 N20 X10 Y20 N25 FGROUP(X, Y) N30 G2 X10 Y20 Z-15 I15 J0 F1000 FL[Z]=200 ... N100 FL[Z]=$MA_AX_VELO_LIMIT[0,Z] N110 M30
Tool infeed Approach start position Axes X/Y are path axes, Z is a synchronized axis On the circular path, the feed is 1000 mm/min. Traversing in the Z direction is synchronized. The limit velocity is deselected when the velocity value is read from the MD. End of program
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-243
11.02
810D
840Di
7.2
Function
Positioning axes are traversed independently of the path axes at a separate, axis-specific feedrate. There are no interpolation commands. Example for positioning axes: Pallet feeding mechanisms, measuring stations, etc.
Sequence
With the POS/POSA/POSP commands, the positioning axes are traversed and the sequence of motions coordinated at the same time.
7-244
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Traveling with POSA[]= The axis indicated in brackets is traversed to the end position. The block step enable or program execution is not affected by POSA. The movement to the end position can be performed during execution of subsequent blocks. Internal preprocessor stop If a command which generates an implicit preprocessor stop is read in the following block, the following block is not executed until all previously prepared and stored blocks have been processed completely. The preceding block is halted in an exact stop (as for G9). Example: N40 POSA[X]=100 N50 IF $AA_IM[X]==R100 GOTOF LABEL1
; On accessing status data of the machine ($A...), the control generates an internal preprocessing stop, processing is halted until all previously prepared and stored blocks have been executed in full.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-245
11.02
810D
840Di
Making an axis available as a reciprocating axis. Making an axis available for traversing as a concurrent positioning axis (by PLC). After WAITP, assignment of the axis to the NC program is no longer valid; this applies until the axis is programmed again. This axis can then be operated as a positioning axis through the PLC, or as a reciprocating axis from the NC program/PLC or MMC.
Programming example
Axis U: Pallet store, transporting the pallet to the working area Axis V: Transfer line to a measuring station, where sampling controls are carried out.
N10 FA[U]=100 FA[V]=100 N20 POSA[V]=90 POSA[U]=100 G0 X50 Y70 N50 WAITP(U)
Axis-specific feed functions for each positioning axis U and V Traverse positioning and path axes Execution of the program is only continued when axis U has reached the end position programmed in N20.
N60
Block change in the braking ramp with IPOBRKA and WAITMC() In SW 6.4 and higher, WAITMC can be used to to load the next NC block immeditaely when the wait marker is received. to decelerate an axis only if the marker has not yet been reached or if an different search criteria prevents the block change. After a WAITMC, the axes start immediately if no other search criterion prevent block change.
7-246
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
7.3
Function
In certain cases, it is practical to operate the spindle in position control mode. For example, a higher quality can be achieved for thread cutting operations with G33 and a large pitch. Note The command requires up to three interpolation cycles.
Sequence
The speed is specified with S... M3, M4 and M5 apply to the directions of rotation and spindle stop. SPCON is modal and remains active until SPCOF.
Additional notes
With synchronized spindle setpoint value linkage, the master spindle must be operated in position control mode.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-247
11.02
810D
840Di
7.4
Positioning spindles (position-controlled axis operation): SPOS, M19 and SPOSA Programming
SPOS= or SPOS[n]= M19 or M[n]=19 SPOSA= or SPOSA[n]= M70 or Mn=70 FINEA= or FINEA[n]= COARSEA= or COARSEA[n]= IPOENDA= or IPOENDA[n]= IPOBRKA= or IPOBRKA(axis[,REAL]) (programming in a separate NC block) WAITS or WAITS(n,m) (programmed in a separate NC block)
7-248
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Function
Angle position
SPOS, M19 and SPOSA can be used to position spindles at specific angles, e.g. for tool-changing operations. The spindle can also be operated as a path axis, synchronized axis or positioning axis at the address defined in the machine data. When the axis identifier is specified, the spindle is in axis mode. M70 switches the spindle directly to axis mode. Example:
M3 S500 SPOS[2]=0 or
Position control on, spindle 2 positioned to 0, axis mode can be used in the next block Spindle 2 is switched to axis mode Spindle 2 (C axis) is traversed with linear interpolation synchronous to X. Spindle 2 is positioned to 90 degrees.
A
Sequence
Precondition The spindle must be capable of operation in position control mode. Position with SPOSA=, SPOSA[n]= The block step enable or program execution is not affected by SPOSA. The spindle positioning can be performed during execution of subsequent blocks. The program moves onto the next block if all the functions (except for spindle) programmed in the current block have reached their block end criterion. The spindle positioning operation may be programmed over several blocks (see WAITS).
If a command which implicitly causes a preprocessor stop is read in a subsequent block, execution of this block is delayed until all positioning spindles are stationary.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-249
11.02
810D
840Di
Position with SPOS=, SPOS[n]= and position with M19=, M19[n]= The block step enabling condition is fulfilled when all functions programmed in the block have reached their block end criterion (e.g. all auxiliary functions acknowledged by the PLC, all axes have reached end point) and the spindle has reached the programmed position. Speed of the movements The speed or delay response for positioning is stored in the machine data and can be programmed. Specify spindle position The spindle position is specified in degrees. Since the commands G90/G91 do not apply here, the following explicit references apply: AC() Absolute dimensions IC() Incremental dimensions DC() Approach absolute value directly ACN() Absolute dimensions, approach in negative direction ACP() Absolute dimensions, approach in positive direction With IC, spindle positioning can take place over several revolutions.
AC (250)
250 0
DC (250)
Example: Position spindle 2 at 250 in negative direction of rotation. N10 SPOSA[2]=ACN(250) The spindle decelerates if necessary and accelerates in the opposite direction to the positioning movement (SW 4 and higher) If nothing is specified, traversing automatically takes place as for DC. Three spindle positions are possible for each NC block. Value range Absolute dimensions AC: 0359.9999 degrees Incremental dimensions IC: 099,999.999 degrees
7-250
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
End of positioning (SW 5.1 and higher) Programmable by means of the following commands: FINEA[Sn], COARSEA[Sn], IPOENDA[Sn]. Settable block change time (SW 6 and higher) For single axis interpolation mode, a new end of motion can be set in addition to the existing end of motion criteria based on FINEA, COARSEA, IPOENDA. The new criterion can be set within the braking ramp (100-0%) using IPOBRKA. The program advances to the next block if the end of motion criteria for all spindles or axes programmed in the current block plus the block change criterion for path interpolation are fulfilled. Example: N10 POS[X]=100 N20 IPOBRKA(X,100) N30 POS[X]=200 N40 POS[X]=250 N50 POS[X]=0 N60 X10 F100 N70 M30 Block changes if the X axis has reached position 100 and exact stop fine. Activate block change criterion IPOBRKA braking ramp. Block change commences as soon as the X axis starts to decelerate. The X axis does not brake at position 200, but moves on to position 250; as soon as the X axis starts to brake, the block changes. The X axis brakes and returns to position 0, the block is changed at position 0 and exact stop fine. Deactivate SPOS, M19 and SPOSA cause a temporary changeover to position-control mode until the next M3 or M4 or M5 or M41 to M45. If the position control was activated with SPCON prior to SPOS, then this remains active until SPCOF is issued.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-251
11.02
810D
840Di
Synchronize spindle movements, WAITS, WAITS(n,m) WAITS can be used to identify a point at which the NC program waits until one or more spindles programmed with SPOSA in a previous NC block have reached their positions. Example:
The block waits until spindles 2 and 3 have reached the positions specified in block N10.
Position spindle from rotation (M3/M4) When M3 or M4 active, the spindle comes to a standstill at the programmed value. There is no difference between DC and AC dimensioning. In both cases, rotation continues in the direction selected by M3/M4 until the absolute end position is reached. With ACN and ACP, deceleration takes place if necessary, and the appropriate approach direction is followed. With IC, the spindle rotates additionally to the specified value starting at the current spindle position. When M3 or M4 is active, the spindle decelerates if necessary, and accelerates in the programmed direction of rotation. Position a spindle from standstill (M5) The exact programmed distance is traversed from standstill (M5). If the spindle has not yet been synchronized with synchronization marks, the positive direction of rotation is taken from the machine data (state on delivery).
Direction of rotation
Direction of rotation
DC = AC
7-252
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Programming example
Cross holes are to be drilled in this turned part. The running drive spindle (master spindle) is stopped at zero degrees and then successively turned through 90, stopped and so on.
....
N110 N120 N125 N130 N135 N140 N145 N150 N155 N160 N165 N170 N175 N180 N185 ... S2=1000 M2=3 SPOSA=DC(0) G0 X34 Z-35 WAITS G1 G94 X10 F250 G0 X34 SPOS=IC(90) G1 X10 G0 X34 SPOS=AC(180) G1 X10 G0 X34 SPOS=IC(90) G1 X10 G0 X50 ; the spindle turns in a positive direction through 90 from the absolute 180 position, ending up in the absolute 270 position ; the spindle is positioned at 180 with respect to the spindle zero point ; the spindle is positioned through 90 with read halt in a positive direction ; switch on cross drilling attachment ; position main spindle directly at 0, the program will advance to the next block immediately ; switch on the drill while the spindle is being positioned ; wait until the main spindle reaches its position ; feedrate in mm/min (G96 is suitable only for the multi-edge turning tool and synchronous spindle, but not for power tools on the cross slide)
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-253
11.02
810D
840Di
7.5
Activates the first declared TRANSMIT function Activates the nth declared TRANSMIT function; n can be up to 2 (TRANSMIT(1) is the same as TRANSMIT). Deactivates an active transformation
An active TRANSMIT transformation is likewise deactivated if one of the other transformations is activated in the relevant channel (e.g. TRACYL, TRAANG, TRAORI). The TRANSMIT function enables the following: Face machining on turned parts in the turning clamp (drill-holes, contours). A Cartesian coordinate system can be used to program these operations. The control maps the programmed traversing movements of the Cartesian coordinate system onto the traversing movements of the real machine axes (standard situation): Rotary axis Infeed axis perpendicular to the axis of rotation Longitudinal axis parallel to the axis of rotation The linear axes are perpendicular to each other. A tool center offset relative to the turning center is permitted. The velocity control makes allowance for the limits defined for the rotations.
7-254
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Programming example
Y
N10 T1 D1 G54 G17 G90 F5000 G94 N20 G0 X20 Z10 SPOS=45 N30 TRANSMIT N40 ROT RPL=45 N50 ATRANS X2 Y10 N60 G1 X10 Y10 G41 N70 X10 N80 Y10 N90 X10 N100 Y10 N110 ...
Tool selection Approach start position Activate TRANSMIT function Set frame Four-edge roughing
References
/PGA/ Programming Guide Advanced, Section "Transformations"
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-255
X
Z
11.02
810D
840Di
7.6
Activates the first declared TRACYL function Activates the nth declared TRACYL function. N can be up to 2, TRACYL(d,1) is the same as TRACYL(d). Value for the current diameter of the cylinder to be machined. Transformation off
An active TRACYL transformation is likewise deactivated if one of the other transformations is activated in the relevant channel (e.g. TRANSMIT, TRAANG, TRAORI).
Function
Cylinder surface transformation TRACYL The TRACYL cylinder surface transformation function can be used to Machine longitudinal grooves on cylindrical bodies, transverse grooves on cylindrical bodies, grooves with any path on cylindrical bodies. The path of the grooves is programmed with reference to the unwrapped, level surface of the cylinder.
Workpiece coordinate system
Y
References
/PGA/ Programming Guide Advanced, Section "Transformations"
7-256
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
7.7
FPRAON
FPRAOF SPI
Axis
Function
Positioning axes, such as workpiece transport systems, tool turrets and end supports, are traversed independently of the path and synchronized axes. A separate feed is therefore defined for each positioning axis. Example: FA[A1]=500
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-257
11.02
810D
840Di
With synchronous spindle link, the positioning speed of the following spindle can be programmed independently of the master spindle for example, for positioning operations. Example: FA[S2]=100 The spindle identifiers SPI(...) and S... are identical in terms of function.
Sequence
Feed FA[] The programmed feed is modal. The feed is always G94. When G70/G71 is active, the unit of measurement is metric/inches according to the default setting in the machine data. G700/G710 can be used to modify the unit of measurement in the program. If no FA is programmed, the value defined in the machine data applies. Up to 5 feeds for positioning axes or spindles can be programmed in each NC block. Value range 0.001999,999.999mm/min, deg/min 0.00139,999.9999inch/min Feed FPR() As an extension of the G95 command (revolutional feedrate referring to the master spindle), FPR allows the revolutional feedrate to be derived from any chosen spindle or rotary axis. G95 FPR(...) is valid for path and synchronized axes. If the rotary axis/spindle specified in the FPR command is operating on position control, then the setpoint linkage is active. Otherwise the actual-value linkage is effective. The derived feedrate is calculated according to the following formula: Derived feedrate = programmed feedrate * Absolute master feedrate
7-258
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Example: Path axes X, Y must be traversed at the revolutional feedrate derived from rotary axis A: N40 FPR(A) N50 G95 X50 Y50 F500 Feed FPRAON(,), FPRAOF(,) The FPRAON command makes it possible to derive the revolutional feedrate for specific positioning axes and spindles from the current feedrate of another rotary axis or spindle. The first command identifies the axis/spindle that must be traversed at a revolutional feedrate. The second command identifies the rotary axis/spindle that is to supply the feedrate. The command need not be specified a second time. If it is not, the feedrate is derived from the master spindle. The revolutional feedrate can be deactivated for one or several axes/spindles simultaneously with the FPRAOF command. The feedrate is calculated in the same way as for FPR(). Examples: The revolutional feedrate for master spindle 1 must be derived from spindle 2.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-259
11.02
810D
840Di
7.8
Axis
Function
You can use the programmable feedrate override to change the velocity/speed of path axes, positioning axes and spindles via a command in the NC program. Example: N10 OVR=25 OVRA[A1]=70
; Path feed 25%, Positioning feed for A1 70%. ; Spindle speed for spindle 1 35%.
Sequence
The programmed feed change refers to or is combined with the feed override set on the machine control panel. Example: Set feed override 80% Programmed feed override OVR=50 The programmed path feed F1000 is changed to F400 (1000 * 0.8 * 0.5).
7-260
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Value range 1200%, integers; with path and rapid traverse override, the maximum velocities set in the machine data are not exceeded.
7.9
Function
With these functions, you can use the handwheel to traverse path and positioning axes (position parameter) or change the axis velocities (speed override) during program execution. The handwheel override is frequently used for grinding operations. Example for position parameter: The grinding wheel oscillating in the Z direction is moved to the workpiece in the X direction using the handwheel. The operator can then adjust the position of the tool until the spark generation is constant. When "Delete distance-to-go" is activated, the program goes to the next NC block and machining continues in NC mode. Only speed override can be used for path axes.
Z
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-261
11.02
810D
840Di
Sequence
Preconditions A handwheel must be assigned to the axes to be traversed for the handwheel override function. Please see the Operators Guide for the procedure. The number of handwheel pulses per graduated position is defined in machine data. Non-modal operation The handwheel override function is non-modal. The function is deactivated in the next NC block and the NC program continues to be executed. Handwheel travel with path default for positioning axes, FDA[axis]=0 In NC blocks with programmed FDA[axis]=0, the feed is set to zero in order that the program does not generate any travel movement. The programmed travel movement to the target position is now controlled exclusively by the operator rotating the handwheel. Example: N20 POS[V]=90 FDA[V]=0 The automatic travel movement is stopped in block N20. The operator can now move the axis manually using the handwheel. Direction of movement, travel velocity The axes accurately follow the path set by the handwheel in the direction of the leading sign. Depending on the direction of rotation, you can travel forwards or backwards the faster you turn the handwheel, the higher the travel velocity. Traversing range The traversing range is limited by the starting position and the end point programmed with the positioning command.
7-262
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Handwheel travel with velocity overlay, FDA[axis]= Where FDA[]= is programmed in an NC block, the feed from the last programmed FA value is accelerated or reduced to the value programmed at FDA. Starting with the current feed FDA, you can accelerate or reduce the programmed travel to zero by rotating the handwheel. The values defined in the machine data are used for the maximum velocity. Example: N10 POS[U]=10 FDA[U]=100 POSA[V]=20 FDA[V]=150 Traverse path axes with handwheel override, FD The following preconditions apply to handwheel overrides for path axes: In the NC block with the programmed handwheel override an active G1, G2 or G3 motion command must be active, exact stop G60 must be switched on, and the path feedrate must be specified with G94 mm/min or inch/min. The path feed F and the handwheel override FD may not be programmed in the same NC block. Feedrate override The feed override acts only on the programmed feed, not on the travel movement generated with the handwheel (except if feed override = 0). Example:
The feedrate is accelerated to 700 mm/min in block N50. The path velocity can be increased or reduced according to the direction of rotation on the handwheel. It is not possible to traverse in the opposite direction.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-263
11.02
810D
840Di
Note With velocity override of path axes, you always control the path velocity with the handwheel of the 1st geometry axis. Traversing range The traversing range is limited by the starting position and the programmed end point. Manual override in automatic mode The manual override function in automatic mode for POS/A axes has two different effects that are analogous to Jog functions. 1. Path override: FDA [ax] = 0 The axis does not move. Handwheel pulses received for each IPO cycle are traversed directionindependent and accurate to the path. When the target position is reached, the axis brakes. 2. Velocity override FDA [ax] > 0 The axis moves to the target position at the programmed velocity. The destination is thus reached even without handwheel pulses. Pulses received for each IPO cycle are converted to an accumulative change in the existing velocity. Pulses in the traversing direction increase the speed; the limit is MAX_AX_VELO. Pulses in the opposite direction reduce the speed. The minimum speed limit is 0.
7-264
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
7.10
Axis
Function
In critical program sections, it may be necessary to limit the acceleration to below the maximum values, e.g. to prevent mechanical vibrations from occurring.
Sequence
You can use the programmable acceleration override to change the acceleration for each path axis or spindle via a command in the NC program. The limit is effective for all types of interpolation. The values defined in the machine data determine the 100% acceleration. Example N50 ACC[X]=80 Meaning Traverse the axis slide in the X direction with only 80% acceleration. N60 ACC[SPI(1)]=50 or ACC[S1]=50 Meaning Accelerate or decelerate spindle 1 with only 50% of the maximum acceleration. The spindle identifiers SPI(...) and S... are identical in terms of function. Value range 1200%, integers Deactivate ACC[axis]=100, program start, reset
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-265
11.02
7.11 Feedrate optimization for curved path sections, CFTCP, CFC, CFIN
810D
840Di
Additional notes
Please note that the maximum permissible values of the machine manufacturer can be exceeded with a higher acceleration rate. SW 5.1 and higher The defined acceleration can also be changed via synchronized actions. See /FBSY/, Synchronized Actions Example N100 EVERY $A_IN[1] DO POS[X]=50 FA[X]=2000 ACC[X]=140 The last programmed value is retained after RESET. The current acceleration value can be polled using the system variables $AA_ACC[<Axis>].
7.11
Feedrate optimization for curved path sections, CFTCP, CFC, CFIN Programming
CFTCP CFC CFIN
7-266
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
7.11 Feedrate optimization for curved path sections, CFTCP, CFC, CFIN
810D
840Di
Function
The programmed feedrate initially refers to the cutter center path when the G41/G42 override is activated for the cutter radius (cf. Chapter 6). When you mill a circle the same applies to polynomial and spline interpolation the extent of the change in feedrate at the cutter edge is such that it can have a considerable effect on the quality of the machined part. Example: you are milling a small external radius with a large tool. The distance that the outer side of the cutter has to cover is much larger than the distance along the contour. You therefore work with a very small feed on the contour. In order to avoid effects like this, you should regulate the feedrate for curved contours accordingly.
Tool path
Contour
Sequence
Constant feedrate on center-point path, deactivate feedrate override, CFTCP The control keeps the feedrate constant, feed overrides are deactivated. Constant feedrate on contour, CFC The feedrate is reduced for inside radii and increased for outside radii. This ensures a constant speed at the tool edge and thus at the contour. This function is set as the default. Constant feed only at inside radii, CFIN The feedrate is reduced for inside radii but not increased for outside radii; the cutter center applies.
constant
st an t
reduced increased
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
co n
7-267
11.02
7.11 Feedrate optimization for curved path sections, CFTCP, CFC, CFIN
810D
840Di
Programming example
In this example, the contour is first machined with a CFC-compensated feed. During finishing, the cutting base is additionally machined with CFIN. This prevents the cutting base from being damaged at outside radii by too high a feedrate.
40 10
X
10 20 55 20 30
G17 G54 G64 T1 M6 S3000 M3 CFC F500 G41 G0 X-10 Y0 Z-10 CONTOUR1 CFIN Z-25 CONTOUR1 Y120 X200 M30
Infeed to first cutting depth Subprogram call Infeed to second cutting depth Subprogram call
7-268
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
7.12
Function
The above functions are used to switch on the spindle, specify the required direction of spindle rotation, and define the counterspindle or an actuated tool as the master spindle, e.g. on turning machines The following programming commands are valid for the master spindle: G95, G96, G97, G33, G331. (see also Chapter 1, "Main spindle, master spindle").
Sequence
Preset M commands, M3, M4, M5 In a block with axis commands, the above mentioned functions are activated before the axis movements commence (basic settings on the control).
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-269
11.02
810D
840Di
Example:
N10: the spindle accelerates to 270rpm, then the movements are performed on X and Y. N100: spindle stop before the retraction movement on Z. A machine data can be set to determine whether the axis motions are delayed until the spindle has run up and reached setpoint speedor stopped, or whether they are executed immediately after the programmed switching operations. Spindle speed S The speed specified with S... or S0=... applies to the master spindle. You specify the corresponding number for additional spindles: =, S2= Three S values can be programmed per NC block. Working with multiple spindles Up to five spindles master spindle plus four additional spindles, two spindles on the SINUMERIK FM-NC can be configured in the same channel. One of the spindles is defined in machine data as the master spindle. Special functions apply to this spindle, such as thread cutting, tapping, revolutional feed, dwell time. The numbers must be specified with the speed and the direction of rotation/spindle stop for the other spindles, e.g. for a second spindle and actuated tool. Example:
Master spindle 300rpm, clockwise rotation 2nd spindle 780rpm, counterclockwise rotation
7-270
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Programmable switchover of master spindle, SETMS(n) You can define any spindle as the master spindle with a command in the NC program. Example: N10 SETMS(2) ; SETMS must be programmed in a separate block Spindle 2 is now the master spindle. The speed specified with S and M3, M4, M5 now apply. Deactivate By issuing SETMS without spindle parameter you can switchback to the master spindle defined in the machine data.
Programming example
S1 is the master spindle, S2 is the second workspindle. The part is to be machined from two sides. To do this, it is necessary to divide the operations into steps. After parting, the synchronous device (S2) takes up the workpiece for machining on the parted side. To do this, this spindle S2 is defined as the master spindle to which G95 then applies.
S2
N10 S300 M3 N20N90 N100 SETMS(2) N110 S400 G95 F N120N150 N160 SETMS
Speed and direction of rotation for drive spindle = preset master spindle Machining of right side of workpiece S2 is now master spindle Speed for new master spindle Machining of left side of workpiece Switch back to master spindle S1
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-271
11.02
810D
840Di
7.13
Function
When G96 is active, the spindle speed depending on the respective workpiece diameter is automatically modified in order that the cutting rate S in m/min remains constant at the tool edge. This increases the uniformity and thus the surface quality of turned parts.
Reducing spindle speed
Sequence
Value range for cutting rate S The precision can be set in the machine data. The range for the cutting rate can be between 0.1m/min ... 9999 9999.9m/min. For G70/G700: cutting rate in feet/min. Adjust feed F When G96 is active, G95 feed is automatically activated in mm/rev. If G95 was not already active, you must specify a new feedrate F when you call G96 (e.g. convert F value from mm/min to mm/rev).
7-272
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Upper speed limit LIMS If you machine a workpiece that varies greatly in diameter, it is advisable to specify a speed limit for the spindle. This prevents excessively high speeds with small diameters. LIMS is active with G96 and G97. Example: N10 SETMS(3) N20 G96 S100 LIMS=2500 Limit speed to 2500rpm
LIMS
The speed limit programmed with G26 or defined in machine data cannot be exceeded with LIMS. Rapid traverse With rapid traverse G0, there is no change in speed. Exception: If the contour is approached in rapid traverse and the next NC block contains a G1, G2, G3 ... path command, the speed is adjusted in the G0 approach block for the next path command. Deactivate constant cutting rate, G97 After G97, the control interprets an S word again as a spindle speed in rpm. If you do not specify a new spindle speed, the last speed set with G96 is retained.
Additional notes
The G96 function can also be deactivated with G94 or G95. In this case, the last programmed speed S is used for further machining operations. In SW 4.2 and higher, G97 can also be programmed without preceding it by G96. The function then has the same effect as G95; LIMS can also be programmed. The transverse axis must be defined in machine data.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-273
11.02
810D
840Di
7.14
GWPSOF(T No.) S S1
Function
With the function "Constant grinding wheel peripheral speed" (=GWPS) you can set the grinding wheel speed such that, taking account of the current radius, the grinding wheel peripheral speed remains constant. The GWPS can only be selected for grinding tools (types 400499).
Additional notes
To be able to activate the "Constant peripheral speed" function, the tool-specific grinding data $TC_TPG1, $TC_TPG8 and $TC_TPG9 must be set accordingly. When the GWPS function is active, even online offset values (= wear parameters; cf. Sect. 6 PUTFTOC, PUTFTOCF) are taken into account with regard to speed variations!
7-274
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Select GWPS GWPSON, program GWPS After activation of GWPSON, each subsequent S value for this spindle is interpreted as a grinding wheel peripheral speed. Selection of grinding wheel peripheral speed with GWPSON does not cause the automatic activation of tool length compensation or tool monitoring. The GWPS can be active for several spindles on a channel with different tool numbers. If GWPS is to be selected for a new tool on a spindle where GWPS is already active, the active GWPS must first be deselected with GWPSOF. Deactivate GWPS GWPSOF When the GWPS is deselected with GWPSOF, the last speed determined is retained as set speed. GWPS programming is reset at the end of the parts program or on RESET. Query active GWPS $P_GWPS[spindle no.] This system variable can be used to query from the parts program whether the GWPS is active for a specific spindle. TRUE GWPS is active. FALSE GWPS is not active.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-275
11.02
810D
840Di
Programming example
A constant grinding wheel peripheral speed is to be used for grinding tools T1 and T5. T1 is the active tool.
Programming
N20 T1 D1 N25 S1=1000 M1=3 N30 S2=1500 M2=3 N40 GWPSON N45 S1 = 60 N50 GWPSON(5) N55 S2 = 40 N60 GWPSOF N65 GWPSOF(5)
Deactivate GWPS for active tool Deactivate GWPS for tool 5 (spindle 2) Select GWPS for tool 5 (2nd spindle) Set GWPS for spindle 2 to 40m/s GWPS selection for active tool T1 Set GWPS for active tool to 60m/s Select T1 and D1 1000rpm for spindle 1 1500rpm for spindle 2
7-276
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
840Di
7.15
Function
When the "Constant workpiece speed for centerless grinding" function is active, the speed of the machined part is kept constant. The speed of the regulating wheel reduces as the diameter of the machined part decreases.
n1= const
Workpiece
rWorkpiece
Regulating wheel
A
Grinding wheel
R1
Sequence
Preconditions for CLGON The axes of the regulating and grinding wheels and the work blade must be in a position that enables grinding of the workpiece from the initial to the finishing dimension. CLGON acts only if the spindle of the regulating wheel is running in speed mode. An actual position sensor is not required. G functions G94, G95, G96 and G97 can be active at the same time as CLGON. These functions have no effect on the spindle of the regulating wheel. If the regulating wheel is running is a master spindle, G96 and CLGON cancel each other.
r Regulating wheel n2
Work blade
Y X
Q1 Q2
Additional notes
The following are stored in the channel-specific machine data ($MC_TRACLG) The spindle numbers of the regulating and grinding wheels Geometrical parameters (axis numbers, direction vector of the work blade, etc.) Response on reset and end of program
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-277
11.02
840Di
Calculation of the regulating wheel speed The speed of the regulating wheel is calculated from the set speed of the workpiece: SRegulating wheel = rWorkpiece/rRegulating wheel Sprog The radius of the workpiece rWorkpiece is calculated as the radius of the circle touching the grinding wheel, regulating wheel and work blade. Offset data for CLGON The radii of the grinding and regulating wheels are taken from the current offset data for T1, D1 (grinding wheel) and T2, D1 (regulating wheel). Changes to the online tool offset (PUTFTOCF, FTOCON, FTOCOF) are taken into account. Response on transition of traversing blocks CLGON is only active in traversing blocks without G0 (traverse with path feed). If a transition takes place from a G0 block to a traversing block without G0, the speed of the regulating wheel during the G0 block is set to the desired starting speed of the next block. If a G0 block follows a traversing block without G0, the speed is frozen at the end of the block before G0. This does not apply if the G0 block is followed by a motion block without G0 in which a new set speed is programmed. Gear stages The gear stages must be selected in such a manner that the regulating wheel can cover the entire speed range required. Monitoring Speed monitoring defined with G25 and G26 is active. The range of the work blade, in which the calculated tangent of the workpiece lies, is monitored. It is defined in machine data.
n1= const
Workpiece
rWorkpiece
Regulating wheel
A
Grinding wheel
R1
r Regulating wheel n2
Work blade
Y X
Q1 Q2
7-278
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
7.16
Lower spindle speed limitation Upper spindle speed limitation Minimum or maximum speed
Function
You can use a command in the NC program to change the minimum and maximum spindle speeds defined in the machine data and setting data.
Sequence
It is possible to program spindle speed limitations for all spindles on the channel. Example: N10 G26 S1400 S2=350 S3=600 Upper speed limitation for master spindle, spindle 2 and spindle 3. Value range Value assignment for the spindle speed can be between 0.1rpm ... 9999 9999.9rpm. A spindle speed limitation programmed with G25 or G26 overwrites the speed limitations in the setting data and thus remains stored after the end of the program.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-279
11.02
810D
840Di
7.17
Function
The function "Several feedrates in one block" can be used independent of external analog and/or digital inputs to activate 6 different feedrates of an NC block, 1 dwell time and 1 return path in synchronism with the movement. The HW inputs signals are combined in one input byte, see description in: /FB/ A2, Various Interface Signals.
Sequence
Programming the path motion The path feedrate is programmed under the address A, which remains valid provided that no input signal is present. The numerical extension is indicated by the bit number of the input, whose change activates the feedrate:
7-280
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
; 7 corresponds to input bit 7. ; 2 corresponds to input bit 2. ; dwell time (s) input bit 1 ; return path (mm) input bit 0
Programming the axial motion The axial path feedrate is programmed under the address FA, which remains valid provided that no input signal is present. FMA[7,x]=... to FMA[2,x]=... can also be used to program up to 6 further feedrates per axis in the block. The first expression in the square brackets indicate the bit number of the input; the second the axis for which the feedrate is to apply e.g. FMA[3,y]=1000 Dwell time and return path are programmed under the additional addresses STA[x]=... Dwell time (s) bit 1 and SRA[x]=... Return path (mm) bit 0.
; axial feedrate with the value 1000 for Y axis, 3 corresponds to input bit 3.
Additional notes
The axial feedrate/path feedrate (F value) corresponds to 100% feedrate. The function "Several feedrates in one block" can be used to implement feedrates which are less than or equal to the axial feedrate/path feedrate. If feedrates, swell time or return path are programmed for an axis on account of an external input, this axis must in this block must not be programmed as POSA axis (positioning axis over multiple blocks). If input bit 1 is activated for the dwell time or bit 0 for the return path, the distance to go for the path axes or the relevant single axes is deleted and the dwell time or return started. The unit for the return path is relative to the currently valid unit of measurement (mm or inch).
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-281
11.02
810D
840Di
Look-ahead is also active for several feedrates in one block. In this way, you can use the lookahead function to restrict the current feedrate.
Programming
N20 T1 D1 F500 G0 X100
Start position
N25 G1 X105 F=20 F7=5 F3=2.5 F2=0.5 ST=1.5 SR= 0.5 ; Standard feedrate with F, roughing with F7, finish cut with F3, smooth-finishing with F2, dwell 1.5s, return path 0.5mm N30 ...
7.18
Function
You can use the function "Blockwise feedrate" to define a separate feedrate for a single block.
Sequence
The address FB is used to define the feedrate only for the current block. After this block, the previously active modal feedrate is active. The feedrate is interpreted according to the active feedrate type: G94: feedrate in mm/min or /min G95: feedrate in mm/rev. or inch/rev. G96: constant cutting speed
7-282
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
810D
840Di
Additional notes
The feedrate programmed value of FB=<value> must be greater than zero. If no traversing motion is programmed in the block (e.g. computation block), the FB has no effect. If no explicit feedrate is programmed for chamfer/rounding, the value of FB also applies for a chamfer/rounding contour element in this block. Feedrate interpolations FLIN, FCUB, etc. are also possible without restriction. Simultaneous programming of FB and FD (handwheel traversing with handwheel override) or F (modal path feed) is not possible.
Programming
N10 G0 X0 Y0 G17 F100 G94; N20 G1 X10; N30 X20 FB=80; N40 X30; N50 ...
Start position Feedrate 100 mm/min Feedrate 80 mm/min Feedrate is 100 mm/min again
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
7-283
11.02
810D
840Di
7-284
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
Tool Offsets
8.1 8.2 General information....................................................................................................... 8-286 List of tool types ............................................................................................................ 8-289
8.3 Tool selection/tool call T................................................................................................ 8-293 8.3.1 Tool change with M06 (mill) .................................................................................... 8-293 8.3.2 Tool change with T command (rotate) .................................................................... 8-295 8.4 Tool offset D.................................................................................................................. 8-297
8.5 Tool selection T with tool management......................................................................... 8-299 8.5.1 Turning machine with circular magazine................................................................. 8-299 8.5.2 Milling machine with chain magazine ...................................................................... 8-300 8.6 Tool offset call D with tool management ....................................................................... 8-302 8.6.1 Turning machine with circular magazine................................................................. 8-302 8.6.2 Milling machine with chain magazine ...................................................................... 8-303 8.7 8.8 8.9 Make active tool offset operative immediately .............................................................. 8-304 Tool radius compensation, G40, G41, G42................................................................... 8-305 Approach and retract from contour, NORM, KONT, G450, G451................................. 8-313
8.10 Compensation at outside corners, G450, G451............................................................ 8-316 8.11 Smooth approach and retraction................................................................................... 8-319 8.11.1 Extension approach and retract: G461/G462 (SW 5 and higher) ........................... 8-327 8.12 Collision monitoring, CDON, CDOF .............................................................................. 8-331 8.13 2 1/2 D tool offset, CUT2D, CUT2DF............................................................................ 8-333 8.14 Tool length offset for orientable tools: TCARR, TCOABS, TCOFR .............................. 8-335 8.15 Grinding-specific tool monitoring in parts program TMON, TMOF ............................... 8-338 8.16 Additive offsets (SW 5 and higher) ............................................................................... 8-340 8.16.1 Select offset (by DL number) .................................................................................. 8-340 8.16.2 Define wear and setup values ................................................................................. 8-341 8.16.3 Delete additive offsets (DELDL).............................................................................. 8-343 8.17 Tool offset special features (SW 5 and higher).......................................................... 8-344 8.17.1 Mirroring of tool lengths........................................................................................... 8-345 8.17.2 Wear sign evaluation............................................................................................... 8-345 8.17.3 Tool length and plane change................................................................................. 8-346 8.18 Tools with a relevant tool point direction (SW 5 and higher)......................................... 8-349
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-285
Tool Offsets
11.02
810D
840Di
8.1
When writing a program, it is not necessary to specify the cutter diameter, the tool point direction of the turning tool (left/right-handed turning tools) or tool length. You simply program the workpiece dimensions according to the dimensions in the production drawing. When machining a workpiece, the tool paths are controlled according to the tool geometry such that the programmed contour can be machined using any tool.
Contour
Programmed contour
8-286
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
Radius
Length
L2
Caution
Values that have been entered once in the compensation memory are included in the processing for each tool numbered.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-287
Tool Offsets
11.02
810D
840Di
Tool length compensation This value compensates for the differences in length between the tools used. The tool length is the distance between the toolholder reference point and the tip of the tool. This length is measured and entered in the control together with definable wear values. From this data, the control calculates the traversing movements in the infeed direction.
Additional notes
The compensation value of the tool length depends on the spatial orientation of the tool. See the section on tool orientation and tool length compensation for more information.
Tool radius compensation The contour and tool path are not identical. The cutter or tool nose radius center must travel on a path that is equidistant from the contour. To do this, the programmed tool center point path is displaced by an amount that depends on the radius and the direction of machining and such that the tool nose travels exactly along the desired contour. The control fetches the required radii during program execution and calculates the tool path from these values.
Equidistant path
Equidistant path
The tool radius compensation acts correspondingly to the default CUTD or CUT2DF. You will find more information later in this chapter.
8-288
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
8.2
In SW 5 and higher, a fixed assignment is possible for G17, G18, G19 e.g. length1=X, length2=Z, length3=Y (see /FB1/ W1 Tool compens.)
Entries in tool parameters DP1 DP3 DP6 DP21 DP22 DP23 1xy Length 1 - Geometry Radius
- Geometry
F'
Effect
G17:
Length 1 in Z Length 2 in Y Length 3 in X Radius in Y/Z Length 1 in Y Length 2 in X Length 3 in Z Radius in X/Y Length 1 in X Length 2 in Z Length 3 in Y Radius in Z/X
Z Y Y X X Z
G18:
G19:
In SW 5 and higher, a fixed assignment is possible for G17, G18, G19 e.g. length 1 = X, length 2 = Y, length 3 = Z (see /FB1/W1 Tool compensation)
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-289
Tool Offsets
11.02
810D
840Di
Coding of tool types for drills Group type 2xy (drills): 200 Twist drill 205 Solid drill 210 Boring rod 220 Center drill 230 Countersink 231 Counterbore 240 Tapping regular thread 241 Tapping fine thread 242 Tapping Whitworth thread 250 Reamer
Effect G17: G18: G19: Length 1 in Z Length 1 in Y Length 1 in X F - toolholder reference point
Coding of tool types for grinding tools Group type 4xy (grinding tools): 400 Surface grinding wheel 401 Surface grinding wheel with monitoring 403 Surface grinding wheel with monitoring without tool base dimension for grinding wheel peripheral speed GWPS 410 Facing wheel 411 Facing wheel with monitoring 413 Facing wheel with monitoring without tool base dimension for grinding wheel peripheral speed GWPS 490 Dresser
Entries in tool parameters DP1 403 Position*) DP2 DP3 Length 1 DP4 Length 2 Radius DP6
*) Tool nose position Wear values as required Set remaining values to 0
Spindle number Chaining rule Minimum wheel radius Minimum wheel width Current wheel width Maximum speed Max. peripheral speed Angle of the inclined wheel Parameter no. f. radius calculation
Effect G17: Length 1 in Y Length 2 in X Radius in X/Y Length 1 in X Length 2 in Z Radius in Z/X Length 1 in Z Length 2 in Y Radius in Y/Z
Radius F F'
G18: G19:
Geometry Length 2
8-290
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
Geometry Length 1
11.02
Tool Offsets
810D
840Di
Breakdown of tool types for turning tools Group type 5xy (turning tools): 500 Roughing tool 510 Finishing tool 520 Grooving tool 530 Parting tool 540 Threading tool 550 Button tool / form cutting tool 580 Probe with parameter tool point direction
Turning tool e.g. G18: Z/X plane F - Toolholder reference point X F Length 1 (X) P R S
R = Radius of the tool nose (tool radius) S = Position of the tool nose center Length 2 (Z)
The tool parameter DP2 specifies the length of the tool nose. Position value 1 to 9 possible. X Tool nose position DP2 1 2 P Z 3 4 5
9 P=S Z
Note: The data Length 1, Length 2 refer to the point P for tool nose position 1-8; but S for position 9 (S=P) Entries in tool parameters DP1 5xy DP2 1...9 DP3 Length 1 DP4 Length 2 DP6 Radius Wear values as required Set remaining values to 0. Effect G17: Length 1 in Y Length 2 in X
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-291
Tool Offsets
11.02
810D
840Di
Chain rule The tool length offsets "Geometry", "Wear" and "Base dimension" can be chained for the left and right wheel correction in each case, i.e. if the length offsets for the left tool edge are altered, the values for the right edge are automatically entered and vice versa. Please refer to Description of Functions /FB II/, W4 "Grinding". Explanation of tool types Group type 7xy (special tools) 700 Slotting saw 710 3D probe 730 Fixed stop
Entries in tool parameters DP3 Length 1 - Base dim. Groove width b Base dim. Length 2 Excess. dim. k
Diameter d
Additional notes
The parameters for the tool types are described in: References: FB, W1 Tool Compensation and in help displays of the controller
Effect
G17: Half diameter (L1) in X Excess dim. in (L2) Y Saw blade in (R) X/Y G18: Half diameter (L1) in Y Excess dim. in (L2) X Saw blade in (R) Z/X G19: Half diameter (L1) in Z Excess dim. in (L2) Z Saw blade in (R) Y/Z Plane selection 1st-2nd axis (X-Y) Plane selection 1st-2nd axis (X-Z) Plane selection 1st-2nd axis (Y-Z)
8-292
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
Length 1
11.02
Tool Offsets
810D
840Di
8.3
Function
Tool selection takes place when the T word is programmed. 1. Tool selection without TOOLMAN Free selection of D No. (flat D No.) relative to cutting edges T... [8-digit] 1D 2D 3D D32000
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-293
Tool Offsets
11.02
810D
840Di
2. Tool selection with tool management Free selection of D No. (flat D No.) relative to cutting edges
Fixed assignment of D No. to cutting edge The tool is not active until M06 (incl. corresponding D No.).
Explanation
SW 4 and higher The free selection of the D No. "flat D number structure" is applied when tool management is implemented outside the NCK. In this case, the D numbers are created with the corresponding tool compensation blocks without assignment to tools. T can continue to be programmed in the parts program. However, this T has no reference to the programmed D number. Example: Circular magazine with 12 locations and 12 singleedge tools.
T1 D1 T2 D2 T3 D3 T4 D4
Sequence
Creating a new D number Creating a new D number with the associated tool compensation blocks is performed exactly as for the normal D number via tool parameters $TC_DP1 to $TC_DP25. The T number need not be entered any more.
8-294
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
Function
A direct tool change takes place when the T word is programmed. 1. Tool selection without TOOLMAN Free selection of D No. (flat D No.) relative to cutting edges Tabular D No.: D1 ... D8
2. Tool selection with tool management Free selection of D No. (flat D No.) relative to cutting edges Fixed assignment of D No. to the cutting edges
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-295
Tool Offsets
11.02
810D
840Di
8-296
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
8.4
18 or 112
x D0
Function
It is possible to assign between 1 and 8 (12) tool noses with different tool compensation blocks to a specific tool. This allows you to define various cutting edges for one tool, which you can call as required in the NC program. Different offset values could be used, for example, for the left and right cutting edge of a grooving tool. When D is called, the tool length compensation for a specific tool nose is activated. When D0 is programmed, offsets for the tool are ineffective. If no D word is programmed, the default setting from the machine data is valid for tool change. Tool length compensations take immediate effect if the D number is programmed. A tool radius offset must also be activated by G41/G42.
10
-20
-5
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-297
Tool Offsets
11.02
810D
840Di
Working without tool offsets, D0 D0 is the default setting after start-up of the control. If you do not enter a D number you work without a tool offset. The modified values do not become active until the T or D number is next programmed. Programming example (turning: tool change with T command) N10 T1 D1 N11 G0 X... Z... N50 T4 D2 ... N70 G0 Z... D1 Other cutting edge D1 is activated for tool T4 Tool T1 is replaced and activated with associated D1 The length offsets are traversed Load tool T4, D2 from T4 is active
8-298
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
8.5
20 1 2
5 4
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-299
Tool Offsets
11.02
810D
840Di
Sequence
The following procedure usually applies: T = slot, T triggers the tool change D = offsets 1 to n (n 32000) If the relative D No. structure with internal reference to the associated tools is used, replacement tool management and monitoring function are possible. Note: When calling the tool, the tool offset values stored under a D number must be activated. the appropriate working plane (system setting: G18) must be programmed. This ensures that the length compensation is assigned to the correct axis. If the selected magazine location is not occupied in a selected magazine location, the tool command has the same effect as T0. Selection of the unoccupied magazine location can be used for positioning the empty location.
8-300
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
Without integrated tool management (outside NC) flat D no. structure without internal reference to associated tools
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-301
Tool Offsets
11.02
810D
840Di
8.6
Programming example
$MC_TOOL_CHANGE_MODE=0 ... D92 ... T17 ... D16 ... D32000 ... T29000500 ... D1 Traverse with tool offsets from D1 Select T29000500, traverse with tool offsets from D32000 Traverse with tool offsets from D32000 Traverse with tool offsets from D16 Select T17, traverse with tool offsets from D92 Traverse with tool offsets from D92 MD20270 CUTTING_EDGE_DEFAULT = 1
8-302
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
Function
It is possible to assign between 1 and 8 (12) tool noses with different tool compensation blocks to a specific tool. When D is called, the tool length compensation for a specific tool nose is activated. When D0 is programmed, offsets for the tool are ineffective. If no D word is programmed, the default setting from the machine data is valid for tool change. Tool length compensations take immediate effect if the D number is programmed. A tool radius offset must also be activated by G41/G42.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-303
Tool Offsets
11.02
810D
840Di
8.7
Danger
The offset is backed out the next time the parts program is started.
8-304
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
8.8
Function
When tool radius compensation is active, the control automatically calculates the equidistant tool paths for different tools. You can generate equidistant paths with OFFN, e.g. for rough-finishing.
Equidistant path
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-305
Tool Offsets
11.02
810D
840Di
Sequence
The control requires the following information in order to calculate the tool paths: 1. Tool number T/edge number D Where appropriate, a tool offset number D is also required. The distance between the tool path and the workpiece contour is calculated from the cutter and tool edge radii and the tool point direction parameters. With flat D number structure it is only necessary to program the D number.
G41 G41
G42
G42
G41
Milling:
Radius
Ra diu s
+Z
+X
Le n
Ra
Note: On 2-axis machines, the tool radius compensation is only possible in "real" planes, in general with G18 (see tool length compensation table).
s diu
n Le
gth
+Y
gth
8-306
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
Tool length compensation The wear parameter assigned to the diameter axis on tool selection can be defined as the diameter value (MD). This assignment is not automatically altered when the plane is subsequently changed. To do this, the tool must be selected again after the plane has been changed.
Turning:
Y
Length
Length 1 Radius
Length 2
Ra diu s
Le ng th
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-307
Tool Offsets
11.02
810D
840Di
Activation/deactivation of tool radius compensation A travel command must be programmed with G0 or G1 in an NC block with G40, G41 or G42. This travel command must specify at least one axis in the selected working plane. If you only specify one axis on activation, the last position on the second axis is added automatically and traversed with both axes.
Milling:
Compensation on X
Compensation on Y
N2
50
Example: N10 G0 X50 T1 D1 N20 G1 G41 Y50 F200 N30 Y100 Only tool length compensation is activated in block N10. X50 is approached without compensation. In block N20, the radius compensation is activated, point X50/Y50 is approached with compensation. Turning: Example: N20 T1 D1 N30 G0 X100 Z20 N40 G42 X20 Z1 N50 G1 Z-20 F0.2 Only tool length compensation is activated in block N20. X100 Z20 is approached without compensation in block N30. In block N40, the radius compensation is activated, point X20/Z1 is approached with compensation.
N10 50 X
20
20
100 Z 20 1
Using NORM and KONT you can determine the tool path for activation/deactivation of compensation mode (see Section 8.10 Contour approach and retraction, NORM, KONT, G450, G451).
8-308
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
Changing the direction of compensation G41/G42, G42/G41 can be programmed without an intermediate G40. Changing the working plane It is not possible to change the working plane G17 to G19 when G41/G42 is active.
G41
G42
Changing the offset number D The offset number D can be changed in compensation mode. A modified tool radius is active with effect from the block in which the new D number is programmed. The radius change or compensation movement is performed across the entire block and only reaches the new equidistance at the programmed end point. With linear movements, the tool travels along an inclined path between the starting point and end point; with circular interpolation spiral movements are produced. Changing the tool radius This can be achieved, for example, using system variables. The execution is the same as for changes in the D number. The modified values only take effect the next time T or D is programmed. The change only applies with effect from the next block.
NC block with modified radius compensation
Traverse path
path Programmed
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-309
Tool Offsets
11.02
810D
840Di
During compensation mode Compensation mode may only be interrupted by a certain number of consecutive blocks or M commands which do not contain any travel commands or positional parameters in the compensation plane: Standard 3.
Programming example
The "conventional" approach: Call tool, load tool, activate working plane and tool radius compensation.
Milling:
70
40 20
50
20 40 80
X 7
N10 G0 Z100 N20 G17 T1 M6 N30 G0 X0 Y0 Z1 M3 S300 D1 N40 Z-7 F500 N50 G41 X20 Y20 N60 Y40 N70 X40 Y70 N80 X80 Y50 N90 Y20 N100 X20 N110 G40 G0 Z100 M30
Retract to tool change point Tool change Call tool offset values, select length compensation Tool infeed Approach tool radius compensation, tool operates on left-hand side of contour Mill contour
8-310
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
Turning:
45
R8 R3 R3
R10 16 30 35
50 Z
8-311
R3
4 12 15 18 20 40 57 60 62 70 80
%_N_1001_MPF N5 N10 N15 N20 N25 N30 N35 N40 N45 G0 G53 X280 Z380 D0 TRANS X0 Z250 LIMS=4000 G96 S250 M3 G90 T1 D1 M8 G0 G42 X-1.5 Z1 G1 X0 Z0 F0.25 G3 X16 Z-4 I0 K-10 G1 Z-12
;Program name ;Start point ;Zero offset ;Speed limitation (G96) ;Select constant feed ;Select tool and offset ;Activate tool with tool radius compensation ;Rotate radius 10
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
Tool Offsets
11.02
810D
840Di
N50 N55 N60 N65 N70 N75 N80 N85 N90 N95 N100 N105 N110 N115 N120 N125 N130 N135
G2 X22 Z-15 CR=3 G1 X24 G3 X30 Z-18 I0 K-3 G1 Z-20 X35 Z-40 Z-57 G2 X41 Z-60 CR=3 G1 X46 X52 Z-63 G0 G40 G97 X100 Z50 M9 T2 D2 G96 S210 M3 G0 G42 X50 Z-60 M8 G1 Z-70 F0.12 G2 X50 Z-80 I6.245 K-5 G0 G40 X100 Z50 M9 G0 G53 X280 Z380 D0 M5 M30
;Rotate radius 3
;Deselect tool radius compensation and approach tool change location ;Call up tool and select offset ;Select constant cutting speed ;Activate tool with tool radius compensation ;Rotate diameter 50 ;Rotate radius 8 ;Retract tool and deselect tool radius compensation ;Move to tool change location ;End of program
8-312
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
8.9 Approach and retract from contour, NORM, KONT, G450, G451
810D
840Di
8.9
Approach and retract from contour, NORM, KONT, G450, G451 Programming
NORM KONTG450 KONT G451
The tool travels directly in a straight line and is positioned perpendicular to the contour point The tool traverses the contour point according to the programmed corner behavior G450 or G451
Function
You can use these functions to adapt the approach and retraction paths, for example, according to the desired contour or shape of the blanks.
Sequence
Direct approach to perpendicular position, G41, G42, NORM The tool travels in a straight line directly to the contour and is positioned perpendicular to the path tangent at the starting point.
G42
R ad s iu
Tangent
G 42
Selection of the approach point When NORM is active, the tool travels directly to the compensated starting position irrespective of the approach angle programmed for the travel movement (see diagram).
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-313
Tool Offsets
11.02
8.9 Approach and retract from contour, NORM, KONT, G450, G451
810D
840Di
Deactivate compensation mode, G40, NORM The tool is positioned perpendicular to the last compensated path end point and then travels directly in a straight line to the next uncompensated position, e.g. to the tool change location. Choosing the retraction point When NORM is active, the tool travels directly to the uncompensated position irrespective of the approach angle programmed for the travel movement (see diagram).
Tangent
G 41
The following applies to approach and retraction movements: You should make allowance for the modified angle of travel when programming in order to avoid collisions.
Travel round contour at starting point, G41, G42, KONT Two cases are distinguished here: Starting point lies in front of the contour The approach strategy is the same as with NORM. The path tangent at the starting point serves as a dividing line between the front and rear of the contour.
Behind contour
Path tangent
In front of contour
Starting point
8-314
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
G 41
R s iu ad
11.02
Tool Offsets
8.9 Approach and retract from contour, NORM, KONT, G450, G451
810D
840Di
Starting point lies behind the contour The tool travels round the starting point either along a circular path or over the intersection of the equidistant paths depending on the programmed corner behavior G450/G451 The commands G450/G451 apply to the transition from the current block to the next block.
G450
G451
G450
G451
Generation of the approach path In both cases (G450/G451), the following approach path is generated: A straight line is drawn from the uncompensated approach point. This line is a tangent to a circle with circle radius = tool radius. The center point of the circle is on the starting point.
Approach point
Starting point
Deactivate compensation mode, G40, KONT If the retraction point is located in front of the contour, the same retraction movement as for NORM applies. If the retraction point is located behind the contour, the retraction movement is the reverse of the approach movement.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-315
Tool Offsets
11.02
810D
840Di
8.10
Function
G450/G451 defines the following: On the one hand, the approach path for active KONT and the approach point behind the contour (see previous page). On the other hand, the corrected tool path when traveling around outside corners. Corner behavior, transition circle, G41, G42, G450 The tool center point travels around the workpiece corner across an arc with tool radius.
P*
G450
At intermediate point P*, the control executes instructions such as infeed movements or switching functions. These instructions are programmed in blocks inserted between the two blocks forming the corner. The transition circle belongs to the next travel command with respect to the data.
8-316
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
DISC distorts the transition circle, thus creating sharp contour corners. The values have the following meanings: DISC=0 transition circle DISC=100 intersection of the equidistant paths (theoretical value) DISC is programmed in steps of 1. When DISC values greater than 0 are specified, intermediate circles are shown with a magnified height the result is transition ellipses or parabolas or hyperbolas. An upper limit can be defined in machine data generally DISC=50. DISC= is effective only when G450 is called, but can be programmed in a preceding block without G450. Both commands are modal. Path action, depending on DISC values and contour angle
S/R
DISC 0
Depending on the angle of the contour that is traversed, with acute contour angles and high DISC values the tool is lifted off the contour at the corners. With angles of 120 and more, the contour is traversed evenly (see adjacent table).
1.0 0.8 0.6 0.4 0.2 0 30 60 90 120 150 DISC=100 DISC= 50 40 30 20 10 180
R - Tool radius S - Traversed overshoot S/R - Scaled overshoot (with reference to the tool radius)
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-317
Tool Offsets
11.02
810D
840Di
Corner behavior, intersection, G41, G42, G451 The tool approaches the intersection of the two equidistant which lie in the distance between the tool radius and the programmed contour. G451 applies only to circles and straight lines. At intermediate point P*, the control executes instructions such as infeed movements or switching functions. These instructions are programmed in blocks inserted between the two blocks forming the corner. Superfluous non-cutting tool paths can result from liftoff movements at acute contour angles. A parameter can be used in the machine data to define automatic switchover to transition circle in such cases.
G451
P*
Programming example
In this example, a transition radius is inserted for all outside corners (progr. in block N30). This avoids the necessity of stopping the tool on the change of direction and making no cut.
60
Y Y
30 10
10
X 50 5
G17 T1 G0 X35 Y0 Z0 F500 G1 Z-5 G41 KONT G450 X10 Y10 Y60 X50 Y30 X10 Y10 G40 X-20 Y50 G0 Y100 X200 M30
8-318
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
8.11
FAD
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-319
Tool Offsets
11.02
810D
840Di
Function
The smooth approach and retraction (SAR) function is used to achieve a tangential approach to the start point of a contour, regardless of the position of the start point.
DISR
G1 G0 Programmed contour
The function is mainly used in conjunction with the tool radius offset, but is not mandatory.
G247
Sequence
The approach and retraction motion consists of a maximum of 4 sub-movements Start point of the motion P0 Intermediate points P1, P2 and P3 End point P4
DISR Tool
P0
P 3 during approach and retraction with straight line (G147) Tool center point path P4 Contour
The points P0, P3 and P4 are always defined. The intermediate points P1 and P2 may be omitted as appropriate to the parameter settings and geometrical conditions. Selecting the approach and retraction contour Using the appropriate G command, approach/retraction is possible with a straight line (G147, G148), a quadrant (G247, G248) or a semicircle (G347, G348). Selecting the approach and retraction direction Use the tool radius compensation (G140, basic setting) to determine the approach and retraction direction. With positive tool radius: G41 active approach from left G42 active approach from right G141, G142 and G143 provide further approach options.
P0 P3 during approach and retraction with quadrant (G247) DISR Tool center point path Tool P4 Contour
Approach and retraction motions, represented with intermediate point P3 (tool radius compensation is simultaneously active)
8-320
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
The G codes are only significant when the approach contour is a quadrant or a semicircle. Motion steps between start point and end point (G340 and G341) The characteristic approach to P0 to P4 is shown in adjacent the figure.
P0 P1
In cases which include the position of the active plane G17 to G19 (circular plane, helical axis, infeed motion perpendicular to the active plane), any active rotating FRAME is taken into account.
P2, P3 DISCL P4
P2 DISCL P3
G340
Machining plane
G341
Length of the approach straight line or radius for approach circles (DISR) (see figure for sequence) Approach/retract with straight line DISR specifies the distance of the cutter edge from the starting point of the contour, i.e. the length of the straight line when TRC is active is the sum of the tool radius and the programmed value of DISR. The tool radius is only considered if it is positive. The resultant line length must be positive, i.e. negative values for DISR are allowed provided that the absolute value of DISR is less than the tool radius. Approach/retraction with circles DISR indicates the radius of the tool center point path. If TRC is activated, a circle is produced with a radius that results in the tool center point path with the programmed radius. Distance between the point and the machining plane (DISCL) (see figure for sequence) If the position of the point P2 is to be specified as an absolute value on the axis perpendicular to the circular plane, the value must be programmed in the form DISCL=AC(...).
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-321
Tool Offsets
11.02
810D
840Di
The following applies for DISCL=0: With G340: The entire approach motion consists of only two blocks (P1, P2 and P3 are combined). The approach contour is obtained from P1 to P4. With G341: The entire approach motion consists of three blocks (P2 and P3 are combined). If P0 and P4 lie in the same plane, only two blocks are produced (infeed motion of P1 to P3 is omitted). The point defined by DISCL is monitored to ensure that it is located between P1 and P3 , i.e. the sign must be identical for the component perpendicular to the machining plane in all motions which possess such a component. On detection of a direction reversal, a tolerance defined by the machine data SAR_CLEARANCE_TOLERANCE is permitted. Programming the end point P4 for approach or P0 for retraction The end point is generally programmed with X... Y... Z.... Programming during approach - P4 in the SAR block - P4 is defined by the end point of the next traversing block Further blocks can be inserted between the SAR block and the next traversing block without moving the geometry axes.
8-322
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
Example: $TC_DP1[1,1]=120 ;Milling tool T1/D1 $TC_DP6[1,1]=7 ;Tool with 7mm radius N10 G90 G0 X0 Y0 Z30 D1 T1 N20 X10 N30 G41 G147 DISCL=3 DISR=13 Z=0 F1000 N40 G1 X40 Y-10 N50 G1 X50 ... ... N30/N40 can be replaced by: 1. N30 G41 G147 DISCL=3 DISR=13 X40 Y-10 Z0 F1000 or 2. N30 G41 G147 DISCL=3 DISR=13 F1000 N40 G1 X40 Y-10 Z0 Programming during retraction - For a SAR block without programmed geometry axis, the contour ends in P2. The position in the axes that form the machining plane are obtained from the retraction contour. The axes components perpendicular to this are defined by DISCL. If DISCL=0, the entire motion is in the plane. - If only the axis perpendicular to the machining plane is programmed, the contour ends in P1. The position of the other axes is obtained as described previously. If the SAR block is also the deactivation block of the TRC, an additional path from P1 to P0 is added so that there is no motion at the end of the contour on deactivation of the TRC. - If there is only one machining plane programmed, the missing 2nd axis is added modally taken from its last position in the previous block.
Y Z=30
0 10 20
Machining up to this point with GO, after that G1 F1000 Z=3 Z=0
30
40
50 X P4 Contour
-10
DISR=13
P4 SAR block (G248 G40 ...) Contour (previous block) Retraction with SAR with TRC simultaneously deactivated
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-323
Tool Offsets
11.02
810D
840Di
Approach and retraction velocities Speed of the previous block (G0): All motions from P0 up to P2 are executed at this speed, i.e. the motion parallel to the machining plane and the part of the infeed motion up to the safety clearance. Programming with FAD: Specify the feedrate for - G341: infeed motion perpendicular to the machining plane from P2 to P3 - G340: from point P2 or P3 to P4 If FAD is not programmed, this part of the contour is also traversed at the modally active speed of the previous block, if no F word is programmed in the SAR block. Programmed feedrate F: This feedrate is active from P3 or P2, if FAD is not programmed. If no F word is programmed in the SAR block, the speed of the previous block is active. Example: $TC_DP1[1,1]=120 $TC_DP6[1,1]=7
N10 G90 G0 X0 Y0 Z20 D1 T1 N20 G41 G341 G247 DISCL=AC(5) DISR=13 FAD 500 X40 Y-10 Z=0 F200 N30 X50 N40 X60 ...
0 -10 Z 20
10
20
30
40
50
60
10 5 0 P2 P3
8-324
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
During retraction, the rolls of the modally active feedrate from the previous block and the programmed feedrate value in the SAR block are changed round, i.e. the actual retraction contour is traversed with the old feedrate value and a new speed programmed with the F word applies from P2 up to P0. Reading positions The points P3 and P4 can be read as system variables in the WCS during approach. $P_APR: $P_AEP: read P3 (start point) read P4 (contour start point)
P0
No speed programmed Only F programmed Only FAD programmed F and FAD programmed Rapid traverse if GO is active otherwise with the old or new F word Speed of the previous block (old F word) Infeed speed programmed with FAD New modal speed programmed with F
P1
P2 /P3
P4
P0
No speed programmed Only F programmed Only FAD programmed F and FAD programmed Rapid traverse if GO is active otherwise with the old or new F word Speed of the previous block (old F word) Infeed speed programmed with FAD New modal speed programmed with F
P1
P2
P3
P4
P4
P3
P2
P1
P0
No speed programmed Only F programmed Only FAD programmed F and FAD programmed
Rapid traverse if GO is active, otherwise with the old or new F word Speed of the previous block (old F word) Retraction speed programmed with FAD New modal speed programmed with F Speeds in the SAR sub-blocks during retraction
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-325
Tool Offsets
11.02
810D
840Di
Programming example
Smooth approach (block N20 activated) Approach motion with quadrant (G247) Approach direction not programmed, G140 is operative, i.e. TRC is active (G41) Contour offset OFFN=5 (N10) Current tool radius=10; thus the effective offset radius for TRC=15, the radius of the SAR contour=25, so that the radius of the tool center point path is then DISR=10 The end point of the circle is obtained from N30, since only the Z position is programmed in N20 Infeed motion from Z20 to Z7 (DISCL=AC(7)) in rapid traverse then to Z0 with FAD=200 approach circle in X-Y plane and following blocks with F1500 (for this speed to be active in the following blocks, the active G0 in N30 must be overwritten with G1; otherwise, the contour would be machined further with G0.) Smooth retraction (block N60 active) Retraction motion with quadrant (G248) and helix (G340) FAD not programmed, since irrelevant for G340 Z=2 in the start point; Z=8 in the end point, since DISCL=6 When DISR=5, the radius of SAR contour=20; that of the tool center point path=5 Retraction motions from Z8 to Z20 and the motion parallel to X-Y plane to X70 Y0. $TC_DP1[1,1]=120 $TC_DP6[1,1]=10 N10 N20 N30 N40 N50 N60 N70 N80 G0 X0 Y0 Z20 G64 D1 T1 OFFN = 5 G41 G247 G341 Z0 DISCL = AC(7) DISR = 10 F1500 FAD=200 G1 X30 Y-10 X40 Z2 X50 G248 G340 X70 Y0 Z20 DISCL = 6 DISR = 5 G40 F10000 X80 Y0 M30
20
P0app
20
30
40
50
60
80 P0retr
P4app
P4retr Contour
Tool definition T1/D1 Radius (P0app) Approach (P3app) (P4app) (P4retr) Retraction (P3retr) (P0retr)
8-326
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
8.11.1 Extension approach and retract: G461/G462 (SW 5 and higher) Programming
G460 G461 G462
Explanation
G460 G461 As before (activation of collision monitoring for approach and retraction block) Insertion of a circle in the TRC block, if no intersection point is possible, whose center point is at the end point of the uncorrected block and whose radius is equal to the tool radius. Insertion of a straight line in the TRC block if no intersection point is possible; the block is extended by its end tangent (default setting)
G462
Function
In certain special geometrical situations, extended approach and retraction strategies, compared with the previous implementation, are required in order to activate or deactivate tool radius compensation (see figure below). The following example describes only the situation for deactivation of tool radius compensation. The behavior for approach is the same. Example: G42 D1 T1 ; Tool radius 20mm ... G1 X110 Y0 N10 X0 N20 Y10 N30 G40 X50 Y50
10 N20 10 20 50 N10
Retraction behavior with G460 (identical to behavior with SW 4.x and lower) The last block with active tool radius compensation (N20) is so short that an intersection no longer exists between the offset curve and the preceding block (or a previous block) for the current tool radius.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-327
Tool Offsets
11.02
810D
840Di
An attempt is therefore made to find an intersection between the offset curves of the following block and the preceding block, i.e. in the example between N10 and N30. The curve used for the retraction block is not a real offset curve, but is a straight line from the offset point at the end point of block N20 to the programmed end point of N30. If an intersection is found, it is approached. In this case, the shaded area in the figure is not machined, although this would be possible with the tool used. G461 If no intersection is possible between the last TRC block and a preceding block, the offset curve of this block is extended with a circle whose center point lies at the end point of the uncorrected block and whose radius is equal to the tool radius. The control attempts to cut this circle with one of the preceding blocks.
Auxiliary curve
N30
10 N20 0 10 20 50
N10
Retraction behavior with G461 (see example at the end of this section)
If CDOF is active (see Section 8.12), the search is aborted when an intersection is found, i.e. the system does not check whether further intersections with previous blocks exist. If CDON is active, the search continues for further intersections after the first intersection is found. An intersection point which is found in this way is the new end point of a preceding block and the start point of the deactivation block. The inserted circle is used exclusively to calculate the intersection and does not produce a traversing movement. If no intersection is found, alarm 10751 (collision danger) is output.
8-328
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
G462 If no intersection is possible between the last TRC block and a preceding block, a straight line is inserted, on retraction with G462 (initial setting), at the end point of the last block with tool radius compensation (the block is extended by its end tangent). The search for the intersection is then identical to the procedure for G461. With G462, the corner generated by N10 and N20 in the example program is not machined to the full extent actually possible with the tool used. However, this behavior may be necessary if the part contour (as distinct from the programmed contour), to the left of N20 in the example, is not permitted to be violated even with y values greater than 10mm. If KONT is active (travel round contour at start or end point), the behavior differs according to whether the end point is in front of or behind the contour. End point in front of contour If the end point is in front of the contour, the retraction behavior is the same as with NORM. This property does not change even if the last contour block for G451 is extended with a straight line or a circle. Additional circumnavigation strategies to avoid a contour violation in the vicinity of the contour end point are therefore not required. End point behind contour If the end point is behind the contour, a circle or straight line is always inserted depending on G450 / G451. In this case, G460-462 has no effect. If, in this situation, the last traversing block has no intersection with a preceding block, an intersection with the inserted contour element or with the linear section from the end point of the circumnavigation circle to the programmed end point can result.
10 N20 0 10 20 50 N10
Retraction behavior with G462 (see example at the end of this section)
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-329
Tool Offsets
11.02
810D
840Di
If the inserted contour element is a circle (G450), and it intersects with the preceding block, this is the same as the intersection which would be produced with NORM and G461. In general, however, a remaining section of the circle still has to be traversed. An intersection calculation is no longer required for the linear section of the retraction block. In the second case (if no intersection is found between the inserted contour element and the preceding blocks), the intersection between the retraction straight line and a preceding block is approached. Therefore, when G461 or G462 is active, a behavior different to G460 can only arise if NORM is active or if the behavior with KONT is identical to NORM due to the geometrical conditions.
Additional notes
The approach behavior is symmetrical to the retraction behavior. The approach/retraction behavior is determined by the state of the G command in the approach/retraction block. The approach behavior can therefore be set independently of the retraction behavior.
Programming example
G461 for approach N10 $TC_DP1[1,1]=120 N20 $TC_DP6[1,1]=10 N30 X0 Y0 F10000 T1 D1 N40 Y20 N50 G42 X50 Y5 G461 N60 Y0 F600 N70 X30 N80 X20 Y-5 N90 X0 Y0 G40 N100 M30 ; Tool type mill ; Radius
8-330
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
8.12
Function
When CDON (Collision Detection ON) and tool radius compensation are active, the control monitors the tool paths with Look Ahead contour calculation. This Look Ahead function allows possible collisions to be detected in advance and permits the control to actively avoid them. When collision detection is off (CDOF), a search is made at inside corners in the previous traversing block (and if necessary in blocks further back) for a common intersection point for the current block. If no intersection is found with this method, an error is generated. CDOF helps prevent the incorrect detection of bottlenecks, e.g. due to missing information which is not available in the NC program.
Sequence
The following are some examples of critical machining situations which can be detected by the control and compensated for by modifying the tool paths. In order to prevent program stops, you should always select the tool with the widest radius from all of the tools used when testing the program.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-331
Tool Offsets
11.02
810D
840Di
In each of the following examples a tool with too wide a radius was selected for machining the contour. Bottleneck detection Since the tool radius selected is too wide to machine this inside contour, the "bottleneck" is bypassed. An alarm is output.
Programmed contour
Tool path
Contour path shorter than tool radius The tool travels round the workpiece corner on a transition circle and then continues to follow the programmed contour exactly.
Tool path
Programmed contour
Tool radius too wide for inside machining In such cases, machining of the contours is performed only as far as is possible without causing damage to the contour.
Tool path
Programmed contour
8-332
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
8.13
Explanation
CUT2D CUT2DF Activate 2 1/2 D radius compensation (default) Activate 2 1/2 D radius compensation, tool radius compensation relative to the current frame or to inclined planes
Function
With CUT2D or CUT2DF you define how the tool radius compensation is to act or to be interpreted when machining in inclined planes.
Sequence
Tool length compensation Tool length compensation is generally calculated according to the non-rotated working plane fixed in space. Tool radius compensation, CUT2D As for many applications, tool length compensation and tool radius compensation are calculated in the fixed working plane specified with G17 to G19. Example for G17 (X/Y plane): Tool radius compensation is active in the non-rotated X/Y plane, tool length compensation in the Z direction.
X
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-333
Tool Offsets
11.02
810D
840Di
For machining on inclined surfaces, the tool compensation values have to be defined accordingly, or be calculated using the functions for "Tool length compensation for orientable tools". For more information on this calculation method, see Section "Tool orientation and tool length compensation". CUT2D is used when the orientation of the tool cannot be changed and the workpiece is rotated for machining on inclined surfaces. CUT2D is generally the standard setting and does not therefore have to be specified explicitly. Tool radius compensation, CUT2DF In this case, it is possible to arrange the tool orientation perpendicular to the inclined working plane on the machine. If a frame containing a rotation is programmed, the compensation plane is also rotated with CUT2DF. The tool radius compensation is calculated in the rotated machining plane.
X
The tool length compensation continues to be active relative to the non-rotated working plane.
X
8-334
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
8.14 Tool length offset for orientable tools: TCARR, TCOABS, TCOFR
810D
840Di
8.14
Tool length offset for orientable tools: TCARR, TCOABS, TCOFR Programming TCARR=[m] TCOABS TCOFR Explanation
TCARR=[m] TCOABS TCOFR Request toolholder with the number "m" Determine tool length components from the orientation of the current toolholder. Determine tool length components from the orientation of the active frame.
Z
Function
When the spatial orientation of the tool changes, its tool length components also change. After a reset, e.g. through manual setting or change of the toolholder with a fixed spatial orientation, the tool length components also have to be determined again. This is performed using the TCOABS and TCOFR path commands.
b
l
Y X
X
Sequence
Request toolholder TCARR With TCARR the toolholder number m is requested with its geometry data (offset memory). With m=0, the active toolholder is deselected.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-335
Tool Offsets
11.02
8.14 Tool length offset for orientable tools: TCARR, TCOABS, TCOFR
810D
840Di
Additional notes
The geometry data of the toolholder only become active after a tool is called. The selected tool remains active after a toolholder change has taken place. The current geometry data for the toolholder can also be defined in the parts program via the corresponding system variables. For a definition of toolholder kinematics with system variables, see References: /PGA/, "Programming Guide Advanced" Section "Toolholder kinematics"
Determine tool length compensation from the orientation of the toolholder, TCOABS
TCOABS calculates the tool length compensation from the current orientation angles of the toolholder; stored in system variables $TC_CARR13 and $TC_CARR14. In order to make a new calculation of the tool length compensation when frames are changed, the tool has to be selected again.
Additional notes
The tool orientation must be manually adapted to the active frame. When the tool length compensation is calculated, the angle of rotation of the toolholder is calculated in an intermediate step. With toolholders with two rotary axes, there are generally two sets of rotation angles which can be used to adapt the tool orientation to the active frame; therefore, the rotation angle values stored in the system variables must at least correspond approximately to the mechanically set rotation angles.
8-336
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
8.14 Tool length offset for orientable tools: TCARR, TCOABS, TCOFR
810D
840Di
Additional notes
It is not possible for the control to check whether the rotation angles calculated by means of the frame orientation are settable on the machine. If the rotary axes of the toolholder are arranged such that the tool orientation calculated by means of the frame orientation cannot be reached, then an alarm is output. If there is a switchover between TCOFR and TCABS, the tool length compensation is calculated again. The combination of tool precision compensation and the functions for tool length compensation on movable toolholders is not permissible. If both functions are called simultaneously, an error message is issued.
The TOFRAME function allows a frame to be defined on the basis of the direction of orientation of the selected toolholder. For more detailed information please refer to the Programming Guide Fundamentals in Section "Frames". When orientation transformation is active (3, 4 or 5-axis transformation), it is possible to select a toolholder with an orientation deviating from the zero position without causing output of an alarm.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-337
Tool Offsets
11.02
810D
840Di
8.15
Tool-specific parameters
$TC_TPG1 $TC_TPG2
Spindle number
Integer
Chaining rule Integer The parameters are automatically kept identical for the left and right side of the wheel. Minimum wheel radius Minimum wheel width Current wheel width Maximum speed Maximum peripheral speed Angle of inclined wheel Parameter number for radius calculation Real Real Real Real Real Real Integer
Programming
TMON (T No.) TMOF (T No.)
8-338
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
Function
The command TMON is used to activate geometry and speed monitoring for grinding tools (types 400499) in the NC parts program. Monitoring remains active until it is deactivated in the parts program with TMOF.
Additional notes
You can only activate tool monitoring if the toolspecific grinding data $TC_TPG1 to $TC_TPG9 (see Programming Guide Advanced) are set. According to the machine data settings, tool monitoring for the grinding tools (types 400499) can be automatically activated when the tool selection is activated. Only one monitoring routine can be active at any one time for each spindle. Geometry monitoring The current wheel radius and the current width are monitored. The set speed is monitored against the speed limitation cyclically with allowance for the spindle override. The speed limit is the smaller value resulting from a comparison of the maximum speed with the speed calculated from the maximum wheel peripheral speed and the current wheel radius. Working without a T or D number In the machine data, a default T and D number can be set; they no longer have to be programmed and become active after Power On / Reset. Example: All machining is performed with the same grinding wheel. Machine data can be set to keep the current tool active after Reset; see /PGA/ Programming Guide "Advanced".
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-339
Tool Offsets
11.02
810D
840Di
Explanation
Up to 6 additive offsets can be activated per D number (saved under the respective DL numbers). You can distinguish between setup and wear values. DL=1 is activated when a D number is called.
8-340
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
Function
Setup value: The setup value is defined optionally by the machine manufacturer by MD. Same tool edge: The same tool edge is used for 2 bearing seats (see example). Compensation can be made for a locationdependent measurement error occurring as a result of machining forces, etc. Fine offset: Location-dependent allowances can be made for over/under-dimensioning.
Location 2
Location 1 X
D7 DL2
D7
10
-20
-15
-5
Programming example
N110 T7 D7 The tool turret is positioned at location 7. D7 and DL=1 are activated and traversed in the next block N120 retracted DL=2 is activated in addition to D7 and traversed in the next block Approach tool change position
N120 G0 X10 Z1 N130 G1 Z-6 N140 G0 DL=2 Z-14 N150 G1 Z-21 N160 G0 X200 Z200 ...
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-341
Tool Offsets
11.02
810D
840Di
Programming
$TC_SCPxy[t,d] $TC_ECPxy[t,d] Wear values Setup values
$TC_ECPxy
t d
Function
System parameters $TC_DP3 - $TC_DP11 describe the tool geometry. In addition to the parameters for the physical wear ($TC_DP12 - $TC_DP20), up to six wear values ($TC_SCP1y - $TC_SCP6y) and up to six setup values ($TC_ECP1y - $TC_ECP6y) can be assigned to each geometry parameter. Example: Parameters: $TC_DP3 (Length 1, for rotary tools) Wear values: $TC_SCP13 - $TC_SCP63 Setup values: $TC_ECP13 - $TC_ECP63 $TC_SCP43 [t, d] = 1.0 The wear value of length 1 is set to the value 1.0 for the tool edge (D number d) of the tool (t).
Note
The defined wear and setup values are added to the geometry parameters and the other offset parameters (D numbers).
8-342
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
810D
840Di
Function
DELDL is used to delete the additive offsets for the tool edge of a tool (in order to release memory). Both the defined wear values and the setup values are deleted.
Additional notes
The wear and setup values of active tools cannot be deleted (similar to deletion of D offsets or tool data).
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-343
Tool Offsets
11.02
840Di
8.17
8-344
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
840Di
D13
Z M W
Z W1 M1
SD 42910 MIRROR_TOOL_WEAR Setting data not equal to zero: The wear values of the tool length components, whose associated axes are mirrored, are also mirrored by sign inversion.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-345
Tool Offsets
11.02
840Di
Additional notes
The sign settings of SD 42920 and 42910 are independent. For example, if the sign of a dimensional parameter is changed by both setting data, the resulting sign is unchanged. SD 42930 WEAR_SIGN Setting data not equal to zero: Inverts the sign of all wear dimensions. It acts both on the tool length and on other quantities such as tool radius, rounding radius, etc. If a positive wear dimension is entered, the tool becomes "shorter" and "thinner". Example: See following section "Activation of modified setting data".
Length 1 Y X Z X Z Y
Length 2 X Z Y Y X Z
Length 3 Z Y X Z Y X
8-346
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
840Di
The following table shows the assignment between the tool length components and the geometry axes for all other tools (tool types < 400 and > 599):
Machining plane 17*) 18 19 -17 -18 -19
*)
Length 1 Z Y X Z Y X
Length 2 Y X Z X Z Y
Length 3 X Z Y Y X Z
Additional notes
For representation in tables, it is assumed that geometry axes 1 to 3 are named X, Y, Z. The axis order and not the axis identifier determines the assignment between an offset and an axis. Activation of modified setting data
Function
When the setting data described above are modified, the tool components are not reevaluated until the next time a tool edge is selected. If a tool is already active and the data of this tool are to be reevaluated, the tool must be selected again. The same applies in the event that the resulting tool length is modified due to a change in the mirroring status of an axis. The tool must be selected again after the mirror command, in order to activate the modified tool length components.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-347
Tool Offsets
11.02
840Di
Function
Setting data SD 4290042940 have no effect on the components of an active orientable toolholder. However, the calculation with an orientable toolholder always allows for a tool with its total resulting length (tool length + wear + tool base dimension). All modifications initiated by the setting data are included in the calculation of the resulting total length; i.e. vectors of the orientable toolholder are independent of the machining plane.
Additional notes
When orientable toolholders are used, it is frequently practical to define all tools for a non-mirrored basic system, even those which are only used for mirrored machining. When machining with mirrored axes, the toolholder is then rotated such that the actual position of the tool is described correctly. All tool length components then automatically act in the correct direction, dispensing with the need for control of individual component evaluation via setting data, depending on the mirroring status of individual axes. The "orientable toolholder" functionality can also be useful on machines which have no physical means of turning tools but which feature permanently installed tools with different orientations. In this case, tools can be uniformly dimensioned in a basic orientation; the dimensions relevant to the machining operation are acquired by rotating a virtual toolholder.
8-348
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Tool Offsets
8.18 Tools with a relevant tool point direction (SW 5 and higher)
840Di
8.18
Tools with a relevant tool point direction (SW 5 and higher) Function
Up to SW 4.x In the case of tools with a relevant tool point direction (turning and grinding tools tool types 400599; see Subsection 8.17.2), a change from G40 to G41/G42 or vice-versa is treated as a tool change. If a transformation is active (e.g. TRANSMIT), this leads to a preprocessor stop (decoding stop) and hence possibly to deviations from the intended part contour. SW 5 and higher The following changes have been made: 1. A change from G40 to G41/G42 and vice-versa is no longer treated as a tool change. A preprocessor stop therefore no longer occurs with Transmit. 2. The straight line between the tool edge center points at the block start and block end is used to calculate intersection points with the approach and retraction block. The difference between the tool edge reference point and the tool edge center point is superimposed on this movement. During approach and retraction with KONT (tool travels around the contour point; see Section 8.9), superimposing takes place in the linear subblock of the approach or retraction movement. The geometrical relationships are therefore identical for tools with and without a relevant tool point direction. Differences from the previous behavior occur only in relatively rare situations where the approach or retraction block does not intersect with an adjacent motion block, see diagram below.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
8-349
Tool Offsets
11.02
8.18 Tools with a relevant tool point direction (SW 5 and higher)
840Di
Last position of tool edge center point at the contour (SW 5 and higher)
Tool end position Block without point of intersection with previous block Tool edge reference point Center point path Last position of tool edge center point at the contour (up to SW 4.x)
3. In circle blocks and in motion blocks containing rational polynomials with a denominator degree > 4, it is not permitted to change a tool with active tool radius compensation in cases where the distance between the tool edge center point and the tool edge reference point changes. With other types of interpolation, it is now possible to change when a transformation is active (e.g. Transmit). 4. For tool radius compensation with variable tool orientation, the transformation from the tool edge reference point to the tool edge center point can no longer be performed by means of a simple zero offset. Tools with a relevant tool point direction are therefore not permitted for 3D peripheral milling (an alarm is output).
Additional notes
This subject has no relevance with respect to face milling operations, since only defined tool types without relevant tool point direction have been permitted for these to date anyway. (Tools with a tool type that is not expressly permissible are treated like a ball end mill with the specified radius). A tool point direction parameter is ignored).
8-350
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Miscellaneous functions
Miscellaneous functions
9.1 Auxiliary function outputs .............................................................................................. 9-352 9.1.1 M functions............................................................................................................. 9-357 9.1.2 H functions ............................................................................................................. 9-360
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
9-351
Miscellaneous functions
11.02
810D
840Di
9.1
9-352
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Miscellaneous functions
810D
840Di
Programming
Letter[address extension]=Value
Explanation
The letters which can be used for auxiliary functions are: M, S, H, T, D, DL, F. In the following table you will find information about the meaning and value ranges for the address extension and the value in auxiliary function outputs. The maximum number of auxiliary functions of the same type per block is also specified. DL in SW 5.2 and higher
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
9-353
Miscellaneous functions
11.02
810D
840Di
Overview of auxiliary functions, programming Function Address extension (integer) Meaning M Range implicit 0 Range 099 Value Explanation Number per block 5
Type INT
Meaning Function The address extension is 0 for the value range between 00 and 99. M0, M1, M2, M17, M30 must be used without an address extension. M3, M4, M5, M19, M70 with address extension spindle No., for example, M5 for spindle 2: M2=5. Master spindle is used if no spindle is specified. User M function Without spindle no. for master spindle Functions have no effect in the NCK; only to be implemented on the PLC 3 3
Spindle no.
112
199
Function
100 (max. INT value) 03.4028 ex 38 (max. INT value) 3.4028 ex 38 INT (SW 5) REAL REAL
112
INT
Tool selection
INT
Tool offset selection See tool fine offset selection /FBW/ Path feedrates Axis feedrates
1 1
3.4028 ex 38 REAL
F (FA)
0 131
REAL
Number of functions output per NC block Up to ten function outputs can be programmed in one NC block. Auxiliary functions can also be output from the action component of synchronized actions. See /FBSY/.
The highest number for a type specified in the table must not be exceeded.
9-354
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Miscellaneous functions
810D
840Di
Grouping The above-mentioned functions can be grouped together. Group assignment is predefined for some M commands. The acknowledgment behavior can be defined by the grouping. Acknowledgments High-speed function outputs, QU Functions which have not been programmed as high-speed outputs can be defined as high-speed outputs for individual outputs with the keyword QU. Program execution continues without waiting for the acknowledgment of the miscellaneous function (the program waits for the transport acknowledgment). This helps avoid unnecessary stoppages and interruptions to traversing movements.
Programming
M=QU() H=QU() Examples: N10 H=QU(735) N10 G1 F300 X10 Y20 G64 N20 X8 Y90 M=QU(7) M7 was programmed as a high-speed output, so continuous-path mode (G64) is not interrupted. You should only use this function in individual cases, because it can affect the time synchronization as a result of interaction with other function outputs.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
9-355
Miscellaneous functions
11.02
810D
840Di
Function outputs for travel commands Time is needed to transfer information and wait for a corresponding response, and this has an impact on the travel movements. High-speed acknowledgment without block change delay In SW 5 and higher, the block change behavior can be controlled by machine data. When the "without block change delay" setting is selected, the system response with respect to high-speed auxiliary functions is as follows: Auxiliary function output Before the movement Behavior The block transition between blocks with high-speed auxiliary functions takes place with no interruption and with no reduction in speed. The auxiliary function output takes place in the first interpolation cycle of the block. The following block is executed with no acknowledgment delay. The block transition between blocks with high-speed auxiliary functions takes place with no interruption and with no reduction in speed. The auxiliary function output takes place during the block. The following block is executed with no acknowledgment delay. The movement stops at the end of the block. The auxiliary function output takes place at the end of the block. The following block is executed with no acknowledgment delay.
Function outputs in continuous-path mode Function outputs before the traversing movements interrupt continuous-path mode (G64/G641) and generate an exact stop for the previous block. Function outputs after the traversing movements interrupt continuous-path mode (G64/G641) and generate an exact stop for the current block. A wait for an outstanding acknowledgment signal from the PLC can also cause an interruption to continuous-path mode, e.g. M command sequences in blocks with extremely short path lengths.
9-356
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Miscellaneous functions
810D
840Di
Function
M functions initiate, for example, switching operations such as "Coolant ON/OFF" and other operations on the machine. Permanent functions have already been assigned to some of the M functions by the control manufacturer (see following list). List of predefined M functions M0* M1* M2* M30* M17* M3 M4 M5 M6 M70 M40 M41 M42 M43 M44 M45 Programmed stop Optional stop End of main program with return to beginning of program End of program, same effect as M2 End of subprogram Spindle clockwise Spindle counterclockwise Spindle stop Tool change (default setting) Spindle is switched to axis mode Automatic gear change Gear step 1 Gear step 2 Gear step 3 Gear step 4 Gear step 5
Extended address notation cannot be used for the functions marked with *.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
9-357
Miscellaneous functions
11.02
810D
840Di
Predefined M commands Certain important M functions for program execution are supplied as standard with the control: Programmed stop, M0 Machining stops in the NC block with M0. You can now, for example, remove swarf, remeasure, etc.
9-358
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Miscellaneous functions
810D
840Di
Optional stop, M1 M1 can be set with MMC/dialog "Program Control" or the VDI interface. End of program, M2, M17, M30 A program is terminated with M2, M17 or M30 and reset to the beginning of the program. If the main program is called from another program (as a subroutine), M2/M30 has the same effect as M17 and vice versa, i.e. M17 has the same effect in the main program as M2/M30. Spindle functions, M3, M4, M5, M19, M70 The extended address notation with spindle number is used for all spindle functions. Example: M2=3 means CW spindle rotation for the second spindle. If no address extension is programmed, the function applies to the master spindle. Programming example N10 S... N20 X... M3 M function in the block with axis movement, spindle accelerates before the X axis movement Max. of 5 M functions in the block
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
9-359
Miscellaneous functions
11.02
810D
840Di
Function
H functions are used to transfer information to the PLC (programmable logic controller), in order to activate specific switching operations. H functions are REAL values.
Sequence
Number of functions per NC block Up to three H functions can be programmed in one NC block.
9-360
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
10
11.02
10
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
10-361
10
11.02
10
810D
840Di
10.1
Explanation
R n Arithmetic parameter Number of the arithmetic parameter, n= 0 to max. See machine data or machine manufacturer for max.; default setting: max = 099
Function
The arithmetic parameters are used, for example, if an NC program is not only to be valid for values assigned once, or if you need to calculate values. The required values can be set or calculated by the control during program execution. Another possibility consists of setting the arithmetic parameter values through operation. If values have been assigned to the arithmetic parameters, they can be assigned to other NC addresses in the program. The value of these addresses should be flexible. Value assignments You can assign values in the following range to the arithmetic parameters: (0.000 0001 ... 9999 9999) (8 decimal places and sign and decimal point). The decimal point can be omitted for integer values. A positive leading sign can always be omitted.
10-362
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
10
11.02
10
810D
840Di
Example: R0=3.5678 R1=-37.3 R2=2 R3=-7 R4=-45678.1234 It is possible to assign an extended numerical range by using exponential notation: Example: (10 ... 10 ) The value of the exponent is written after the EX characters; maximum total number of characters: 10 (including leading signs and decimal point) Value range of EX: 300 to +300 Example: R0=-0.1EX-5 ;Meaning: R0 = 0.000 001 R1=1.874EX8 ;Meaning: R1 = 187 400 000 Note: There can be several assignments in one block; or assignments of expressions. Value assignment must be in a separate block. Assignments to other addresses The flexibility of an NC program lies in assigning these arithmetic parameters or expressions with arithmetic parameters to other NC addresses. Values, expressions and arithmetic parameters can be assigned to all addresses; Exception: address N, G and L.
-300 +300
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
10-363
10
11.02
10
810D
840Di
When assigning, write the character " = " after the address character. It is also possible to have an assignment with a negative leading sign. A separate block is required for assignments to axis addresses (traversing instructions). Example: N10 G0 X=R2 ;Assignment to X axis Arithmetic operations and functions When operators/arithmetic functions are used, it is necessary to use the conventional mathematical notation. Machining priorities are set by parentheses. Otherwise, multiplication and division take precedence over addition and subtraction. Degrees are used for the trigonometrical functions.
10-364
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
10
11.02
10
810D
840Di
10.2
Explanation
GOTOB GOTOF GOTO GOTOC "Jump instruction" with backward destination (toward beginning of program) Jump instruction with forward jump destination (towards program end) Jump instruction with destination search going forward than backward (first toward end of program then toward beginning of program) Suppress Alarm 14080 "Destination not found". Jump instruction with destination search first forward then backward (first toward end of program and then toward beginning of program) Destination parameters for label, block number, or string variable Destination for a jump command Labeling of destination within the program Destination as main block or subblock number (e.g. : 200, N300) Variable of type string containing a label or block number.
Function
By default, main programs, subprograms, cycles and interrupt routines execute the blocks in the sequence in which they were programmed. Program jumps can be used to modify this sequence.
Sequence
Jump destinations with user-defined names can be programmed in a routine. The command GOTOF or GOTOB can be used to branch to a jump destination from any other point within the same program. The program then resumes execution at the instruction immediately following the jump destination.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
10-365
10
11.02
10
810D
840Di
Destination not found If the destination is not found, program execution is terminated with Alarm 14080 "Destination not found". Command GOTOC suppresses this alarm. Program execution is resumed at the line following the GOTOC command. Destination backward 1. Jump with label Label_1: .... GOTOB Label_1
;Destination
Jump forward 2. Jump with block number GOTOF N100 .... N100 ;Destination Indirect jumps 3. Jump to block number N5 R10=100 N10 GOTOF "N"<<R10 ;Jump to the block whose number is in R10 N90 N100 ;Destination N110 4. Jump to labels DEF STRING[20] DEST DEST = "Label2" ;Jump with GOTOF DEST variables destination Label1: T="Drill1" .... Label2: T="Drill2" ;Destination
Additional notes
The unconditional jump must be programmed in a separate block. In programs with unconditional jumps, the end of program M2/M30 does not have to appear at the end of the program.
10-366
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
10
11.02
10
810D
840Di
Programming examples
N10 N20 GOTOF LABEL_0 N30 N40 LABEL_1: R1=R2+R3 N50 N60 LABEL_0: N70 N80 GOTOB LABEL_1 N90 ;Jump backward to LABEL_1 ;Destination LABEL_0 ;Destination LABEL_1 ;Jump forward to LABEL_0
10.3
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
10-367
10
11.02
10
810D
840Di
Function
Jump conditions can be formulated using IF instructions. The jump to the programmed jump destination is only performed if the jump condition is fulfilled.
Sequence
The jump condition can be programmed with any comparison or logic operation (result: TRUE or FALSE). The program jump is executed if the result of the operation is TRUE. The jump destination can only be a block with a label or block number that appears within the program. Several conditional jumps can be formulated in the same block.
Programming example
N40 R1=30 R2=60 R3=10 R4=11 R5=50 R6=20 N41 MA1: G0 X=R2*COS(R1)+R5 -> -> Y=R2*SIN(R1)+R6 N42 R1=R1+R3 R4=R4-1 N43 IF R4>0 GOTOB MA1 N44 M30 Assignment of initial values Calculation and assignment to axis address Specification of variable Jump instruction with label End of program n
10-368
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11
11.02
11
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11-369
11
11.02
11
810D
840Di
11.1
Use of subprograms
What is a subprogram? In principle, a subprogram has the same structure as a parts program. It consists of NC blocks with traversing and switching commands. Basically, there is no difference between a main program and a subprogram. The subprogram contains either machining operations or sequences of operations that are to be performed several times.
Main program
og pr ub
ram
Use of subprograms Recurring machining sequences are programmed once in a subprogram. Examples include certain contour shapes, which occur repeatedly, and machining cycles. The subprogram can be called and executed in any main program.
Subprogram
Structure of a subprogram The structure of the subprogram is identical to that of the main program (see section on structure and content of an NC program). Subprograms are M17 end of program provided. This means a return to the program level where the subprogram was called from.
11-370
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11
11.02
11
810D
840Di
Explanation It is possible to suppress this end of program M17 in the machine data (e.g.: to achieve a better running time). Additional notes A program header with parameter definitions can also be programmed in the subprogram. You will find a more detailed description in the Programming Guide "Advanced". End of subprogram with RET The instruction RET can also be used in subprograms as a substitute for the backward jump with M17. RET must be programmed in a separate block. The RET statement is used when G64 continuouspath mode is not to be interrupted by a return. This is only possible if the subprogram has no SAVE attribute. If M17 is programmed in a separate block, G64 is interrupted and an exact stop generated. Remedy: Do not write M17 in a subprogram block on its own, instead use it with, for example, a traverse path: G1 X=YY M17 must be set in the machine data: "No M17 from PLC". Subprogram name The subprogram is given a name allowing it to be selected from among the others. The name can be freely chosen during program creation, taking the following conventions into account: The first two characters must be letters. The others can be letters, numerals or underscore characters A maximum of 31 characters can be used No separators are to be used (see the section on "Language elements of the programming language")
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11-371
11
11.02
11
810D
840Di
The same rules apply as to the names of main programs. Example: N10 POCKET1 It is also possible to use the address word L... in subprograms. The value can have 7 decimal places (integers only). Note: With address L, leading zeros are meaningful for differentiation. Example: N10 L123 N20 L0123 N30 L00123 There are three different subprograms in this example. Nesting depth Subprograms can also be called from a subprogram, not only from a main program. In total, up to 12 program levels are available for this type of nested call, including the main program level. This means: Up to 11 nested subprogram calls can be issued from the main program.
Main program Subprogram Submax.11 program Subprogram
Note: If you are working with SIEMENS machining and measuring cycles, then three levels are required. If a cycle is to be called from a subprogram, this call cannot be issued from beyond level 9.
11-372
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11
11.02
11
810D
840Di
11.2
Subroutine call
Subprogram call You call the subprogram in the main program either with address L and the subprogram number or by specifying the subprogram name. Example: ... N120 L100
Subprogram call "L100.SPF": N10 MSG (DIN subroutine") N20 G1 G91... ... N60 M17 ;End of subprogram End of main program
N160
M30
Example with transfer of R parameter: N10 G0 X0 Y0 G90 T1 Tool T1 in rapid traverse to the first position, absolute dimension Describe arithmetic parameters R10 and R11 Call the rectangle subprogram "RECTANGLE.SPF" with transfer of R parameters: N15 G1 X=R10 G91 F500 N25 Y=R11 N35 X=-R10 N45 Y=-R11 N55 M17 ;End of subprogram Position tool at the next machining position Call the rectangle subprogram "RECTANGLE.SPF" with transfer of R parameters: End of main program
N20
R10=10 R11=20
N30
RECTANGLE
N40
N50
RECTANGLE
N60
M30
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11-373
11
11.02
11
810D
840Di
Call main program as subprogram A main program can also be called as a subprogram. The end of program set in the main program M30 is evaluated as M17 in this case (end of program with return to calling program). You program the call specifying the program name. Example: N10 MPF739 or N10 SHAFT3
Main program
Additional notes Search strategy of the control: 1. Are there any *_MPF ? 2. Are there any *_SPF ? This means: if the name of the subprogram to be called is identical to the name of the main program, the main program that issues the call is called again. This is generally an undesirable effect and must be avoided by assigning unique names to subprograms and main programs. Call the subprograms with the INI file Subprograms that do not require parameter assignment can be called from an initialization file: Example: N10 MYINISUB1
11-374
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11
11.02
11
810D
840Di
11.3
N40 FRAME P3
Subprogram
Subprogram call with program repetition and parameter transfer Parameters are transferred only when the program is called, i.e. on the first run. The parameters remain unchanged for the remaining repetitions. If you want to change the parameters during program repetitions, you must make the appropriate provision in the subprogram.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11-375
11
11.02
11
810D
840Di
11.4
Explanation
LABEL: REPEAT REPEATB Jump destination; the name of the jump destination is followed by a colon Repeat (repeat several lines) Repeat block (repeat one line only)
Programming
Repeat block LABEL: xxx yyy REPEATB LABEL P=n zzz The program line identified by a label is repeated P=n times. If P is not specified, the program section is repeated exactly once. After the last repetition, the program is continued at the line zzz following the REPEATB line. The block identified by the label can appear before or after the REPEATB statement. The search initially commences towards the start of the program. If the label is not found in this direction, the search continues towards the end of the program.
11-376
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11
11.02
11
810D
840Di
Programming example
Repetition of positions N10 POSITION1: X10 Y20 N20 POSITION2: CYCLE(0,,9,8) N30 ... N40 REPEATB POSITION1 P=5 N50 REPEATB POSITION2 N60 ... N70 M30 Execute block N10 five times Execute block N20 once Position cycle
Programming
Repeat area starting at label LABEL: xxx yyy REPEAT LABEL P=n zzz The program section between the label with any name and the REPEAT statement is repeated P=n times. If the block with the label contains further statements, these are executed again on each repetition. If P is not specified, the program section is repeated exactly once. After the last repetition, the program is continued at the line zzz following the REPEAT line. The label must appear before the REPEAT statement. The search is performed towards the start of the program only.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11-377
11
11.02
11
810D
840Di
Programming example
5 squares with increasing width are to be produced N5 R10=15 N10 Begin: R10=R10+1 N20 Z=10-R10 N30 G1 X=R10 F200 N40 Y=R10 N50 X=-R10 N60 Y=-R10 N70 Z=10+R10 N80 REPEAT BEGIN P=4 N90 Z10 N100 M30 Execute area from N10 to N70 four times Width
Programming
Repeat area between two labels START_LABEL: xxx ooo END_LABEL: yyy ppp REPEAT START_LABEL END_LABEL P=n zzz The area between the two labels is repeated P=n times. User-defined names can be assigned to the labels. The first line of the repetition contains the start label, the last line contains the end label. If the line containing the start or end label contains further statements, these are executed again on each pass. If P is not specified, the program section is repeated once. After the last repetition, the program is continued at the line zzz following the REPEAT line. The program section to be repeated can appear before or after the REPEAT statement. The search initially commences towards the start of the program. If the start label is not found in this direction, the search resumes from the REPEAT statement towards the end of the program.
11-378
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11
11.02
11
810D
840Di
It is not possible to nest the REPEAT statement with the two labels within parentheses. If the start label is found before the REPEAT statement and the end label is not reached before the REPEAT statement, the repetition is performed on the section between the start label and the REPEAT statement.
Programming example
Repeat program section from BEGIN to END N5 R10=15 N10 Begin: R10=R10+1 N20 Z=10-R10 N30 G1 X=R10 F200 N40 Y=R10 N50 X=-R10 N60 Y=-R10 N70 END:Z=10 N80 Z10 N90 CYCLE(10,20,30) N100 REPEAT BEGIN END P=3 N110 Z10 N120 M30 Execute area from N10 to N70 three times Width
Programming
Repeat an area between a label and the end label LABEL: xxx ooo ENDLABEL: yyy REPEAT LABEL P=n zzz ENDLABEL is a predefined label with a fixed name. ENDLABEL marks the end of a program section and can be used multiple times in the program. The block marked by ENDLABEL can contain further statements.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11-379
11
11.02
11
810D
840Di
The area between a label and the following ENDLABEL is repeated P=n times. Any name can be used to define the start label. If the block with the start label or ENDLABEL contains further statements, these are executed on each repetition. If no ENDLABEL is found between the start label and the block with the REPEAT call, the loop ends before the REPEAT line. The construct therefore has the same effect as described above in "repeat area from label". If P is not specified, the program section is repeated once. After the last repetition, the program is continued at the line zzz following the REPEAT line.
Programming example
N10 G1 F300 Z-10 N20 BEGIN1: N30 X10 N40 Y10 N50 BEGIN2: N60 X20 N70 Y30 N80 ENDLABEL: Z10 N90 X0 Y0 Z0 N100 Z-10 N110 BEGIN3: X20 N120 Y30 N130 REPEAT BEGIN3 P=3 N140 REPEAT BEGIN2 P=2 N150 M100 N160 REPEAT BEGIN1 P=2 N170 Z10 N180 X0 Y0 N190 M30 Execute area from N110 to N120 three times Execute area from N50 to N80 twice Execute area from N20 to N80 twice
11-380
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11
11.02
11
810D
840Di
Preconditions Program section repetitions can be nested. Each call uses a subprogram level. If M17 or RET is programmed during processing of a program section repetition, the repetition is aborted. The program is resumed at the block following the REPEAT line. In the actual program display, the program section repetition is displayed as a separate subprogram level. If the level is canceled during the program section repetition, the program resumes at the point after the program section repetition call. Example: N5 R10=15 N10 BEGIN: R10=R10+1 N20 Z=10-R10 N30 G1 X=R10 F200 N40 Y=R10 N50 X=-R10 N60 Y=-R10 N70 END: Z10 N80 Z10 N90 CYCLE(10,20,30) N100 REPEAT BEGIN END P=3 N120 Z10 N130 M30 Control structures and program section repetitions can be used in combination. There should be no overlap between the two, however. A program section repetition should appear within a control structure branch or a control structure should appear within a program section repetition.
Width
Level cancellation
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11-381
11
11.02
11
810D
840Di
If jumps and program section repetitions are mixed, the blocks are executed purely sequentially. For example, if a jump is performed from a program section repetition, processing continues until the programmed end of the program section is found. Example: N10 G1 F300 Z-10 N20 BEGIN1: N30 X10 N40 Y10 N50 GOTOF BEGIN2 N60 ENDLABEL: N70 BEGIN2: N80 X20 N90 Y30 N100 ENDLABEL: Z10 N110 X0 Y0 Z0 N120 Z-10 N130 REPEAT BEGIN1 P=2 N140 Z10 N150 X0 Y0 N160 M30 Activation Program section repetition is activated by programming. The REPEAT instruction should be placed behind the traveling blocks.
11-382
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11
11.02
11
810D
840Di
Programming example
Milling: Machine drill position with different technologies N10 CENTER DRILL() N20 POS_1: N30 X1 Y1 N40 X2 N50 Y2 N60 X3 Y3 N70 ENDLABEL: N80 POS_2: N90 X10 Y5 N100 X9 Y-5 N110 X3 Y3 N120 ENDLABEL: N130 DRILL() N140 THREAD(6) N150 REPEAT POS_1 N160 DRILL() N170 THREAD(8) N180 REPEAT POS_2 N190 M30 n Change drill and drilling cycle Load tap M6 and threading cycle Repeat program section once from POS_1 up to ENDLABEL Change drill and drilling cycle Load tap M8 and threading cycle Repeat program section once from POS_2 up to ENDLABEL Drill positions 2
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11-383
11
11.02
11
810D
840Di
Notes
11-384
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
Tables
12.1 List of statements ........................................................................................................ 12-386 12.2 List of addresses ......................................................................................................... 12-403 12.2.1 Address letters ..................................................................................................... 12-403 12.2.2 Fixed addresses................................................................................................... 12-404 12.2.3 Fixed addresses with axis extension ................................................................... 12-405 12.2.4 Settable addresses .............................................................................................. 12-407 12.3 List of G functions/preparatory functions..................................................................... 12-411 12.4 List of predefined subprograms................................................................................... 12-423 12.4.1 Predefined subprogram calls ............................................................................... 12-424 12.4.2 Predefined subprogram calls in motion-synchronous actions ............................. 12-434 12.4.3 Predefined functions ............................................................................................ 12-435 12.4.4 Data types ............................................................................................................ 12-438
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-385
12
Tables
11.02
12
810D
840Di
12.1
Legend:
1 2 3
List of statements
Default setting at beginning of program (factory settings of the control, if nothing else programmed). The groups are numbered according to the table headed "List of G functions/preparatory functions" in Section 12.3 Absolute end points: modal; incremental end points: non-modal; otherwise modal/non-modal (m, s) depending on syntax of G function. As arc centers, IPO parameters act incrementally. They can be programmed in absolute mode with AC. With other meanings (e.g. pitch), the address modification is ignored. The vocabulary word is not valid for SINUMERIK FM-NC/810D The vocabulary word is not valid for SINUMERIK FM-NC/810D/NCU571 The vocabulary word is not valid for SINUMERIK 810D The OEM can add two extra interpolation types. The names can be changed by the OEM. The vocabulary word is only valid for SINUMERIK FM-NC Extended address notation cannot be used for these functions.
2 Modal/ Group nonmodal
5 6 7 8 9
10
Name
Definition
Description, comment
Syntax
Special block e.g.. :20 identification instead of N... ; this block should contain all statements for a complete subsequent machining section m,s 3 s s s s X=AC(100) s m A=ACN(...) B=ACN(...) C=ACN(...) A=ACP(...) B=ACP(...) C=ACP(...) s s m m m
A A2 A3
5 5
Axis Tool orientation: Euler angles Tool orientation: Direction vector component Tool orientation for start of block Tool orientation for end of block; normal vector component Input of absolute dimensions Axial acceleration Absolute dimensions for rotary axes, approach position in negative direction Absolute dimensions for rotary axes, approach position in positive direction Approximate distance for path functions G1, G2, G3, ... Approximate distance for rapid traverse G0 Angle tilt fast
Real Real Real Real Real 0, ..., 359.9999 Real, w/o signs
12-386
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Name
Definition
Value assignment
Description, comment
Syntax
Programmable mirroring (additive mirror) Contour angle Angle polar Aperture angle (angle circular) Programmable rotation (additive rotation) 0, ..., 360 0, ..., 360 Rotation around 1st geo. axis: -180o .. 180 2nd geo. axis: -89.999 ... 90 3rd geo. axis: -180 .. 180
s s m,s 3 m,s 3
AROTS
AROTS X... Y... AROTS Z... X... AROTS Y... Z... ;separate AROTS RPL= block ASCALE X... Y... Z... ; separate block ATRANS X... Y... Z... ; separate block
Programmable scaling (additive scale) Akima spline Additive programmable shift (additive translation) Variable axis identifier Advance container axis Axis Tool orientation: Euler angles Tool orientation: Direction vector component Tool orientation for start of block Tool orientation for end of block; normal vector component Real Real Real Real Real Real
s m s m,s 3
3 1 3
AXCTSWE(CTi)
25 m,s s s s s m m m 19 19 21
3
Definition of first spline segment by the following 3 points (begin not a knot) Natural transition to first spline block (begin natural) Brisk path acceleration Switch on brisk path acceleration for the programmed axes B spline Tangential transition to first spline block (begin tangential) Axis Tool orientation: Euler angles Tool orientation: Direction vector component Real Real Real
m m m,s 3 s s
1 19
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-387
12
Tables
11.02
12
810D
840Di
Name
Definition
Description, comment
Syntax
C4 5 C5
5
Tool orientation for start of block Tool orientation for end of block; normal vector component Collision detection OFF Collision detection ON Collision detection OFF Constant feed at contour
CFTCP
Constant feed in tool edge reference point (center-point path) Constant feed at internal radius only, not at external radius Real, w/o signs
CFIN
16
CHF Chamfer; value = length of chamfer SW 3.5 and higher Chamfer; value = width of chamfer in CHR direction of movement (chamfer) CHKDNO CIP CLGOF CLGON COMPON 6
COMPCURV
Check for unique D numbers Circular interpolation through intermediate point Const. workpiece speed for centerless grinding OFF Const. workpiece speed for centerless grinding ON m m m m m m m Real, w/o signs CROTS X... Y... CROTS Z... X... CROTS Y... Z... ;separate CROTS RPL= block CT X... Y.... Z... S S 30 30 30 30 49 39 39 Compressor ON Compressor ON: polynomials with constant curvature Compressor ON: Surface quality CAD program Continuous path; path motion Programmable contour precision OFF CIP X... Y... Z... I1=... J1=... K1=... m 1
COMPCAD CP
CPRECOF
1,6
Programmable frame rotations with solid angles (rotation in the specified axes)
CSPLINE CT CUT2D
1
Cubic spline Circle with tangential transition 2 D cutter compensation type 2-dimensional 2 D cutter compensation type 2-dimensional frame; Tool compensation is effective in relation to the current frame (inclined plane) 3D cutter compensation type 3-dimensional circumference milling
m m m m
1 1 22 22
CUT2DF
CUT3DC 5
m m
22 22
CUT3DCC 5 Cutter compensation type 3-dimensional circumference milling with limit surfaces
12-388
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Name
Definition
Value assignment
Description, comment
Syntax
CUT3DCCD
Cutter compensation type 3-dimensional circumference milling with limit surfaces with differential tool 3D cutter compensation type 3-dimensional face milling
m m m
22 22 22
CUT3DF 5
CUT3DFF 5 3D cutter compensation type 3-dimensional face milling with constant tool orientation dependent on the current frame CUT3DFS 5 3D cutter compensation type 3-dimensional face milling with constant tool orientation independent of the current frame
CUTCONOF CUTCONON
1
22
Constant radius compensation OFF Constant radius compensation ON Tool offset number 1, ..., 9 contains offset D... data for a specific in SW 3.5 tool T... ; D0 and higher Offset values for a 1, ... 32 000 tool A=DC(...) B=DC(...) C=DC(...) SPOS=DC(...)
m m
40 40
DC
DIAMCYCOF
Radius programming for G90/G91: ON. The G-code of Radius programthis group that was last active remains active for display ming last active G-code Diameter programming: OFF Diametral programming: ON Diametral programming: for G90, radius progr. For G91 Length for lift fast Transition circle overshoot - radius compensation Distance for repositioning Distance for repositioning Thread run-out path Thread run-in path Total tool offset Deactivate the handwheel offsets (DRF) Velocity-dependent path acceleration Definition of last spline section by the last 3 points (end not a knot) Natural transition to next traversing block (end natural) Tangential transition to next traversing block at spline end (end tangential) 0, ..., 100 Real, w/o signs Real, w/o signs Real Real INT Radius programming for G90/G91 Diameter progr. for G90/G91
29
DIAMOF 1 DIAMON DIAM90 DILF DISC DISPR DISR DITE DITS DL DRFOF DRIVE
9
m m m m m S S m m m m m m m m
29 29 29
21 20 20 20
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-389
12
Tables
11.02
12
810D
840Di
Name
Definition
Description, comment
Syntax
Feed value (in conjunction with G4 the dwell time is also programmed in F)
Tool/workpiece F=100 G1 ... path feedrate; unit of measurement in mm/min or mm/rev dependent on G94 or G95 FA[X]=100 m
FA
Axial feed
FCUB 6 FD FDA
Feedrate variable according to cubic spline (feed cubic) Path feed for handwheel override (feed DRF) Axial feed for handwheel override (feed DRF axial) Real, w/o signs Real, w/o signs
m S S m m m m F applies for axes FGROUP (axis1, [axis2], ...) specified under FGROUP m Real, w/o signs The unit set with G93, G94, G95 is applicable (max. rapid traverse) FL [axis] =... m
37
57 24 24
Feedforward control OFF (feed forward OFF) Feedforward control ON (feed forward ON) Reference radius Definition of axis/axes with path feed
FIFOCTRL FL
Preprocessing memory control Speed limit for synchronized axes (feed limit)
FLIN 6 FMA FNORM 1,6 FORI1 FORI2 FP FPR FPRAOF FPRAON FRC FRCM
Feed linear variable (feed linear) Feed multiple axial Feed normal to DIN 66025 Feed for rotating orientation vector on large circle Feed for rotation superimposed on rotated orientation vector Fixed point: number of fixed point to be approached Identification for rotary axis Deactivate revolutional feedrate Activate revolutional feedrate Feed for radius and chamfer Feed for radius and chamfer, modal Integer, w/o signs 0.001 ... 999999.999 G75 FP=1 FPR (rotary axis) Real, w/o signs
m m m m m S
37
37
s m m m 33 33
FTOCOF 1,6 Online fine tool offset OFF FTOCON 6 Online fine tool offset ON
12-390
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Name
Definition
Value assignment
Description, comment
Syntax
Travel to fixed stop ON Torque limit for travel to fixed stop (fixed stop torque) Monitoring window for travel to fixed stop (fixed stop window)
Integer, w/o 1 = select, signs 0 = deselect % mm, inches or degrees Parameter optional Parameter optional
m m
G function (preparatory function) Only predefined, The G functions are divided into G integer groups. Only one G function from one values group can be written in one block. A G function can either be modal (until canceled by another function from the same group), or non-modal (only effective for the block it is written in). Linear interpolation with rapid traverse (rapid traverse motion) Linear interpolation with feedrate (linear interpolation) Circular interpolation clockwise Motion commands
G...
G0 G11 G2
G0 X... Z... G1 X... Z... F... G2 X... Z... I... K... F... ; center and end points G2 X... Z... CR=... F... ; radius and end point G2 AR=... I... K... F... ; arc angle and center point G2 AR=... X... Z... F... ; arc angle and end point G3 ... ; otherwise as for G2
m m m
1 1 1
G3 G4
m s
1 2
G4 F... ; Dwell time in s, or G4 S... ; Dwell time in spindle revolutions. ; separate block
Oblique plunge-cut grinding Compensatory motion during oblique plunge-cut grinding Exact stop deceleration Selection of working plane X/Y Selection of working plane Z/X Selection of working plane Y/Z Lower working area limitation Upper working area limitation
s s s
2 2 11 6 6 6 3 3
Infeed direction Z Infeed direction Y Infeed direction X Value assignments in channel axes G25 X.. Y.. Z.. ; separate block G26 X.. Y.. Z.. ; separate block
m m m s s
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-391
12
Tables
11.02
12
810D
840Di
Name
Definition
Syntax
G33
G33 Z... K... SF=... ; cylinder thread G33 X... I... SF=... ; cross thread G33 Z... X... K... SF=... ; taper thread (in Z axis path greater than in X axis) G33 Z... X... I... SF=... ; taper thread (in X axis path greater than in Z axis) G34 X.. Y.. Z.. I.. J.. K.. F.. G35 X.. Y.. Z.. I.. J.. K.. F..
G34 G35 G40 1 G41 G42 G53 G54 G55 G56 G57 G58 G59 G60 1 G62
Linear degressive speed change [mm/rev2] Linear progressive speed change [mm/rev2] Tool radius compensation OFF Tool radius compensation to left of contour Tool radius compensation to right of contour Suppression of current zero offset (non-modal) 1st settable zero offset 2nd settable zero offset 3rd settable zero offset 4th settable zero offset Axial programmable zero offset, absolute Axial programmable zero offset, additive Exact stop - deceleration Corner deceleration at inside corners when tool radius offset is active (G41, G42) Tapping with compensating chuck Exact stop - continuous-path mode Dimension in inches (lengths) Metric dimension (lengths) Reference point approach Fixed point approach Absolute dimensions
m m m m m
1 1 7 7 7 9 8 8 8 8 3 3 10 57
s m m m m s s m
G62 Z... G1
G63 Z... G1
s m m m
2 10 13 13 2 2 14
G74 X... Z...; separate block Machine axes G75 FP=.. X1=... Z1=...; separate block G90 X... Y... Z...(...) Y=AC(...) or X=AC Z=AC(...) G91 X... Y... Z... or X=IC(...) Y=IC(...) Z=IC(...) Execution of a block: Time G93 G01 X... F...
s s m s m s m m m
Incremental dimensions Inverse-time feedrate rpm Linear feedrate F in mm/min or inch/min and /min Revolutional feedrate F in mm/rev or inches/rev Constant cutting speed (as for G95) ON Constant cutting speed (as for G95) OFF
14 15 15 15 15 15
m m
12-392
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Name
Definition
Value assignment
Description, comment
Syntax
G110 G111 G112 G140 1 G141 G142 G143 G147 G148 G153 G247 G248 G290 G291 G331 G332 G340 1
Polar programming relative to last programmed set position Polar programming relative to origin of current workpiece coordinate system Polar programming relative to last valid pole SAR approach direction defined by G41/G42 SAR approach direction to left of contour SAR approach direction to right of contour SAR approach direction tangent-dependent Soft approach with straight line Soft retraction with straight line Suppress current frames including base frame Soft approach with quadrant Soft retraction with quadrant Switch to SINUMERIK mode ON Switch to FANUC mode ON Tapping Retraction (tapping) Spatial approach block (depth and in plane (helix)) Initial infeed on perpendicular axis (z), then approach in plane Soft approach with semicircle Soft retraction with semicircle Transition circle Intersection of equidistant paths
1
G110 X.. Y.. Z.. G110 X.. Y.. Z.. G110 X.. Y.. Z..
s s s m m m m s s
3 3 3 43 43 43 43 2 2 9 2 2 47 47 1 1 44
s s s m m
0.001, ..., Motion 2000.00 mm/rev commands Effective during soft approach/ retraction Effective during soft approach/ retraction
m m m
G341
44
G347 G348 G450 1 G451 G460 G461 G462 G500 1 G505 .... G599 G601 1 G602 G603 G641 G642 G643 G644 G621
s s Tool radius comp. Resp. at corners no intersection in TRC block m m m m m m m Only effective with active G60 or G9 with programmable transition rounding G641 ADIS=... m m m m m m m Only in conjunction with continuous-path mode G621 ADIS=... m
2 2 18 18 48 48 48 8 8 12 12 12 10 10 10 10 57
Collision monitoring for approach and retraction block on Extend border block with arc if Extend border block with line if Deactivate all settable frames if G500 does not contain a value 5. ... 99. Settable zero offset Block change on exact stop fine Block change at stop exact coarse Block change at IPO - end of block Exact stop - continuous-path mode Corner rounding with axial precision Block-internal corner rounding Corner rounding with specified axis dynamics Corner deceleration at all corners
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-393
12
Tables
11.02
12
810D
840Di
Name
Definition
Value assignment
Description, comment
Syntax
G700 G710 1 G8101, ..., G819 G8201, ..., G829 G931 G942 G952 G961 G962 G971 G972 GOTOF GOTOB GWPSOF GWPSON H...
Dimension in inches and inch/min (lengths + velocities + system variable) Metric dimension in mm and mm/min (lengths + velocities + system variable) G group reserved for the OEM G group reserved for the OEM Feedrate specified by travel time Freeze linear feedrate and constant cutting rate or spindle speed Freeze revolutional feedrate and constant cutting rate or spindle speed Constant cutting speed (as for G94) ON Linear or revolutional feedrate and constant cutting rate Constant cutting speed (as for G94) OFF Freeze linear or revolutional feedrate and constant spindle speed Jump forwards (towards the end of the program) Jump backwards (towards the start of the program) Deselect constant grinding wheel peripheral speed (GWPS) Select constant grinding wheel peripheral speed (GWPS) Auxiliary function output to PLC GWPSOF(T No.) GWPSON (T No.) Real/INT Can be set by MD H100 or H2=100 Program: (machine REAL : manufacturer) 3.4028ex38 INT: -2147483648 +2147483648 Display: 999 999 999.9999 Real Real 0, ..., 99999.999 End point: Center point: Radius with CR > 0: X=IC(10) INCW/INCCW X... Y... Z... INCW/INCCW I... J... K... INCW/INCCW CR=... AR... G961 S... LIMS=... F... Travel time
m m
13 13 31 32
m m m m m m m
15 15 15 15 15 15 15
s s
I4 I1 IC INCW
s s s m 1
Travel on a circle involute in CW direction Real with interpolation of involute by G17/G18/G19 Travel on a circle involute in CCW direction with interpolation of involute by G17/G18/G19 Real
INCCW
Direct programming: Angle of rotation INCW/INCCW I... J... K... in degrees CR=... AR=... between start and end vectors
ISD J4 J1
m s s
12-394
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Name
Definition
Description, comment
Syntax
Interpolation parameters Intermediate point coordinate Travel round contour on tool offset Subprogram number Lead angle Interruption of thread cutting OFF Interruption of thread cutting ON Axial retraction to a position Tangential tool direction on retraction Non-tangential tool direction on retraction Spindle speed limitation (Limit Spindle Speed) with G96 Switching operations
s s m L10 s m m m m m m 41 41 46 46 46 17
0.001 ... 99 999.999 INT Display: 0, ..., Up to 5 unassigned M functions can be assigned by 999 999 999 the machine Program: manufacturer 0;...; 2147483647
M0 10 M1
10
Programmed stop Optional stop End of main program with return to beginning of program Direction of spindle rotation clockwise for master spindle Direction of spindle rotation counterclockwise for master spindle Spindle stop for master spindle Tool change End of subprogram For SSL accumulated spindle programming End of program, same effect as M2 Automatic gear change Gear stage 1, ..., 5 Transition to axis mode Continuous measurement without deleting Integer, w/o distance-to-go signs Measure with touch-trigger probe Measurement with deletion of distance-togo Measure with touch-trigger probe without deleting distance-to-go Measurement without deleting distanceto-go Integer, w/o signs Integer, w/o signs S S s S s
M2 10 M3 M4 M5 M6 M17 10 M19 M30 10 M40 M41... M45 M70 MEAC MEAS MEASA MEAW MEAWA
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-395
12
Tables
11.02
12
810D
840Di
Name
Definition
Value assignment
Description, comment
Syntax
Programmable mirror
MIRROR X0 Y0 Z0 ; separate block MSG("message") 0, ..., 9999 9999 integers only, w/o signs Can be used to e.g. N20 identify blocks by means of a number; written at beginning of block
NORM 1
OEMIPO1 OEMIPO2
6,8 6,8
Standard setting in starting point and end point with tool offset OEM interpolation 1 OEM interpolation 2 Allowance on the programmed contour OEM address 1 OEM address 2 OEM address 3 OEM address 4 OEM address 5 Offset - normal Real Real Real Real Real Real OFFN=5
m m m m m m m m m m
17 1 1
OMA3 6
6
OMA5 6
Orientation changes at outside corners are superimposed on the circle block to be inserted (orientation change continuously) Orientation changes are performed before the circle block (orientation change discontinuously)
27
ORID
m m m Final orientation: Vector specification A3, B3, C3 or Euler/RPY angle A2, B2, C2 Parameter settings as follows: Direction vectors normalized A6=0 B6=0 C6=1 m m m m m m m
27 50 50 51 51 51 51 51 51 51
ORIAXPOS Orientation angle via virtual orientation axes with rotary axis positions ORIEULER ORIAXES ORICONC W Orientation angle via Euler angle Linear interpolation of machine axes or orientation axes Interpolation on a circular peripheral surface in CW direction
ORICONCC Interpolation on a circular peripheral surface in CCW W direction ORICONIO Interpolation on a circular peripheral surface with intermediate orientation setting
Arc angle implemented as Additional inputs: travel angle with Rotational vectors SLOT=... A6, B6, C6 SLOT=+... at 180 degrees ORICONTO Interpolation on a circular peripheral surface in Arc angle of taper SLOT= -... at 180 degrees tangential transition in degrees 0 < Intermediate orientation ORICURVE Interpolation of orientation with specification of motion of SLOT <180 normalized A7=0 B7=0 two contact points of tool degrees C7=1 ORIPLANE Interpolation in a plane (corresponds to ORIVECT) Intermediate veclarge-radius circular interpolation tors: A7, B7, C7 2nd contact point of tool: XH, YH, ZH, ORIPATH Tool orientation trajectory referred to path Transformation package handling, see /FB/, TE4
51
ORIROTA
54
12-396
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Name
Definition
Value assignment
Description, comment
Syntax
Angle of rotation relative to plane between start and end orientations Angle of rotation relative to change in orientation vector Orientation angle via RPY angle Orientation modification (orientation smoothing factor) Real Referring to the path
m m m m m m m m m
54 54 50
ORIVECT
Large-radius circular interpolation (identical to ORIPLANE) Orientation angle via virtual orientation axes (definition 1) Orientation angle via virtual orientation axes (definition 1) Tool orientation in the machine coordinate system Tool orientation in the workpiece coordinate system Oscillation on/off Continuous tool orientation smoothing Axis assignment for oscillation activate oscillation Oscillation control options Oscillating: End point Oscillating: Number of spark-out cycles number spark out cycles) Tool orientation smoothing OFF Oscillating: Left reversal point (oscillating: position 1) Oscillating: Right reversal point (oscillating: position 2) Tool orientation smoothing at end of block Real Real Integer, w/o signs Axis: 13 infeed axes Integer, w/o signs
51 50 50 25 25
ORIVIRT1 ORIVIRT2 ORIMKS 6 ORIWKS OS OSC 6 OSCILL OSCTRL OSE OSNSC OSOF 1,6 OSP1 OSP2 OSS 6 OSSE OST1 OST2 OVR OVRA P
6 1,6
m m m m m m m m m m m m m m e.g. L781 P... ; separate block m m m m Real, w/o signs S m m Real Real 1, ..., 200% 1, ..., 200% 1 ... 9999, integers w/o signs
34
34
34 34
Tool orientation smoothing at start and end of block Oscillating: Stop at left reversal point Oscillating: Stop at right reversal point Speed override Axial speed override Number of subprogram passes
Deactivate workpiece-related frame rotation Align workpiece coordinate system on workpiece Punch with delay OFF Punch with delay ON Parameter interval length Polynomial interpolation Punch ON
52 52 36 36
1 35
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-397
12
Tables
11.02
12
810D
840Di
Name
Definition
Value assignment
Description, comment
Syntax
Punch ON in IPO cycle (punch ON slow) Position axis Position axis across block boundary LIFTFAST position Sets the actual value for programmed axes An axis identifier is programmed with the corresponding value in the next parameter. Up to 8 axes possible PRESETON(X,10,Y,4.5) POS[X]=20 POSA[Y]=20
35
PTP PUTFTOC
PUTFTOCF
Point to point PutFineToolCorrection: Fine tool correction for continuous dressing PutFineToolCorrectionFunctionDependent: Fine tool correction depending on a function defined by FCtDEF for continuous dressing Point weight Arithmetic parameters SW 5 and higher: also as settable address identifier and with numerical extension Repositioning linear all axes: Linear repositioning with all axes Repositioning semicircle: Repositioning in semicircle Repositioning semicircle all axes: Repositioning with all axes; geometry axes in semicircle Repositioning linear: Linear repositioning Repositioning quarter-circle: Return to contour in a quarter-circle Repositioning quarter-circle all axes: Return to contour linear all axes; geometry axes in quarter-circle End of subprogram Real, w/o signs
Synchronized axis
49
PW R...
R10=3 ;R parameter 0.0000001, Number of R parameters can be assignment ..., X=R10 ;axis value 9999 9999 set by MD R[R10]=6 ;indirect prog. s s s s s s 2 2 2 2 2 2
RET
RET
Repositioning at beginning of block (Repos mode begin of block) Repositioning at end of block (Repos mode end of block) Repositioning at interruption point (Repos mode interrupt) Reapproach to nearest path point (Repos mode of nearest orbital block)
m m m m
26 26 26 26
12-398
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Name
Definition
Value assignment Real, w/o signs Real, w/o signs Rotation around 1st geometry axis: -180 .. 180 2nd geo axis: -89.999, ..., 90 3rd geo axis: -180 .. 180
Description, comment
Syntax
RND=... RNDM=... RNDM=0: switch off m.r. ROT X... Y... Z... ROT RPL= ;separate block
s m s 3
ROTS
ROTS X... Y... ROTS Z... X... ROTS Y... Z... ;separate ROTS RPL= block
m,s 3 S m m Spindle speed in S...: rpm G4: dwell time in S1...: spindle revolutions G96: cutting speed in m/min speed for master spindle speed for spindle 1 m, s 55 55
G0 without linear interpolation (single-axis interpolation) Spindle speed or (with G4, G96) other meaning REAL Display: 999 999 999.9999 Program: 3.4028ex38
s S
Reset to the master spindle defined in machine data Set spindle n as master spindle Starting point offset for thread cutting (spline offset) Soft acceleration with jerk limitation Nibbling ON (stroke ON) Nibbling ON in IPO cycle (stroke ON slow) Path reference for FGROUP axes is arc length Switch master spindle or spindle(s) from speed control to position control Switch master spindle or spindle(s) from position control to speed control Fast NCK inputs/outputs for punching/nibbling byte 1 (stroke/punch interface 1) Fast NCK inputs/outputs for punching/nibbling byte 2 (stroke/punch interface 2) SPCON SPCON (n) SPCON SPCON (n) m m 38 38 0.0000, ..., 359.999 m m m m m 21 35 35 45
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-399
12
Tables
11.02
12
810D
840Di
Name
Definition
Value assignment
Syntax
SPLINEPATH SPOF 1,6 SPN 6 SPP 6 SPOS SPOSA SR SRA ST STA STAT
STARTFIFO 1
Define spline grouping Stroke OFF, punching, nibbling OFF Number of path sections per block (stroke/punch number) Length of path section (stroke/punch path) Spindle position Spindle position across block boundaries Retraction path (sparking out retract path) Real, w/o signs Retraction path axial with external input (sparking out retract) Sparking out time Sparking out time axial Position of joints Integer Execute; simultaneously fill preprocessing memory Stop machining; fill preprocessing memory until STARTFIFO is detected, FIFO full or end of program Suppression of current zero offset, including programmed offsets, system frames, handwheel offsets (DRF), external zero offset and overlaid motion Call tool (only change if specified in machine data; otherwise M6 command necessary) Request toolholder (number "m") 1 ... 32 000 Real, w/o signs Integer Integer
35
4 4 9
STOPFIFO SUPA
Call via T no.: or via tool identifier: m=0: deselect active toolholder Necessary after reset, e.g. through manual setting Tool perpendicular to inclined surface Tool perpendicular to inclined surface Tool perpendicular to inclined surface T no. is only necessary if the tool with this number is not active. T No. = 0: Deactivate monitoring for all tools
Integer
Determine tool length components from the current tool orientation Determine tool length components from the orientation of the active frame Determine tool orientation of an active frame on selection of tool, tool points in X direction Determine tool orientation of an active frame on selection of tool, tool points in Y direction Determine tool orientation of an active frame on selection of tool, tool points in Z direction Tilt angle Deselect tool monitoring Real
TMON
TMON (T no.)
12-400
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Name
Definition
Value assignment
Syntax
TOFRAME
m m m m m
53 53 53 53 53 53 53 53 53 56 56 56
TOFRAMEX X axis parallel to tool direction, secondary axis Y, Z TOFRAMEY Y axis parallel to tool direction, secondary axis Z, X TOFRAMEZ Z axis parallel to tool direction, secondary axis X, Y TOROTOF TOROT TOROTX TOROTY TOROTZ TOWSTD TOWBCS TOWKCS Frame rotations in tool direction OFF Z axis parallel to tool orientation X axis parallel to tool orientation Y axis parallel to tool orientation Z axis parallel to tool orientation Initial setting value for offsets in tool length Wear values in basic coordinate system (BCS) Wear values in the coordinate system of the tool head for kinetic transformation (differs from MCS by tool rotation) Wear values in machine coordinate system (MCS) Wear values in the tool coordinate system (tool carrier ref. point T at the tool holder) Wear values in workpiece coordinate system (WCS) Deactivate transformation Programmable translation Axis angle Number of turns for helix Path reference for FGROUP axes is curve parameter Wait for marker in specified channel; end previous block with exact stop Wait for marker in specified channel; exact stop only if the other channels have not yet reached the marker Wait for end of traversing Waiting to reach spindle position Working area limitation OFF
1
m m m m m m m
56 56 56 3
TU=2
45
WAITP(X) ; separate block WAITS (main spindle) WAITS (n,n,n) ; separate block ; separate block Real Real Real m m m,s 3 m,s 3 m,s 3 28 28
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-401
12
Tables
11.02
12
810D
840Di
Legend:
1 2 3
Default setting at beginning of program (factory settings of the control, if nothing else programmed). The group numbering corresponds to the table "Overview of statements" in Section 11.3 Absolute end points: modal; incremental end points: non-modal; otherwise modal/non-modal (m, s) depending on syntax of G function. As arc centers, IPO parameters act incrementally. They can be programmed in absolute mode with AC. With other meanings (e.g. pitch), the address modification is ignored. The vocabulary word is not valid for SINUMERIK FM-NC/810D The vocabulary word is not valid for SINUMERIK FM-NC/810D/NCU571 The vocabulary word is not valid for SINUMERIK 810D The OEM can add two extra interpolation types. The names can be changed by the OEM. The vocabulary word is only valid for SINUMERIK FM-NC Extended address notation cannot be used for these functions.
5 6 7 8 9
10
12-402
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
12.2
List of addresses
x x x x
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-403
12
Tables
11.02
12
810D
840Di
L P N G
Integer without sign Integer without sign Integer without sign Integer without sign Real without sign Real without sign Real without sign Real Real
Feed, dwell time Override Spindle, dwell time Spindle position Spindle position across block boundaries Tool number Offset number Auxiliary functions
T D M, H,
m m s
x x x
Integer without sign Integer without sign M: Integer without sign H: Real
12-404
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
AX: Axis IP: Interpolation Parameter POS: Positioning axis POSA: Positioning axis above end of block POSP: Positioning axis in parts
Variable axis identifier Variable interpolation parameter Positioning axis Positioning axis across block boundaries Positioning axis in parts (oscillation)
x x
x x
x x
x x
x x
Real Real
m m
x x
x x
x x
x x
x x
x x
x x
Real Real
Real: end position/ Real: partial length Integer: option Real without sign 1 - 8 times x Real without sign Real without sign Real without sign Real without sign
PO: Polynomial
1)
m m m m
x x
OVRA: Override Axial override ACC 2): Acceleration axial FMA: Feed multiple axial STA: Sparkingout time axial SRA: Sparking out retract Axial acceleration Synchronized feed axial Sparking out time axial Retraction path on external input axial
m m m x
OS: Oscillation on/off Oscillating on/off OST1: Oscillating time 1 OST2: Oscillating time 2 OSP1: Oscillating Position 1 OSP2: Oscillating Position 2 Stopping time at left reversal point (oscillation) Stopping time at right reversal point (oscillation) Left reversal point (oscillation) Right reversal point (oscillation)
m m
Real
Real
Real
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-405
12
Tables
11.02
12
810D
840Di
Address identifier
Address type
AC
Qu
Data type
OSE: Oscillating Oscillation end end position position OSNSC: Oscillating: number spark out cycles OSCTRL: Oscillating control Oscillating: number of spark out cycles Oscillation control options
Integer without sign: set options, integer without sign: reset options Axis: 1 - 3 infeed axes
OSCILL: Oscillating
Axis assignment for oscillation, activate oscillation Axis feedrate for handwheel override Reference radius LIFTFAST position Activate travel to fixed stop Torque limit for travel to fixed stop Monitoring window for travel to fixed stop
FDA: Feed DRF axial FGREF POLF FXS: Fixed stop FXST: Fixed stop torque FXSW: Fixed stop window
Real without sign Real without sign Real without sign Integer without sign Real
m m m m
x x
x x
Real
In these addresses, an axis or an expression of axis type is specified in square brackets. The data type in the above column shows the type of value assigned. *) Absolute end points: modal, incremental end points: non-modal, otherwise modal/non-modal depending on syntax of G function. 1) The vocabulary word is not valid for SINUMERIK FM-NC. 2) The vocabulary word is not valid for SINUMERIK FM-NC/810D.
12-406
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Axis values and end points X, Y, Z, A, B, C AP: Angle polar RP: Polar radius Tool orientation A2, B2, C2 1) A3, B3, C3 1) Euler angles Direction vector component s s m s m m m 3 3 3 3 1 1 1 Real Real Real Real Real Real Real Axis Polar angle Polar radius *) m/s* m/s* x x x x x x x x x x x x x x 8 1 1 Real Real Real without sign
A4, B4, C4 for Normal vector block beginning 1) component A5, B5, C5 for end Normal vector of block 1) component LEAD: Lead angle 1) TILT: Tilt angle 1) Lead angle Tilt angle
ORIS:1) Orientation Orientation change (referring Smoothing Factor to the path) Interpolation parameters I, J, K** I1, J1, K1 RPL: Rotation plane CR: Circle Radius AR: Angle circular TURN PL: Parameter Interval - Length PW: Point Weight SD: Spline Degree TU: Turn STAT: State SF: Spindle offset Interpolation parameter Intermediate point coordinate Rotation in the plane Circle radius Arc angle Number of turns for helix Parameter interval length Point weight Spline degree Turn State Starting point offset for thread cutting
s s s s
x x
x x x
x** x
x** x
3 3 1
Real Real Real Real without sign Real without sign Integer without sign Real without sign Real without sign Integer without sign Integer without sign Integer without sign
1 1
s s s s m m m
1 1 1 1
Real
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-407
12
Tables
11.02
12
810D
840Di
Address identifier
Address type
AC
Max. no.
Data type
DISR: Distance for Distance for repositioning repositioning DISPR: Distance path for repositioning ALF: Angle lift fast DILF: Distance lift fast FP Distance for repositioning Angle for lift fast Distance for lift fast Fixed point: Number of fixed point to be approached Modal rounding Non-modal rounding Chamfer nonmodal Chamfer in the original direction of movement Contour angle Insertion depth Transition circle overshoot in tool radius compensation Offset contour normal Thread run-in path Thread run-out path Number of path sections per block Length of a path section Sparking-out time Retraction path
x x
x x
1 1
Real without sign Real without sign Integer without sign Real Integer without sign
m m s x x
1 1 1
m s s s
x x x x
x x x x
1 1 1 1
Real without sign Real without sign Real without sign Real without sign Real Real Real without sign
s m m x x x x
1 1 1
OFFN DITS DITE Nibbling/punching SPN: Stroke/Punch Number 2) SPP: Stroke /Punch Path 2) Grinding ST: Sparking out time SR: Sparking out retract path ADIS
m m m
x x x
x x x
1 1 1
INT
Real
s s x x
1 1
12-408
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Address identifier
Address type
AC
Max. no.
Data type
ADISPOS
Approximate distance for rapid traverse Measure with touch-trigger probe Measure with touch-trigger probe without deleting distance-to-go Spindle speed limitation
Axis, spindle behavior LIMS: Limit spindle speed Feeds FAD Speed of the slow infeed motion Path feed for handwheel override Feed for rotating orientation vector on large circle Feed for rotation superimposed on rotated orientation vector Feed for radius and chamfer Feed for radius and chamfer, modal OEM address 1 OEM address 2 OEM address 3 OEM address 4 s x 1 Real without sign Real without sign Real without sign m 1 Real without sign
FORI2
FRC FRCM
s m
x x
OEM addresses OMA1: OEM Address 1 2) OMA2: OEM Address 2 2) OMA3: OEM Address 3 2) OMA4: OEM Address 4 2) m m m m x x x x x x x x x x x x 1 1 1 1 Real Real Real Real
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-409
12
Tables
11.02
12
810D
840Di
Address identifier
Address type
AC
Max. no.
Data type
OEM address 5
Real
*) Absolute end points: modal, incremental end points: non-modal, otherwise modal/non-modal depending on syntax of G function. **) As circle center points, IPO parameters act incrementally. They can be programmed in absolute mode with AC. The address modification is ignored when the parameters have other meanings (e.g. thread pitch). 1) The vocabulary word is not valid for SINUMERIK FM-NC/810 D 2) The vocabulary word is not valid for SINUMERIK FM-NC/810D/NCU571.
12-410
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
12.3
Group 1: Modally active motion commands Name G0 G1 G2 G3 CIP ASPLINE BSPLINE CSPLINE POLY # G33 G331 G332 OEMIPO1 ## OEMIPO2 ## CT G34 G35 INVCW INVCCW No. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. Definition Rapid traverse Linear interpolation (linear interpolation) Circular interpolation clockwise Circular interpolation counterclockwise Circle through points: Circular interpolation through intermediate point Akima spline B spline Cubic spline Polynomial: Polynomial interpolation Thread cutting with constant lead Tapping Retraction (tapping) OEM interpolation 1 *) OEM interpolation 2 *) Circle with tangential transition Increase in thread pitch (progressive change) Decrease in thread pitch (degressive change) Involute interpolation in CW direction Involute interpolation in CCW direction X m/s m m m m m m m m m m m m m m m m m m m Default SAG MH
*) The OEM can incorporate two additional interpolation modes. The names can be changed by the OEM. If no function from the group is programmed with modal G functions, the default setting (which can be changed in the machine data) applies: $MC_GCODE_RESET_VALUES # The vocabulary word is not valid for SINUMERIK FM-NC. ## The vocabulary word is not valid for SINUMERIK FM-NC/810D/NCU571.
Group 2: Non-modally active movements, dwell time G4 G63 G74 G75 REPOSL REPOSQ REPOSH REPOSA REPOSQA 1. 2. 3. 4. 5. 6. 7. 8. 9. Predefined dwell time Tapping without synchronization Reference point approach with synchronization Fixed point approach Repositioning linear: Linear repositioning Repositioning quadrant: Repositioning in a quadrant Repositioning semicircle: Repositioning in semicircle Repositioning linear all axis: Linear repositioning with all axes Repositioning quadrant all axes: Linear repositioning with all axes, geometry axes in quadrant X X X X X X X X X s s s s s s s s s
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-411
12
Tables
11.02
12
810D
840Di
Group 2: Non-modally active movements, dwell time REPOSHA G147 G247 G347 G148 G248 G348 G05 G07 10. 11. 12. 13. 14. 15. 16. 17. 18. Repositioning semicircle all axes: Repositioning with all axes; geometry axes in semicircle Soft approach with straight line Soft approach with quadrant Soft approach with semicircle Soft retraction with straight line Soft retraction with quadrant Soft retraction with semicircle Oblique plunge-cut grinding Compensatory motion during oblique plunge-cut grinding X X X X X X X X X s s s s s s s s s
Group 3: Programmable frame, working area limitation and pole programming Name TRANS ROT SCALE MIRROR ATRANS AROT ASCALE AMIRROR G25 G26 G110 G111 G112 G58 G59 ROTS AROTS No. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. Definition TRANSLATION: programmable translation ROTATION: programmable rotation SCALE: programmable scale MIRROR: Programmable mirror Additive TRANSLATION: programmable additive translation Additive ROTATION: programmable rotation Additive SCALE: programmable scale Additive MIRROR: Programmable mirror Not assigned Minimum working area limitation/spindle speed limit Maximum working area limitation/spindle Polar programming relative to last programmed set position Polar programming relative to origin of current workpiece coordinate system Polar programming relative to last valid pole Programmable offset, absolute axial substitution Programmable offset, additive axial substitution Rotation with solid angles Additive rotation with solid angles X X X X X X X X X s s s s s s s s s X X X X X X X X X m/s s s s s s s s s SAG MH
Group 4: FIFO STARTFIFO STOPFIFO 1. 2. Start FIFO Execute and simultaneously fill preprocessing memory STOP FIFO Stop machining; fill preprocessing memory until STARTFIFO is detected, FIFO full or end of program FIFO CTRL, Proprocessing memory control m m Default
FIFOCTRL
3.
12-412
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Group 6: Plane selection Name G17 G18 G19 No. 1. 2. 3. Definition Plane selection 1st - 2nd geometry axis Plane selection 3rd - 1st geometry axis Plane selection 2nd - 3rd geometry axis X m/s m m m SAG Default MH
Group 7: Tool radius compensation G40 G41 G42 1. 2. 3. No tool radius compensation Tool radius compensation to left of contour Tool radius compensation to right of contour X X m m m Default
Group 8: Settable zero offset G500 G54 G55 G56 G57 G505 G5xx G599 1. 2. 3. 4. 5. 6. n+1 100. Deactivate all settable G54-G57 frames if G500 does not contain a value 1st settable zero offset 2nd settable zero offset 3rd settable zero offset 4th settable zero offset 5th settable zero offset nth settable zero offset ng 99th settable zero offset m m m m m m m m Default
The G functions of this group activate a settable user frame $P_UIFR[ ]. G54 corresponds to frame SP_UIFR[1], G505 corresponds to frame SP_UIFR[5]. The number of settable user frames and therefore the number of G functions in this group can be configured in the machine data SMC_MM_NUM_USER_FRAMES.
Group 9: Frame suppression G53 1. Suppression of current frames: Programmable frame including system frame for TOROT and TOFRAME and active settable frame G54 ... G599 Suppression as for G153 and including system frames for actual-value setting, scratching, ext. zero offset, PAROT, including handwheel offsets (DRF), [external zero offset], overlaid motion Suppression as for G53 and including all channel-specific and / or NCU-global basic frame X s
SUPA
2.
G153
3.
Group 10: Exact stop continuous-path mode G60 G64 G641 G642 G643 G644 1. 2. 3. 4. 5. 6. Deceleration, exact stop Continuous-path mode Continuous-path mode (G64) with programmable approximate distance Corner rounding with axial precision Block-internal axial corner rounding Corner rounding with specified axis dynamics m m m m m m Default
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-413
12
Tables
11.02
12
810D
840Di
Group 11: Non-modal exact stop Name G9 No. 1. Definition Deceleration, exact stop X X m/s s SAG MH
Group 12: Block change criterion for exact stop (G60/G09) G601 G602 G603 1. 2. 3. Block change on exact stop fine Block change on exact stop coarse Block change on IPO end of block m m m Default
Group 13: Workpiece dimensions in imperial/metric G70 G71 G700 G710 1. 2. 3. 4. Input system inches (lengths) Input system metric (lengths) Input system in inches; inch/min (lengths + velocity + system variable) Input system, metric; mm; mm/min (lengths + velocity + system variable) m m m m Default
Group 14: Workpiece dimensions, absolute/incremental G90 G91 1. 2. Absolute dimensions Incremental dimensions m m Default
Group 15: Feed type G93 G94 G95 G96 G97 G931 G961 G971 G942 G952 G962 G972 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. Inverse-time feedrate rpm Linear feedrate in mm/min, inches/min Revolutional feedrate in mm/rev, inches/rev Constant cutting speed (type of feed as for G95) ON Constant cutting speed (type of feed as for G95) OFF Feedrate specification by travel time, deactivate const. path velocity Constant cutting speed (type of feed as for G94) ON Constant cutting speed (type of feed as for G94) OFF Freeze linear feedrate and constant cutting rate or spindle speed Freeze revolutional feedrate and const. cutting rate or spindle speed Linear or revolutional feedrate and constant cutting rate Freeze linear or revolutional feedrate and constant spindle speed m m m m m m m m m m m m Default
Group 16: Feedrate override on inside and outside curvature CFC CFTCP CFIN 1. 2. 3. Constant feed at contour Constant feed in tool center point Constant feed at internal radius, acceleration at external radius m m m Default
12-414
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Group 17: Approach and retraction response, tool offset Name NORM KONT No. 1. 2. Definition Normal position at start and end points Travel around contour at start and end points X m/s m m SAG Default MH
Group 18: Corner behavior, tool offset G450 G451 1. 2. Transition circle (tool travels round workpiece corners on a circular path) Intersection of equidistant paths (tool backs off from the workpiece corner) m m Default
Group 19: Curve transition at beginning of spline BNAT BTAN BAUTO 1. 2. 3. Begin natural: natural transition to first spline block Begin tangential: tangential transition to first spline block Begin not a knot: (no node) Start is determined by the position of the 1st point m m m Default
Group 20: Curve transition at end of spline ENAT ETAN EAUTO 1. 2. 3. End natural: natural transition to next traversing block End tangential: tangential transition to next traversing block at spline begin End not a knot: (no node) End is determined by the position of the last point m m m Default
Group 21: Acceleration profile BRISK SOFT DRIVE 1. 2. 3. Brisk path acceleration Soft path acceleration Velocity-dependent path acceleration m m m Default
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-415
12
Tables
11.02
12
810D
840Di
Group 22: Tool offset types CUT2D CUT2DF 1. 2. Cutter compensation type 2-dimensional 2 1/2D tool offset determined by G17 G19 Cutter compensation type 2-dimensional frame relative: 2 1/2D tool offset determined by frame The tool offset is effective in relation to the current frame (inclined plane) Cutter compensation type 3-dimensional circumference: 3D tool compensation circumference milling Cutter compensation type 3-dimensional face: 3D tool offset with inconstant tool orientation Cutter compensation type 3-dimensional face: 3D tool offset face milling with constant tool orientation independent of active frame Cutter compensation type 3-dimensional face frame: 3D tool offset face milling with constant tool orientation dependent on active frame Cutter compensation type 3-dimensional circumference: with limit surfaces Cutter compensation type 3-dimensional circumference: with limit surfaces with differential tool m m Default
3. 4. 5. 6. 7.
m m m m m m
CUT3DCCD # 8.
Group 23: Collision monitoring on inside contours Name CDOF CDON CDOF2 No. 1. 2. 3. Definition Collision detection OFF: Collision monitoring OFF Collision detection ON: Collision monitoring ON Collision detection OFF: (currently for CUT3DC only) X m/s m m m SAG Default MH
Group 24: Feedforward control FFWOF FFWON 1. 2. Feedforward control OFF Feedforward control ON m m Default
Group 25: Tool orientation reference ORIWKS # ORIMKS # 1. 2. Tool orientation in workpiece coordinate system Tool orientation in workpiece coordinate system (WCS) Tool orientation in machine coordinate system Tool orientation in machine coordinate system (MCS) m m Default
Group 26: Repositioning point for REPOS RMB RMI RME RMN 1. 2. 3. 4. REPOS mode beginning of block: Reapproach to start of block position REPOS Mode interrupt: Reapproach to interruption point REPOS Mode end of block: Reapproach to end of block position Repos Mode end of nearest orbital block: Reapproach to nearest path point m m m m Default
12-416
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Group 27: Tool offset for change in orientation at outside corners ORIC # ORID # 1. 2. Orientation change continuously: Orientation changes at outside corners are superimposed on the circle block to be inserted Orientation change discontinuously: Orientation changes are performed before the circle block m m Default
Group 28: Working area limitation ON/OFF WALIMON WALIMOF 1. 2. Working area limitation ON Working area limitation OFF m m Default
Group 29: Radius diameter DIAMOF DIAMON DIAM90 DIAMCYCOF 1. 2. 3. 4. Diametral Diameter programming OFF; Radius programming for G90/G91 Diametral Diameter programming ON for G90/G91 Diametral programming G90: Diameter programming for G90; Radius programming for G91 Diametral Radius programming for G90/G91: ON. The G-code of this group that was last active remains active for display m m m m Default
Group 30: Compressor ON/OFF Name COMPOF # COMPON # COMPCAD # No. 1. 2. 4. Definition Compressor OFF Compressor ON Compressor ON: polynomials with constant curvature Compressor ON: Optimized surface quality CAD program (SW 6 and higher) X m/s m m m m SAG Default MH
COMPCURV # 3.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-417
12
Tables
11.02
12
810D
840Di
Group 31: OEM G group G810 # G811 # G812 # G813 # G814 # G815 # G816 # G817 # G818 # G819 # 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. OEM G function OEM G function OEM G function OEM G function OEM G function OEM G function OEM G function OEM G function OEM G function OEM G function Default
Two G groups are reserved for the OEM. This enables the OEM to program functions that can be customized. # The vocabulary word is not valid for SINUMERIK 810D/NCU571.
Group 32: OEM G group G820 # G821 # G822 # G823 # G824 # G825 # G826 # G827 # G828 # G829 # 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. OEM G function OEM G function OEM G function OEM G function OEM G function OEM G function OEM G function OEM G function OEM G function OEM G function Default
Two G groups are reserved for the OEM. This enables the OEM to program functions that can be customized.
Group 33: Settable fine tool offset FTOCOF # FTOCON # 1. 2. Fine tool offset compensation OFF: Online fine tool offset OFF Fine tool offset compensation on: Online fine tool offset ON X m m Default
Group 34: Tool orientation smoothing Name OSOF # OSC # OSS # OSSE # No. 1. 2. 3. 4. Definition Tool orientation smoothing OFF Continuous tool orientation smoothing Tool orientation smoothing at end of block Tool orientation smoothing at start and end of block X m/s m m m m SAG Default MH
12-418
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Group 35: Punching and nibbling SPOF # SON # PON # SONS # PONS # 1. 2. 3. 4. 5. Stroke/punch OFF: Stroke OFF, nibbling, punching OFF Stroke ON: Nibbling ON Punch ON: Punching ON Stroke ON slow: Nibbling ON in IPO cycle Punch ON slow: Punching ON in IPO cycle X X m m m m m Default
Group 36: Delayed punching PDELAYON # 1. PDELAYOF # 2. Punch with delay ON Punch with delay OFF m m Default
Group 37: Feed profile: FNORM # FLIN # FCUB # 1. 2. 3. Feed normal: Feed normal (to DIN 66025) Feed linear: Feed linear variable Feed cubic: Feedrate variable according to cubic spline m m m Default
Group 38: Assignment of high-speed inputs/outputs for punching/nibbling SPIF1 # SPIF2 # 1. 2. Stroke/punch interface 1: fast NCK inputs/outputs for punching/nibbling byte 1 Stroke/punch interface 2: fast NCK inputs/outputs for punching/nibbling byte 2 m m Default
Group 39: Programmable contour accuracy CPRECOF CPRECON 1. 2. Contour precision OFF: Programmable contour precision OFF Contour precision ON: Programmable contour precision ON m m Default
Group 40: Tool radius compensation, constant CUTCONOF CUTCONON 1. 2. Constant radius compensation OFF Constant radius compensation ON m m Default
Group 41: Thread cutting interruption Name LFOF LFON No. 1. 2. Definition Interrupt thread cutting OFF Interrupt thread cutting ON X m/s m m SAG Default MH
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-419
12
Tables
11.02
12
810D
840Di
Group 42: Toolholder TCOABS TCOFR TCOFRZ TCOFRY TCOFRX 1. 2. 3. 4. 5. Toolholder orientation absolute Toolholder orientation frame alignment of tool on Z axis Orientable toolholder frame-related (tool on Z axis) Orientable toolholder frame-related (tool on Y axis) Orientable toolholder frame-related (tool on X axis) m m m m m Default
Group 43: Approach direction SAR G140 G141 G142 G143 1. 2. 3. 4. SAR approach direction defined by G41/G42 SAR approach direction to left of contour SAR approach direction to right of contour SAR approach direction tangent-dependent m m m m Default
Group 44: Path segmentation SAR G340 G341 1. 2. Spatial approach block (depth and in plane (helix)) Initial infeed on perpendicular axis (z), then approach in plane m m Default
Group 45: Path reference for FGROUP axes SPATH UPATH 1. 2. Path reference for FGROUP axes is arc length Path reference for FGROUP axes is curve parameter m m Default
Group 46: Plane definition for rapid lift LFTXT LFWP LFPOS 1. 2. 3. Tangential tool direction on retraction Non-tangential tool direction on retraction Axial retraction to a position m m m Default
Group 47: Mode switchover for external NC code G290 G291 1. 2. Switchover to SINUMERIK mode (activate SINUMERIK language mode) Switchover to ISO mode (activate ISO language mode) m m Default
Group 48: TRC approach/retraction behavior G460 G461 G462 1. 2. 3. Collision monitoring for approach and retraction block on If no intersection in TRC block, extend border block with arc If no intersection in TRC block, extend border block with straight line m m m Default
12-420
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Group 49: Point-to-point movement TRC Name CP PTP No. 1. 2. Definition Continuous path; path motion point to point; Point-to-point motion (synchronized axis motion) X m/s m m SAG Default MH
Group 50: Orientation programming ORIEULER ORIRPY ORIVIRT1 ORIVIRT2 ORIAXPOS 1. 2. 3. 4. 5. Orientation angle via Euler angle Orientation angle via RPY angle Orientation angle via virtual orientation axes (definition 1) Orientation angle via virtual orientation axes (definition 2) Orientation angle via virtual orientation axes with rotary axis positions m m m m m Default
Group 51: Orientation interpolation ORIVECT ORIAXES ORIPATH ORIPLANE ORICONCW ORICONIO ORICONTO ORICURVE 1. 2. 3. 4. 5. 7. 8. 9. Large-radius circular interpolation (identical to ORIPLANE) Linear interpolation of machine axes or orientation axes Tool orientation trajectory referred to path Interpolation in plane (identical to ORIVECT) Interpolation on a circular peripheral surface in CW direction Interpolation on a conical peripheral surface in CCW direction Interpolation on a conical peripheral surface with intermediate orientation setting Interpolation on a conical peripheral surface in tangential transition Interpolation with additional space curve for orientation m m m m m m m m m Default
ORICONCCW 6.
Group 52: Workpiece-related WCS PAROTOF PAROT 1. 2. Deactivate workpiece-related frame rotation Align workpiece coordinate system (WCS) on workpiece m m Default
Group 53: Frame rotations in tool direction TOROTOF TOROT TOROTZ TOROTY TOROTX TOFRAME TOFRAMEZ TOFRAMEY TOFRAMEX 1. 2. 3. 4. 5. 6. 7. 8. 9. Frame rotation in tool direction OFF Frame rotation ON Z axis parallel to tool orientation Frame rotation ON Z axis parallel to tool orientation Frame rotation ON Y axis parallel to tool orientation Frame rotation ON X axis parallel to tool orientation Frame rotation in tool direction Z axis parallel to tool orientation Frame rotation in tool direction Z axis parallel to tool orientation Frame rotation in tool direction Y axis parallel to tool orientation Frame rotation in tool direction X axis parallel to tool orientation m m m m m m m m m Default
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-421
12
Tables
11.02
12
810D
840Di
Group 54: Interpolation of rotational vector Name ORIROTA ORIROTR ORIROTT No. 1. 2. 3. Definition Orientation rotation absolute: Angle of rotation in relation to absolute direction of rotation Orientation rotation relative: Angle of rotation relative to plane between start and end orientations Orientation rotation tangential: Angle of rotation relative to change in orientation vector X m/s m m m SAG Default MH
Group 55: Rapid traverse with/without linear interpolation RTLION RTLIOF 1. 2. Rapid traverse (G0) with linear interpolation On: G0 with linear interpolation Rapid traverse (G0) with linear interpolation Off: G0 without linear interpolation (single-axis interpolation) m m Default
Group 56: Inclusion of tool wear TOWSTD TOWMCS TOWWCS TOWBCS TOWTCS TOWKCS 1. 2. 3. 4. 5. 6. Tool wear default initial setting value for offsets in tool length Tool WearCoard MCS:Wear values in machine coordinate system (MCS) Tool WearCoard WCS:Wear values in workpiece coordinate system (WCS) Tool WearCoard BCS:Wear values in basic coordinate system (MCS) Tool WearCoard TCS:Wear values in the tool coordinate system (tool carrier ref. point T at the tool holder) Wear values in the coordinate system of the tool head for kinetic transformation (differs from MCS by tool rotation) m m m m m m Default
Group 57: Automatic corner override FENDNORM G62 G621 1. 2. 3. Corner deceleration deactivated Corner deceleration at inside coners when tool radiuse offset is active Corner deceleration at all corners m m m Default
12-422
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
12.4
1. Coordinate system Vocabulary word/ function identifier PRESETON Parameter 1 Parameter 2 Parameter 315 Parameter 416 Description
Parameter 416 Sets the actual value for programmed same as 2 ... axes. One axis identifier is programmed at a time, with its respective value in the next parameter. Preset offsets can be programmed for up to 8 axes with PRESETON. Deletes the DRF offset for all axes assigned to the channel.
DRFOF
*) As a general rule, geometry or special axis identifiers can also be used instead of the machine axis identifier, as long as the reference is unambiguous.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-423
12
Tables
11.02
12
810D
840Di
CLGON #
CLGOF #
Centerless grinding OFF Parameter 29 Description Definition of the spline group Maximum number of axes: 8 INT: spline group AXIS: (must be 1) Geometry or special axis identifier AXIS AXIS AXIS AXIS
Switch on brisk axis acceleration for the programmed axes Switch on jerk limited axis acceleration for programmed axes Switch on knee-shaped acceleration characteristic for programmed axes The acceleration behavior set in machine data $MA_AX_JERK_ENABLE is active for the programmed axes.
# The vocabulary word is not valid for SINUMERIK FM-NC/810D/NCU571. # The vocabulary word is not valid for SINUMERIK 810D. ### The vocabulary word is only valid for SINUMERIK FM-NC.
3. Coupled motion Vocabulary word/ subprogram identifier TANG # Parameter 1 Parameter 2 Parameter 3 ParaParameter 5 meter 4 Description
AXIS: Axis REAL: AXIS: identifier following Master axis 1 Master axis axis 2
REAL: CHAR: Coupling Optional: factor "B": follow-up in basic coordinate system "W": follow-up in workpiece coordinate system
Preparatory instruction for the definition of a tangential follow-up: The tangent for the follow-up is determined by the two master axes specified. The coupling factor specifies the relationship between a change in the angle of tangent and the following axis. It is usually 1. Tangential follow-up mode ON
TANGON #
AXIS: Axis REAL: Offset identifier following angle axis AXIS: Axis identifier following axis AXIS: Following axis AXIS: Following axis AXIS: Following axis AXIS: Leading axis AXIS: Leading axis REAL: Distance REAL: Coupling factor
TANGOF #
TLIFT # TRAILON
Tangential lift: Tangential followup mode ON Trailing ON: Asynchronous coupled motion ON Trailing OFF: Asynchronous coupled motion OFF
TRAILOF
12-424
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
6. Revolutional feedrate Vocabulary word/ function identifier FPRAON Parameter 1 Parameter 2 Description
AXIS: Axis/spindle from which the revolutional feedrate is derived. If no axis has been programmed, the revolutional feedrate is derived from the master spindle.
FPRAOF
Feedrate per revolution axial OFF: Axial revolutional feedrate OFF The revolutional feedrate can be deactivated for several axes at once. You can program as many axes as are permitted in a block. Feedrate per revolution: Selection of a rotary axis or spindle from which the revolutional feedrate of the path is derived if G95 is programmed. If no axis/spindle has been programmed, the revolutional feedrate is derived from the master spindle. The setting made with FPR is modal.
FPR
AXIS: Axis/spindle from which the revolutional feedrate is derived. If no axis has been programmed, the revolutional feedrate is derived from the master spindle.
INT: number Cylinder: Peripheral surface transformation of transfor- Several transformations can be set per channel. The transformation number mation specifies which transformation is to be activated. If the 2nd parameter is omitted, the transformation group defined in the MD is activated. Transmit: Polar transformation Several transformations can be set per channel. The transformation number specifies which transformation is to be activated. If the parameter is omitted, the transformation group defined in the MD is activated. INT: number Transformation inclined axis: of transfor- Several transformations can be set per channel. The transformation number mation specifies which transformation is to be activated. If the 2nd parameter is omitted, the transformation group defined in the MD is activated. If the angle is not programmed: TRAANG (.2) or TRAANG the last angle is active modally. Transformation oriented: 4, 5-axis transformation Several transformations can be set per channel. The transformation number specifies which transformation is to be activated. REAL: Transformation Concentrated: Cascaded transformation; the meaning of the Further para- parameters depends on the type of cascading. meters, MDdependent
TRANSMIT
TRAANG #
REAL: angle
TRAORI #
TRACON
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-425
12
Tables
11.02
12
810D
840Di
Deactivate transformation
For each transformation type, there is one command for one transformation per channel. If there are several transformations of the same transformation type per channel, the transformation can be selected with the corresponding command and parameters. It is possible to deselect the transformation by a transformation change or an explicit deselection. #) The vocabulary word is not valid for SINUMERIK FM-NC/NCU571.
8. Spindle Vocabulary word/ subprogram identifier SPCON SPCOF SETMS Parameter 1 Parameter 2 and Description others
Spindle position control ON: Switch to position-controlled spindle operation Spindle position control OFF: Switch to speed-controlled spindle operation Set master spindle: declare the spindle master spindle for the current channel. SETMS( ) without parameters activates the default setting in the machine data.
INT: spindle number INT: spindle number INT: spindle number INT: T number
Grinding wheel peripheral speed ON: Constant grinding wheel peripheral speed ON If the spindle number is not programmed, then grinding wheel peripheral speed is selected for the spindle of the active tool. Grinding wheel peripheral speed OFF. Constant grinding wheel peripheral speed OFF. If the spindle number is not programmed, grinding wheel peripheral speed is deselected for the spindle of the active tool. Tool monitoring ON: If no T number is programmed, monitoring is activated for the active tool. Tool monitoring OFF: If no T number is programmed, monitoring is deactivated for the active tool.
GWPSOF
TMON TMOF
12-426
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
10. Stock removal Vocabulary word/ subprogram identifier CONTPRON Parameter 1 Parameter 2 Parameter 3 Parameter 4 Description
CHAR: Stock INT: number of removal method relief cuts "L": Longitudinal turning: external machining "P": Face turning: External machining "N": Face turning: inside machining "G": Longitudinal turning: inside machining INT: 0: in programmed direction
Contour preparation on: Activate reference point editing The contour programs and NC blocks which are called in the following steps are divided into individual movements and stored in the contour table. The number of relief cuts is returned.
CONTDCON
Contour decoding The blocks for a contour are stored in a named table with one table line per block and coded to save memory. EXECUTE: Activate program execution. This switches back to normal program execution from reference point editing mode or after setting up a protection zone.
EXECUTE
11. Execute table Vocabulary word/ subprogram identifier EXECTAB Parameter 1 Description
12. Protection zones Vocabulary word/ function identifier CPROTDEF Parameter 1 Parameter 2 Parameter 3 Parameter 4 Parameter 5 Description
INT: REAL: Limit in 0: Parameters 4 plus direction and 5 are not evaluated 1: Parameter 4 is evaluated 2: Parameter 5 is evaluated 3: Parameters 4 and 5 are evaluated
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-427
12
Tables
11.02
12
810D
840Di
12. Protection zones Vocabulary word/ function identifier NPROTDEF Parameter 1 Parameter 2 Parameter 3 Parameter 4 Parameter 5 Description
INT: REAL: Limit in 0: Parameters 4 plus direction and 5 are not evaluated 1: Parameter 4 is evaluated 2: Parameter 5 is evaluated 3: Parameters 4 and 5 are evaluated REAL: Offset for protection zone on 1st channel axis (= axis on which the geometry axes are mapped) REAL: Offset for protection zone on 1st channel axis (= axis on which the geometry axes are mapped)
CPROT
INT: option 0: Protection zone off 1: Preactivate protection zone 2: Protection zone ON INT: option 0: Protection zone off 1: Preactivate protection zone 2: Protection zone on
REAL: Offset of REAL: Offset of Channel-specific protection zone in protection zone in protection zone 2nd channel axis 3rd channel axis ON/OFF
NPROT
REAL: Offset of REAL: Offset of Machine-specific protection zone in protection zone in protection zone 2nd channel axis 3rd channel axis ON/OFF
EXECUTE
EXECUTE: Activate program execution. This switches back to normal program execution from reference point editing mode or after setting up a protection zone.
13. Preprocessing/single block STOPRE Stop processing: Stop preprocessing until all prepared blocks are executed in main run.
14. Interrupts Vocabulary word/ function identifier ENABLE # DISABLE # Parameter 1 Description
INT: Number of interrupt input INT: Number of interrupt input INT: Number of interrupt input
Activate interrupt: Activates the interrupt routine assigned to the hardware input with the specified number. An interrupt is enabled after the SETINT instruction. Deactivate interrupt: Deactivates the interrupt routine assigned to the hardware input with the specified number. Fast retraction is not executed. The assignment between the hardware input and the interrupt routine made with SETINT remains valid and can be reactivated with ENABLE. Select interrupt: Cancel the assignment of interrupt routines and attributes to an interrupt input. The interrupt routine is deactivated and no reaction occurs when the interrupt is generated.
CLRINT #
12-428
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
15. Motion synchronization CANCEL INT: number of synchronized action Aborts the modal motion-synchronous action with the specified ID
16. Function definition Parameter 1 FCTDEF INT: Function number Parameter 2 Parameter 3 Parameter 47 Description Define polynomial. This is evaluated in SYFCT or PUTFTOCF.
REAL: Lower limit REAL: Upper limit REAL: value value Coefficients a0 a3
17. Communication Parameter 1 Vocabulary word/subpro gram identifier MMC # STRING: Command Parameter 2 Description
CHAR: Acknowledgment mode** "N": without acknowledgment "S": synchronous acknowledgment "A": asynchronous acknowledgment
MMC command: Command ON MMC command interpreter for the configuration of windows via NC program see /AM/ IM1 Start-Up Functions for the MMC
#) The vocabulary word is not valid for SINUMERIK FM-NC/810D. **) Acknowledgment mode: Commands are acknowledged on request from the executing component (channel, NC, ...). Without acknowledgment: Program execution is continued when the command has been transmitted. The sender is not informed if the command cannot be executed successfully.
18. Program coordination Vocabulary word/subprogram identifier INIT # Parameter 1 Parameter 2 Parameter 3 Parameter 4 ParaParameter 5 meter 68 Description
Selection of a module for execution in a channel. Starts selected programs simultaneously on multiple channels from running program. The command has no effect on the existing channel. 1 : 1st channel; 2 : 2nd channel. Wait for end of program: Wait for end of program on another channel
START #
WAITE #
INT: Channel number INT: Channel number INT: Channel number INT: Channel number
WAITM #
Wait: Wait for a marker to be reached in other channels. The program waits until the WAITM with the relevant marker has been reached in the other channel. The number of the own channel can also be specified.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-429
12
Tables
11.02
12
810D
840Di
18. Program coordination Vocabulary word/subprogram identifier WAITP Parameter 1 Parameter 2 Parameter 3 Parameter 4 ParaParameter 5 meter 68 Description
AXIS: AXIS: Wait for positioning axis: Wait for Axis Axis positioning axis to reach their identifier identifier programmed end point end point. INT: Spindle number Wait for positioning spindle: Wait for programmed spindles previously programmed with SPOSA to reach their programmed end point. End of subprogram with no function output to the PLC.
WAITS
RET GET # GETD# RELEASE # PUTFTOC # AXIS AXIS AXIS REAL: Offset value AXIS AXIS AXIS INT: Parameter number AXIS AXIS AXIS INT: Channel number INT: Parameter number AXIS AXIS AXIS INT: Spindle number INT: Channel number INT: Spindle number AXIS AXIS AXIS AXIS AXIS AXIS
Assign machine axis Assign machine axis directly Release machine axis Put fine tool correction: fine tool compensation Put fine tool correction function dependent: Change online tool compensation according to a function defined with FCTDEF (max. 3rd degree polynomial).
PUTFTOCF # INT: VAR REAL: No. of function Reference The number value *) used here must be specified in FCTDEF.
The SPI function can also be used to program a spindle instead of an axis: GET(SPI(1)) #) The vocabulary word is not valid for SINUMERIK FM-NC/NCU571. **) Acknowledgment mode: Commands are acknowledged on request from the executing component (channel, NC, ...). Without acknowledgment: Program execution is continued when the command has been transmitted. The executing component is not informed if the command cannot be executed successfully. Acknowledgment mode "N" or "n". Synchronous acknowledgment: Program execution is interrupted until the receiving component has acknowledged the command. The next command positive acknowledgment. An error is output with negative acknowledgment. Acknowledgment mode "S", "s" or omit. The acknowledgment behavior is defined for some commands and programmable for others. The acknowledgment behavior is always synchronous for program coordination commands. If the acknowledgment mode is omitted, synchronous acknowledgment is taken as the default.
19. Data access Parameter 1 CHANDATA INT: Channel number Description Set channel number for channel data access (only permitted in initialization block); the subsequent accesses refer to the channel set with CHANDATA.
20. Messages Parameter 1 MSG STRING: Message Parameter 2 Description Message modal: the message is active until the next message is queued
12-430
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
22. Alarms Parameter 1 SETAL INT: Alarm number (cycle alarms) Parameter 2 Description Set alarm set alarm
24. Tool management Parameter 1 DELT # GETSELT # STRING [32]: Tool name VAR INT: T number (return value) Parameter 2 INT: Duplo number INT: Spindle number Parameter 3 Description Delete tool. Duplo number can be omitted. Get selected T number. If no spindle number is specified, the command for the master spindle applies. Set number of workpieces for all tools assigned to the spindle. If the spindle number is omitted, the command applies to the master spindle. INT: D no. Set D no. of tool (T) and its tool edge to new Set D numbers of all tools of the TO unit assigned to the channel to invalid INT: Tool no. T INT: Toolholder no. INT: Location no. for positioning INT: No. of the magazine to be moved INT: Magazine no. INT: Location number of the internal magazine INT: Wear group no. INT: D no. Delete all additive offsets of the tool edge (or of a tool if D is not specified) Set toolholder no. INT: Magazine Position magazine number of the internal magazine Deactivate tool from wear group
SETPIECE #
SETTIA
VAR INT: Status=result of operation (return value) VAR INT: Status=result of operation (return value)
SETTA
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-431
12
Tables
11.02
12
810D
840Di
24. Tool management Parameter 1 RESETMON VAR INT: Status=result of operation (return value) Parameter 2 INT: Internal T no. Parameter 3 INT: D no. of tool Description Set actual value of tool to setpoint
25. Synchronous spindle Parameter 1 COUPDEF # AXIS: Following axis ParaParameter Parameter Parameter 5 meter 2 3 4 AXIS: REAL: Leading Enumeraaxis tor transformation ratio (FA) REAL: Denominator transformation ratio (LA) STRING[8]: Block change behavior: "NOC": no block change control, block change is enabled immediately, "FINE": block change on "synchronism", "COARSE": block change on synchronism coarse and "IPOSTOP": block change in setpoint-dependent termination of overlaid movement. If the block change behavior is not specified, no change takes place in the defined behavior Parameter 6 Description STRING[2]: "DV": Setpoint linkage "AV": Actual-value linkage Couple definition: Definition of synchronous spindle group
COUPDEL #
Couple delete: Delete synchronous spindle group Couple reset: Reset synchronous spindle group. The programmed values are invalidated. The machine data values are valid.
COUPRES #
For synchronous spindles, the axis parameters are programmed with SPI(1) or S1.
26. Structure instructions in the STEP editor (editor-based program support) Parameter 1 SEFORM Parameter 2 Parameter 3 STRING[128]: icon Description Current section name for STEP editor
12-432
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
Parameter 1
Parameter 2
Parameter 3
Parameter 4
Description
AXIS: AXIS: Leading REAL: Following axis axis Activation position of following axis
Couple on: Activate ELG group/synchronous spindle pair. If no activation positions are specified, the couple is activated as quickly as possible (ramp). If an activation position is specified for the following axis or spindle, this refers absolutely or incrementally to the leading axis/spindle.Only if the 3rd parameter is specified do parameters 4 and 5 have to be programmed. REAL: Deactivation position of following axis (absolute) Couple off: Deactivate ELG group/synchronous spindle pair. The couple parameters are retained. If positions are specified, the couple is only canceled when all the specified positions have been overtraveled. The following spindle continues to revolve at the last speed programmed before deactivation of the couple. Wait for couple condition: Wait until couple block change conditions have been met for the axes/spindles. Up to 2 axes/spindles can be programmed. Block change condition: "NOC": no block change control, block change is enabled immediately, "FINE": block change on "synchronism fine". "COARSE": block change on "synchronism coarse" and "IPOSTOP": block change in setpoint-dependent termination of overlaid movement. If the block change behavior is not specified, the set behavior is applicable and there is no change. Advance container axis
COUPOF #
AXIS: AXIS: Leading REAL: Following axis axis Deactivation position of following axis (absolute)
WAITC #
AXIS: Axis/spindle
AXIS: Axis/spindle
AXCTSWE
AXIS: Axis/spindle
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-433
12
Tables
11.02
12
810D
840Di
27. Synchronous procedures Vocabulary word/ function identifier STOPREOF Parameter 1 Parameter 2 Parameter 3 to 5 Description
Stop preparation OFF: A synchronized action with a STOPREOF command causes a preprocessing stop after the next output block (= block for the main run). The preprocessing stop is canceled with the end of the output block or when the STOPREOF condition is fulfilled. All synchronized action instructions with the STOPREOF command are therefore interpreted as having been executed. Read-in disable AXIS: Axis for axial delete distance-to-go (optional). If the axis is omitted, delete distanceto-go is triggered for the path distance INT: Number of polynomial function defined with FCTDEF. INT: Number of polynomial function defined with FCTDEF. VAR REAL: VAR REAL: Result variable *) Input variable **) Delete distance-to-go A synchronized action with the DELDTG command causes a preprocessing stop after the next output block (= block for the main run). The preprocessing stop is canceled with the end of the output block or when the first DELDTG condition is fulfilled. The axial distance to the destination point on an axial delete distance-to-go is stored in $AA_DELT[<axis>]; the distance-to-go is stored in $AC_DELT. If the condition in the motion synchronous action is fulfilled, the polynomial determined by the first expression is evaluated at the input variable. The upper and lower range of the value is limited and the input variable is assigned. Modify tool fine compensation according to a function defined with FCTDEF (polynomial no higher than 3rd degree). The number used here must be specified in FCTDEF.
RDISABLE DELDTG
SYNFCT
FTOC
*) Only special system variables can be used for the result variable. These are described in the Programming Guide Advanced in the section on "Write main run variable". **) Only special system variables can be used for the result variable. These variables are described in the Programming Guide Advanced in the list of system variables.
12-434
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
1. Coordinate system Vocabulary word/ function identifier CTRANS Result Parameter 1 Parameter 2 Description
FRAME
AXIS
REAL: Offset
Translation: Zero offset for multiple axis. One axis identifier is programmed at a time, with its respective value in the next parameter. CTRANS can be used to program offset for up to 8 axes. Rotation: Rotation of the current coordinate system. Maximum number of parameters: 6 (one axis identifier and one value per geometry axis). Scale: Scale factor for multiple axes. The maximum number of parameters is 2 * maximum number of axes (axis identifier and value respectively). One axis identifier is programmed at a time, with its respective value in the next parameter. CSCALE can be used to program scale factors for up to 8 axes. Mirror: Mirror on a coordinate axis Frame calculation from 3 measuring points in space
CROT
FRAME
AXIS
REAL: Rotation
CSCALE
FRAME
AXIS
CMIRROR MEAFRAME
FRAME FRAME
Frame functions CTRANS, CSCALE, CROT and CMIRROR are used to generate frame expressions.
2. Geometry functions Vocabulary word/ function identifier CALCDAT Result Parameter 1 Parameter 2 Parameter 3 Description
VAR REAL [,2]: Table with input points (abscissa and ordinate for points 1, 2, 3 etc.)
VAR REAL [3]: Result: Abscissa, ordinate and radius of calculated circle center point
CALCDAT: calculate circle data Calculates radius and center point of a circle from 3 or 4 points (according to parameter 1) which must lie on a circle. The points must be different.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-435
12
Tables
11.02
12
810D
840Di
2. Geometry functions Vocabulary word/ function identifier INTERSEC Result Parameter 1 Parameter 2 Parameter 3 Description
VAR REAL [2]: Result vector: intersection coordinate, abscissa and ordinate
Intersection: Calculation of intersection The intersection between two contour elements is calculated. The intersection coordinates are return values. The error status indicates whether an intersection was found.
3. Axis functions Result AXNAME AXIS: Axis identifier Parameter 1 STRING [ ]: Input string Parameter 2 Description AXNAME: Get axis identifier Converts the input string to an axis identifier. An alarm is generated if the input string does not contain a valid axis identifier. SPI: Convert spindle to axis Converts a spindle number to an axis identifier. An alarm is generated if the passed parameter does not contain a valid spindle number. Check whether the geometry axis 1 to 3 specified as parameter exists in accordance with $MC_AXCONF_GEOAX_ASSIGN_TAB.
SPI
ISAXIS
AXSTRING
4. Tool management Result NEWT # GETT # GETACTT # INT: T number INT: T number INT: Status Parameter 1 STRING [32]: Tool identifier STRING [32]: Tool identifier INT: T number Parameter 2 INT: Duplo number INT: Duplo number Description Create new tool (prepare tool data). The duplo number can be omitted. Get T number for tool identifier
STRING [32]: tool Get active tool from a group of tools with the same name name
5. Arithmetics Result SIN ASIN COS ACOS TAN ATAN2 SQRT POT REAL REAL REAL REAL REAL REAL REAL REAL Parameter 1 REAL REAL REAL REAL REAL REAL REAL REAL REAL Parameter 2 Description Sine Arcsine Cosine Arccosine Tangent Arctangent 2 Square root Square
12-436
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12
11.02
Tables
12
810D
840Di
5. Arithmetics Result TRUNC ROUND ABS LN EXP REAL REAL REAL REAL REAL Parameter 1 REAL REAL REAL REAL REAL Parameter 2 Description Truncate decimal places Round decimal places Generate absolute value Natural logarithm Exponential function ex
6. String functions Result ISNUMBER BOOL Parameter 1 STRING Parameter 2 to 3 Description Check whether the input string can be converted to a number. Result is TRUE if conversion is possible. Check whether the transfer parameter contains a variable known in the NC. (Machine data, setting data, system variable, general variables like GUDs Result is TRUE, if all the following check produce a positive results according to the (STRING) transfer parameter: the identifier exists it is a 1- or 2-dimensional array an array index is allowed For axial variables, the axis names are accepted as an index but not checked. NUMBER TOUPPER TOLOWER STRLEN INDEX REAL STRING STRING INT INT STRING STRING STRING STRING STRING CHAR Convert the input string into a number. Convert all alphabetic characters in the input string to upper case. Convert all alphabetic characters in the input string to lower case. Result is the length of the input string up to the end of the string (0). Find the character (2nd parameter) in the input string (1st parameter). The reply gives the place at which the character was first found. The search is from left to right. The 1st character in the string has the index 0. Find the character (2nd parameter) in the input string (1st parameter). The reply gives the place at which the character was first found. The search is from right to left. The 1st character in the string has the index 0. Find one of the characters specified in the 2nd parameter in the input string (1st parameter). The place where one of the characters was first found is output. The search is from left to right. The first character in the string has the index 0. Returns the substring of the input string (1st parameter) defined by the start character (2nd parameter) and number of characters (3rd parameter). Example: SUBSTR("Hello world",1,5) returns "ello"
ISVAR
BOOL
STRING
RINDEX
INT
STRING
CHAR
MINDEX
INT
STRING
STRING
SUBSTR
STRING
STRING
INT
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
12-437
12
Tables
11.02
12
810D
840Di
Real numbers (fractions with decimal point, LONG REAL (10300 ... 10+300) to IEEE) Boolean value TRUE, FALSE or 1, 0 1 character in ASCII code Character string, number of characters in [...] (max. of 200 characters) Axis identifiers only (axis addresses) Geometrical parameters for translation, rotation, scale, mirror 1, 0 0 ... 255 Sequence of values with 0 ... 255 All axis identifiers available on the channel
12-438
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Appendix
A Abbreviations ....................................................................................................................A-440 B Terms................................................................................................................................A-448 C References .......................................................................................................................A-474 D Index .................................................................................................................................A-489 E Commands, identifier........................................................................................................A-496
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-439
Appendix
11.02
Abbreviations
810D
840Di
Abbreviations
ASCII ASUB BA BAG BCD BCS BIN BP C Bus C1 .. C4 CAD CAM CNC COM COR CPU CR CSF CTS CUTOM American Standard Code for Information Interchange Asynchronous Subroutine Mode of operation Mode Group Binary Coded Decimals Basic Coordinate System Binary Files Basic Program Communication Bus Channel 1 to channel 4 Computer-Aided Design Computer-Aided Manufacturing Computerized Numerical Control Communication Coordinate Rotation Central Processing Unit Carriage Return Control System Flowchart (PLC programming method) Clear To Send (serial data interfaces) Cutter Radius Compensation (Tool radius compensation)
A-440
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Abbreviations
810D
840Di
Data Block in the PLC Data Block Byte in the PLC Data Block Word in the PLC Data Block Bit in the PLC Direct Control: The rotary axis is moved along the shortest path to the absolute position within one revolution. Data Communications Equipment Dynamic Data Exchange Data Input/Output: Data transfer display Directory Dynamic Link Library: Module which can be accessed by a running program. Often contains program sections that are required by different programs. Disk Operating System: Operating system Dual-Port Memory Dual-Port RAM Dynamic Random Access Memory Differential Resolver Function Dry Run Decoding Single Block Data Terminal Equipment Data Word Special punchtape code, number of punched holes per character always odd
DOS DPM DPR DRAM DRF DRY DSB DTE DW EIA Code
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-441
Appendix
11.02
Abbreviations
810D
840Di
Encoder Erasable Programmable Read Only Memory Function Block Function Call: Function block in the PLC Feed Drive Floppy Disk Drive Flash EPROM First-In-First-Out: Memory which operates without address specification from which data are read in the same order as they are stored. Function Module Function Module Numerical Control Floating Point Unit Frame Block Data Record (frame) Feed Stop Global User Data Hard Disk Abbreviation for hexadecimal Handheld Unit Human Machine Interface: SINUMERIK operating functions for operator control, programming and simulation. MMC and HMI are identical in meaning. Hardware
HW
A-442
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Abbreviations
810D
840Di
I I/O I/RF
Input Input/Output Infeed/Regenerative Feedback Unit (power supply) of SIMODRIVE 611(D) Implicit Communication (Global Data) Interpolative Compensation Interpolative compensation Interface Module Interface Module Receive Interface Module Send Increment Increment Initializing Data Interpolator Interface Signal Special punchtape code, number of punched holes per character always even Jog mode Transmission Ratio Servo Gain Factor Ladder Diagram (PLC programming method) Leadscrew Error Compensation Line Feed Local User Data Megabyte
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-443
Appendix
11.02
Abbreviations
810D
840Di
Measuring Circuit Machine Control Panel Machine Coordinate System (Machine) Machine Data Manual Data Automatic (MDI) Human Machine Communication: User interface on numerical control systems for operator control, programming and simulation. MMC and HMI are identical in meaning. Main Program File: NC parts program (main program) Multi Port Interface Main Spindle Drive Numerical Control Numerical Control Kernel (with block preparation, traversing range, etc.) Numerical Control Unit: Hardware unit of the NCK Non Uniform Rational B-Spline Output Organization Block in the PLC Original Equipment Manufacturer: The manufacturer of equipment that is marketed by another vendor, typically under a different name. Operator Interface Operator Panel Operator Panel Operator Panel Interface
OI OP OP OPI
A-444
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Abbreviations
810D
840Di
P Bus PC PCIN PCMCIA PDB PG PLC PP RAM REF REPOS ROV RPA
Peripheral Bus Personal Computer Name of SW for exchanging data with the control system Personal Computer Memory Card International Association Product Database Programming Device Programmable Logic Control Production Planning Random Access Memory (read-write memory) Reference Point Approach Function Reposition Function Rapid Override R Parameter Active: Memory area in the NCK for R-NCK for R parameter numbers Roll Pitch Yaw: Type of coordinate system rotation Serial Interface (definition of interchange lines between DTE and DCE) Request To Send (serial data interfaces) Single Block Setting Date System Data Block Setting Data Active: Identification (file type) for setting data System Function Block
RPY RS-232
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-445
Appendix
11.02
Abbreviations
810D
840Di
SFC SK SKP SM SOP SPF SR SRK SRAM SSI STL SW SYF T TC TEA TLC TNRC TO TOA
System Function Call Softkey Skip Block Stepper Motor Shopfloor-Oriented Programming Sub-Program File (subroutine file) Subroutine Cutter Radius Compensation Static RAM (battery-backed) Serial Synchronous Interface Statement List Software System Files Tool Tool Change Testing Data Active: Identifier for machine data Tool Length Compensation Tool Nose Radius Compensation Tool Offset Tool Offset Active: Identification (file type) for tool offsets
A-446
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Abbreviations
810D
840Di
TRANSMIT
Transform Milling into Turning: Coordinate conversion on turning machines for milling operations Tool Radius Compensation User Frame: Zero offset Workpiece Coordinate System (Work) Work Offset Active Workpiece Directory Work Offset Zero Offset (WO) Zero Offset Active (WOA): Identification (file type) for zero offset data
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-447
Appendix
11.02
Terms
810D
840Di
Terms
Important terms are listed below in alphabetical order, accompanied by explanations. Cross-references to other entries in this glossary are indicated by the symbol "->".
A
A spline The A spline runs tangentially through the programmed interpolation points (3rd degree polynomial). A destination for an axis movement is defined by a dimension that refers to the origin of the currently active coordinate system. See also -> incremental dimension. A process variable (e.g. path-specific or axial feedrate) can be controlled as a function of another, measured process variable (e.g. spindle current). Typical application: To maintain a constant chip removal volume during grinding. In order to obtain the optimum acceleration gradient for the machine while providing effective protection for the mechanical components, the machining program offers a choice between instantaneous acceleration and continuous (smooth) acceleration. The CNC program blocks and data are protected by a 7-level system of access restrictions: Three password levels for system manufacturers, machine manufacturers and users and Four keyswitch settings which can be evaluated via the PLC. Activate/deactivate Working area limitation is a means of restricting the axis movement over and above the restrictions imposed by the limit switches. A pair of values delimiting the protected zone area can be specified for each axis. Addresses are fixed or variable identifiers for axes (X, Y, ...), spindle speed (S), feedrate (F), circle radius (CR), etc.
Absolute dimension
Access rights
Address
A-448
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Terms
810D
840Di
Alarms
All -> messages and alarms are displayed in plain text on the operator panel. Alarm text also includes the date, time and corresponding symbol for the reset criterion. Alarms and messages are displayed separately. 1. Alarms and messages in the parts program Alarms and messages can be displayed directly from the parts program in plaintext. 2. Alarms and messages from PLC Alarms and messages relating to the machine can be displayed from the PLC program in plaintext. No additional function block packages are required for this purpose. Analog input/output modules are signal transducers for analog process signals. Analog input modules convert analog measured values into digital values that can be processed in the CPU. Analog output modules convert digital values into manipulated variables. Approach motion towards one of the predefined -> fixed machine points. Exporting files and/or directories to an external storage device. A parts program that can be started asynchronously (or independently) by means of an interrupt signal (e.g. "High-speed NC input" signal) while the parts program is active (SW package 3 and lower). A parts program that can be started asynchronously (or independently) of the current program status by means of an interrupt signal (e.g. "High-speed NC input" signal) (SW package 4 and higher).
Automatic
Control system operating mode (block-sequential to DIN): Mode in NC systems in which a -> parts program is selected and continuously executed. Auxiliary functions can be used to pass -> parameters to the -> PLC in -> parts programs, triggering reactions there which are defined by the machine manufacturer.
Auxiliary functions
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-449
Appendix
11.02
Terms
810D
840Di
Axes
CNC axes are classified according to their functional scope as: Axes: Interpolative path axes Positioning axes: Non-interpolative infeed and positioning axes with axis-specific feedrates; axes can move across block limits. Positioning axes need not be involved in workpiece machining as such and include tool feeders, tool magazines, etc.
See -> axis identifier In compliance with DIN 66217, axes are identified as X, Y and Z for a right-handed rectangular -> coordinate system. -> Rotary axes rotating around X, Y, Z are assigned the identifiers A, B, C. Additional axes, which are parallel to those specified, can be identified with other letters. See -> axis identifier An axis/spindle is permanently assigned to a particular channel via machine data. This MD assignment can be "undone" by program commands and the axis/spindle then assigned to another channel.
B
B spline The programmed positions for the B spline are not interpolation points, but merely "check points". The curve generated does not pass directly through these check points, but only in their vicinity (1st, 2nd or 3rd degree polynomial). A copy of the memory contents (hard disk) stored on an external device for data backup and/or archiving. Compensation of a mechanical machine backlash, e.g. backlash due to reversal of leadscrews. The backlash compensation can be entered separately for each axis. The backup battery provides non-volatile storage for the -> user program in the -> CPU and ensures that defined data areas and flags, timers and counters are retentive. Axis whose setpoint or actual value is employed in calculating a compensatory value.
Back up
Backlash compensation
Backup battery
Base axis
A-450
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Terms
810D
840Di
Cartesian coordinate system, is mapped onto machine coordinate system by means of transformation. In the -> parts program, the programmer uses the axis names of the basic coordinate system. The basic coordinate system exists in parallel to the -> machine coordinate system when no -> transformation is active. The difference between the systems relates only to the axis identifiers. Rate at which data transmission takes place (bit/s). The unmachined workpiece. All files required for programming and program execution are known as blocks. A section of a -> parts program terminated with a line feed. A distinction is made between -> main blocks and -> subblocks. The block search function allows selection of any point in the parts program at which machining must start or be continued. The function is provided for the purpose of testing parts programs or continuing machining after an interruption. Loading the system program after Power ON. A bus connector is an S7-300 accessory that is supplied with the -> I/O modules. The bus connector extends the -> S7-300 bus from the -> CPU or an I/O module to the next adjacent I/O module.
Block
Block search
C
C axis Axis about which the tool spindle describes a controlled rotational and positioning movement. The C spline is the best known and the most widely used spline. The spline passes through each of the interpolation points at a tangent and along the axis of curvature. 3rd-degree polynomials are used. The channel structure makes it possible to process the -> programs of individual channels simultaneously and asynchronously.
C spline
Channel structure
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-451
Appendix
11.02
Terms
810D
840Di
Circular interpolation
The -> tool is required to travel in a circle between defined points on the contour at a specified feed while machining the workpiece. A position offset for a specific axis can be controlled as a function of a measured process variable (e.g. analog input, spindle current...). This function can automatically maintain a constant clearance to meet the technological requirements of the machining operation. -> NC The high-level language offers: -> user variables, -> predefined user variables, -> system variables, -> indirect programming, -> arithmetic and angular functions, -> relational and logic operations, -> program jumps and branches, -> program coordination (SINUMERIK 840D), -> macros. The CNC programming language is based on DIN 66025 with highlevel language expansions. The -> CNC programming language and -> high-level language expansions support the definition of macros (sequenced statements). Numerical control component for the implementation and coordination of communication. Command axes are started from synchronized actions in response to an event (command). They can be positioned, started and stopped fully asynchronous to the parts program. Axis having a setpoint or actual value modified by the compensation value. Table of interpolation points. It supplies the compensation values of the compensation axis for selected positions of the base axis. Difference between the axis position measured by the position sensor and the desired, programmed axis position. Connecting cables are pre-assembled or user-assembled 2-wire cables with a connector at each end. They are used to connect the -> CPU via the -> multipoint interface (MPI) to a -> programming device or to other CPUs.
COM
Command axis
Compensation axis
Compensation table
Compensation value
Connecting cables
A-452
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Terms
810D
840Di
Continuous-path mode
The purpose of continuous-path mode is to avoid rapid deceleration -> of the path axes at parts program block boundaries and to make the transition to the next block at as constant a velocity as possible. Outline of a -> workpiece. The following error is monitored within a definable tolerance band as a measure of contour accuracy. Overloading of the drive, for example, may result in an unacceptably large following error. In such cases, an alarm is output and the axes stopped. See -> machine coordinate system, -> workpiece coordinate system Central Processor Unit -> programmable controller Protected subroutine for executing a recurring machining operation on the -> workpiece. The available cycles are listed in menu "Cycle support" in the "Program" operating area. Once the desired machining cycle has been selected, the parameters required for assigning values are displayed in plaintext.
Cycles support
D
Data block 1. Data unit of the -> PLC which can be accessed by -> HIGHSTEP programs. 2. Data unit of the -> NC: Data blocks contain data definitions for global user data. These data can be initialized directly when they are defined. PCIN is a routine for transmitting and receiving CNC user data, e.g. parts programs, tool offsets, etc. via the serial interface. The PCIN program can run under MS-DOS on standard industrial PCs. A data unit, two bytes in size, within a -> PLC data block. Command in parts program which stops machining and clears the remaining path distance to go. The SINUMERIK FM-NC is installed in the CPU tier of the SIMATIC S7-300. The 200mm wide, fully encapsulated module has the same external design as the SIMATIC S7-300 modules.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-453
Appendix
11.02
Terms
810D
840Di
The SINUMERIK 840D is installed as a compact module in the SIMODRIVE 611D converter system. It has the same dimensions as a 50mm wide SIMODRIVE 611D module. The SINUMERIK 840D comprises the NCU module and the NCU box. The SINUMERIK 810D has the same design as the SIMODRIVE 611D with a width of 150mm. The following components are integrated: SIMATIC S7-CPU, 5 digital servo drive controls and 3 SIMODRIVE 611D power modules. Diagnosis 1. Control operating area 2. The control incorporates a self-diagnosis program and test routines for servicing: Status, alarm and service displays. Digital modules are signal transducers for binary process signals.
Position and lead/pitch values can be programmed in inches in the machining program. The control is set to a basic system regardless of the programmable unit of measure (G70/G71). Differential Resolver Function NC function which generates an incremental zero offset in AUTOMATIC mode in conjunction with an electronic handwheel. When the CNC axes are in the constant motion phase, automatic drift compensation is implemented in the analog speed control. SINUMERIK FM-NC has an analog +10V interface to the SIMODRIVE 611A converter system. The SINUMERIK 840D control system is linked to the SIMODRIVE 611D converter system via a high-speed digital parallel bus.
DRF
Drift compensation
Drive
Editor
The editor makes it possible to create, modify, extend, join and insert programs/texts/program blocks. Electronic handwheels can be used to traverse the selected axes simultaneously in manual mode. The handwheel clicks are analyzed by the increment analyzer.
Electronic handwheel
A-454
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Terms
810D
840Di
Exact stop
When an exact stop is programmed, a position specified in the block is approached accurately and, where appropriate, very slowly. In order to reduce the approach time, -> exact stop limits are defined for rapid traverse and feed. When all path axes reach their exact stop limits, the control responds as if it had reached its destination point precisely. The -> parts program continues execution at the next block. A zero offset specified by the -> PLC.
F
Fast retraction from contour When an interrupt is received, it is possible to initiate a motion via the CNC machining program which allows the tool to be retracted quickly from the workpiece contour currently being machined. The retraction angle and the distance retracted can also be parameterized. An interrupt routine can be executed after the rapid retraction. (SINUMERIK 840D, 840Di, 810D). Contour inaccuracies resulting from following errors can be almost completely eliminated by the dynamic, acceleration-dependent feedforward control function. Feedforward control ensures an excellent degree of machining accuracy even at high tool path velocities. Feedforward control can only be selected or deselected for all axes together via the parts program. The current feedrate setting entered via the control panel or by the PLC is overlaid on the programmed feedrate (0200%). The feedrate can also be corrected by a programmable percentage factor (1200%) in the machining program. An offset can also be applied via motion-synchronous actions independently of the running program. Contour of the finished workpiece. See also -> blank. A point defined uniquely by the machine tool, such as the reference point.
Feedrate override
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-455
Appendix
11.02
Terms
810D
840Di
Fixed-point approach
Machine tools can execute defined approaches to fixed points such as tool-change points, loading points, pallet-change points, etc. The coordinates of these points are stored on the control. Where possible, the control moves these axes in -> rapid traverse. A frame is a calculation rule that translates one Cartesian coordinate system into another Cartesian coordinate system. A frame contains the components -> zero offset, -> rotation, -> scaling and -> mirroring.
Frame
G
General reset The following memories of the -> CPU are erased by a general reset operation: -> Working memory Read/write area of the -> load memory -> System memory -> Backup memory Geometry Geometry axis Description of a -> workpiece in the -> workpiece coordinate system. Geometry axes are used to describe a 2- or 3-dimensional area in the workpiece coordinate system. Each global main run/subroutine can be stored only once under its name in the directory. However, the same name can be used in different directories. "Ground" is the term applied to all the electrically inactive, interconnected parts of a piece of equipment which cannot carry any hazardous contact voltage even in the event of a fault.
Ground
H
Helical interpolation The helical interpolation function is ideal for machining internal and external threads using form milling cutters and for milling lubrication grooves. The helix comprises two movements: 1. Circular movement in one plane 2. Linear movement perpendicular to this plane.
A-456
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Terms
810D
840Di
As an example, high-speed CNC program routines (interrupt routines) can be started via the digital inputs. High-speed, program-driven switching functions can be initiated via the digital CNC outputs (SINUMERIK 840D). Combination of the programming features for the -> PLC in the S7-300/400 range.
HIGHSTEP
I
I/O module I/O modules create the link between the CPU and the process. I/O modules are: ->Digital input/output modules ->Analog input/output modules ->Simulator modules Identifier In accordance with DIN 66025, identifiers (names) for variables (arithmetic variables, system variables, user variables), for subroutines, for vocabulary words and for words can contain several address letters. These letters have the same meaning as the words in the block syntax. Identifiers must be unique. Identical identifiers must not be used for different objects. System of measurement that defines distances in "inches" and fractions thereof. Fixed angular interpolation with allowance for an inclined infeed axis or grinding wheel through specification of the angle. The axes are programmed and displayed in the Cartesian coordinate system. Travel path length specification based on number of increments. The number of increments can be stored as a -> setting data or selected with keys labeled with 10, 100, 1000, 10 000. A destination for axis traversal is defined by a distance to be covered and a direction referenced to a point already reached. See also -> absolute dimension.
Increment
Incremental dimension
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-457
Appendix
11.02
Terms
810D
840Di
Initialization block
Initialization blocks are special -> program blocks. They contain values which must be assigned before the program is executed. Initialization blocks are used primarily for initializing predefined data or global user data. An initialization file can be created for each -> workpiece. In it, the various variable value instructions which apply exclusively to one workpiece can be stored. Movements with selected tool offset (G41/G42) can be interrupted by a limited number of intermediate blocks (blocks without axis motions in the offset plane). When such blocks are used, the tool offset can still be calculated correctly. The permissible number of intermediate blocks read in advance by the control can be set via system parameters. The interpolation cycle is a multiple of the basic system cycle. It specifies the cycle time for updating the setpoint interface to the position controllers. The interpolation cycle determines the resolution of the velocity profiles. Interpolative compensation provides a means of compensating for leadscrew errors (LEC) and measuring-system errors (MSEC) resulting from the production process. Logical unit of the -> NCK which determines intermediate values for the movements to be traversed on the individual axes on the basis of destination positions specified in the parts program. Interrupt routines are special -> subroutines which can be started by events (external signals) in the machining process. The parts program block being processed is aborted and the axis position at the instant of interruption is stored automatically. See -> ASUB On SINUMERIK 840D controls, it is possible to program the time required to traverse the path of a block instead of the feedrate speed for the axis movement (G93).
Initialization file
Intermediate blocks
Interpolation cycle
Interpolative compensation
Interpolator
Interrupt routine
Inverse-time feedrate
A-458
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Terms
810D
840Di
J
JOG Control system operating mode (setup): The machine can be set up in Jog mode. Individual axes and spindles can be jogged by means of direction keys. Other functions in Jog mode are -> reference point approach, -> Repos and -> Preset -> (set actual value).
K
Keyswitch 1. S7-300: The keyswitch is the mode selector switch on the -> CPU. The keyswitch is operated by means of a removable key. 2. 840D: The keyswitch on the -> machine control panel has 4 positions which are assigned functions by the operating system of the control. There are also three keys of different colors belonging to the keyswitch that can be removed in the specified positions. Transmission Ratio Servo gain factor, control variable of a control loop
K Kv
L
Languages The user interface texts, system messages and alarms are available in five system languages (floppy disk): English, French, German, Italian and Spanish. The user can select two of the listed languages at a time in the control. Compensation of mechanical inaccuracies in a leadscrew involved in the feed motion. Errors are compensated by the control based on stored deviation measurements. Minimum/maximum (spindle) speed: The maximum speed of a spindle can be limited by values defined in the machine data, the -> PLC or -> setting data. The linear axis is an axis which, in contrast to a rotary axis, describes a straight line. The tool travels along a straight line to the destination point while machining the workpiece. The Look Ahead function is a means of optimizing the machining velocity by looking ahead over a parameterizable number of traversing blocks.
Limit speed
Linear axis
Linear interpolation
Look Ahead
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-459
Appendix
11.02
Terms
810D
840Di
The control detects and reports the following types of collision: 1. Path is shorter than tool radius. 2. Width of inside corner is less than the tool diameter.
M
Machine Machine axes Machine control panel Control operating area Axes which exist physically on the machine tool. An operator panel on a machine tool with operating elements such as keys, rotary switches, etc. and simple indicators such as LEDs. It is used for direct control of the machine tool via the PLC. System of coordinates based on the axes of the machine tool.
A fixed point on the machine tool which can be referenced by all (derived) measurement systems. A channel structure makes it possible to reduce downtimes by allowing sequences of motions to be executed in parallel. For example, a loading gantry can execute its movements during a machining operation. In this case, a CNC channel ranks as an autonomous CNC control complete with decoding, block preparation and interpolation. Multiple programming language instructions can be combined in a single statement. This abbreviated sequence of instructions is called in the CNC program under a user-defined name. The macro executes the instructions sequentially. A block prefixed by ":" containing all the parameters required to start execution of a -> parts program. -> Parts program identified by a number or name in which other main programs, subroutines or -> cycles may be called. Parts program blocks which have been decoded and prepared by the preprocessor are executed during the "main run".
Machining channel
Macros
Main block
Main program
Main run
A-460
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Terms
810D
840Di
MDA
Control system operating mode: Manual Data Automatic. In the MDA mode, individual program blocks or block sequences with no reference to a main program or subroutine can be input and executed immediately afterwards through actuation of the NC Start key. SINUMERIK FM-NC: The requisite control circuits for axes and spindles are integrated in the control module as standard. A maximum total of 4 axes and spindles can be implemented, with no more than 2 spindles. SINUMERIK 840D: The signals from the sensors are analyzed in the SIMODRIVE 611D drive modules. The maximum configuration depends on the HW and/or SW of the control. Up to 12 axes and spindles are permissible per channel. A maximum of 31 axes or 20 spindles are permissible per NCU.
Measuring circuits
Messages
All messages programmed in the parts program and -> alarms detected by the system are displayed in plain text on the operator panel. Alarms and messages are displayed separately. Standardized system of units for lengths in millimeters (mm), meters (m), etc. Mirroring exchanges the leading signs of the coordinate values of a contour in relation to an axis. Analogously, several axes can be mirrored simultaneously. An operating concept on a SINUMERIK control. The modes -> Jog, -> MDA, -> Automatic are defined. All axes/spindles are assigned to one and only one channel at any given time. Each channel is assigned to a mode group The same -> mode is always assigned to the channels of a mode group. This function can be used to initiate actions that are synchronized with the machining operation. The starting point of the actions is defined by a condition (e.g. status of a PLC input, time elapsed since beginning of a block). The start of motion-synchronous actions is not tied to block boundaries. Examples of typical motion-synchronous actions are: Transfer M and H auxiliary functions to the PLC or deletion of distance-to-go for specific axes.
Metric system
Mirroring
Mode
Mode group
Motion synchronization
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-461
Appendix
11.02
Terms
810D
840Di
Multipoint interface
The multipoint interface (MPI) is a 9-pin sub-D port. A parameterizable number of devices can be connected to an MPI for the purpose of communicating with one another: Programming devices MMI (HMI) systems Other automation systems The "Multipoint Interface MPI" parameter block of the CPU contains the -> parameters which define the properties of the multipoint interface.
N
NC Numerical Control It incorporates all the components of the machine tool control system: -> NCK, -> PLC, -> MMC, -> COM. Note: CNC (computerized numerical control) would be a more appropriate description for the SINUMERIK 840/840iD or 810D controls. computerized numerical control. Numerical Control Kernel: Component of the NC control which executes -> parts programs and essentially coordinates the movements on the machine tool. A network is the interconnection of several S7-300s and other terminal devices such as a programming device, for example, interlinked by means of -> connecting cables. The networked devices interchange data via the network. The node number is the "contact address" of a -> CPU or the -> programming device or another intelligent I/O module if these devices are exchanging data with one another via a -> network. The node number is assigned to the CPU or the programming device by the S7 tool -> "S7 Configuration". Numeric Robotic Kernel (operating system of the -> NCK) Motion control and path interpolation are implemented internally in the control on the basis of NURBS (Non-Uniform Rational B Splines). A standard procedure is thus available (SINUMERIK 840D/840iD) as an internal control function for all modes of interpolation.
NCK
Network
Node number
NRK NURBS
A-462
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Terms
810D
840Di
O
Oblique-plane machining Drilling and milling operations on workpiece surfaces which are oblique to the coordinate planes of the machine are supported by the "Oblique surface machining" function. The position of the oblique plane can be defined by inclining the coordinate system (see FRAME programming). The scope for implementing individual solutions (OEM applications) for the SINUMERIK 840D has been provided for machine manufacturers who wish to create their own operator interface or integrate processoriented functions in the control. Data area in the control in which tool offset data are stored. This function can be used for grinding tools only. The reduction in size of the grinding wheel resulting from dressing is transferred as a tool offset to the currently active tool and immediately applied. The operator interface (OI) is the human-machine interface of a CNC. It takes the form of a screen and has eight horizontal and eight vertical softkeys. Stops the workpiece spindle at a specified orientation angle, e.g. to perform an additional machining operation at a specific position. RETTOOL: If machining is interrupted (e.g. when a tool breaks), a program command can be used to retract the tool in a user-specified orientation by a defined distance. Manual or programmable control feature which enables the user to override programmed feedrates or speeds in order to adapt them to a specific workpiece or material.
OEM
Operator interface
Override
P
Parameters 1. S7-300: The S7-300 uses two types of parameter: Parameter of a STEP7 statement A parameter of a STEP7 statement is the address of the operand to be processed or a constant. Parameter of a -> parameter block A parameter of a parameter block determines the behavior of a module.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-463
Appendix
11.02
Terms
810D
840Di
2. 840D/840Di/810D: Control operating area Computation parameter, can be set any number of times or queried by the programmer for any purpose in the parts program. Parts program A sequence of instructions to the NC control which combine to produce a specific -> workpiece by performing certain machining operations on a given -> blank. The parts program management function can be organized according to -> workpieces. The quantity of programs and data to be managed is dependent on the control memory capacity and can also be configured via MD settings. Each file (programs and data) can be given a name consisting of a maximum of 16 alphanumeric characters. Path axes are all the machining axes in the -> channel which are controlled by the -> interpolator such that they start, accelerate, stop and reach their end positions simultaneously. The path feed acts on -> path axes. It represents the geometrical sum of the feeds on the participating -> path axes. The maximum programmable path velocity depends on the input resolution. With a resolution of 0.1mm, for example, the maximum programmable path velocity is 1000 m/min. Programming Device Programmable Logic Control Component of the -> NC: Programmable controller for processing the control logic on the machine tool. SINUMERIK 840D/840Di: The PLC user program, the user data and the basic PLC program are stored together in the PLC user memory. The PLC user memory can be expanded using additional memory module SINUMERIK 810D: The PLC user program, the user data and the basic PLC program are stored together in the PLC user memory on the CPU. An optional memory expansion is available for the user memory provided in the basic configuration of the S/-CPU.
Path axis
Path feed
Path velocity
PG PLC
A-464
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Terms
810D
840Di
PLC programming
The PLC is programmed with the STEP7 software. The STEP 7 programming software is based on the standard WINDOWS operating system and incorporates the functionality of STEP5 programming with innovative expansions and developments. A coordinate system which defines the position of a point on a plane in terms of its distance from the origin and the angle formed by the radius vector with a defined axis. Polynomial interpolation provides a means of generating a very wide range of curves, including straight-line, parabolic and exponential functions (SINUMERIK 840D/840Di/810D). An axis which performs an auxiliary movement on a machine tool (e.g. tool magazine, pallet transport). Positioning axes are axes that do not interpolate with the -> path axes. The action of switching the control off and then on again. The traversing blocks are preprocessed prior to execution and stored in a "preprocessing memory". Block sequences can be executed at a very fast rate from the memory. Blocks are uploaded continuously to the preprocessing memory during machining. Program command. The next block in a parts program is not executed until all other blocks which have already been preprocessed and stored in the preprocessing memory have been executed -> "main run". The control zero point can be redefined in the machine coordinate system by means of the Preset function. Preset does not cause the axes to move; instead, a new position value is entered for the current axis positions. 1. Control operating area 2. Sequence of instructions to the control system. Programmable -> frames can be used to define new coordinate system starting points dynamically while the parts program is running. A distinction is made between absolute definition using a new frame and additive definition with reference to an existing starting point.
Polar coordinates
Polynomial interpolation
Positioning axis
Preprocessing stop
Preset
Program
Programmable frames
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-465
Appendix
11.02
Terms
810D
840Di
Programmable logic controllers (PLC) are electronic controllers whose functions are stored as a program in the control unit. The design and wiring of the unit are not, therefore, dependent on the control functions. Programmable logic controllers have the same structure as a computer, i.e. they consist of a CPU with memory, input/output modules and an internal bus system. The I/Os and programming language are selected according to the requirements of the control technology involved. Limitation of the movement area of the tool to within defined, programmable limits. Characters and character sequences which have a defined meaning in the programming language for -> parts programs (see Programming Guide). Three-dimensional area within a -> working area which the tool tip is not permitted to enter (programmable via MD).
Protection zone
Q
Quadrant error compensation Contour errors on quadrant transitions caused by frictional fluctuations on guideways can be largely eliminated by means of quadrant error compensation. A circularity test is performed to parameterize the quadrant error compensation function.
R
R parameter Calculation parameter. The programmer can assign or request the values of the R parameter in the -> parts program as required (R variable). This rail is used to mount the modules of the S7-300 system. The highest traversing speed of an axis used, for example, to bring the tool from an idle position to the -> workpiece contour or retract it from the workpiece contour.
A-466
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Terms
810D
840Di
Reference point
Point on the machine tool with which the measuring system of the -> machine axes is referenced. If the position measuring system used is not an absolute-value encoder, then a reference point approach operation is required to ensure that the actual values supplied by the measuring system are in accordance with the machine coordinate values. 1. Reapproach contour, triggered by operator REPOS allows the tool to be returned to the interrupt position by means of the direction keys. 2. Programmed contour reapproach A selection of approach strategies are available in the form of program commands: Approach point of interruption, approach start of block, approach end of block, approach a point on the path between start of block and interruption. The axis feedrate is adjusted as a function of the speed of the master spindle in the channel (programmed with G95). This function is used to tap holes without the use of a compensating chuck. The spindle is controlled as an interpolative rotary axis and drill axis, with the result that threads are tapped precisely to the final drilling depth, for example, in blind tapped holes (precondition: Spindle axis mode). Rotary axes cause the tool or workpiece to rotate to a specified angle position. The range of motion of a rotary axis can be set to a modulo value (in machine data) or defined as continuous in both directions, depending on the application. Continuously turning rotary axes are used, for example, for eccentric machining, grinding and winding. Component of a -> frame which defines a rotation of the coordinate system through a specific angle. Rounding axes cause the workpiece or tool to rotate to an angle position described on a graduated grid. When the grid position has been reached, the axis is "in position".
REPOS
Revolutional feedrate
Rigid tapping
Rotary axis
Rotation
Rounding axis
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-467
Appendix
11.02
Terms
810D
840Di
S
S7 Configuration S7 Configuration is a tool for parameterizing modules. S7 Configuration is used to set a variety of -> parameter blocks of the -> CPU and the I/O modules on the -> programming device. These parameters are uploaded to the CPU. The S7-300 bus is a serial data bus which supplies modules with the appropriate voltage and via which they exchange data with one another. The connection between the modules is made by means of -> bus connectors. The control includes continuously active monitoring functions which detect faults in the -> CNC, the programmable controller (-> PLC) and the machine so early that damage to the workpiece, tool or machine rarely occurs. In the event of a fault, the machining operation is interrupted and the drives stopped. The cause of the malfunction is logged and an alarm issued. At the same time, the PLC is notified that a CNC alarm is pending. Component of a -> frame which causes axis-specific scale alterations. For data input/output, HMI Advanced with PCU 50 and HMI Embedded with PCU 20 has two serial RS-232 interfaces COM 1 and COM 2. Machining programs and manufacturer and user data can be imported and exported via these interfaces. Control operating area Data which provide the control with information about properties of the machine tool in a way defined by the system software. Unlike -> machine data, setting data can be modified by the user. A key whose name appears on an area of the screen. The choice of softkeys displayed is adapted dynamically to the operating situation. The freely assignable function keys (softkeys) are assigned to functions defined in the software. Software limit switches define the limits of the travel range of an axis and prevent the slide contacting the hardware limit switches. Two pairs of values can be assigned per axis and activated separately via the -> PLC.
S7-300 bus
Safety functions
Softkey
A-468
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Terms
810D
840Di
Spindles
The spindle functionality is a two-level construct: 1. Spindles: Speed-controlled or position-controlled spindle drives for SINUMERIK 840D/840Di or 810D. 2. Auxiliary spindles: Speed-controlled spindle drives without actual position sensor, e.g. for power tools. "Auxiliary spindle" function package, e.g. for power tools.
Spline interpolation
Using the spline interpolation function, the control is able to generate a smooth curve from just a small number of specified interpolation points along a setpoint contour. Standard cycles are used to program machining operations which repeat frequently: For drilling/milling For measuring tools and workpieces For turning (SINUMERIK FM-NC 840D) The available cycles are listed in menu "Cycle support" in the "Program" operating area. Once the desired machining cycle has been selected, the parameters required for assigning values are displayed in plaintext.
Standard cycles
Subblock
Block prefixed by "N" containing information for a machining step such as a position parameter. A sequence of instructions of a -> parts program which can be called repeatedly with different initial parameters. A subroutine is called from within a main program. Each subroutine can be blocked against unauthorized output and display with MMC 102/103 or HMI Advanced/Embedded. -> Cycles are a type of subroutine. Instructions in -> parts programs for coordination of the operations in different -> channels at specific machining points. 1. Auxiliary function output While a workpiece is being machined, technological functions (-> auxiliary functions) can be output from the CNC program to the PLC. These auxiliary functions control, for example, ancillary equipment on the machine tool such as the sleeve, gripper, chuck, etc.
Subroutine
Synchronization
Synchronized actions
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-469
Appendix
11.02
Terms
810D
840Di
2. High-speed auxiliary function output The acknowledgement times for the -> auxiliary functions can be minimized and unnecessary halts in the machining process avoided for time-critical switching functions. Synchronized actions can be combined to form programs (technology cycles). Axis programs can be started in the same IPO cycle, for example, by scanning digital inputs. Synchronized axes Synchronized axes require the same amount of time to traverse their path as -> geometry axes for their path. Accurate angular synchronism between one master spindle and one or more slave spindles. Enables flying transfer of a workpiece from spindle 1 to spindle 2 on turning machines. In addition to speed synchronism, it is also possible to program the relative angular positions of the spindles, e.g. on-the-fly, positionoriented transfer of inclined workpieces. Several pairs of synchronous spindles can be implemented. A variable which exists although it has not been programmed by the -> parts program programmer. It is defined by the data type and the variable name, which is prefixed with $. See also -> User-defined variable.
Synchronous spindle
System variable
T
Teach In Teach In is a means of creating or correcting parts programs. The individual program blocks can be input via the keyboard and executed immediately. Positions approached via the direction keys or handwheel can also be stored. Additional information such as G functions, feedrates or M functions can be entered in the same block. -> Editor Tool required for machining workpieces, e.g. drill, miller, etc. A tool employed to shape the workpiece, for example, a turning tool, milling cutter, drill, laser beam, grinding wheel, etc.
A-470
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Terms
810D
840Di
A contour is programmed on the assumption that a pointed tool will be used. Since this is not always the case in practice, the curvature radius of the tool being used is specified so that the control can make allowance for it. The curvature center point is guided equidistantly to the contour at an offset corresponding to the curvature radius. A tool is selected by programming a T function (5 decades, integer) in the block. Up to nine tool edges (D addresses) can be assigned to each T number. The number of tools to be managed in the control is set in parameterization. Tool length compensation is selected by programming D numbers. In order to program a desired -> workpiece contour directly, the control must traverse a path equidistant to the programmed contour, taking into account the radius of the tool used (G41/G42). Programming in a Cartesian coordinate system, execution in a nonCartesian coordinate system (e.g. with machine axes as rotary axes). Employed in conjunction with Transmit, Inclined Axis, 5-Axis Transformation. This function is used to mill the outside contours on turned parts, e.g. four-sided parts (linear axis with rotary axis). 3D interpolation with two linear axes and one rotary axis is also possible. This function brings the following benefits: Simplified programming Improved machine efficiency through complete machining: Turning and milling on the same machine without reclamping.
Tool offset
Transformation
Transmit
This function allows axes (tailstocks, sleeves) to be traversed to a fixed stop position in order, for example, to clamp workpieces. The contact pressure can be defined in the parts program. The maximum permissible travel range for linear axes is 9 decades. The absolute value depends on the selected input and position control resolution and the unit of measurement (inch or metric).
Traversing range
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-471
Appendix
11.02
Terms
810D
840Di
U
User memory All programs and data such as parts programs, subroutines, comments, tool offsets, zero offsets/frames and channel and program user data can be stored in the common CNC user memory. -> Parts program Users can define variables in the -> parts program or data block (global user data) for their own use. A definition contains a data type specification and the variable name. See also -> system variable.
V
Variable definition A variable is defined through the specification of a data type and a variable name. The variable name can be used to address the value of the variable. In order to achieve an acceptable travel velocity in movements which call for very small adjustments of position in a block, the control can -> look ahead. Words with a specific notation which have a defined meaning in the programming language for -> parts programs.
Velocity control
Vocabulary words
W
Working memory The working storage is a Random Access Memory in the -> CPU which the processor accesses as it executes the application program. Three-dimensional zone into which the tool tip can be moved on account of the physical design of the machine tool. See also -> protection zone. -> Zero offset Part to be produced/machined by the machine tool. Setpoint contour of the -> workpiece to be produced/machined. The origin of the workpiece coordinate system (WCS) is the -> workpiece zero. In machining operations programmed in the WCS, the dimensions and directions refer to this coordinate system.
Working space
A-472
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Terms
810D
840Di
Workpiece zero
The workpiece zero (W) forms the starting point for the -> workpiece coordinate system and defines this WCS in relation to the machine zero (M).
X Y Z
Zero offset Specification of a new reference point for a coordinate system through reference to an existing zero and a -> frame. -> Work offset 1. Settable SINUMERIK 840D/840Di: A parameterizable number of settable zero offsets is available for each CNC axis. Each of the zero offsets can be selected by G functions and selection is exclusive. 2. External All offsets which define the position of the workpiece zero can be overlaid with an external zero offset defined by handwheel (DRF offset) or defined by the PLC. 3. Programmable Zero offsets can be programmed for all path and positioning axes by means of the TRANS instruction.
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-473
Appendix
11.02
References
810D
840Di
References
General Documentation
/BU/ SINUMERIK 840D/840Di/810D/802S, C, D Ordering Information Catalog NC 60 Order number: E86060-K4460-A101-A9-7600 SIMATIC SIMATIC S7 Programmable Logic Controllers Catalog ST 70 Order number: E86060-K4670-A111-A3 SINUMERIK, SIROTEC, SIMODRIVE Connections & System Components Catalog NC Z Order number: E86060-K4490-A001-A8-7600
/ST7/
/Z/
Electronic Documentation
/CD1/ The SINUMERIK System (11.02 Edition) DOC ON CD (includes all SINUMERIK 840D/840Di/810D/802 and SIMODRIVE publications) Order number: 6FC5 298-6CA00-0BG3
A-474
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
References
810D
840Di
User Documentation
/AUK/ SINUMERIK 840D/810D AutoTurn Short Operating Guide Order number: 6FC5 298-4AA30-0BP3 SINUMERIK 840D/810D AutoTurn Graphic Programming System Operator's Guide Programming/Setup Order number: 6FC5 298-4AA40-0BP3 SINUMERIK 840D/810D Operator's Guide MMC Order number: 6FC5 298-6AA00-0BP0 SINUMERIK 840D/840Di/810D Operator's Guide: HMI Advanced Order number: 6FC5 298-6AF00-0BP2 SINUMERIK 840D/810D Operator's Guide: HMI Embedded Order number: 6FC5 298-6AC00-0BP2 SINUMERIK 840D/840Di/810D Operator's Guide HT 6 (HPU New) Order number: 6FC5 298-0AD60-0BP2 SINUMERIK 840D/840Di/810D Short Operating Guide Order number: 6FC5 298-6AA10-0BP0 SINUMERIK 810D/840D Operator's Guide ManualTurn Order number: 6FC5 298-6AD00-0BP0
(10.02 Edition)
/AUP/
(02.02 Edition)
/BA/
(10.00 Edition)
/BAD/
(11.02 Edition)
/BEM/
(11.02 Edition)
/BAH/
(06.02 Edition)
/BAK/
(02.01 Edition)
/BAM/
(08.02 Edition)
/BAS/
(11.02 Edition)
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-475
Appendix
11.02
References
810D
840Di
/BAT/
SINUMERIK 810D/840D Operator's Guide ShopTurn Order number: 6FC5 298-6AD50-0BP2 SINUMERIK 840D/840Di/810D User's Guide Measuring Cycles Order number: 6FC5 298-6AA70-0BP2 SINUMERIK 840D/840Di/810D Operator's Guide CAD Reader Order number: (is part of the online help) SINUMERIK 840D/840Di/810D Diagnostics Guide Order number: 6FC5 298-6AA20-0BP3 SINUMERIK 840D/810D Short Guide ManualTurn Order number: 6FC5 298-5AD40-0BP0 SINUMERIK 840D/810D Short Guide ShopMill Order number: 6FC5 298-5AD30-0BP0 SINUMERIK 840D/810D Short Guide ShopTurn Order number: 6FC5 298-6AF20-0BP0 SINUMERIK 840D/840Di/810D Programming Guide Fundamentals Order number: 6FC5 298-6AB00-0BP2 SINUMERIK 840D/840Di/810D Programming Guide Advanced Order number: 6FC5 298-6AB10-0BP2 SINUMERIK 840D/840Di/810D Short Guide Programming Order number: 6FC5 298-6AB30-0BP1 SINUMERIK 840D/840Di/810D Programming Guide ISO Milling Order number: 6FC5 298-6AC20-0BP2
(03.03 Edition)
/BNM/
(11.02 Edition)
/CAD/
(03.02 Edition)
/DA/
(11.02 Edition)
/KAM/
(04.01 Edition)
/KAS/
(04.01 Edition)
/KAT/
(07.01 Edition)
/PG/
(11.02 Edition)
/PGA/
(11.02 Edition)
/PGK/
(02.01 Edition)
/PGM/
(11.02 Edition)
A-476
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
References
810D
840Di
/PGT/
SINUMERIK 840D/840Di/810D Programming Guide ISO Turning Order number: 6FC5 298-6AC10-0BP2 SINUMERIK 840D/840Di/810D Programming Guide Cycles Order number: 6FC5 298-6AB40-0BP2
(11.02 Edition)
/PGZ/
(11.02 Edition)
/PI/
PCIN 4.4 Software for Data Transfer to/from MMC Module Order number: 6FX2 060-4AA00-4XB0 (English, French, German) Order from: WK Frth SINUMERIK 840Di System Overview Order number: 6FC5 298-6AE40-0BP0
/SYI/
(02.01 Edition)
Manufacturer/Service Documentation
a) Lists /LIS/ SINUMERIK 840D/840Di/810D SIMODRIVE 611D Lists Order number: 6FC5 297-6AB70-0BP3
(11.02 Edition)
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-477
Appendix
11.02
References
810D
840Di
b) Hardware /BH/ SINUMERIK 840D/840Di/810D Operator Components Manual (HW) Order number: 6FC5 297-6AA50-0BP2 SIMODRIVE Sensor Absolute Encoder with PROFIBUS DP User's Guide (HW) Order number: 6SN1 197-0AB10-0YP1 SINUMERIK, SIROTEC, SIMODRIVE EMC Installation Guideline Planning Guide (HW) Order number: 6FC5 297-0AD30-0BP1 ADI4 - Analog Drive Interface for 4 Axes Equipment Manual Order number: 6FC5 297-0BA01-0BP0 SINUMERIK 810D Configuring Manual (HW) Order number: 6FC5 297-6AD10-0BP0 SINUMERIK 840D Configuring Manual NCU 561.2-573.4 (HW) Order number: 6FC5 297-6AC10-0BP2 SIMODRIVE Sensor Hollow-Shaft Measuring System SIMAG H Configuring/Installation Guide (HW) Order number: 6SN1197-0AB30-0BP1 (11.02 Edition)
/BHA/
(02.99 Edition)
/EMV/
(06.99 Edition)
/GHA/
(09.02 Edition)
/PHC/
(03.02 Edition)
/PHD/
(10.02 Edition)
/PMH/
(07.02 Edition)
A-478
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
References
810D
840Di
c) Software /FB1/ SINUMERIK 840D/840Di/810D Description of Functions, Basic Machine (Part 1) (the various manuals are listed below) Order number: 6FC5 297-6AC20-0BP2 A2 A3 B1 B2 D1 D2 F1 G2 H2 K1 K2 K4 N2 P1 P3 R1 S1 V1 W1 (11.02 Edition)
Various Interface Signals Axis Monitoring, Protection Zones Continuous Path Mode, Exact Stop and Look Ahead Acceleration Diagnostic Tools Interactive Programming Travel to Fixed Stop Velocities, Setpoint/Actual Value Systems, Closed-Loop Control Output of Auxiliary Functions to PLC Mode Group, Channels, Program Operation Mode Coordinate Systems, Axis Types, Axis Configurations, Actual-Value System for Workpiece, External Zero Offset Communication EMERGENCY STOP Transverse Axes Basic PLC Program Reference Point Approach Spindles Feeds Tool Compensation
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-479
Appendix
11.02
References
810D
840Di
/FB2/
SINUMERIK 840D/840Di/810D Description of Functions, Extended Functions (Part 2) (11.02 Edition) including FM-NC: Turning, Stepping Motor (the various manuals are listed below) Order number: 6FC5 297-6AC30-0BP2 A4 B3 B4 F3 H1 K3 K5 L1 M1 M5 N3 N4 P2 P5 R2 S3 S5 S6 S7 T1 W3 W4 Digital and Analog NCK I/Os Several Operator Panels and NCUs Operation via PG/PC Remote Diagnostics Jog with/without Handwheel Compensations Mode Groups, Channels, Axis Replacement FM-NC Local Bus Kinematic Transformation Measurements Software Cams, Position Switching Signals Punching and Nibbling Positioning Axes Oscillation Rotary Axes Synchronous Spindles Synchronized Actions (SW 3 and lower, higher /FBSY/) Stepper Motor Control Memory Configuration Indexing Axes Tool Change Grinding
A-480
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
References
810D
840Di
/FB3/
SINUMERIK 840D/840Di/810D Description of Functions Special Functions (Part 3) (the various manuals are listed below) Order number: 6FC5 297-6AC80-0BP2 F2 G1 G3 K6 M3 S8 T3 TE0 TE1 TE2 TE3 TE4 TE5 TE6 TE7 TE8 V2 W3
(11.02 Edition)
3-Axis to 5-Axis Transformation Gantry Axes Cycle Times Contour Tunnel Monitoring Coupled Axes and ESR (previously Coupled Motion and Master/Slave Couplings) Constant Workpiece Speed for Centerless Grinding Tangential Control Installation and Activation of Compile Cycles Clearance Control Analog Axis Speed/Torque Coupling Master-Slave Transformation Package Handling Setpoint Exchange MCS Coupling Retrace Support Unclocked Path-Synchronous Switching Signal Output Preprocessing 3D Tool Radius Compensation
/FBA/
SIMODRIVE 611D/SINUMERIK 840D/810D Description of Functions, Drive Functions (the various sections are listed below) Order number: 6SN1 197-0AA80-0BP9 DB1 DD1 DD2 DE1 DF1 DG1 DL1 DM1 DS1 D1
(11.02 Edition)
Operational Messages/Alarm Reactions Diagnostic Functions Speed Control Loop Extended Drive Functions Enable Commands Encoder Parameterization Linear Motor MD Calculation of Motor/Power Section Parameters and Controller Data Current Control Loop Monitors/Limitations
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-481
Appendix
11.02
References
810D
840Di
/FBAN/
SINUMERIK 840D/SIMODRIVE 611 DIGITAL Description of Functions ANA-MODULE Order number: 6SN1 197-0AB80-0BP0
(02.00 Edition)
/FBD/
SINUMERIK 840D Description of Functions Digitizing (07.99 Edition) Order number: 6FC5 297-4AC50-0BP0 DI1 Start-Up DI2 Scanning with Tactile Sensors (scancad scan) DI3 Scanning with Lasers (scancad laser) DI4 Milling Program Generation (scancad mill) IT Solutions NC Data Management Server (DNC NT-2000) Description of Functions Order number: 6FC5 297-5AE50-0BP2 SINUMERIK 840D/840Di/810D IT Solutions SinDNC Data Transfer via Network Description of Functions Order number: 6FC5 297-5AE70-0BP0 SINUMERIK 840D/840Di/810D Description of Functions ISO Dialects for SINUMERIK Order number: 6FC5 297-6AE10-0BP2 SINUMERIK 840D/840Di/810D Description of Functions Remote Diagnostics Order number: 6FC5 297-0AF00-0BP2 SINUMERIK 840D/840Di/810D HMI Programming Package Orcer number: (is part of the SW delivery) Part 1 User's Guide Part 2 Description of Functions SINUMERIK 840D/SIMODRIVE 611 digital Description of Functions HLA Module Order number: 6SN1 197-0AB60-0BP2
/FBDN/
(01.02 Edition)
/FBDT/
(09.02 Edition)
/FBFA/
(11.02 Edition)
/FBFE/
(11.02 Edition)
/FBH/
(11.02 Edition)
/FBHLA/
(04.00 Edition)
A-482
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
References
810D
840Di
/FBMA/
SINUMERIK 840D/810D Description of Functions ManualTurn Order number: 6FC5 297-5AD50-0BP2 SINUMERIK 840D/810D Description of Functions Configuring of OP 030 Operator Interface (the various sections are listed below) Order number: 6FC5 297-6AC40-0BP0 BA EU PS PSE IK
(08.02 Edition)
/FBO/
(09.01 Edition)
Operator's Guide Development Environment (Configuring Package) Online only: Configuring Syntax (Configuring Package) Introduction to Configuring of Operator Interface Screen Kit: Software Update and Configuration
/FBP/
SINUMERIK 840D Description of Functions C-PLC Programming Order number: 6FC5 297-3AB60-0BP0 SINUMERIK 840D/810D IT Solutions Description of Functions Computer Link (SINCOM) Order number: 6FC5 297-6AD60-0BP0 NFL NPL Host Computer Interface PLC/NCK Interface
(03.96 Edition)
/FBR/
(09.01 Edition)
/FBSI/
SINUMERIK 840D/SIMODRIVE Description of Functions SINUMERIK Safety Integrated Order number: 6FC5 297-6AB80-0BP1 SINUMERIK 840D/810D Description of Functions ShopMill Order number: 6FC5 297-6AD80-0BP1 SIMATIC Description of Functions FM STEPDRIVE/SIMOSTEP Order number: 6SN1 197-0AA70-0YP4
(09.02 Edition)
/FBSP/
(11.02 Edition)
/FBST/
(01.01 Edition)
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-483
Appendix
11.02
References
810D
840Di
/FBSY/
SINUMERIK 840D/810D Description of Functions Synchronized Actions for Wood, Glass, Ceramics and Presses Order number: 6FC5 297-6AD40-0BP2 SINUMERIK 840D/810D Description of Functions ShopTurn Order number: 6FC5 297-6AD70-0BP2 SINUMERIK 840D/810D IT Solutions SINUMERIK Tool Data Communication SinTDC Description of Function Bestellnummer: 6FC5 297-5AF30-0BP0 SINUMERIK 840D/810D IT Solutions Tool Information System (SinTDI) with Online Help Description of Functions Order number: 6FC5 297-6AE00-0BP0
(10.02 Edition)
/FBT/
(03.03 Edition)
/FBTC/
(01.02 Edition)
/FBTD/
(03.01 Edition)
/FBU/
SIMODRIVE 611 universal / universal E Closed-Loop Control Component for Speed Control and Positioning Description of Functions (02.02 Edition) Order number: 6SN1 197-0AB20-0BP5 SINUMERIK 840D/840Di/810D Description of Functions Tool Management Order number: 6FC5 297-6AC60-0BP1 SINUMERIK 840D/840Di/810D Description of Functions WinTPM Order number: This document is part of the software SINUMERIK 840D/840Di/810D Manual @Event Order number: 6AU1900-0CL20-0AA0 SINUMERIK 840Di Manual Order number: 6FC5 297-6AE60-0BP1
/FBW/
(10.02 Edition)
/FBWI/
(02.02 Edition)
/HBA/
(03.02 Edition)
/HBI/
(09.02 Edition)
A-484
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
References
810D
840Di
/INC/
SINUMERIK 840D840Di//810D Commissioning Tool SINUMERIK SinuCOM NC (02.02 Edition) System Description Order number: (an integral part of the online Help for the start-up tool)
/PAP/
SIMODRIVE Sensor Absolute Encoder with PROFIBUS DP User's Guide Order number: 6SN1 197-0AB10-0YP1 SIMODRIVE Planning Guide 1FT5/1FT6/1FK6 Motors AC Servo Motors for Feedrate and Main Spindle Drives Order number: 6SN1 197-0AC20-0BP0
(02.99 Edition)
/PFK/
(12.01 Edition)
/PJE/
SINUMERIK 840D/810D HMI Embedded Configuring Package (08.01 Edition) Description of Functions: Software Update, Configuration, Installation Order number: 6FC5 297-6EA10-0BP0 (the document PS Configuring Syntax is supplied with the software and available as a pdf file) SIMODRIVE Planning Guide Built-In Synchronous Motors 1FE1 Three-Phase AC Motors for Main Spindle Drives Order number: 6SN1 197-0AC00-0BP1 SIMODRIVE Planning Guide Linear Motors 1FN1, 1FN3 ALL General Information about Linear Motors 1FN1 1FN1 Three-Phase Linear Motor 1FN3 1FN3 Three-Phase Linear Motor CON Connections Order number: 6SN1 197-0AB70-0BP2
/PJFE/
(09.01 Edition)
/PJLM/
(11.01 Edition)
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-485
Appendix
11.02
References
810D
840Di
/PJM/
SIMODRIVE Planning Guide Motors (11.00 Edition) Three-Phase AC Motors for Feed and Main Spindle Drives Order number: 6SN1 197-0AA20-0BP5 SIMODRIVE 611 Planning Guide Inverters Order number: 6SN1 197-0AA00-0BP6
/PJU/
(08.02 Edition)
/PMS/
SIMODRIVE (04.02 Edition) Planning Guide ECO Motor Spindle for Main Spindle Drives Order number: 6SN1 197-0AD04-0BP0 SIMODRIVE POSMO A User's Guide Distributed Positioning Motor on PROFIBUS DP Order number: 6SN2 197-0AA00-0BP3 SIMODRIVE POSMO A Installation Instructions (enclosed with POSMO A) SIMODRIVE POSMO SI/CD/CA Operator's Guide Distributed Servo Drive Systems Order number: 6SN2 197-0AA20-0BP3 SIMODRIVE Planning Guide 1PH2/1PH4/1PH7 Motors AC Induction Motors for Main Spindle Drives Order number: 6SN1 197-0AC60-0BP0 SIMODRIVE Planning Guide Hollow-Shaft Motors Hollow-Shaft Motors for Main Spindle Drives 1PM4 and 1PM6 Order number: 6SN1 197-0AD03-0BP0 SIMATIC S7-300 - Reference Manual: CPU Data (HW Description) - Reference Manual: Module Data - Technological Functions Manual - Installation Manual Order number: 6ES7 398-8FA10-8AA0 (08.02 Edition)
/POS1/
(08.02 Edition)
/POS2/
/POS3/
/PPH/
(12.01 Edition)
/PPM/
(10.01 Edition)
/S7H/
(2002 Edition)
A-486
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
References
810D
840Di
/S7HT/
SIMATIC S7-300 Manual STEP 7, Fundamentals, V. 3.1 Order number: 6ES7 810-4CA02-8AA0 SIMATIC S7-300 Manual STEP7, Reference Manuals, V3.1 Order number: 6ES7 810-4CA02-8AR0 SIMATIC S7-300 FM 353 Stepper Drive Positioning Module Order in conjunction with configuring package SIMATIC S7-300 FM 354 Positioning Module for Servo Drive Order together with configuring package SIMATIC S7-300 FM 357.2 Multimodule for Servo and Stepper Drives Order together with configuring package SIMODRIVE 611-A/611-D, SimoPro 3.1 Program for Configuring Machine-Tool Drives Order number: 6SC6 111-6PC00-0AA Order from: WK Frth
(03.97 Edition)
/S7HR/
(03.97 Edition)
/S7S/
(04.97 Edition)
/S7L/
(04.97 Edition)
/S7M/
(01.01 Edition)
/SP/
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-487
Appendix
11.02
References
810D
840Di
SIMODRIVE 611A Installation and Start-Up Guide Order number: 6SN 1197-0AA60-0BP6 SINUMERIK 810D Installation and Start-Up Guide (including description of SIMODRIVE 611D start-up software) Order number: 6FC5 297-6AD20-0BP0
(10.00 Edition)
/IAC/
(03.02 Edition)
/IAD/
SINUMERIK 840D/SIMODRIVE 611D Installation and Start-Up Guide (11.02 Edition) (including description of SIMODRIVE 611D start-up software) Order number: 6FC5 297-6AB10-0BP2 SINUMERIK 840D/840Di/810D HMI/MMC Installation and Start-Up Guide Order number: 6FC5 297-6AE20-0BP2 AE1 BE1 HE1 IM2 IM4 TX1 Updates/Options Expand the operator interface Online Help Start-Up HMI Embedded Start-Up HMI Advanced Setting Foreign Language Texts
/IAM/
(11.02 Edition)
A-488
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Index
810D
840Di
Index
$
$AA_ACC 7-266 $AA_OFF deselection 6-233 $P_GWPS 7-275 $TC_ECPxy 8-343 $TC_SCPxy 8-343 $TC_TPG1, ..., ...9 8-340 $TC_TPG1/...8/...9 7-274
2
2 straight lines 4-142
3
3 straight lines 4-143
A
Absolute dimension 1-26 Absolute dimensioning 3-85 Acceleration Pattern 5-190 Activate/deactivate function "Travel to fixed stop 4-163 Additive offsets Delete 8-344 Select 8-341 Address letters 12-403 Address of block number N 2-56 Addresses 2-58 Extended addresses 2-60 Fixed addresses 2-61, 12-404 Fixed addresses with axis extension 2-62 Modal/non-modal addresses 2-60 Settable addresses 2-62
Value assignments 2-65 with axial extension 2-60 Alarm Number 2-74 Text 2-74 Aperture angle AC 2-59 Approach and retraction paths 8-313 Approach and retraction velocities 8-324 Approach point/angle 8-313 Approaching a fixed point 4-161 Arithmetic parameter R 2-59 Arithmetic parameters R 10-362 ATRANS 6-205, 6-209, 10-362 Auxiliary function H 2-56, 2-58 Axial DRF deselection 6-232 Axial DRF deselection and $AA_OFF deselection 6-232 Axis Q 2-59 Axis types Channel axes 1-39 Machine axes 1-39 Main spindle 1-39 Path axes 1-40 Positioning axes 1-40 Special axes 1-39 Synchronized axes 1-42 Axis U, V, W, X, Y, Z 2-59
B
Basic coordinate system 1-33 Blank 8-313 Block number 2-57 Block number 2-56 Blocks 2-55 Block format 2-55 Block length 2-55 Block number 2-57 Comments 2-73 Main block/subblock 2-56 Skipping blocks 2-71
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-489
Appendix
11.02
Index
810D
840Di
C
Centerless grinding 7-277 Constant workpiece speed 7-277 Chamfer 4-172 Chamfer the contour corner 4-172 Change of direction 8-318 Channel axes 1-39 Character set 2-53 Circle Radius CR 2-58 Circle radius CR 2-59 Circular interpolation 4-122 Helical interpolation 4-135 Indication of working plane 4-123 Programming a circle with arc angle and center point 4-126 with center point and end point 4-123 with intermediate and end points 4-130 with polar coordinates 4-127 with radius and end point 4-125 with tangential transition 4-132 Circular magazine 8-299 Clamping torque FXST 4-167 COARSEA 7-251 Collision Detection ON (CDON)/OFF (CDOF) 8-331 Collision monitoring 8-331 Collisions 8-314 Command axes 1-42 Comments 2-73 Compensation plane 8-334 Constant Cutting rate 7-272 Grinding wheel peripheral speed 7-274 Workpiece speed 7-277 Constants 2-69 Binary constants 2-70 Hexadecimal constants 2-70 Integer constants 2-69 Real constants 2-69
Continuous-path mode 5-178, 5-181, 5-182 Look Ahead 5-188 with programmable transition rounding 5-181 Contour Approach, retract 8-313 Point 8-313 Roughing 2-73 Violation 8-332 Contour accuracy, programmable 5-197 Contour definitions 4-141 Coordinate systems 1-22 Absolute dimension 1-26 Basic coordinate system 1-33 Incremental dimension 1-27 Machine coordinate system 1-31 Overview 1-29 Plane designations 1-28 Polar coordinates 1-25 Workpiece coordinate system 1-34 Coordinate systems and workpiece machining 1-48 Corner behavior Intersection 8-318 Selectable transitions 8-317 Transition circle 8-316 Corner rounding 5-183, 5-185 CORROF 6-231 Cutting rate, constant 7-273 Cylinder surface transformation 7-256 Cylinder thread 4-146 Cylindrical coordinates 4-111
D
Data types 2-68 Constants 2-69 Deactivate compensation mode G40 8-314 G40, KONT 8-315 Definition of workpiece positions 1-23 Deselect frame 6-230 Destination 10-365, 10-367 Dimensioning Absolute dimensioning 3-85
A-490
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Index
810D
840Di
Dimensions 3-91 Absolute/relative 3-88 Absolute/relative 3-85 Incremental dimensioning 3-85, 3-88 Metric/imperial, G70/G71 3-91 Metric/imperial, G700/G710 3-91 Rotary axes and spindles 3-89 DL number 8-341 Dwell time 5-198
E
End of block LF 2-54 End of program, M2, M17, M30 9-359 End of program,M2,M17,M30 2-52 End point programming 8-322 Exact positioning Command output 5-179 Exact stipend of interpolation 5-179 Exact stop 5-178 Positioning window 5-178
F
Face thread 4-147 Facing axis Zero points 4-169 Feed Axial feed FA 2-58 FPRAON, FPRAOFF 7-259 G95 FPR() 7-258 Feed F 2-56, 2-58 Feedforward control 5-196 Feedrate 7-236 for path axes, F 7-238 for positioning axes 7-257 for synchronized axes 7-238 Modal 4-172 Optimization example 7-268 Optimization for curved path sections, CFTCP, CFC, CFIN 7-266 Override 7-263 Programmed 4-172 Units of measurement 7-237 with handwheel override, FD, FDA 7-261
Feedrate non-modal 4-172 Feedrate override, per cent, OVR,OVRA 7-260 Feedrates in one block 7-280 FINEA 7-251 Fixed stop Clamping torque 4-167 Monitoring window 4-167 Travel to fixed stop 4-163 Flat D number structure 8-294 Frame generation according to tool orientation, TOFRAME 6-228 Frame instructions Additive instructions 6-204 Programmable mirroring 6-224 Programmable rotation 6-212 Programmable scale factor 6-221 Programmable zero offset 6-205, 6-209 Settable and programmable instructions 6-203 Frame system 1-34, 6-202 Function outputs in continuous-path mode 9-356 Function outputs for travel commands 9-356
G
G function list 12-411 G34 4-153 G35 4-153 G642 5-181, 5-184 G643 5-181, 5-184 G644 5-181 G70 3-91 G700 3-92 G71 3-91 G710 3-92 Geometry axes 1-38 Switchable 1-38 Geometry/speed monitoring 8-340 Grinding wheel peripheral speed 7-274 Grinding wheel peripheral speed, constant 7-274 Grinding-specific tool monitoring 8-339
H
H functions 9-360
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-491
Appendix
11.02
Index
810D
840Di
High-speed function outputs, QU 9-355 Handwheel override 7-261 Handwheel travel with path default 7-262 with velocity overlay 7-262 Helical interpolation 4-135, 4-137 Programming the end point 4-136 Sequence of motions 4-136, 4-138 High-speed function outputs, QU 9-355 HMI A-442
of predefined subprograms 12-423 of preparatory functions (G functions) 12-411 of statements 12-386 Lists 12-385 Look Ahead 5-188
M
M command sequence 9-356 M functions 9-357 End of program, M2, M17, M30 9-359 Optional stop 9-359 Programmed stop, MO 9-358 M6 8-293, 8-295 Machine axes 1-39 Machine coordinate system 1-31 Main axes 1-38 Main block 2-56 Main block 2-59 Main spindle 1-39 Make active tool offset operative immediately 8-304 Master spindle 1-39 Messages 2-73 Miscellaneous function M 2-56, 2-58 MMC A-442 Modal feedrate 4-172 Modal rounding 4-172 Monitoring window FXSW 4-167 Motion commands 4-108 Programming motion commands 4-108
I
Identifier For character string 2-54 Identifier for special numerical values 2-54 Identifier for system variables 2-54 Identifiers 2-66 Array identifiers 2-68 Identifier name 2-67 Variable identifiers 2-67 Incremental dimension 1-27 Incremental dimensioning 3-85, 3-88 Infeed movements 8-316 Inside contour 8-332 Internal preprocessor stop 5-199, 7-245 Interpolation parameter IP, J, K 2-61 Interpolation parameters IP, J, K 2-58 INVCCW 4-137 INVCW 4-137 IPOENDA 7-251
J
Jerk limitation 5-190, 5-192 Jump destinations 2-72 Jump instruction 10-365, 10-367
N
NC program 2-52 Non-cutting tool path 8-318 Nonlinear interpolation 4-115 Non-modal feedrate 4-172
L
LINE FEED 2-55 Linear interpolation 4-119 Linear interpolation: 4-115 Linear progressive and degressive thread pitch change 4-153 List
O
Offset memory 8-335 Operators 2-64 Overview of coordinate systems 1-29
A-492
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Index
810D
840Di
P
Path action 5-177 Path action, depending on DISC values 8-317 Path axes Traverse with handwheel override 7-263 Path axes 1-40 Path commands Number of axis values 4-108 Start point - destination point 4-108 Path override OVR 2-58 Path tangent 8-314 Plane designations 1-28 PLC axes 1-42, 1-43, 1-45 Polar Angle AP 2-59 Radius RP 2-59 Polar coordinates 1-25, 4-110 Cylindrical coordinates 4-111 Defining the pole 4-111 Polar angle AP 4-112 Polar radius RP 4-112 Working plane 4-111 Polar radius RP = 0 4-112 Positional Data X, Y, Z 2-56 Position-controlled spindle operation 7-247 Positioning axes 1-40 Traversing 7-244 Positioning axis POS 2-59 Positioning position-controlled spindles Position a rotating spindle 7-248 Position a spindle from standstill 7-252 Preparatory Function G 2-56 Preparatory function G 2-58 Preprocessor stop 7-245 Program Identifier 2-52 Name 2-52 Programming messages 2-73 Setting alarms 2-74 Program jumps, conditional 10-367 Program jumps, unconditional 10-365 Program passes, number P 2-58
Program repetition 11-375 Program section 2-71 Program section repetition 11-376 Programmable contour accuracy 5-197 Programmable frame rotations with solid angles 6-220 Programmable mirroring, MIRROR, AMIRROR 6-224 Programmable rotation Change of plane 6-217 Direction of rotation 6-214 ROT, AROT 6-212 Programmable rotation in space 6-213 Programmable scale factor, SCALE, ASCALE 6-221 Programmable zero offset TRANS, ATRANS 6-205 Programmable zero offset G58, G59 6-209 Programmed feedrate 4-172 Programmed rotation in the plane 6-216 Programmed stop, M0 9-358 Programming language Addresses 2-58 Blocks 2-55 Character set 2-53 Data types 2-68 Identifiers 2-66 Variable name 2-60 Words 2-55
R
Rapid traverse movement 4-114 Reading positions 8-325 Reference point approach 3-105 Retraction direction 4-159 Retraction speed 4-160 Rotary axis A, B, C 2-58 Rounding 4-172 Round the contour corner 4-172 Rounding 4-172 Modal 4-172 Run-in and run-out paths, programmable 4-151
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-493
Appendix
11.02
Index
810D
840Di
S
Settable block change time with G0 4-116 Settable zero offsets 3-94 Setting alarms 2-74 Setting clamping torque 4-163 Setup value 8-342 Several feedrates in one block 7-280 SIEMENS cycles 2-74 Skip block Eight skip levels 2-71 Ten skip levels 2-72 Skip levels 2-71, 2-72 Smooth approach and retraction 8-320 Special axes 1-39 Special characters 2-54 Speed S 2-56 Spindle 7-269 Direction of spindle rotation 7-269 Position SPOS 2-61 Position-controlled spindle operation 7-247 Positioning spindles for position-controlled axis operation 7-248 Speed S 2-58, 2-61 Spindle speed 7-270 working with several spindles 7-270 Spindle position across block boundary SPOSA 2-59 Spindle position SPOS 2-59 Spindle speed limitation 7-279, 7-280, 7-282 Spindle speed S 2-59 Start point offset SF 4-148 Statement list 12-386 Straight line with angle 4-141 Subblock N 2-58 Subprogram Call L 2-58 Subprogram list 12-423 Subprograms 11-370 Program repetition 11-375 Subroutine,call 11-373 Synchronized axes 1-42
T
T0 8-293, 8-295 Tables 12-385 Taper thread 4-147 Tapping Rigid 4-155 Right-hand/left-hand threads 4-155 with compensating chuck 4-157 Thread chaining 4-149 Thread cutting 4-145, 4-159 Cylinder thread 4-146 Right-hand/left-hand thread 4-148 Start point offset 4-148 Taper thread 4-147 Thread chaining 4-149 With constant lead 4-145 TOFRAME 8-338 Tool Movements 3-83, 4-107 Number T 2-59 Offset number D 2-56 Tool change point 8-314 Tool edge reference point 8-350 Tool length Compensation From toolholder orientation, TCOABS 8-336 Components 8-335 Tool lengths Offset 8-335 Tool monitoring Activate/deactivate 8-339 Deactivate 8-339 Tool number D 2-58 Tool offset, CUT2D, CUT2DF 8-333 Tool offsets Approach and retract from contour 8-313 Compensation at outside corners 8-316 Smooth approach and retraction (SAR) 8-319 Tool radius compensation 8-288 Tool Offsets 8-285 Tool point direction Relevant 8-350 Tool radius compensation 8-305, 8-345 Changing
A-494
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Index
810D
840Di
Offset number D 8-309 Changing the compensation direction 8-309 Corner behavior 8-317 Intersection 8-318 Selectable transitions 8-317 Transition circle 8-316 CUT2D 8-333 CUT2DF 8-334 Tool T 2-56 Tool type Slotted saw 8-292 Tool types 8-339 Tool types 8-289 Toolholder Request 8-335 Toolholder 8-335 Tools with a relevant tool point direction 8-350 TRACYL transformation 7-256 Transformation TRAORI 6-230 Transition Circle 8-316, circle 8-332 Ellipse/parabola/hyperbola 8-317 Radius 8-318 Transition current/next block 8-315 TRANSMIT transformation 7-254 Transverse axis Dimensions for the transverse axis 4-170 Transverse axis (facing axis) Coordinate system 4-169 Travel to fixed stop 4-163 Traversing path axes as positioning axes with G0 4-115
Traversing with feedforward control 5-196 Turning functions Chamfer, rounding 4-173 Dimensions for the transverse axis 4-170
V
Value range 2-68 Variable name 2-60 Velocity controls 5-194
W
Wear value 8-342 Window width for fixed stop monitoring 4-163 Words 2-55 Working area limitation Activate/deactivate 3-102 Reference points on the tool 3-103 Working plane, G17 to G19 3-99 Workpiece coordinate system 1-34
Z
Zero frame 3-94 Zero offset Activating the zero offset 3-96 Deactivating a zero offset 3-97 G54 to G599 3-95 Setting offset values 3-96 Zero points 1-29
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-495
Appendix
11.02
Commands, Identifiers
810D
Commands, identifiers
CIP 4-122 CLGOF 7-277 CLGON 7-277 COARSEA 7-248 CORROF 6-230 CPRECOF 5-197 CPRECON 5-197 CR 2-59, 3-91, 4-137 CROTS 6-220 CT 4-122 CUT2D 3-101, 8-288, 8-333, 8-335 CUT2DF 3-101, 8-288, 8-333, 8-335
A
A 3-89 AC 2-59, 4-111, 7-250 AC 3-85 ACC 7-265 ACCLIMA 5-192 ACN 3-89, 7-250 ACP 3-89, 7-250 ADISPOS 5-181 AIDS 5-181 ALF 4-160 AMIRROR 6-224 ANG 12-387 AP 2-59, 4-110, 4-112, 4-135 AR 4-135, 4-137 AROT 6-212 AROTS 6-220 ASCALE 6-221 ATRANS 6-205, 6-209
D
d 7-256 D 8-297, 8-299, 8-302 D0 8-298 DC 3-89, 7-250 DELDL 8-344 DIAM90 4-170 DIAMOF 4-170 DIAMON 4-170 DILF 4-159 DISC 8-316, 8-317 DISCL 8-319 DISR 8-319 DITE 4-151 DITS 4-151 DL 8-341 DRFOF 6-230 DRIVE 5-190 DRIVEA 5-190
B
B 3-89 Block number 10-365, 10-367 BRISK 5-190 BRISK/BRISKA 5-190 BRISKA 5-190
C
C 3-89 CDOF 8-331 CDON 8-331 CFC 4-136, 7-266 CFIN 7-266 CFTCP 7-266 CHF 4-172 CHR 4-172
E
EX 10-363
F
F 2-56, 4-119, 4-146, 4-157, 5-198, 7-236 FA 2-58, 7-244, 7-257 FAD 8-319
A-496
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Commands, Identifiers
810D
840Di
FALSE 2-68 FD 7-261 FDA 7-261 FFWOF 5-196 FFWON 5-196 FGREF 7-236 FGROUP 4-123, 7-236 FINEA 7-248 FL 7-236 FMA 7-280, 12-390 FP 4-161 FPR 7-257 FPRAOF 7-257 FPRAON 7-257 FRC 4-172, 12-390 FRCM 4-172, 12-390 FTOCOF 7-278 FTOCON 7-278 FXS 4-163 FXST 4-163 FXSW 4-163
G
G 2-56, 2-58, 10-363 G0 4-113, 4-114, 5-181, 5-188 G1 4-117, 4-119 G110 4-110 G111 4-110 G112 4-110 G140 8-319 G141 8-319 G142 8-319 G143 8-319 G147 8-319 G148 8-319 G153 3-94, 6-230 G17 3-99, 3-100, 8-287, 8-306, 8-333 G18 3-99, 8-287 G19 3-99, 8-287, 8-306, 8-333 G2 4-122, 4-135, 4-170 G247 8-319 G248 8-319 G25 3-102, 7-279
G26 3-102, 7-279 G3 4-122, 4-135, 4-170 G33 4-145, 4-148 G331 4-155 G332 4-155 G34 4-153 G340 8-319 G341 8-319 G347 8-319 G348 8-319 G35 4-153 G4 5-198 G40 8-305, 8-314, 8-345 G41 3-100, 8-297, 8-303, 8-305, 8-313 G42 3-100, 8-297, 8-303, 8-305, 8-313, 8-345 G450 8-313, 8-316 G451 8-313, 8-316 G460 8-327 G461 8-327 G462 8-327 G500 3-94, 6-230 G505 3-94, 3-97 G53 3-94, 6-230 G54 3-94 G55 3-94 G57 3-94 G58 6-209 G59 6-209 G599 3-94, 3-97 G60 5-178 G601 5-178, 5-188 G602 5-178 G603 5-178 G63 4-157 G64 4-149, 5-178, 5-181, 11-371 G64,G641 9-356 G641 5-181 G641 ADISPOS 5-181 G641 AIDS 5-181 G642 5-181 G70 3-91 G700 3-91 G71 3-91 G710 3-91
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-497
Appendix
11.02
Commands, Identifiers
810D
G74 3-105 G75 4-161 G9 5-178 G90 3-85, 4-124 G91 3-85, 3-88, 4-124 G93 7-236 G94 7-236 G95 7-236 G96 7-272 G97 7-272 GOTO 10-365, 10-367 GOTOB 10-365, 10-367 GOTOC 10-365, 10-367 GOTOF 10-365, 10-367 GWPS 7-274, 7-275, 7-276, 8-290 GWPSOF 7-274 GWPSON 7-274
L
L 2-58, 10-363 L... 11-371 Label 10-365, 10-367 LF 2-54 LFOF 4-159 LFON 4-159 LFTXT 4-160 LFWP 4-160 LIFTFAST 4-159 LIMS 7-272
M
M 2-56, 2-58 M... 9-357 M0 9-357 M1 7-269, 9-357 M17 9-357, 11-374 M19 7-248 M2 9-357, 11-370 M3 4-148, 7-251, 7-269, 9-357 M30 9-357, 11-374 M4 4-148, 7-251, 7-269, 9-357 M40 9-357 M41 7-251, 9-357 M42 9-357 M43 9-357 M44 9-357 M45 7-251, 9-357 M5 7-251, 7-269, 9-357 M6 9-357 M7 9-355 M70 7-248, 9-357 MEAS 4-170 MEAW 4-170 MIRROR 6-202, 6-224 MSG 2-73
H
H 2-56, 2-58, 2-61
I
I 2-58, 3-86, 3-91, 4-145, 4-146 I1 3-91 IC 3-85, 4-111, 7-250 IF 10-367 INVCCW 4-137 INVCW 4-137 IP 2-62 IPOBRKA 7-248 IPOENDA 7-248
J
J 2-58, 3-86, 3-91, 4-146 J1 3-91 JERKA 5-190
K
K 2-58, 3-91, 4-145, 4-146 K1 3-91 KONT 8-313, 8-316
N
N 2-56, 2-58, 10-363 NORM 8-313
A-498
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
11.02
Appendix
Commands, Identifiers
810D
840Di
O
OFFN 8-305 ORIPATH 12-396 OVR 2-58, 7-260 OVRA 7-260
P
P 2-58 PM 8-319 POS 2-59, 7-244, 7-259 POSA 2-59, 7-244 POSP 7-244 PR 8-319 PUTFTOC 7-274, 7-278 PUTFTOCF 7-274, 7-278
Q
Q 2-59 QU 9-355
SETAL 2-74 SETMS 7-269 SOFT 5-190 SOFTA 5-190 SPCOF 7-247 SPCON 4-148, 7-247 SPI 7-257 SPINU 2-61 SPOS 2-59, 3-90, 4-155, 7-248, 7-259 SPOS, SPOSA 2-61 SPOSA 2-59, 4-155, 7-248, 7-250 SR 7-280 SRA 7-280 ST 7-280 STA 7-280 String variable 10-365, 10-367 SUG 7-274 SUPA 3-94, 6-230
T
T 2-56, 2-59, 2-61 TCARR 8-335 TCOABS 8-335 TCOFR 8-335 TMOF 8-339 TMON 8-339 TOFRAME 6-228 TOROT 6-228 TRAANG 7-256 TRACYL 7-254, 7-256 TRAFOOF 3-106, 6-230, 7-254, 7-256 TRANS 3-91, 6-205, 6-209, 10-362 TRANSMIT 7-254 TRUE 2-68 TURN 4-135
R
R 2-59 R... 10-362 REPEAT 11-376 REPEATB 11-376 RET 11-371 RND 4-172 RNDM 4-172 ROT 3-100, 6-212 ROTS 6-220 RP 2-59, 3-91, 4-110, 4-135 RPL 6-212 RTLIOF 4-114, 4-115 RTLION 4-114 RTLION 4-115
U S
S 2-56, 2-59, 2-61, 4-148, 4-157, 5-198, 7-269, 7272, 7-274 S1 7-269, 7-270, 7-274, 7-279 S2 7-269, 7-270, 7-271, 7-279 SCALE 6-221 U 2-59
V
V 2-59 VELOLIMA 5-192
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
A-499
Appendix
11.02
Commands, Identifiers
810D
W
W 2-59 WAITP 7-244 WAITS 7-248 WALIMOF 3-102 WALIMON 3-102
X
X 2-56, 2-59, 3-85 X 3-91 X1 3-105, 4-162
Y
Y 2-56, 2-59, 3-85, 3-88, 3-91 Y1 3-105, 4-162
Z
Z 2-56, 2-59, 3-85, 3-88, 3-91
A-500
Siemens AG, 2002. All rights reserved SINUMERIK 840D/840Di/810D Programming Guide Fundamentals (PG) 11.02 Edition
Suggestions Corrections For publication: SINUMERIK 840D/840Di/810D Fundamentals User Documentation Programming Guide
Order No.: Edition:
6FC5298-6AB00-0BP2
11.02
Should you come across any printing errors when reading this publication, please notify us on this sheet. Suggestions for improvement are also welcome.
User Documentation
SINUMERIK 840D/810D
Brochure
Operators Guide HT 6
Diagnostics Guide *)
User Documentation
Manufacturer/Service Documentation
SINUMERIK 840D/810D
SINUMERIK 840Di
SINUMERIK
SINUMERIK 840D/810D
Program. Guide Short Guide Fundamentals *) Advanced *) Cycles Measuring Cycles ISO Turning/Milling
Operators Guide System Overview ManualTurn Short Guide ManualTurn ShopMill Short Guide ShopMill ShopTurn Short Guide ShopTurn
Manufacturer/Service Documentation
SINUMERIK SIMODRIVE 611D 840D/810D
SINUMERIK 840D/810D
SINUMERIK 840D/810D
SINUMERIK 840D/810D
Description of Description of Functions Functions Drive Functions *) Basic Machine *) Extended Functions Special Functions
IT Solutions Computer Link Tool Data Information System NC Data Management NC Data Transfer Tool Data Communication
Manufacturer/Service Documentation
SINUMERIK SIMODRIVE SIROTEC
SINUMERIK SIMODRIVE
SINUMERIK 840D
SINUMERIK SIMODRIVE
Lists *)
Manufacturer/Service Documentation
Electronic Documentation
SINUMERIK SIMODRIVE 840D/840Di/ 810D 611, Motors
SINUMERIK 840Di
SINUMERIK 840D/810D
Siemens AG Automation & Drives Motion Control Systems P.O. Box 3180, D-91050 Erlangen Germany www.ad.siemens.de Siemens AG, 2002 Subject to change without prior notice Order No.: 6FC5298-6AB00-0BP2 Printed in Germany