Programming and Operating Manual (Turning)
134 01/2017
Note
Internal and external subroutines must not contain jump statements such as
GOTOF, GOTOB, CASE, FOR, LOOP, WHILE, or
.
-ELSE-ENDIF constructions are possible.
nested
and
calls may be used.
RESET and POWER ON can cause the interruption of internal and external subroutine calls.
●
Calling an internal subroutine
The "Main.mpf" main program stored on the USB memory stick is selected for execution:
N30 CALL "//NC:/MPF.DIR/BOHRUNG.SPF"
The "BOHRUNG.SPF" subprogram stored in the NC directory is to be reloaded:
●
Calling an external subroutine
The "Main.mpf" main program stored in the NC directory is selected for execution:
N20 EXTCALL ("USB:\BOHRUNG.SPF") *
* If you have set SD 42700 as "USB:\", you only need to enter "EXTCALL ("BOHRUNG.SPF")" alternatively.
The "BOHRUNG.SPF" subprogram stored on the USB memory stick is to be reloaded:
Timers and workpiece counters
11.17.1
Runtime timer
Functionality
The timers are prepared as system variables ($A...) that can be used for monitoring the technological processes in the
program or only in the display.
These timers are read-only. There are timers that are always active. Others can be deactivated via machine data.
Timers that are always active
●
Time since the last system power-up with default values (in minutes)