Omron · CJ-series CJ2 CPU Unit
The FALS(007) instruction has been executed in the program, indicated by A401.06, signifying a user-defined fatal error condition. The specific error code in A400 will range from 0xC101 to 0xC2FF, where the last three hexadecimal digits correspond to a user-defined FAL number from 001 to 511.
Click steps to track your progress.
Determine the specific FAL number from the error code in A400 (e.g., 0xC101 indicates FAL number 001).
Refer to the program logic for the identified FAL number (set by the user) to understand the underlying cause.
Correct the program logic or external conditions that trigger the FALS(007) instruction.