Open faceplate
Open Faceplate enables you to specify precisely which screen should open, at what zoom static to the current screen, in which location; you can also define variables with initial values that the open faceplate will assume. However, your entries are optional.
Faceplate-specific screen variables
You can assign variables to a screen that are specific to faceplates.
$Pinned
You can assign a $Pinned variable to screens. When the screen is opened as a faceplate, the value of the $Pinned variable decides the behavior of the faceplate when another faceplate is opened.
Value of $Pinned variable | Scenario | Result |
---|---|---|
0 | Screen with $Pinned variable is opened as a faceplate, and then another faceplate is opened. | The first faceplate closes. |
Non-zero value | Screen with $Pinned variable is opened as a faceplate, and then another faceplate is opened. | The first faceplate remains open. |
$Pinned variable is not assigned. | Screen is opened as a faceplate, and then another faceplate is opened. | The first faceplate remains open. |
$Caption
You can assign a $Caption variable to screens. When the screen is opened as a faceplate, the title of the faceplate displays the value assigned to the $Caption variable.
Configure the action as follows.
1 | Action type |
2 | Screen name |
3 | Use expression |
4 | Base project |
5 | Always on Top |
6 | Confirmed |
7 | Captive |
8 | Percent zoom |
9 | Variables |
10 | Position type |
11 | Position |
12 | Ensure fully on monitor |
13 | Hide close button |
1 | Action type |
Select Open faceplate.
2 | Screen name |
Name of the CimView screen that will open when the action is triggered.
Default | Blank | CimView users specify the screen to open. |
3 | Use expression |
When selected, Use expression displays options to assign the name of the screen through an expression.
Default | Clear | You can browse for the screen to be accessed. |
4 | Base project |
A project name in the Base project field to qualify unqualified points.
Note: If the project is running during configuration all currently available projects are listed in the Base project drop down list. Any of the listed projects can be selected or another can be entered.
Default | Blank | Points are not associated with a project. |
5 | Always on Top |
The window for the selected screen will open and stay in front of other windows as long as it is open.
This option insures that the selected screen will be visible (e.g if you have a toolbar, a main screen that is in full screen mode and the screen this will open is smaller, etc.).
6 | Confirmed |
When selected, Confirmed requires confirmation at runtime.
A message box is displayed before the action occurs requesting confirmation to proceed.
Default | Clear | Confirmation is not required. |
7 | Captive |
When selected, Captive to prohibit a CimView user from performing functions in CimView until the current screen is closed.
Default | Clear | A CimView user can perform functions before the current screen is closed. |
8 | Percent zoom |
Percent the screen will zoom to when it opens. The percent is based on the dimensions entered on the opening screen's Geometry tab.
Default | 100 | 100% |
Example
Screen Name | Open Screen | |
Open Screen | The dimensions on the Open Screen in the Properties dialog box Geometry tab are: | |
Width | ||
Height | ||
Zoom | 100 |
The screen opens at 100%, a 300 x 300 dimension.
9 | Variables |
Opens an Initial Variable Values window. The open faceplate can take ownership of the variables listed in the window.
A | Variable |
Enter inputs that are:
|
|
B | Value |
Enter a value or an expression to be assigned to a variable at run time. | |
C | Evaluate |
Select this check box to evaluate an expression and assign the value to a variable at run time. | |
D | Send public variable values |
Select this check box to set the values of screen level variables to variables with the same name in the target screen. |
Example
TANK1\Start is a qualified variable
Where
TANK1 is the object name.
Start is the variable.
v3 is an unqualified variable.
10 | Position type |
Qualifying entries depend on the selected Position Type option.
For following selections specify the initial position X, Y for the top left corner of the open faceplate.
Type | Open Screen Top Left Corner | Positive values Move |
Absolute | Top left corner (0, 0) of the monitor screen. (Default) | X |
Y | ||
CimView screen relative | Bottom left corner (0, 0) of the current CimEdit screen. | X |
Y | ||
Object relative | Top left corner (0, 0) of the "event trigger object." | X |
Y | ||
Geometry String |
Top left corner (0,0) of the default monitor. The Geometry String offers several options for specifying the open screen's:
Specifications are made in the Geometry field that displays when Geometry String is selected. |
11 | Position |
Displays when the following position types are selected.
- Absolute
- CimView screen static
- Object static
X and Y positions.
- Absolute positions are in pixels.
- static positions are in points.
Default | 0, 0 | For the Absolute position type. |
12 | Ensure fully on monitor |
When selected, Ensure fully on monitor ensures that the opened faceplate is completely visible on the monitor.
Default | Selected | The opened faceplate is completely visible on the monitor. |
13 | Hide close button |
When selected, Hide close button removes the close button from the title bar of the opened faceplate.
Default | Clear | The title bar of the opened faceplate contains the close button. |