Omron · NJ/NY-series NC Integrated Controller
This error occurs in the CNC Function Module if multiple instances of a CNC instruction (e.g., CNC_LoadProgramFile) are executed simultaneously. This indicates a violation of the instruction's single-execution constraint, causing system resource exhaustion or conflict.
Click steps to track your progress.
Review the program logic to identify where the CNC_LoadProgramFile instruction or similar non-multi-execution CNC instructions are called.
Ensure that only one instance of the CNC_LoadProgramFile instruction (or equivalent) is executed at any given time.
Modify the program to enforce sequential execution for instructions that do not support multi-execution, preventing concurrent calls.