Código 12300: [Channel %1: ] Block %2 call-by-reference parameter missing on subroutine call %3
Descripción del problema y advertencia de seguridad
El Siemens SINUMERIK 840D CNC ha desencadenado una alarma crítica [Channel %1: ] Block %2 call-by-reference parameter missing on subroutine call %3. Se requiere la atención inmediata de un operador calificado o técnico de mantenimiento para evitar daños secundarios al equipo o piezas estropeadas durante el ciclo de fabricación. Asegúrese siempre de seguir los procedimientos de seguridad estándar y LOTO antes de acceder a los armarios eléctricos.
Pasos oficiales de solución de problemas
Parameters: %1 = Channel number %2 = Block number, label %3 = Source string Definitions: In the subroutine definition, a formal REF parameter (call-by-reference parame ter) has been specified with no actual parameter assigned to it. The assignment takes place in the subroutine call on the basis of the position of the variable name and not on the basis of the name! Diagnostics Manual (DAsl), 03/2009 Example: Subroutine: (2 call-by-value parameters X and Y, 1 call-by-reference parameter Z) PROC XYZ (INT X, INT Y, VAR INT Z): M17 ENDPROC Main program: N10 DEF INT X N11 DEF INT Y N11 DEF INT Z: N50 XYZ (X, Y); REF parameter Z missing or N50 XYZ (X, Z); REF parameter Z missing! Reaction: Correction block is reorganized. Interface signals are set. Alarm display. Remedy: Press the NC Stop key and select the function "C orrection block" with the softkey PROGRAM CORRECT. The correction pointer positions on the incorrect block. Assign a variable to all REF parameters (call-by-r eference parameters) of the subroutine when calling. No variable must be assigned to "normal" formal parameters (call-by-value parameters), as these are defaulted with 0. Program Continuation: Clear alarm with NC ST ART or RESET key and continue the program.
Source: SINUMERIK 840D sl / 840Di sl / SINAMICS S120 Diagnostics Manual (DAsl, 03/2009)
Last reviewed: 2026-07-01 · Verified against the manufacturer’s official documentation.
Acerca de las alarmas de Siemens SINUMERIK 840D CNC
Los controladores industriales construidos por Siemens están diseñados con amplios sistemas de diagnóstico para proteger los circuitos internos y los enlaces mecánicos. Cuando un SINUMERIK 840D CNC arroja un código de error como 12300, generalmente indica un desajuste entre los valores ordenados y la retroalimentación real del sensor.
Lista completa de alarmas: 4014 Siemens SINUMERIK 840D CNC códigos.
Have a better solution?
Help the industrial community by sharing your repair experience for code 12300.
Need a searchable reference for more Siemens SINUMERIK 840D CNC manuals?
We structure equipment manuals into searchable code, title, cause, solution, safety note, and source-reference data. Send a PDF and example searched codes when you need public pages, private search, or structured exports.
Space reserved for Google AdSense / Industrial Affiliate Links
Monetization target for 2026