Confirmed write for PID Setpoint & Output in Manual Mode
Hello
We are supposed to provide a feature in one 800xA installation in which there shall be a pop up window for confirmation message from the operator in the following cases:
1) 1. Whenever operator changes the set point (predefined value of step change) of a control loop through manual input
2) 2. Whenever operator changes the output (predefined value of step change) of a control loop in manual mode
Help is much appriciated
Answers
You can change the action from "direct" to "applied" in your faceplate:
Then you need to press "Enter" (or push the Enter Button) to apply the action.
If you really need an extra pop up window then you should remove the buttons from the faceplate button area and build them in the graphics area of the faceplate. In the graphic you can add some code to achive your needs.
/Erik
If you open the library you should be able to edit the faceplate:
Hello,
If you want your buttons to act on confirmation then only way is use the "Applied" behaviour of buttons instead default there is no other way for the buttons.
if you want for the confirmation for the setpoint Input field when PID in auto mode and for the Output: input field when PID in manual mode then make your own faceplate element with Apply button to make Confirmation window enable and then perform Your actions like "YES" or "No" but for the reserved system lib faceplates you can't change so you have to override the faceplete and faceplate elements and redesign your PID faceplates as your own requirement OR make your own customised faceplates using system lib PID but ensure that on overriding faceplates and its elements can cause precedence issue on system upgrade.
Add new comment