Sinumerik Alarm 12310 Channel %1 block %2 axis parameter missing on procedure call %3


Sinumerik Alarm 12310 Channel %1 block %2 axis parameter missing on procedure call %3

Parameters:
%1 = Channel number
%2 = Block number, label
%3 = Source string

Definitions:
When calling the subroutine, an AXIS parameter is missing which, according to the EXTERN declaration, should be present. With the EXTERN instruction, user-defined subroutines (procedures) are made “known” that have a parameter transfer. Procedures without parameter transfer require no EXTERN declaration.
Example:
Subroutine XYZ (with the formal parameters):
PROC XYZ (INT X, VAR INT Y, AXIS A, AXIS B)
EXTERN instruction (with variable types):
EXTERN XYZ (INT, VAR INT, AXIS, AXIS) Subroutine call (with actual parameters):
N10 XYZ (, Y1, R_TABLE)
Variable X is defaulted with value 0
Variable Y is supplied with the value of the variable Y1 and returns the results to the calling program after the subroutine run
Variable A is supplied with the axis in R_TABLE
Variable B missing!

Reactions:
– Alarm display.
– Interface signals are set.
– Correction block

Remedy:
Press the NC Stop key and select the function “Correction block” with the soft key PROGRAM CORRECT. The correction pointer positions on the incorrect block. Program the missing AXIS parameter in the call.

Program Continuation:
Clear alarm with NC START or RESET key and continue the program.

References

  1. Siemens Diagnostics Guide by Siemens
Sinumerik Alarm 12310 Channel %1 block %2 axis parameter missing on procedure call %3