Fanuc · R-30iA R-30iB Controller
A read request was initiated while another read request was already active for the same resource or file_id. This IO_STATUS error indicates an attempt to perform concurrent read operations which is not supported or allowed for the specific resource. The program will abort if the file_id is invalid.
Click steps to track your progress.
Review KAREL program logic to ensure read requests are handled sequentially for a given file_id and resource.
Verify that previous read operations are fully completed and their results processed before initiating new ones on the same resource.
Use the KAREL command READ file_id(cr) to clear any existing IO_STATUS error condition.