Fanuc · R-30iA R-30iB Controller
This fault arises when an unrecognized or invalid XML entity reference (e.g., &xxx;) is encountered in the XML file. Valid entity references are either predefined (e.g., <, &) or declared in a DTD/schema, and unknown ones stop parsing.
Click steps to track your progress.
Replace the unknown entity reference with its corresponding character or a valid entity.
Ensure all entity references in the XML file are properly defined and formatted (e.g., &name;).
Verify that the entity names used are standard XML entities or custom entities defined elsewhere.
Correct any typos in the entity names.
If custom entities are used, ensure their definitions are accessible to the parser.