Siemens SINUMERIK 808D ADVANCED Diagnostic Manual page 180

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

Advertisement

SINUMERIK 808D ADVANCED alarms
3.2 NCK alarms
Program
Clear alarm with the RESET key. Restart part program
Continuation:
14070
[Channel %1: ] Block %2 memory for variables not sufficient for subroutine call
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
A called subroutine cannot be processed (opened), either because the internal data memory to be created for general
purposes is not large enough, or because the available memory for the local program variables is too small. The alarm
can only occur in MDI mode.
Reaction:
Interpreter stop
NC Start disable in this channel.
Interface signals are set.
Alarm display.
Remedy:
Analyze the part program section:
1. Has the most useful data type always been selected in the variable definitions? (For example REAL for data bits is
poor; BOOL would be better)
2. Can local variables be replaced by global variables?
Program
Clear alarm with the RESET key. Restart part program
Continuation:
14080
[Channel %1: ] Block %2 jump destination %3 not found
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Jump destination
Definitions:
In conditional and unconditional jumps, the jump destination within the program must be a block with a label (symbolic
name instead of block number). If no jump destination has been found with the given label when searching in the
programmed direction, an alarm is output.
For parameterizable returns with RET to block number or label, the jump destination within the program must be a
block with the block number or label (symbolic name instead of block number).
For returns over several levels (parameter 2), the jump destination must be a block within the program level you
jumped to.
For returns with a string as return destination, the search string must be a name known in the control and the search
string must be preceded in the block by a block number and/or a label only.
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy:
Check NC part program for the following possible errors:
1. Check whether the target designation is identical with the label.
2. Is the jump direction correct?
3. Has the label been terminated with a colon?
Program
Clear alarm with NC START or RESET key and continue the program.
Continuation:
14082
[Channel %1: ] Block %2 label %3 program section not found
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Start or end label
Definitions:
The start point for repetition of the program part with CALL <program name> BLOCK <start label> TO <end label> has
not been found or the same program part repetition has been called recursively.
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy:
Check the start and end labels for programming repetition in the user program.
Program
Clear alarm with NC START or RESET key and continue the program.
Continuation:
180
Diagnostics Manual, 08/2013, 6FC5398-6DP10-0BA1
Diagnostics Manual

Advertisement

Table of Contents
loading

Table of Contents