Number of OPEN Faceplate

Dear Friends

hi,

in my DeltaV Operate, I can Open only 1 faceplate of each type in a picture. as I know, we can open 4 faceplate of each type. but I don't know, how can I increase the quantity of OPEN faceplate for each type.

your kind advices would be highly appreciated for solving my question.

Regards

Pouya

4 Replies

  • Hi
    Use "update popup picture" in toolbar
  • You need to go into the "Usersettings" file VBA script and uncomment the line to allow multiple faceplates. By default, this option is not enabled.

    I don't remember the exact wording, but if you go into the VBA code and search for "multiple" you should find it.
  • In reply to MOH:

    hi,
    many thanks for your prompt reply. I used your solution and problem was solved. Thank you so much.
    Best Regards
    Pouya
  • Hi
    Go to vba editor and on the left side of the application choose i think deltav utility form and click right on that select view code in the code there is a counter that is used for faceplate popup .you can delete that parameter and replace it by for example 1 to 8.
    Compile the code and save .so after that with popup tool you will see that more faceplate in the temp directory.  the default value of counter is 3.because of when you edit any faceplate after popup 3 faceplate will place in the temp.