Fanuc · R-30iA R-30iB Controller
An invalid or unrecognized numeric base was specified within a format string during an I/O operation (e.g., for numeric conversions to or from strings). This IO_STATUS error typically occurs when parsing or formatting data, indicating a syntax error in the format specification. The program will abort if the file_id is invalid.
Click steps to track your progress.
Review the format string used in the KAREL I/O operation to ensure a valid numeric base is specified (e.g., 'H' for hexadecimal, 'D' for decimal).
Correct any syntax errors within the format string, paying close attention to character placement and delimiters.
Use the KAREL command READ file_id(cr) to clear any existing IO_STATUS error condition.