I’ve searched extensively for a clear answer to this but haven’t found one.
We have a control valve (0–100% open) that regulates steam flow to the reboiler on our main distillation tower. Under normal operating conditions, this valve should never fully close, so the PID block has OUT_LO_LIM = 5%.
However, during an emergency shutdown, the valve must close completely per our HAZOP. The PID already has a tracking condition configured for this scenario.
I’ve read in another discussion that TRK_VAL does not override OUT_LO_LIM, but instead bypasses all output limits entirely. Is that correct?
Put another way:
If the valve is forced into local override during an emergency shutdown, and TRK_VAL = 0%, will the valve actually drive fully closed, even though OUT_LO_LIM is set to 5%?