
NCK alarms
06/2009 Overview of alarms
2-91
© Siemens AG 2009 All Rights Reserved
SINUMERIK 802D sl, Diagnostics Manual, 06/2009
Remedy: Read out the part program, modify it with a text editor (e.g., insert blanks or comments before the dis-
played block), so that after reading it in again the part program has a different structure in the memory.
Program Con-
tinuation:
Clear alarm with the RESET key. Restart part program
14009 [Channel %1: ] Block %2 illegal program path %3
Parameters: %1 = Channel number
%2 = Block number, label
%3 = Program path
Definitions: The part program command CALLPATH was called with a parameter (program path) referring to a
directory which does not exist in the file system of the NCK.
Reaction: Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy: - Modify the CALLPATH instruction such that the parameter contains the complete path name of the
loaded directory.
- Load the programmed directory in the file system of the NCK.
Program Con-
tinuation:
Clear alarm with NC START or RESET key and continue the program.
14010 [Channel %1: ] Block %2 invalid default parameter in subroutine call
Parameters: %1 = Channel number
%2 = Block number, label
Definitions: In a subroutine call with parameter transfer, parameters have been omitted that cannot be replaced
by default parameters (call-by-reference parameters or parameters of type AXIS. The other missing
parameters are defaulted with the value 0 or with the unit frame in the case of frames).
Reaction: Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy: The missing parameters must be provided with values in the subroutine call.
Program Con-
tinuation:
Clear alarm with NC START or RESET key and continue the program.
14011 [Channel %1: ] Block %2 program %3 not existing or will be edited
Parameters: %1 = Channel number
%2 = Block number, label
%3 = Program name
Definitions: A subroutine call was aborted because the called subroutine could not be opened.
The subroutine call can be executed via
- subroutine designator
- CALL / PCALL / MCALL command
- SETINT command
- M/T function replacement
- event-driven program calls (PROG_EVENT)
- selection of a PLC ASUB via PI "_N_ASUP__" and/or FB-4
- calling a PLC ASUB via interrupt interface (FC-9)
There are various reasons for the alarm:
- the subroutine is not in the parts program memory the subroutine
- the subroutine is not in the search path (selected directory, _N_SPF_DIR or cycle directories
_N_CUS_DIR, _N_CMA_DIR, _N_CST_DIR
- the subroutine has not been released or is being edited
- faulty absolute path name in subroutine call:
Examples of complete path names: /_N_directoryName_DIR/_N_programmName_SPF or
/_N_WKS_DIR/_N_wpdName_WPD/_N_programmName_SPF. directoryName: MPF, SPF, CUS,
CMA, CST (predefined directories). wpdName: application-specific designator for workpiece directo-
ries (max. of 24 signs). programmName: Name of subroutine (max. of 24 signs)
- A reload buffer for executing from external was called as subroutine.
Note: Unknown designators (string) found in the parts program line by themselves, are interpreted as
subroutine calls.
Reaction: Correction block is reorganized.
Interface signals are set.
Commentaires sur ces manuels