A327.01

Pulse Output 3 PV Overflow/Underflow

Omron · SYSMAC CJ Series PLC

What does A327.01 mean?

This flag indicates that the Pulse Value (PV) for pulse output 3 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 3 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.

Common Causes

  • Pulse Output 3 PV incremented beyond 7FFF FFFF hex (2,147,483,647), causing an overflow.
  • Pulse Output 3 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 3 exceeding the PV's capacity.
  • Unexpected external inputs or noise causing rapid or sustained pulse counting in one direction for output 3 without appropriate PV reset.

Repair Steps & Checklist

Click steps to track your progress.

  1. 1

    Review the application ladder program logic that controls pulse output 3 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 3 is within the acceptable PV range.

  3. 3

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

  4. 4

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

Browse all codes in this manual (20)
Verified technical data. Last updated: March 2026

Related Faults