Traduciendo...
XML_ATTRMATCH
No value for attribute
Fanuc · R-30iA R-30iB Controller
¿Qué significa XML_ATTRMATCH ?
This fault occurs when an XML attribute is defined within a tag but is not assigned a corresponding value. All attributes must have a value in valid XML, and its absence will lead to parsing errors.
Causas comunes
- An XML attribute is declared but has no value assigned after the '=' sign.
- The configuration file is missing the value for a required XML attribute.
- An empty string was intentionally or unintentionally assigned to an attribute.
- A syntax error where the value portion of an attribute is absent.
Pasos de reparación & Lista de verificación
Haga clic en los pasos para seguir su progreso.
- 1
Provide a valid value for the attribute in the configuration file.
- 2
Ensure the attribute is followed by '=' and then the quoted value.
- 3
If the attribute is optional and can be empty, ensure it is represented correctly (e.g., attribute="").
- 4
Review the XML schema or documentation for the expected attributes and their values.
- 5
Correct the syntax for attribute assignment in the configuration file.
Datos técnicos verificados. Última actualización: March 2026
Fallas relacionadas
Fuente: Fanuc R-30iA R-30iB Controller