Module Errors Relay Flags
Error Relay Flags (F003)
The module error flags, F003, indicate error states and warnings in the PLC.
These flags assist in diagnosing issues, monitoring system performance, and responding to critical system states.
| Error Relay Flags | |||
|---|---|---|---|
| Flag Bit | Name | Description | Use Case |
| F003.0 | Error (Major Error) | ON (1) during any error condition | Used to monitor the system for active errors |
| F003.1 | Warning (Minor Error) | ON (1) during warning conditions | Used to identify non-critical error warnings |
| F003.2 | Watchdog Timer Error | ON (1) when a watchdog timer error occurs | Used to handle program execution timeout errors |
| F003.3 | I/O Error | ON (1) during I/O combined errors | Helps detect hardware or communication issues |
| F003.4 | Battery Low | ON (1) when the battery voltage is below the threshold | Used to prompt battery replacement |
| F003.5 | Forced ON/OFF | ON (1) when forced ON/OFF is applied to I/O points | Monitors overrides or forced settings |
F003.0 - Error (Major Error)
Description
The Error (Major Error) flag is ON (1) during any error condition in the system.
Use Case
- Monitor the system for active errors.
- Trigger alarms or notifications to alert operators of system issues.
F3.0 OFF
F3.0 ON
F003.1 - Warning (Minor Error)
Description
The Warning (Minor Error) flag is ON (1) during non-critical warning conditions.
Use Case
- Identify warning signals that require attention but are not critical to operation.
- Can be used to plan maintenance or check system health.
F3.1 OFF
F3.1 ON
F003.2 - Watchdog Timer Error
Description
The Watchdog Timer Error flag is ON (1) when a watchdog timer error occurs.
This is typically caused by program execution delays or system overloads.
Use Case
- Detect program execution timeouts.
- Initiate recovery actions to prevent system hangups.
F3.2 OFF
F3.2 ON
F003.3 - I/O Error
Description
The I/O Error flag is ON (1) during input or output combined errors like communication or hardware failures.
Use Case
- Diagnose issue in input/output modules.
- Trigger fault routines or safety mechanisms.
F3.3 OFF
F3.3 ON
F003.4 - Battery Low
Description
The Battery Low flag is ON (1) when the PLC's battery voltage drops below the acceptable threshold.
Use Case
- Prompt timely battery replacement.
- Prevent loss of data stored in volatile memory.
F3.4 OFF
F3.4 ON
F003.5 - Forced ON/OFF
Description
The Force ON/OFF flag is ON (1) when forced ON/OFF settings are applied to any I/O points.
Use Case
- Monitor overrides or forced operations.
- Ensure that overrides are intentional and controlled.