0% found this document useful (0 votes)
44 views

30808_LAB SafeView Overview

Uploaded by

f4461238
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views

30808_LAB SafeView Overview

Uploaded by

f4461238
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 42

Topic: SafeView Overview

Contents
Create a Workspace File (Round Robin)............................................................................................. 3

Create a Workspace File (First Match).............................................................................................. 29

4/24/2023 Copyright © 2023 Honeywell International Inc. 1


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
This page was intentionally left blank.

2 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

Create a Workspace File (Round Robin)


Practice
Objective

The objective of this Lab is to provide you with the skills necessary to implement appropriate
workspaces for Operators to perform their job. You will use the SafeView Graphical Workspace
Editor (GWE) to implement the workspaces.
After completion of this module, you will have the skills and knowledge to:
 Modify an existing (Round Robin) workspace configuration
 Implement a different (First Match) workspace configuration

Prerequisites

An Experion PKS Server and all previous labs completed.


Since we will be managing HMIWeb displays with SafeView, it is important to be familiar with
fundamental Windows navigation tasks and building HMIWeb displays.
NOTE: Specifically, you must know how to enter a category property for a graphic -- the category
is defined on the Associations tab of each custom display. Safeview uses the category definition to
manage HMIWeb displays and place them in the appropriate workspace window.

Introduction

SafeView is a software program developed by Honeywell to enable you to manage the placement of
windows within the Experion PKS Station. SafeView allows you to organize the windows so that
they are easier to find and provides Operators with a consistent and reliable view to the process.
The goal of this unit is for you to become familiar with SafeView fundamentals. These include the
following:
 Understand the importance of using SafeView
 Identify workspace groups and windows
 Design a Match Statement
 Identify window properties
These fundamentals will enable you to design effective workspaces.

4/24/2023 Copyright © 2023 Honeywell International Inc. 3


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

Example – 4 Window RoundRobin Safeview Workspace

ATTENTION

Before starting this lab, make sure that the resolution


for the your skytap environment is 1280*1024

4 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

Lab Procedure

Modify a Workspace

 Step Action

1 If you have performed the previous lab as per pre-defined course sequence then do not
perform this step, else copy the D_100.htm and T_100.htm displays from C:\
ProgramData\Honeywell\Experion PKS\Client\DisplayDB to C:\ProgramData\
Honeywell\Experion PKS\Client\Abstract

2 Launch SafeView Graphical Workspace Editor as shown below.


Start > Honeywell Experion Tools > SafeView Graphical Editor

4/24/2023 Copyright © 2023 Honeywell International Inc. 5


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

3 The SafeView window appears displaying the initial tree view workspace named
Untitled.

The primary view provided by the Graphical Workspace Editor (GWE) is a tree view.
The tree view can be expanded to display the structure of a given workspace
configuration, including window groups and specifications. Each of the workspace
components can be individually viewed and edited by using property page dialogs.

4 Select File on the SafeView Editor menu and select Open.

5 Browse to the Abstract folder and double-click 2WinRR.WDL to open the workspace file
(or select the filename and then select Open).

6 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

6 Notice the “Placeholders” that appear behind the SafeView Editor. The Placeholders
show the current two window Round Robin configuration; additional windows have also
been added for the faceplate and a navigation panel display. (You can select the title bar
of the SafeView Editor to move it around the screen to see the various placeholders.)
To show or hide the Placeholders, click the Placeholder menu and from the pull-down
menu. Select “Show All or Hide All “.
The Show All option is selected by default. Leave it as default.

7 Select File > Save As and save this file in the abstract folder as 4WinRR.wdl.

4/24/2023 Copyright © 2023 Honeywell International Inc. 7


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

8 Double-click operator_views (the general name of the configuration) to open


the Property window, and select the Workspace Constants tab.

In the Workspace Constants tab, you can define constant “names” and values.
 It is sometimes more convenient to use constants (aliases) to define the values
you are going to use multiple times within the workspace definition file rather
than using pixel definitions.
 Constant “names” (which represent pixel values) can be used to position and
size windows.

8 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

9 Verify the Workspace Constants as shown below:

ATTENTION

