Allen-Bradley · Logix 5000 Controllers
This fault indicates invalid Setpoint (SP) clamping limits. This can occur if SPLLimit is less than PVEUMin, SPHLimit is greater than PVEUMax, or SPHLimit is less than SPLLimit. If SPHLimit is less than SPLLimit, the instruction limits the value using SPLLimit. In PPID, Sts_ErrSPLim is set if Cfg_SPLoLim is less than Cfg_PVEUMin, Cfg_SPHiLim is greater than Cfg_PVEUMax, or Cfg_SPLoLim is greater than Cfg_SPHiLim.
Click steps to track your progress.
Access the PIDE or PPID instruction configuration within the programming software
Verify SPLLimit (PIDE) or Cfg_SPLoLim (PPID) is within the defined PVEUMin/Cfg_PVEUMin and PVEUMax/Cfg_PVEUMax range
Verify SPHLimit (PIDE) or Cfg_SPHiLim (PPID) is within the defined PVEUMin/Cfg_PVEUMin and PVEUMax/Cfg_PVEUMax range
Ensure SPHLimit (PIDE) or Cfg_SPHiLim (PPID) is numerically greater than SPLLimit (PIDE) or Cfg_SPLoLim (PPID)