Back

Topic

[KB798]How to convert a project from a single screen to a dual screen

Tags: HMI

9 years ago
By RM
Options
Print
Applies to:

PcVue all versions


Summary:

The following information can be used as the starting point for converting an existing single screen project into a dual screen project.
Originator:LM


Details:

PcVue treats a PC with multiple screens as one large screen. To open a mimic on a particular screen you have to configure the number of regions, each region corresponding to a screen. You can then request that a mimic is opened in a position relative to a particular region (screen). Mimics opened from a Link Open animation will open in the same region as the caller window.

Configuring PcVue to use multiple regions

There are two configuration changes requred.

  1. In the Regions tab of the Workspace Properties dialog.
    1. Right click anywhere in the workspace and, from the context menu, select Workspace Properties
    2. In the Regions tab select Region System – System with two regions and Resolution – Workspace.
      kb798 regions tab
  2. In the the HMI Properties dialog.
    1. Open the HMI Properties dialog using the Menu command Configure.HMI Properties.
    2. Navigate to the Regions section and select Advanced mode and Multi open capability of the same mimic.
      kb798 hmi options

Starting PcVue with two mimics

The project needs to start up displaying two mimics, one in each region, each behaving as the root mimic for navigation in its region. The simplest way to do this is to use a SCADA Basic script configured to run at startup. The script might look something like this:

Sub Main()

Region(“SETREGION”, 1);
Window(“OPEN”, “syno1”, “” );
Region(“SETREGION”, 2);
Window(“OPEN”, “syno2”, “” );

End Sub

Download attachments: Example project


Created on: 13 Oct 2015 Last update: 13 May 2024