News:

  • September 04, 2026, 02:07:13 AM

Login with username, password and session length

Author Topic: PID View: Cannot Write SP to PLC in manual mode  (Read 43 times)

Barnic

  • Jr. Member
  • **
  • Posts: 10
PID View: Cannot Write SP to PLC in manual mode
« on: September 03, 2026, 11:54:32 AM »
EDIT: I found a ST1 ($On) contact controlling a PINIT instruction that was controlling the Setpoint. Corrected to a ST0 ($FirstScan).

Hello,
   In PID view, while in Override mode -> manual, the SP cannot be written to the PLC under the "variables" area. However, the Output can be. Is there a reason for this? Thanks




« Last Edit: September 03, 2026, 01:17:32 PM by Barnic »

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3845
    • Host Engineering
Re: PID View: Cannot Write SP to PLC in manual mode
« Reply #1 on: September 03, 2026, 01:26:10 PM »
The .SP is being written by Designer, but it's probably being overwritten somewhere in your ladder logic?  Bring up a Cross Reference View and see where yourpid.SP is being used as an OUTPUT.

Realize that modifying the SP of PID loop that is in Manual mode has no affect on the loop's .Output (whether the .SP is being modified in Ladder or via the PID View).  In Manual Mode, you have direct control of the .Output variable of the PID (the PID instruction is not writing to it like it does in Auto mode).

Barnic

  • Jr. Member
  • **
  • Posts: 10
Re: PID View: Cannot Write SP to PLC in manual mode
« Reply #2 on: September 03, 2026, 04:58:21 PM »
Thanks, I had just discovered what you had said right before you responded. The ladder was overriding it. Thanks again!