Oversetter...
XML_ATTRMATCH
No value for attribute
Fanuc · R-30iA R-30iB Controller
Hva betyr 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.
Vanlige årsaker
- 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.
Reparasjonssteg & Sjekkliste
Klikk på steg for å spore fremgangen.
- 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.
Verifisert teknisk data. Sist oppdatert: March 2026
Relaterte feilkoder
Kilde: Fanuc R-30iA R-30iB Controller