How do I get operator prompts to pop up on the selected monitor?

We have DeltaV 11.3 and quad monitor set-ups with ATI FirePro V3750 (FireGL) graphics cards. I am trying to get the operator prompt to populate on the monitor that they are using instead of the number 1 monitor. I have read the previous thread about the Hydravision fix, but I believe that doesn't apply to me.

5 Replies

  • Hydravision is what you will need to get the operator prompts (VB dialog boxes) to appear on the monitor where the cursor is.
     
     
     
    From: Lucky [mailto:bounce-Lucky@community.emerson.com]
    Sent: Saturday, September 06, 2014 2:53 PM
    To: DeltaV@community.emerson.com
    Subject: [EE365 DeltaV Track] How do I get operator prompts to pop up on the selected monitor?
     

    We have DeltaV 11.3 and quad monitor set-ups with ATI FirePro V3750 (FireGL) graphics cards. I am trying to get the operator prompt to populate on the monitor that they are using instead of the number 1 monitor. I have read the previous thread about the Hydravision fix, but I believe that doesn't apply to me.

  • In reply to AdrianOffield:

    Hi Lucky

    If you mean the prompt that appears with the VBA MsgBox in a DeltaV-IFix picture, you can use this, instead of the classical MsgBox :

       Dim aButtonsTxt As Variant
       Dim aButtonsVal As Variant
       aButtonsTxt = Array("Yes", "No")                                ' 4 buttons maximum
       aButtonsVal = Array(VbMsgBoxResult.vbYes, VbMsgBoxResult.vbNo)  ' same
       '   "VbMsgBoxResult." is optional but you must choose values from this list
       If frsMsgBoxEx("Is it a good day ?", aButtonsTxt, aButtonsVal) = vbYes Then
           ' You answer Yes
       Else
           ' You answer No
       End If

  • In reply to Jack_France:

    AdrianOffield,

           How do I get Hydravision? Is it a downloadable and should it be installed on all stations?

  • In reply to Lucky:

    We have a Guardian account, but the search function for KBAs isn't working as I thought it would. I have also tried to search google, but terson link that I get doesn't seem to have the full functionality and only provides pictures. Any ideas to a find the KBA NK-1100-1054?

  • In reply to Lucky:

    I found it. I searched for "Hydravision" in Guardian. Thanks.