Calling Machining Cycles (Turning); Executing External Subroutines (Extcall) - Siemens sinumerik 808d Programming And Operating Manual

Hide thumbs Also See for sinumerik 808d:
Table of Contents

Advertisement

1.11.2

Calling machining cycles (turning)

Functionality
Cycle are technology subroutines that realize a certain machining process, Adaptation to the
particular problem is performaed directly via supply parameters/values when calling the
respective cycle.
Programming example
N10 DEF REAL RTP, RFP, SDIS, DP,
DTB
N20 G18 X100 Z100
N30 M3 S100 F0.1
N40 G17 X0
N50 CYCLE83(110, 90, 0, -80, 0,
-10, 0, 0, 0, 0, 1, 0)
N60 G0 X100 Z100
N70 RTP=100 RFP= 95.5 SDIS=2.4,
DP=-20, DTB=3
N80 CYCLE82(RTP, RFP,SDIS, DP, ,
DTB)
N90 M30
1.11.3

Executing external subroutines (EXTCALL)

Function
With the
USB memory sticker.
Machine data
The following machine data is used for the
● MD10132 $MN_MMC_CMD_TIMEOUT
● MD18362 $MN_MM_EXT_PROG_NUM
● SD42700 $SC_EXT_PROGRAM_PATH
Turning Part 2: Programming (Siemens instructions)
Programming and Operating Manual, 05/2012, 6FC5398-5DP10-0BA0
command, you can reload and execute programs stored on an external
EXTCALL
Monitoring time for the command in part program
Number of program levels that can be processed simultaneously from external
Program path for external subroutine call
NOTICE
When using SD42700 $SC_EXT_PROGRAM_PATH, all subprograms called with
EXCALL are searched under this path.
;Call of cycle 83, transfer values directly,
separate block
;Set transfer parameters for cycle 82
;Call of cycle 82, separate block
command:
EXTCALL
Programming principles
1.11 Subroutine technique
97

Advertisement

Table of Contents
loading

Table of Contents