The constant
“mainheight” = 100 is the ~ size allocated for the
Menu Area/Message and Command Zones of Station
“statusheight” = 57 is the ~ size allocated for Station’s
status/alarm zone.
While defining constants, User can use expression to
calculate a new value. For example, in above
screenshot Customwidth and Customheight are
obtained by calculations.

10 When the above Constants have been verified, click OK.

4/24/2023 Copyright © 2023 Honeywell International Inc. 9


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

11

ATTENTION

If these constants had been previously defined and


used in the workspace definition and then changed,
selecting “Yes” for this question would automatically
update any changes in their values throughout an
already-defined workspace and window sizes that use
these constants would be adjusted accordingly.
Since these constants have not been changed,
selecting “No” is the appropriate response to this
question. (Selecting “Yes” will not compromise the
workspace definitions because we have yet to define
the new window sizes.)

If you receive the following message, click NO in response to: Update the current
workspace with the current constants?

The property window for operator_views will close after a response is made to the
SafeView Editor dialog box.

10 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

12 Double click operator_views to open the properties again, and select the
Startup Commands tab.
 Under Startup Commands you can enter commands to invoke an application
when the workspace loads (for example, Station.exe).
If there are no startup commands defined, type the following in the Startup Command
box:
C:\Program Files (x86)\Honeywell\Experion PKS\Client\Station\Station.exe

If there are no startup commands listed and you have to enter a Station startup
command as shown above, select the Move to List button. Station will now
automatically open when this SafeView file is launched.

ATTENTION

For this lab, the startup list is already available.

To populate a window with a custom display at startup, append the Station startup
command with /windows displayname.htm. To add a display startup command,
 Select the Move to Edit button and modify the Station launch command. To call
the navigation display nav.htm (which is in your abstract folder), add the string
/windows nav.htm after the Station startup command, if necessary.
 The Station and display startup command will read:
C:\Program Files (x86)\Honeywell\Experion PKS\Client\Station\Station.exe
/windows nav.htm

ATTENTION

Enter a space between Station.exe and /windows nav.htm


 Select Move to List and then select OK to close the Property window.

4/24/2023 Copyright © 2023 Honeywell International Inc. 11


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

13 Click the PLUS (+) button to the left of operator_views. This expands the workspace.

14 Click the PLUS (+) button to the left of Main. This expands the Main group.

The Main (top level) group directly contains 4 windows (navigation, Status, Main and
Faceplate) – it also contains 1 additional “window groups”. (Recall that each window in a
first match group has its own match expressions – therefore, navigation, Status, Main
and Faceplate will all have individual match criteria for their windows.)

15 Double-click Main to view the Window Group dialog box.

16 Note the Group Type = First Match.

The First Match group type is the only Safeview definition that allows subgroups (such
as the Faceplates and Unit 1 groups that appear in our Safeview file.)
 Click Cancel to close the Window Group dialog box.

ATTENTION

Here in Display, we have used single faceplate. If there were


two or more faceplates, that will form a group similar to Unit 1
group.

12 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

17 Double-click on navigationWindow to view the Window Specification dialog box. Notice


the match expression for this window. The navigation window will “catch” any display
that has the word navigation in its category.

NOTE: The NavigationWindow is configured to catch a specific navigation display that


is already in your abstract folder and has been built to fit into this window. In HMIWeb
Display Builder, open Nav.htm.
The Nav.htm display should have a Safeview category of “navigation” defined on the
Display Properties tab of the display so that it can be managed and displayed in the
Navigation Window. Verify that a navigation category is defined on the Associations
tab; if not, enter the word navigation in the Safeview window category field, and save
nav.htm in your abstract folder.
Remember to set the category field for ALL displays that will be used by Safeview.

4/24/2023 Copyright © 2023 Honeywell International Inc. 13


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

18 Click on the Window Style tab. This is where the size, position constraints, and window
properties for each window are defined.

When finished viewing the window properties, select Cancel.

19 Repeat the above steps (17 & 18) to view the match expression and window styles for
the StatusWindow, MainWindow and FaceplateWindow1.
 The StatusWindow has been configured to catch the alarm/status bar in Station
and will not be modified in this lab.
 The MainWindow has been configured to catch the top portion of Station – the
