Fanuc · R-30iA R-30iB Controller
An attempt to read an ASCII string from a file encountered invalid or malformed data that does not conform to the expected ASCII string format. This IO_STATUS error signifies data corruption or an incorrect file format when attempting string conversion. The program will abort if the file_id is invalid.
Click steps to track your progress.
Examine the contents of the data file using a text editor or hexadecimal viewer to verify the ASCII string format.
Ensure the KAREL read operation is targeting the correct data type (e.g., STRING) for the file content.
Use the KAREL command READ file_id(cr) to clear any existing IO_STATUS error condition.