Hello All,
Presently, upon calling Process History View of controller faceplate, I see process variable, setpoint, and controller output historized in ver. 13.3.1. I want to add controller actual mode to the said list. In DeltaV Operate configure, I narrowed down the faceplate's group called grpProcHistView with bmpProcHistView. In the former one's Animations, General Tab has both Tooltip and Highlight checkboxes enabled while Edit Script has following routine:
Private Sub bmpProcHistView_Click()
On Error GoTo ErrorHandler
frszOpenProcHist Me
Exit Sub
ErrorHandler:
frsHandleError
End Sub
I believe I am ought to make necessary changes in frszOpenProcHist subroutine, but I am unable to locate one. Please advise.
In reply to Cedric Dawnhawk:
In reply to dmitriy sagadiev:
Andre Dicaire