menu, toolbar, and command area and message zone. This will not be modified
in your lab exercise.
 The FaceplateWindow1 has been configured to catch the faceplate in station
and will not be modified in this lab.

14 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

20 Double-click FaceplateWindow1 to see the Window Specification for this window.


Select the Window Style tab for FaceplateWindow1.

Note the Initial X: Y Position. This is the top left corner of the window where the
faceplates will be displayed.
Close the Window Specification dialog after reviewing the entries.

4/24/2023 Copyright © 2023 Honeywell International Inc. 15


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

21 Expand the Unit1 group. Two windows have been configured for this group,
CustomWindow1 and CustomWindow2.
This is the part of the SafeView file that will be modified to add CustomWindow3 and
CustomWindow4; therefore, the height of the CustomWindows in this workspace must be
changed.
 First, double-click Unit1 to view the Window Group dialog.

Note the Group Type (Round Robin). Recall that for a Round Robin Window Group, the
match expression is relevant to all windows in the group. The name Unit1 is the name of
the window group – any/all windows in this Round Robin group will catch displays with a
Unit1 category as shown in the match expression. Also notice the Match Expression and
the use of wild cards (?*). In a Round Robin configuration, the match expression will
apply to ALL windows in the group. Only First Match has an individual window match
expression. Also note that Unit 1 has a Default Match Expression enabled. This means
that this group will catch all displays that do not have a specific category defined on their
Details tab.
 Select Cancel when done viewing the Window Group.

16 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

22 Double-click on CustomWindow1 to view the window specification dialog box.


Click on the Window Style tab. Locate the Initial Size section.
Change the height to half the existing height (from 840 to 420).
 Click OK to close the specification dialog when finished.

Double-click on CustomWindow2.
In the Initial Size section, modify the height for window 2:
Initial Position
 X: 540
 Y: 100
Initial Size
 Width: 540
 Height: 420

 When finished, select OK to close the specification window.

4/24/2023 Copyright © 2023 Honeywell International Inc. 17


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

23 With CustomWindow2 still highlighted in your SafeView Editor, select the Window Spec

button twice to add two more windows to the Unit1 group just below
CustomWindow2.

24 Double click NewWindow1 and rename the window to CustomWindow3; repeat the
renaming process for CustomWindow4.

18 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

25 Double click CustomWindow3 to modify the Window Specifications as shown below.


The Initial Position and Initial Size definition are using pixels as well as constants to
determine position and size.

 Note the boxes checked in the Styles section.


 Select OK when finished.

4/24/2023 Copyright © 2023 Honeywell International Inc. 19


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

26 Modify the Window Specifications for CustomWindow4 as shown.

 Select OK when finished.


27 Your four-window workspace will look similar to the following example.

20 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

28 Another way to resize your windows in Safeview is to drag the border/edge of a window
to get the proper fit and size, and then use the “Update from Layout” icon (which writes
the exact pixel location and window size back to each window’s specification tab).

Notice that when a window has been “graphically” resized, an asterisk * appears in the
window title to indicate a change has been made and the layout must be updated.

29 When finished, save your 4WinRR.wdl file in the abstract folder.

4/24/2023 Copyright © 2023 Honeywell International Inc. 21


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

30
To validate your work and check for errors, click the on the toolbar.
Fix any errors, and resave your workspace, if required.

31 Close the workspace editor, and close any open applications, including Station.

32 To test your configuration, select:


Start > Honeywell Experion > SafeView

The SafeView Control Panel is presented.


 Select Load Workspace and browse to the Abstract folder.
 Select your 4WinRR.wdl file.
 Select Open.

22 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

33 The SafeView workspace is launched, and the Station application window opens (recall
that Station.exe was listed in the Startup Commands). However, Station opens either
“full screen” or in a smaller window because it has not yet been set for the multi-window
environment of SafeView.
 Select Hide on the Control Panel (remember Ctrl+Alt+W to recall the Safeview
Control Panel).
We will now modify the connection properties of Station for a multi-window configuration.
 Select Station > Connection Properties as shown below.

ATTENTION

When using Safeview, Station runs in a Multi-window


environment. This option is set in Station’s Connection
Properties.

4/24/2023 Copyright © 2023 Honeywell International Inc. 23


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

