Omron · NJ/NY-series NC Integrated Controller
This minor fault indicates that a CNC instruction, which is not designed for re-execution, was executed multiple times without proper sequence. The fault is detected at instruction re-execution and affects the CNC common part or a specific CNC coordinate system. This prevents the instruction from executing and stops the relevant CNC coordinate system immediately if it is in motion.
Click steps to track your progress.
Examine the CNC program logic for instructions that are re-executed without checking their completion status.
Modify the program to ensure the `Execute` input variable for an instruction only changes to TRUE when its `Busy` output variable from the previous execution is FALSE.
Implement logic to explicitly stop an instruction before attempting to execute it again if the instruction cannot be re-executed.