Siemens SINUMERIK 808D ADVANCED Diagnostic Manual page 195

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

Advertisement

- An attempt was made to remove a geometry axis with the same name as one of the channel axes from the geometry
axis grouping.
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy:
Modify part program or correction block.
Program
Clear alarm with NC START or RESET key and continue the program.
Continuation:
14420
[Channel %1: ] Block %2 index axis %3 frame not allowed
Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Axis
Definitions:
The axis is to be traversed as an indexing axis, but a frame is active. This is not allowed by MD32074
$MA_FRAME_OR_CORRPOS_NOTALLOWED.
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy:
Please inform the authorized personnel/service department. Modify part program. Change MD32074
$MA_FRAME_OR_CORRPOS_NOTALLOWED.
Program
Clear alarm with NC START or RESET key and continue the program.
Continuation:
14500
[Channel %1: ] Block %2 illegal DEF or PROC instruction in the part program
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
NC part programs with high-level language elements are divided into a preceding definition part followed by a program
part. The transition is not marked specifically; a definition statement is not allowed to follow the 1st program command.
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy:
Put definition and PROFC statements at the beginning of the program.
Program
Clear alarm with NC START or RESET key and continue the program.
Continuation:
14510
[Channel %1: ] Block %2 PROC instruction missing on subroutine call
Parameters:
%1 = Channel number
%2 = Block number, label
Definitions:
In subroutine calls with parameter transfer ("call-by-value" or "call-by-reference") the called subroutine must begin with
a PROC statement.
Reaction:
Correction block is reorganized.
Interface signals are set.
Alarm display.
Remedy:
Define the subroutine in accordance with the type used.
1. Conventional subroutine structure (without parameter transfer):
% SPF 123456
:
M17
2. Subroutine structure with keyword and subroutine name (without parameter transfer):
PROC UPNAME
:
M17
ENDPROC
3. Subroutine structure with keyword and subroutine name (with parameter transfer "call-by-value"):
PROC UPNAME (VARNAME1, VARNAME2, ...)
:
M17
Diagnostics Manual
Diagnostics Manual, 08/2013, 6FC5398-6DP10-0BA1
SINUMERIK 808D ADVANCED alarms
3.2 NCK alarms
195

Advertisement

Table of Contents
loading

Table of Contents