34 Select Multi-window and save the default.

24 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

35 Station will realign within the multi-window environment. The Status bar will appear at
the bottom of your SafeView configuration and the Menu, Toolbar and command zones
will be placed into the top region. However, if the following message box appears due to
the changed configuration, select Cancel and complete Steps 38 and 39.
If no message box appears, go to Step 40.

36 Recall the SafeView Control Panel (Ctrl + Alt + W).


 Select Exit Safeview to close the application. Select “Yes” in response to the
dialog box. Without SafeView running, your desktop is no longer managed.

 Close Station by selecting the X in the top right of the display .


 Answer “yes” to the prompt “Are you sure?”
SafeView is not currently running, and all open displays should be closed.
Station is now ready for a multi-window environment.

4/24/2023 Copyright © 2023 Honeywell International Inc. 25


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

37 Start your 4WinRR SafeView file again. Refer to Step 33, if necessary. Your screen
should look similar to the following example after launching your 4WinRR SafeView
workspace.

The Control Panel will be showing by default.


 Hide (or minimize) the Control Panel.
Station has been launched with the Menu/Toolbar and the Message and Command
Zones appear at the top, and the Status/Alarm bar appears at the bottom of the screen.
Also, the navigation display is available because it was included (along with Station) in
the startup commands.

ATTENTION

Regarding the Navigation display: The Overview button and the


Tank Farm button will not call up their respective displays because
those displays have not yet been created; they will be built in your
Final Project lab exercise.

26 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

 Step Action

38 Using the Navigation window buttons, call displays D_100, E_100, Depropanizer, and
T_100. Click on the point 11_AC12 in the display D_100 to open it’s faceplate.
Note the Round Robin placement of displays.

39 Test the various workspace indicators (icons) at the top right of each window to become
familiar with the functions of SafeView. Also, select a loop shape in your display to call
the faceplate.

40 To exit Safeview, recall the Control Panel (Ctrl + Alt + W).


Select Exit Safeview. Select “Yes” in response to the dialog box.
The displays remain open, as shown above, but in an “unmanaged” environment.
Close Station by selecting the X in the top right of the application. All open displays will
close with Station.

4/24/2023 Copyright © 2023 Honeywell International Inc. 27


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (Round Robin)

This page was intentionally left blank.

28 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (First Match)

Create a Workspace File (First Match)


Practice
Lab Practice

Now that you know how to modify an existing workspace, we will design a new workspace.
Example First Match Safeview Workspace

ATTENTION

Before starting this lab, make sure that the resolution


for the your skytap environment is 1280*1024

4/24/2023 Copyright © 2023 Honeywell International Inc. 29


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (First Match)

In this procedure, you will create a First Match SafeView file.

 Step Action

1 Select Start > Honeywell Experion Tools > SafeView Graphical Editor.

An untitled workspace is presented. You now have two options:


 Create a new configuration from scratch or open an existing workspace,
modify as necessary, and do a “save as.”
For this lab exercise, use your previous 4WinRR as a beginning workspace.

2 Select File > Open and open your previous RoundRobin SafeView file (4WinRR).
Select File > Save As and save your workspace as FirstMatch in the Abstract.

30 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (First Match)

1 THEORY FOR DESIGN CRITERIA:


The workspace to be designed will have a MainWindow at the top for Station’s
menu/toolbar, etc.

The StatusWindow at the bottom will allow access to Station alarms. (The criteria for
the MainWindow and StatusWindow are already defined in your existing workspace
file.)

4/24/2023 Copyright © 2023 Honeywell International Inc. 31


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (First Match)

2 The Main grouping for this workspace configuration will be a First Match group (as
shown below) and contains four windows: Navigation, StatusWindow, MainWindow,
trendwindow and CustomWindow1. (Reminder: Each window in a First Match group
has its own match expression.)

ATTENTION

As we are using 4WinRR, contains four Custom

windows, delete Customwindow2,3,4 by using


Safeview supports Grouping of 2 or more childs. Only
child grouping should be avoided, else you will get
error on Safeview station.

3 Follow the following steps:


 Select CustomWindow1, press cut from menu bar and paste after
