Siemens SINUMERIK 808D ADVANCED Diagnostic Manual page 196

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

Advertisement

SINUMERIK 808D ADVANCED alarms
3.2 NCK alarms
ENDPROC
4. Subroutine structure with keyword and subroutine name (with parameter transfer "call-by-reference"):
PROC UPNAME (Typ1 VARNAME1, Typ2 VARNAME2, ...)
:
M17
ENDPROC
Program
Clear alarm with NC START or RESET key and continue the program.
Continuation:
14520
[Channel %1: ] Block %2 illegal PROC instruction in data definition section
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
The PROC statement may only be programmed at the beginning of the subroutine.
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy:
Modify NC part program appropriately.
Program
Clear alarm with NC START or RESET key and continue the program.
Continuation:
14530
[Channel %1: ] Block %2 EXTERN and PROC instruction do not correspond
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
Subroutines with parameter transfer must be known before they are called in the program. If the subroutines are
always available (fixed cycles) the control establishes the call interfaces at the time of system power-up. Otherwise an
EXTERN statement must be programmed in the calling program.
Example:
N123 EXTERN UPNAME (TYP1, TYP2, TYP3, ...)
The type of the variable must match the type given in the definition (PROC statements) or it must be compatible with
it. The name can be different.
Reaction:
Interpreter stop
NC Start disable in this channel.
Interface signals are set.
Alarm display.
Remedy:
Check the variable types in the EXTERN and the PROC statements for correspondence and correctness.
Program
Clear alarm with the RESET key. Restart part program
Continuation:
14600
[Channel %1: ] Block %2 reload buffer %3 cannot be established
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = File name
Definitions:
The download buffer for "execute from external" could not be created. Possible causes:
- Not enough memory available (for minimum see MD18360 $MN_MM_EXT_PROG_BUFFER_SIZE)
- No resources available for HMI NCK communication (see MD18362 $MN_MM_EXT_PROG_NUM)
- The file already exists
Reaction:
Interpreter stop
NC Start disable in this channel.
Interface signals are set.
Alarm display.
Remedy:
- Release memory, e.g. by deleting part programs
- Modify MD18360 $MN_MM_EXT_PROG_BUFFER_SIZE and/or MD18362 $MN_MM_EXT_PROG_NUM.
Program
Clear alarm with the RESET key. Restart part program
Continuation:
196
Diagnostics Manual, 08/2013, 6FC5398-6DP10-0BA1
Diagnostics Manual

Advertisement

Table of Contents
loading

Table of Contents