Timers And Workpiece Counters; Runtime Timer - Siemens SINUMERIK 808D ADVANCED Programming And Operating Manual

Computer numeric control
Hide thumbs Also See for SINUMERIK 808D ADVANCED:
Table of Contents

Advertisement

Parameter
EXTCALL
<Path\program name>
Example:
EXTCALL ("D:\EXTERNE_UP\RECHTECKTASCHE")
Note
External subroutines must not contain jump statements such as
constructions are possible.
IF-ELSE-ENDIF
Subroutine calls and nested
RESET, POWER ON
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:
N010 PROC MAIN
N020 G0 X0 Z0
N030 EXTCALL ("N:\EXTERNE_UP\BOHRUNG")
N040 G0 X100 Z100
N050 M30
The "BOHRUNG.SPF" subprogram to be reloaded is located on the USB memory stick:
N010 PROC BOHRUNG
N020 G1 F1000 G94
N030 X=10 Z=1O
N040 G0 X50 Z50
...
...
N999999 M17
8.17

Timers and workpiece counters

8.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 - always active
● $AN_SETUP_TIME
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".
● $AN_POWERON_TIME
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.
116
calls may be used.
EXTCALL
; Keyword for subroutine call
; Constant/variable of STRING type
,
,
,
GOTOF
GOTOB
CASE
FOR
Programming and Operating Manual (Turning)
,
,
, or
LOOP
WHILE
REPEAT
6FC5398-5DP10-0BA2, 06/2015
.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents