Two faceplate is displayed in the same time

Hello,everyone!

I met a problem. I want to display two same faceplate at the same time.for example.dispaly the two Valve's faceplate or two Pump'sfaceplate,But I don't know how to  finish it.
  • Inside the usersettings graphics, inside the script (right mouse button on graphic page and -> Edit Script), you will find reference to multiple faceplates (look for a line “frsVariables.GN_IA_LOCKENABLED.CurrentValue = 1” and uncomment it).
     
    That should give you what you want.
     
    From: Shuyang Liu [mailto:[email protected]]
    Sent: Tuesday, July 01, 2014 7:00 AM
    To: [email protected]
    Subject: [EE365 DeltaV Track] Two faceplate is displayed in the same time
     

    Hello,everyone!

    I met a problem. I want to display two same faceplate at the same time.for example.dispaly the two Valve's faceplate or two Pump'sfaceplate,But I don't know how to  finish it.
  • In reply to AdrianOffield:

    YES I know .Thank you for your help.