Executing Internal And External Subroutines (Call, Extcall) - Siemens SINUMERIK 808D User Manual

Programming and operating manual (milling)
Hide thumbs Also See for SINUMERIK 808D:
Table of Contents

Advertisement

11.15.4

Executing internal and external subroutines (CALL, EXTCALL)

Fu n ction
● With the
command, you can reload and execute programs stored in the NC directory.
CALL
● With the
command, you can reload and execute programs stored on an external USB memory stick.
EXTCALL
Ma chine data and setting data
The following machine data is used for the
● MD18362 $MN_MM_EXT_PROG_NUM
Number of program levels that can be processed simultaneously from external
● SD42700 $SC_EXT_PROGRAM_PATH
Program path for external subroutine call
N o te
When using SD42700 $SC_EXT_PROGRAM_PATH, all subprograms called with EXTCALL are searched under this
path.
Programming
"<//NC:/MPF.DIR/program name>"
CALL
EXTCALL
Programming with path specification in SD42700 EXT_PROGRAM_PATH
("<program name>")
Programming without path specification in SD42700 EXT_PROGRAM_PATH
("<path\program name>")
Pa rameter
● Fo r internal subroutines
CALL
<Path/program name>
Example:
CALL "//NC:/MPF.DIR/Program1.MPF"
● Fo r external subroutines
Programming with path specification in SD42700 EXT_PROGRAM_PATH
EXTCALL
<program name>
Example:
EXTCALL ("Program2.MPF")
Programming without path specification in SD42700 EXT_PROGRAM_PATH
EXTCALL
<Path\program name>
Example:
EXTCALL ("USB:\EXTERNE_UP\Program2.MPF")
Programming and Operating Manual (Milling)
6FC5398-4DP10-0BA6, 09/2017
command:
EXTCALL
; Keyword for subroutine call
; Constant/variable of STRING type
; Keyword for subroutine call
; Constant/variable of STRING type
; Keyword for subroutine call
; Constant/variable of STRING type
135

Advertisement

Table of Contents
loading

Table of Contents