Allen-Bradley · Logix 5000 Controllers
This alarm indicator is set to true when the current Setpoint (SP) value exceeds the configured Setpoint High Limit (SPHLimit). This indicates that the SP is attempting to go above its allowable maximum. In the PIDE instruction, this alarm is not evaluated if the SP limits configuration (SPLimitsInv) is invalid. In the PPID instruction, it is not evaluated if SP is not held by shed (Sts_SPHeld=0), SP is not set to interlock SP by shed (Sts_IntlkSP=0), or if SP clamping limits are invalid (Sts_ErrSPLim=0 implies valid, so Sts_ErrSPLim=1 would be invalid).
Click steps to track your progress.
Verify the current Setpoint (SP) value and the configured Setpoint High Limit (SPHLimit) within the Logix 5000 controller's program.
Inspect the configuration of the SPHLimit parameter in the PIDE/PPID instruction block to ensure it is set to an appropriate and valid value.
Check the status of the SPLimitsInv tag (for PIDE) or Sts_ErrSPLim tag (for PPID) within the instruction block to determine if the SP limits configuration is considered invalid.
For PPID instructions, examine the Sts_SPHeld and Sts_IntlkSP statuses to understand if the setpoint is held or interlocked, as this affects alarm evaluation.
Analyze the control logic that drives the Setpoint (SP) value to understand why it is attempting to exceed the SPHLimit.