Fanuc · R-30iA R-30iB Controller
This error indicates that there is a syntax problem within an XML comment block in the file. XML comments must start with <!-- and end with --> and cannot contain the sequence -- within the comment text itself.
Click steps to track your progress.
Ensure all XML comments are correctly delimited by '<!--' and '-->'.
Verify there are no syntax errors within the comment content itself.
Remove any stray characters before '<!--' or after '-->'.
Check for nested comments, which are generally not allowed in standard XML.
Ensure the comment delimiters are placed on the same line or appropriately structured.