Explanation:
The number of programmed PLC variables has exceeded the maximum permissible number.
For each write operation, one element is required for the following writing of PLC variables quickly one after the other.
If several write operations that are available as elements are to be executed, the block transport must be guaranteed
(under certain circumstances, initiate preprocessing stop), or if available, increase MD28150
$MC_MM_NUM_VDIVAR_ELEMENTS
Reaction:
Interpreter stop
NC Start disable in this channel.
Interface signals are set.
Alarm display.
NC Stop on alarm.
Remedy:
Change the part program or where necessary, the machine data.
Programm
continuation:
Clear alarm with the RESET key. Restart part program
14769
[Channel %1: ] Block %2 Spindle %3 Implicit auxiliary function %4 Buffer full
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Spindle number
%4 = Auxiliary function number
Explanation:
A maximum of 5 auxiliary functions of type "M" may be entered in an NC block. The upper limit is the total of programmed
and implicitely generated M auxiliary functions. Implicit auxiliary functions M19 and M70 are generated, if in MD35035
$MA_SPIND_FUNCTION_MASK, bit 19 has been set for M19 and/or bit 20 for M70. M19 is generated with SPOS and
SPOSA depending on the configuration. The same applies to M70 and transition into axis operation. The address extension
corresponds to the spindle number like it is output to the PLC.
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy:
- Distribute the M auxiliary functions and spindle functions that implicitely generate M19 and M70 to several blocks.
- Deactivate any implicit auxiliary functions that are not required in MD35035 $MA_SPIND_FUNCTION_MASK, bit 19 and/
or bit 20.
Programm
continuation:
Clear alarm with NC START or RESET key and continue the program.
14770
[Channel %1: ] Block %2 auxiliary function programmed incorrectly
Parameters:
%1 = Channel number
%2 = Block number, label
Explanation:
The permissible number of programmed auxiliary functions per NC block has been exceeded or more than one auxiliary
function of the same auxiliary function group has been programmed (M and S function).
In the user-defined auxiliary functions, the maximum number of auxiliary functions per group in the NCK system settings
has been defined for all auxiliary functions by means of the MD11100 $MN_AUXFU_MAXNUM_GROUP_ASSIGN (default:
1)
For each user-defined auxiliary function to be assigned to a group, the assignment is effected through 4 channel-specific
machine data.
Return jump from asynchronous subprogram with M02/M17/M30, whereby the M code is not alone in the block. This is
impermissible if the asynchronous subprogram interrupts a block with WAITE, WAITM or WAITMC. Remedy: Program
M02/M17/M30 alone in the block or replace via RET.
22010 AUXFU_ASSIGN_TYPE: type of auxiliary function, e.g. M
22000 AUXFU_ASSIGN_GROUP: required group
22020 AUXFU_ASSIGN_EXTENSION: any required extension
22030 AUXFU_ASSIGN_VALUE: function value
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
SINUMERIK 808D ADVANCED alarms
5.2 NCK alarms
Diagnostics Manual
220
Diagnostics Manual, 06/2015, 6FC5398-6DP10-0BA2