Motor Data Pop Up

Hi,

I want to have either a button or a minimize button so that when clicked on, some pump data would be shown in a pop up display. Is there any out of the box object in DeltaV Live that can accomplish this?

  • There are "mini" displays that can be toggled on several Out-of-the-box faceplates.  An example would be on DL_fp with the little carat (^) in the top right of the faceplate.  If you search "mini" in Graphics Studio / Graphics Explorer tab you will find a few objects that have mini versions.

    1 - Small carat linked to mini faceplate on DL_fp

    This carat can be used as an example for creating additional functionality on custom process GEMs or for one off buttons / graphics.

    You could use the onHover interaction with the "Open Contextual Display As Tooltip" action to have it display the mini faceplate when you hover over the object or button.

    Or by using the onClick (or button) interaction with the "Open Contextual Display" action can be used to pop up a faceplate that can be pinned and interacted with.

    Ben Merryman