FaceplateWindow1.

 Now, Delete Unit1.

32 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (First Match)

4  Select Main Window and add New Window Spec from Component.
 Then add New Group.
 Select New group1 and add New Window Spec.

5  Select FaceplateWindow1, then cut and paste in NewGroup1.

 Rename NewWindow1 as trendwindow.


 NewGroup1 as Faceplates.
 NewWindow2 as FaceplateWindow2.

4/24/2023 Copyright © 2023 Honeywell International Inc. 33


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (First Match)

6 There will also be 1 sub group configured that belong to the Main group. The Faceplates
sub group will be a Round Robin type and contains 2 windows; FaceplateWindow1 and
FaceplateWindow2.

Note and write the match expression. This window grouping (FaceplateWindow1 and
FaceplateWindow2) will catch any display with a category that contains the word
faceplate.

34 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (First Match)

7 Open CustomWindow1.

Note and write the match expression as:

ATTENTION

To save time, you can copy the Match Expression from


4WinRR and then modify as shown above.

4/24/2023 Copyright © 2023 Honeywell International Inc. 35


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (First Match)

8 Let’s look at the Window Style properties of CustomWindow1.

The primary window to be used for process displays (the Window Specification shown
above) has an Initial X:Y Position of 0 and100.
The size of the window is 1100 and 563. (By default, “Zoom to fit” is turned on in
Station, so our operating displays should fit well into this window.)

36 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (First Match)

9 Let’s look at the properties of a Faceplate window. FaceplateWindow1 is shown. Note


the Initial Position and Initial Size of this window.

Similarly, for FaceplateWindow2 change the Initial Y Position to 520 -- all other
settings remain the same as that of the FaceplateWindow1.

10 The Navigation window is shown next. Because this window is part of the First Match
“Main” group, it will have its own match expression.

Note: Any display with the word navigation in its category will be managed and
displayed in this window. The frequent use of wild cards is to ensure all displays are
managed.

4/24/2023 Copyright © 2023 Honeywell International Inc. 37


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (First Match)

11 The Navigation Window Style tab is shown below.

Note the window size and position.

38 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (First Match)

12 The trendwindow is shown in the following example. Because this window is part of the
First Match Main group, it has its own match expression.

Notice that the Default box is checked for this window. The default match expression
applies only to First Match groups and applies only to the match type category (not title
or module). In other words, any graphic that does not find a specific match expression
(based on its category) will default to this window.

ATTENTION

Reminder: Categories need to be defined on your class


projects to be managed by SafeView. For example, you
will need to add a SafeView category of trend on the
Details tab of all your trend displays.

4/24/2023 Copyright © 2023 Honeywell International Inc. 39


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (First Match)

13 The trend window style tab is shown below.

This is a newly added window; note the boxes that are checked in the Styles section.

40 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (First Match)

14 Recall that in previous illustrations, pixel counts were used for size and position.
Sometimes it is more convenient to use workspace constants to define the values you
are going to use multiple times within the workspace definition file. These “alias” names
(known as constants) can then be used to size and place windows instead of defining
pixel sizes.
 To view or define constants, double-click on the top-level operator_views, and
click on the Workspace Constants tab in the Property window.
 The constants defined in your previous 4WinRR.wdl SafeView workspace may
need to be changed for your First Match configuration.

To view the Startup Commands for your First Match configuration, select the tab Startup
Commands.
 The following is an example of a Startup Command. This command will call up
Station and Nav.htm on SafeView startup.

ATTENTION

Enter on space between Station.exe and /windows nav.htm

4/24/2023 Copyright © 2023 Honeywell International Inc. 41


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary
SafeView Overview
Create a Workspace File (First Match)

15 Begin Lab Practice: Given the previous design criteria, create a First Match workspace
to be used in an operating environment.
When finished, your “running” SafeView workspace should resemble the following
example.

16 Save your First Match configuration in the Abstract folder.

17 Launch your SafeView workspace and test on Station.

Observe that the windows are positioned and sized according to the WDL file
configuration in SafeView Graphical Editor.

42 Copyright © 2023 Honeywell International Inc. 4/24/2023


Honeywell Academy written permission required to distribute
Honeywell Confidential and Proprietary

You might also like