EasyManua.ls Logo

Siemens SINUMERIK 808D - Executing Internal and External Subroutines (CALL, EXTCALL)

Siemens SINUMERIK 808D
339 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Programming and Operating Manual (Milling)
6FC5398-4DP10-0BA6, 09/2017
135
11.15.4
Executing internal and external subroutines (CALL, EXTCALL)
Function
With the CALL command, you can reload and execute programs stored in the NC directory.
With the EXTCALL command, you can reload and execute programs stored on an external USB memory stick.
Machine data and setting data
The following machine data is used for the EXTCALL command:
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
Note
When using SD42700
$SC_EXT_PROGRAM_PATH, all subprograms called with EXTCALL are searched under this
path.
Programming
CALL "<//NC:/MPF.DIR/program nam e>"
EXTCALL
Programming with path specification in SD42700 EXT_PROGRAM_PATH
("<program name>")
Programming without path specification in SD42700 EXT_PROGRAM_PATH
("<path\program name>")
Parameter
For internal subroutines
CALL ; Keyword for subroutine call
<Path/program name>
; Constant/variable of STRING type
Example:
CALL "//NC:/MPF.DIR/Program1.MPF"
For external subroutines
Programming with path specification in SD42700 EXT_PROGRAM_PATH
EXTCALL
; Keyword for subroutine call
<program name> ; Constant/variable of STRING type
Example:
EXTCALL ("Program2.MPF")
Programming without path specification in SD42700 EXT_PROGRAM_PATH
EXTCALL
; Keyword for subroutine call
<Path\program name> ; Constant/variable of STRING type
Example:
EXTCALL ("USB:\EXTERNE_UP\Program2.MPF")

Table of Contents

Other manuals for Siemens SINUMERIK 808D

Related product manuals