NCK alarms
11/2006
Overview of Alarms
2-193
©
Siemens AG, 2006. All rights reserved
SINUMERIK, SIMODRIVE Diagnostics Manual (DA), 11/2006 Edition
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
Continuation:
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
Continuation:
Clear alarm with NC START or RESET key and continue the program.