Indirect Call Of A Program Programmed In Iso Language (Isocall) - Siemens SINUMERIK 840D sl Programming Manual

Job planning
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

2.10

Indirect call of a program programmed in ISO language (ISOCALL)

2.10
Function
The indirect program call ISOCALL is used to call up a program in ISO language. The ISO
mode set in the machine data is activated. At the end of the program, the original mode is
reactivated. If no ISO mode is set in the machine data, the subroutine is called in Siemens
mode.
For further information about the ISO mode, see
/FBFA/ ISO Dialects functional description.
Programming
ISOCALL <program_name>
Parameters
ISOCALL
<program_name>
Example: Calling a contour with cycle programming from ISO mode
%_N_0122_SPF
N1010 G1 X10 Z20
N1020 X30 R5
N1030 Z50 C10
N1040 X50
N1050 M99
N0010 DEF STRING[5] PROGNAME = "0122"
...
N2000 R11 = $AA_IW[X]
N2010 ISOCALL PROGNAME
N2020 R10 = R10+1
N2300 ...
N2400 M30
Job planning
Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
2.10 Indirect call of a program programmed in ISO language (ISOCALL)
Subroutine call with which the ISO mode set in the machine
data is activated.
Variable or constant of type string
Name of the program in ISO language
Subroutines, Macros
Contour description in ISO mode
;Siemens parts program (cycle)
;Run program 0122.spf in ISO mode
2-23

Advertisement

Table of Contents
loading

Table of Contents