14520
[Channel %1: ] Block %2 illegal PROC instruction in data definition section
Parameters:
%1 = Channel number
%2 = Block number, label
Explanation:
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.
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
14530
[Channel %1: ] Block %2 EXTERN and PROC instruction do not correspond
Parameters:
%1 = Channel number
%2 = Block number, label
Explanation:
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.
Programm
continuation:
Clear alarm with the RESET key. Restart part program
14600
[Channel %1: ] Block %2 reload buffer %3 cannot be established
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = File name
Explanation:
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.
Programm
continuation:
Clear alarm with the RESET key. Restart part program
14601
[Channel %1: ] Block %2 reload buffer could not be deleted
Parameters:
%1 = Channel number
%2 = Block number, label
Explanation:
The reload buffer for "execute from external" could not be deleted. Possible cause:
- HMI/PLC communication was not terminated.
SINUMERIK 808D ADVANCED alarms
5.2 NCK alarms
Diagnostics Manual
Diagnostics Manual, 06/2015, 6FC5398-6DP10-0BA2
209