Omron · CJ-series CJ2 CPU Unit
The PLC's scan cycle time has exceeded the maximum cycle time (watch cycle time) configured in the PLC Setup. This indicates the program or I/O operations are taking too long to complete within the allowed timeframe. Flag A401.08 indicates this error.
Click steps to track your progress.
Modify the PLC program to reduce its execution time.
Increase the maximum cycle time setting in the PLC Setup, reviewing the Maximum Interrupt Task Processing Time in A440.
Divide unused parts of the program into tasks to reduce the main cycle load.
Implement jumps to bypass unused instructions within tasks.
Disable cyclic refreshing for Special I/O Units that do not require frequent updates.