I have searched around a lot for this but the answers seem unclear.
I have a control valve (0-100% open) which controls steam output to the heat exchanger of our main distillation tower. During normal operation, this valve should never close entirely, and so the OUT_LO_LIM in the PID is set to 5%
In case of an emergency shutdown however, the valve MUST be closed entirely, as according to our HAZOP. There is already a tracking condition on the PID for this. I read in a different topic that while TRK_VAL will not override the OUT_LO_LIM parameter, it will instead ignore any set limits entirely. Is this true?
In other words, if my control valve is forced into local override mode by an emergency shutdown, and TRK_VAL is set to 0%, will it close entirely, even if OUT_LO_LIM is set to 5%?
In reply to Douglas Crowder: