Skip to main content

Status Relay Flags

Status Relay Flags (F126)

The status flags, F126, indicate the state and configuration of system operations in the PLC.
These flags provide insights into program mode, redundancy, web server status, and I/O error handling.

Status Relay Flags
Flag BitNameDescriptionUse Case
F126.0Program RUN ModeON (1) when PLC is in program RUN modeMonitor and manage program execution states
F126.1INITEND BitIndicates the completion of the initialization process when the INITEND instruction is executedUsed to trigger operations post-initialization
F126.2Redundancy StatusProvides the status of redundancy in the PLC systemMonitor redundancy status for fault-tolerant systems
F126.3Redundancy ConfigurationIndicates the current redundancy configurationVerify and manage system redundancy settings
F126.4Web Server OSIndicates if the PLC is using the web server operating systemMonitor and troubleshoot web server functionality
F126.5I/O Error ProcessIndicates the process for handling I/O errorsDiagnose and manage I/O error-handling mechanisms

F126.0 - Program RUN Mode

Description

The program RUN mode flag is ON (1) when the PLC is in program RUN mode.

Use Case

  • Monitor the operational state of the PLC.
  • Trigger alarms if the system is unexpectedly stopped.

F126.0 OFF

F126.0 ON

F126.1 - INITEND Bit

Description

The INITEND bit flag is ON (1) when the PLC executes the INITEND instruction.

Use Case

  • Start operations only after the initialization phase is confirmed.
  • Ensure system readiness before execution.

F126.1 OFF

F126.1 ON

F126.2 - Redundancy Status

Description

The redundancy status flag is ON (1) when redundancy system is active.

Use Case

  • Start operations only after the initialization phase is confirmed.
  • Ensure system readiness before execution.

F126.2 OFF

F126.2 ON

F126.3 - Redundancy Configuration

Description

The redundancy configuration flag is ON (1) when redundancy configuration is set.

Use Case

  • Verify that redundancy configurations match the system's requirements.
  • Diagnose issues related to redundancy mismatches.

F126.3 OFF

F126.3 ON

F126.4 - Web Server OS

Description

The web server os flag is ON (1) when the PLC's firmware is the web server operating system.

Use Case

  • Monitor web server availability for remote diagnostics or control.
  • Troubleshoot web server-related errors.

F126.4 OFF

F126.4 ON

F126.5 - I/O Error Process

Description

The I/O process error flag is ON (1) if there are any errors while handling the I/O process.

Use Case

  • Diagnose and resolve I/O errors during operations.
  • Monitor fault-handling mechanisms to ensure minimal downtime.

F126.5 OFF

F126.5 ON