Fanuc · R-30iA R-30iB Controller
An attempt to read a KAREL program variable from an opened file failed. This IO_STATUS error indicates an issue during the variable reading process, possibly due to file corruption or incorrect data type matching. The program will abort if the file_id is invalid.
Click steps to track your progress.
Verify the file_id corresponds to a correctly opened file with explicit read permissions.
Ensure the KAREL variable type declared for reading matches the data stored in the file.
Use the KAREL command READ file_id(cr) to clear any existing IO_STATUS error condition.