I am working on an application where I have 2 PID outputs to a single control valve. I'd like to manually select the PID block that will be in service and have the other PID block track. I found this thread from 2014 that discusses some different ways to do this by building the logic manually. I was just curious if any new solutions have been built into DeltaV V13. It appears the CTSEL block still does not have the capability to manually select the output. I have not found any other blocks that provide this capability so I'm assuming I just will need to build the custom logic but I thought I'd check to see if I'm missing something.
https://emersonexchange365.com/products/control-safety-systems/f/deltav-discussions-questions/4105/operator-input-to-control-selector-function-block
In reply to Matt Stoner:
In reply to Jason.Brumfield:
Matt, I have not had a need for this application previously, but it intrigued me. I tried a couple of things and I came up with the below logic that appears to work to me with no custom bkcal programming needed and it allows bump less transfer. These could be 2 separate modules, but I put the 2 PID blocks in one for simplicity of display. I just utilized the Remote Output functionality for the PID that was tied to the actual AO. When PID2 is in anything but Remote Out then PID1 is IMAN but tracking the AO so when it returns to control it is bump less. When PID2 is in Remote its output tracks the PID1 output so that it is bump less when it is returned to control as well. It seems to work as is overly simple so I am curious if I am missing something. Thanks for stirring my curiosity.