Omron · SYSMAC CJ Series PLC
This flag indicates that the Pulse Value (PV) for pulse output 1 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 1 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.
Click steps to track your progress.
Review the application ladder program logic that controls pulse output 1 to identify conditions leading to PV exceeding the 32-bit range.
Verify the target pulse count specified in instructions like PULS(886), PLS2(887), or IFEED(892) for output 1 is within the acceptable PV range.
Execute the INI(880) instruction for pulse output 1 to reset its PV.
Toggle the Pulse Output 1 Reset Bit A541.00 from OFF to ON to clear the PV for pulse output 1 (documented on page 183).