Programming and Operating Manual (Milling)
114 6FC5398-4DP10-0BA1, 01/2014
Example:
EXTCALL ("D:\EXTERNE_UP\RECHTECKTASCHE")
External subroutines must not contain jump statements such as GOTOF, GOTOB, CASE, FOR, LOOP, WHILE, or REPEAT.
IF-ELSE-ENDIF constructions are possible.
Subroutine calls and nested
calls may be used.
RESET and POWER ON cause external subroutine calls to be interrupted and the associated load memory to be erased.
Example
Processing of external customer USB memory stick
The "Main.mpf" main program is stored in NC memory and is selected for execution:
N030 EXTCALL ("D:\EXTERNE_UP\BOHRUNG")
The "BOHRUNG.SPF" subprogram to be reloaded is located on the USB memory sticker.
Timers and workpiece counters
8.16.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.
●
Time since the last control power-up with default values (in minutes)
It is automatically reset in the case of a "Control power-up with default values".
●
Time since the last control power-up (in minutes)
It is reset to zero automatically after each power-up of the control system.
Timers that can be deactivated
The following timers are activated via machine data (default setting).
The start is timer-specific. Each active run-time measurement is automatically interrupted in the stopped program state or for
feedrate-override-zero.
The behavior of the activated timers for active dry run feedrate and program testing can be specified using machine data.