Übersetzen...
A280.01

Pulse Output 0 PV Overflow/Underflow

Omron · SYSMAC CJ Series PLC

Was bedeutet A280.01 ?

This flag indicates that the Pulse Value (PV) for pulse output 0 has either exceeded its maximum positive limit (overflow: incremented beyond 7FFF FFFF hex) or fallen below its minimum negative limit (underflow: decremented below 8000 0000 hex). This signifies that the cumulative pulse count for output 0 has gone out of its defined 32-bit range, wrapping around to the opposite extreme, and can no longer accurately represent the total number of pulses.

Häufige Ursachen

  • Pulse Output 0 PV incremented beyond 7FFF FFFF hex (2,147,483,647), causing an overflow.
  • Pulse Output 0 PV decremented below 8000 0000 hex (-2,147,483,648), causing an underflow.
  • An application program error or miscalculation resulted in a commanded pulse count for output 0 exceeding the PV's capacity.
  • Unexpected external inputs or noise causing rapid or sustained pulse counting in one direction for output 0 without appropriate PV reset.

Reparaturschritte & Checkliste

Klicken Sie auf Schritte, um Ihren Fortschritt zu verfolgen.

  1. 1

    Review the application ladder program logic that controls pulse output 0 to identify conditions leading to PV exceeding the 32-bit range.

  2. 2

    Verify the target pulse count specified in instructions like PULS(886), PLS2(887), or IFEED(892) for output 0 is within the acceptable PV range.

  3. 3

    Execute the INI(880) instruction for pulse output 0 to reset its PV.

  4. 4

    Toggle the Pulse Output 0 Reset Bit A540.00 from OFF to ON to clear the PV for pulse output 0 (documented on page 183).

Alle Codes in diesem Handbuch durchsuchen (20)
Verifizierte technische Daten. Zuletzt aktualisiert: March 2026

Verwandte Fehlercodes