Fanuc · R-30iA R-30iB Controller
This error indicates that an attribute (either its name or value) within an XML tag in the file being parsed has exceeded its maximum permissible length. This will disrupt the XML parsing process and data extraction.
Click steps to track your progress.
Reduce the length of the attribute value in the configuration file.
Split a long attribute value into multiple attributes if structurally possible.
Verify the character count of the offending XML attribute in the configuration file.
Ensure the configuration file adheres to the specified XML schema or format.
Check parser documentation for the specific maximum attribute size.