Fanuc · R-30iA R-30iB Controller
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.
Click steps to track your progress.
Provide a valid value for the attribute in the configuration file.
Ensure the attribute is followed by '=' and then the quoted value.
If the attribute is optional and can be empty, ensure it is represented correctly (e.g., attribute="").
Review the XML schema or documentation for the expected attributes and their values.
Correct the syntax for attribute assignment in the configuration file.