CAPE Interface Basics
CAPE Interface Basics
Table of Contents
I. Installation .........................................................................................................1
A. Support for Multiple Versions of CAPE on Same PC ..................................... 1
B. Registry Items .................................................................................................2
C. EII CAPE Directories ......................................................................................2
II. Interface Features ..............................................................................................3
A. Toolbar .............................................................................................................4
B. Action Bar ........................................................................................................4
C. Data Tree .........................................................................................................4
D. Text Formatting ..............................................................................................5
E. Command Line ................................................................................................5
F. Command History ...........................................................................................6
G. Status Bar .......................................................................................................6
H. Standard Windows Menus ..............................................................................7
I. Online Help .....................................................................................................9
J. Configuration Files and User Preferences.................................................... 12
K. Print Commands ........................................................................................... 13
L. Mouse Usage.................................................................................................. 13
M. Executive Module Dialogs and Features ...................................................... 16
N. Coordination Graphics Module Dialogs and Features ................................. 20
O. One-Line Diagram Module Dialogs and Features ........................................ 22
P. Short Circuit Module Dialogs and Features ................................................. 24
Q. Keyboard Shortcuts (“Hot Keys”).................................................................. 27
III. Updating CAPE ................................................................................................ 28
A. Updating the CAPE Program ....................................................................... 28
1. Troubleshooting: ............................................................................................ 30
2. Updating CAPE when you don’t have Internet access: ................................ 31
3. Updating CAPE when you have multiple copies installed: .......................... 31
4. Updating CAPE in unattended mode:........................................................... 31
B. Updating the Database Schema ................................................................... 32
C. Updating Your Relay Library ....................................................................... 34
IV. Reporting Bugs ................................................................................................. 37
CAPE 14 Interface Basics CAPE Training Notes
I. Installation
Thanks for your decision to use CAPE. This booklet will orient you to the general
CAPE environment and will emphasize features of its Visual C++ interface.
CAPE 14 currently uses database schema 3.55, and the documentation is based on
this level.
New versions of CAPE are available over the Internet every one to two months to
those holding a maintenance contract. Alternatively, you may request an update by
CD at any time. The present CAPE release, CAPE 14, uses a different location in
the registry than the CAPE 2010 version, and so it will co-exist with an earlier
version. However, if you ever need to have two versions of CAPE on the same PC at
the same time, you will need to set the CAPE environment variables within separate
xcape.bat files in each of your two user file directories to avoid conflicts between the
two versions. (CAPE 2010 and CAPE 14 do not share the same registry,
fortunately.) For example, if the previous version is now in \cape, you could install
the latest version in \cape_14 and create the file \cape_14\dat\xcape.bat with these
statements:
1
CAPE 14 Interface Basics CAPE Training Notes
set CapeHomeDir=c:\cape_14
set CapeUserDir=c:\cape_14\dat
set CapeConfigDir=c:\cape_14\dat
set CapeShortCutsDir=c:\cape_14\dat
set CapeHelpDir=c:\cape_14\help
c:\cape_14\progs\wcape.exe
Otherwise, it is not necessary to launch CAPE from a DOS window at all. The
installation procedure does not create an xcape.bat file.
B. Registry Items
The size, location and font information of most CAPE windows are saved in the
system registry under the key:
HKEY_CURRENT_USER\Software\Electrocon\CAPE
The sub key, Interface, contains settings for the Windows interface.
Electrocon files in all of the following directories are overwritten during installation
and changes made in delivered files by users will be lost during subsequent
installations. Files that you have created in these directories will not be touched.
2
CAPE 14 Interface Basics CAPE Training Notes
Each text and graphics area of each module can be split into two or four panes, if you
wish. Highlight the window and then click Window | Split. The panes all use the
same fonts but can be scrolled to different locations. The panes can be “frozen”; that
is, not written or drawn to. A frozen pane cannot be scrolled until it is “unfrozen.”
Use the Window menu for this.
The number and size of the panes as well as the current font information are saved
in the registry for use the next time CAPE is started.
3
CAPE 14 Interface Basics CAPE Training Notes
A. Toolbar
Each module has a slightly different toolbar containing seven to ten small icons.
Tool-tip help messages are provided as you hover over an icon. Magnifying glass
icons with “+” and “-” change the graphics zoom level in a module.
1 2 3 4 5 6 7 8 9 10
B. Action Bar
Each module has an Action Bar in which we have placed up to six of the most
commonly used commands of that module. (A second Action Bar is optional.) All the
commands may also be found in the regular menus above the bar, but this bar gives
one-click access. The example here is from the One Line Diagram module. The
contents of each button are under your control through the file “ActionButtons.txt”
in your \cape\cape_files directory. If you don’t like our choices, you are welcome to
customize this bar at your convenience.
C. Data Tree
4
CAPE 14 Interface Basics CAPE Training Notes
revealed. (Choosing a bus will cause the OL diagram to center on that bus if the
switch in “Options” is toggled on.) You could then right-click the bus to obtain a
context menu of available actions for the bus, such as viewing or editing its data in
the database. Or, you could expand the “+” box beneath it for Lines and perform
similar actions on a line. When you click a particular title or network object, an
“Add” button at the top of the tree will allow you to add a new object of that type. To
delete an object, right-click on it, call up the edit form, and choose the “-” button at
the top of the form just as you would in the Database Editor.
Many of the same things can be done by clicking objects on a one-line diagram, of
course. The advantage of the Data Tree is that you never need a network diagram
to see your data. OL diagrams are good for working with parts of the network but,
owing to limited space on the screen, are less useful for displaying all the protection
devices and supporting equipment that may be at a given location. When the OL
diagram is integrated with the Data Tree, it could hardly be easier to interact with
your system. For details on Data Tree features, click Help | Help Table of
Contents | CAPE Introduction | Build a New Network Model (page 7).
D. Text Formatting
Use the pull-down list boxes to change the typeface or font size for the active pane.
Select the Bold button to use a bold font. The +/- symbols change the font size too.
This tool works in the CG graphics panes as well. When a text pane is active, the
size corresponds to a point size. When a CG or OL graphics pane is active, the size
is relative to the world coordinate system.
E. Command Line
While the command line can be toggled from the View menu, our strong
recommendation is to leave it visible. There are some infrequently used commands
without a pop-up dialog that require it.
1 2 3 45 6
Typed commands will automatically appear in the command line list box, 1. You can
select previously typed commands using the pull down arrow. You can also use the
up and down arrow keys, the Page Up and Page Down keys, and the <shifted> Home
and End keys. The command line automatically matches previously typed
commands. The visible command can be executed with the Enter key or the <<
(Process) button (2).
5
CAPE 14 Interface Basics CAPE Training Notes
Whenever the I (Interrupt) button (4) is active (it will be red), selecting it will cancel
the current operation.
Selecting the H (History) button (5), or typing <ctrl>h, will activate the Command
History dialog. The L (Lookup) button (6) turns the type-ahead feature on and off.
F. Command History
This resizable, modeless (active at the same time as CAPE) dialog can be positioned
to the side of the CAPE window. It contains a running list of all commands issued
including those typed into the command line as well as those from dialogs. The list
below resulted from selecting the OK button on the Short Circuit Preferences dialog.
G. Status Bar
The status bar displays important messages on the left and displays the currently
attached database and one-line diagram on the right. The current cumulative
6
CAPE 14 Interface Basics CAPE Training Notes
number of OL diagram changes since the graphics file was last saved is also shown
there. Even though the Status Bar can be toggled from the View menu, our
recommendation is to leave it visible.
All CAPE modules have text and graphics areas and all have eight standard menus:
File, Shortcuts, Edit, View, Cape Modules, Graphics, Macros&Sets, and Window.
Except for Shortcuts, these menus are identical from module to module.
The Shortcuts
Menu is a user-
controlled menu.
You may insert
submenus and
commands
simply by making
entries in the file
\cape\dat\
xx_shortcuts,
where “xx” is the
two-letter
abbreviation for
the module, e.g., sc_shortcuts for Short Circuit. Files of
the same names are supplied by us in \cape\cape_files,
and contain commands to load and run many of the
useful macros we or other CAPE users have written.
The example here is from Short Circuit.
7
CAPE 14 Interface Basics CAPE Training Notes
8
CAPE 14 Interface Basics CAPE Training Notes
I. Online Help
The Help Menu contains features to search and select virtually all CAPE manuals,
the “How Do I...” directives, and the About Cape box. Clicking “Help Table of
Contents” leads to the list of on-line manuals, tutorials, and UGM handouts.
Clicking “How Do I...” lists common operations an infrequent user will find handy.
Each of the listed operations leads to a popup with step-by-step instructions.
Selecting the Help Search entry from the Help menu will activate the keyword
search feature that will find key phrases anywhere in the entire CAPE library
almost instantaneously.
The Help Table of Contents leads to the hyperlinked menu on the following page.
9
CAPE 14 Interface Basics CAPE Training Notes
Choosing Help Search yields this first form and then the second. Clicking any choice
pops up the actual document with the search phrase highlighted.
10
CAPE 14 Interface Basics CAPE Training Notes
Selecting the How Do I... entry from the Help menu leads to a list of commonly
performed functions specific to the presently active module. For example, in Short
Circuit, you would choose from this list:
and receive a popup like this that will float above your work as you perform the
steps.
11
CAPE 14 Interface Basics CAPE Training Notes
Selecting the About CAPE entry from the Help menu will activate the Help About
box. You can visit our web page or send us email from this dialog.
CAPE reads a configuration file upon startup to set its options. There are actually
two files; one that we supply (|CapeHomeDir|\cape_files\cape.cfg) and an initially
empty one that you may edit (|CapeUserDir|\cape.cfg). The actual commands in
these configuration files have not changed from earlier versions (with a few
exceptions – see below). They can contain any valid CAPE command. The
configuration files are read when each module is started. The program scans
forward from the beginning of the file to find the bracketed module name, e.g., [SC]
when starting the Short Circuit module. CAPE will then process all the commands
it finds until the “return” statement. The section in the user configuration file for
each module contains these two strings:
12
CAPE 14 Interface Basics CAPE Training Notes
current values of all options for each module that has been initialized in between
these two lines.
Place commands that you do not want changed by Save | Preferences after this
block, but before the “return” statement.
Preferences (or Options, if you prefer that term) are accessed from the File |
Preferences menu of each module. You can also just click “Preferences” on the
Action Bar to activate the dialog.
K. Print Commands
Print Graphics Area and Print Text Area submenus are in the File menu. Each of
these has four commands: Page Setup, Print Preview, Print, and Print Direct. The
Page Setup popup contains the expected choices for printing in color, orientation
(portrait and landscape), and margin size. The print command will print the
contents of the graphics or text pane, as appropriate, after first popping up a
standard print menu. Print Direct avoids popping up that menu and, instead, prints
directly to the default device using default settings. The Print Graphics Area menu
has a fifth command, Copy to Clipboard, whose action is similar to the Print Scrn
key restricted to the graphics area.
L. Mouse Usage
Single click and hold the left mouse button for interactive dragging of objects. For
example, you may reposition a bus or text in the OL diagram with this technique.
Double click the left mouse button to edit data. For example, you may double-click a
transmission line in the OL diagram or its entry in the Data Tree to pop up the DBE
edit form for the line. Double click a displayed device characteristic in CG to
activate the appropriate change settings form.
Single click the right mouse button on an object to receive a list of actions for that
object. For example, you may right-click on a line and temporarily outage it by
selecting Network Changes | Outage Line from the context menu in SC.
Single click the right mouse button in the graphics area background to get a list of
miscellaneous commands for that module, e.g., Change displayed text [on the one-
line diagram].
Single click the right mouse button in the text area background to get a list of
commands specific to scrollable text areas.
There is a choice of methods for panning and zooming the drawing. You can decide
whether CAPE should pan the drawing when you press the left-mouse button down
13
CAPE 14 Interface Basics CAPE Training Notes
while dragging the mouse, or whether CAPE should perform a draw-zoom operation
to the outlined rectangle. You can also separately change the behavior of the mouse
scroll wheel. You can specify that mouse wheel movement either zooms in or out, or
scrolls the drawing up or down.
These modes are set by right-clicking on the diagram background in the OL module,
and selecting “Mouse Button and Scroll Wheel Modes” from the context menu.
For both of the above modes, the left mouse button must be pressed while the
pointer is on the drawing background, away from any object. If the pointer is over
an object, that object will be moved.
14
CAPE 14 Interface Basics CAPE Training Notes
• M3 (mouse wheel) Down & Drag: continuous pan. In this mode, the
scroll wheel is depressed while the user moves the cursor once to the left,
right, up or down to establish a direction of continuous window
movement. An arrow appears to show the direction of drawing
movement. If the initial cursor movement was just a small amount, the
movement is slow; if it was a large amount, the panning movement is
faster. Movement stops when M3 is released.
• M3 (mouse wheel) Down & Drag: single pan. In this mode, the
depressed scroll wheel will perform exactly like the “M1 Down and
Drag: pans drawing (hand pointer)” option described above.
15
CAPE 14 Interface Basics CAPE Training Notes
Regardless of the mouse or wheel modes currently selected, the following keys
always have these actions.
Key Action
Arrows Pan in direction of arrow
Home Zoom to Fit
[Ctrl] + i Zoom in
[Ctrl] + o Zoom out
[Ctrl] + [Shift] + left Center drawing under pointer and
mouse click zoom in
[Ctrl] + [Shift] + right Center drawing under pointer and
mouse click zoom out
[Ctrl] + mouse wheel Zoom in / out
[Shift] or [Ctrl] + left As you drag the cursor toward one of
mouse button down the graphics borders, the display will
pan slowly in the direction of the drag
motion. This is ideal for minor
adjustments.
Middle mouse button Causes the drawing to scroll in the
down direction of the mouse movement.
Scrolling continues until the mouse
button is released.
The left mouse button and scroll wheel modes are saved in the registry and any
changes become the default value when CAPE is restarted.
Categories are special labels that are defined by you with the Database Editor by
clicking System | Equipment Status Labels. If you assign components of your
network to one or more categories, you may tell CAPE how much of your network to
read whenever you attach a database or later click Setup_SC_Network (File
menu). The Session Setup form will let you tell CAPE which categories to include
and which ones to exclude. Exclusion always takes precedence when a network
component has been assigned both to included and excluded categories.
16
CAPE 14 Interface Basics CAPE Training Notes
Use this form to edit the assignments to equipment categories. First, select a
category and an equipment type.
Use the “Remove all...” button to remove all items from the selected category.
Use the “Add all...” button to add all items to the selected category.
You can also move only selected items. Select any number of items by clicking them.
The familiar <click><Ctl-click> and <click><Shift-click> sequences are very helpful
here. You can then use the “Remove selected...” or “Add selected...” buttons.
17
CAPE 14 Interface Basics CAPE Training Notes
To define a set, first select the desired set type. You can edit an existing set by
selecting it from the list, or use the “New Set” button to define a new one. There are
three ways to add items to a set. The “Add One” button activates the appropriate
search form for adding items one at a time. The “Add Group” button activates a
form where one can build an expression, e.g., “Base_kV > 115”, or “Bus_Area = 2”,
for easily adding multiple items. Use the “Add Existing Set” to add the contents of
an existing set.
The requested changes are made immediately to the set, hence there is no OK or
Cancel button; select Done when finished.
Use the “List Set” button to list the contents of the currently selected set.
With the “Remove One,” “Remove Group” and “Remove Existing Set” buttons, items
can be removed from sets in the same manner in which they can be added.
Use the “Remove All” button to empty all items from a set, but retain the empty set.
The “Sort Bus Set” button allows an up-to-four-level sort of any bus set.
18
CAPE 14 Interface Basics CAPE Training Notes
3. Preferences
Each module has only one Preference dialog where all options can be viewed and
modified. The dialog is invoked from the File | Preferences command, or from the
Action Bar. The preferences can be saved to the user’s cape.cfg file by clicking “Set
as Default” on the form or from the File | Save | Preferences command. The latter
command will save the options for all modules that have been initialized.
19
CAPE 14 Interface Basics CAPE Training Notes
1. Context Menus
Use mouse button 1 to identify and drag a device curve. Double click M1 to activate
the Change Settings Form. Lists of available actions that are relevant to the curve
are given in context menus that are activated by clicking mouse button 2 on a device
curve. The top part of the menu, above the separator, contains only labels. It is not
deactivated because doing so makes it hard to read, but selection of these labels is
ignored. Make a selection with either mouse button. You can press the Escape key
or click mouse button 1 elsewhere to remove the context menu without making a
selection. If you click M2 away from a device you will get a menu of miscellaneous
commands.
20
CAPE 14 Interface Basics CAPE Training Notes
Use the tabs to change the various color and style values. To change a color value,
simply click on the colored button. Changes are not made until the OK button is
selected. The current colors and styles can be saved in a file with the “Save To File”
button. The default file suffix is “.cgc”. Saved files can be easily recalled with the
“Load From File” button. A file selected in this manner is automatically read into
and applied to CG, and the dialog is exited.
Zoom operations are simple. Click and hold mouse button 1 at one corner of the
region you wish to enlarge; then drag the zoom box to the opposite corner and let go.
You may also enlarge in increments by using the magnifying glass icons:
The “plus” and “minus” magnifying glass operations may also be issued from the
keyboard with <Ctl>-I and <Ctl>-O. The empty magnifying glass reverts the display
to the previous magnification level. The boxed magnifying glass (Zoom-to-Fit)
displays the whole drawing within the available window.
21
CAPE 14 Interface Basics CAPE Training Notes
The One-Line Diagram function is designed to allow you to build and maintain both
your network and protection system data together, graphically. For example, you
may add buses, transformers, relays, etc. by clicking the appropriate icons in the OL
toolbars, moving the mouse into the diagram, and “dropping” the component. See
the One-Line Diagram User Guide for instructions.
When using the OL diagram in other modules, such as Short Circuit, there are a
number of OL-related functions worth reviewing here. Access them from the
Graphics menu or the miscellaneous area context menu.
The OL Colors and Styles dialog is similar to the CG dialog described above. One
difference is that the default suffix for OL color files is “olc”.
One way to change the fault quantities displayed on the one-line diagram is to make
a quick choice from the Toolbar:
22
CAPE 14 Interface Basics CAPE Training Notes
Type <Ctrl>-T from the keyboard or right-click away from any object and choose
Change displayed text. The above form appears although you may have different
choices available. Click Edit Selection to change the label or text style file for any
item in the list. Click Advanced>> to define your own display:
Use the tabs to modify the text style for real buses, branches, etc. Select new values
to display by clicking the ? next to the Value box. To adjust its format, click in the
23
CAPE 14 Interface Basics CAPE Training Notes
Format field of interest and then click Format Help. Formats can be typed directly
by experienced users.
As a formatting example, the above form is for specifying the format of a real
number.
Text styles can be saved to a file or loaded from a file. The default file extension is
“olt”.
1. The Reports | Bus Report dialog from the bus context menu is resizable and
contains a Print button. The dialog also remembers its location and size as
well as typeface and point size.
24
CAPE 14 Interface Basics CAPE Training Notes
2. CAPE enters a bus reporting loop after a fault has been applied using the
menus or by clicking Reports | Bus. It has this dialog:
3. The Apply Fault dialog allows specification of fault impedance for selected
faults. The impedance can be specified for line-to-line, double-line-to-ground,
single-line-to-ground, and three-phase faults. Additionally, the faulted
phases can be specified for line-to-line, double-line-to-ground, and single-line-
to-ground faults. To see user-created fault definitions, click the box “Show
Advanced Faults.”
25
CAPE 14 Interface Basics CAPE Training Notes
4. You may plot a relay characteristic for the current fault from a one-line
diagram in SC of SS by using a choice in the context menu for lines. You will
see it if you right click on a transmission line and then click Coordination
Graphics Actions | Display Device Curves | Initialize CG Display.
This will cause control to be passed to CG, and the element search form to be
initialized with LZOP’s for the selected branch.
5. Graphics Menu
Note that the draw and zoom commands work on the active pane only. Some user
actions, like dragging a bus, result in an automatic “Refresh_All_Panes” command.
26
CAPE 14 Interface Basics CAPE Training Notes
Keyboard shortcuts provide a quick way to issue commands from the one-line
diagram and are controlled by the Global Preference, Keyboard_Shortcuts. When
“On,” and an object is highlighted on the one line diagram, single typed characters
are interpreted as commands. When “Off,” or when no object is identified, typed
characters are sent to the command line. Actions are for all modules unless
specified. The following characters are recognized:
27
CAPE 14 Interface Basics CAPE Training Notes
CAPE is always delivered initially on a CD. An authorized user will have all CAPE
files (data and program) following an initial installation. Meanwhile, Electrocon is
continually adding new features, relay models, corrections, etc. as time goes on.
How can a CAPE customer receive these updates? The best and fastest way today is
to download new versions of CAPE over the Internet. Any customer whose company
holds either the initial year warranty or a subsequent maintenance and upgrade
service agreement is entitled to download newer versions or to request a new CD
from Electrocon, if Internet downloads are not convenient, i.e. not permitted by the
almighty IT group’s policies. However, Internet access is available to most users.
The update process begins when the user clicks the Check For Update button on
the update program. The basic process is as follows:
28
CAPE 14 Interface Basics CAPE Training Notes
2. After installing any existing updates, the update program sends your
company name+registration key to the CAPE update server
(capeupdates.com). If your company has an up-to-date maintenance contract,
then the update server returns a session key.
3. Using the session key, the update program downloads an updated copy of
|CapeHomeDir|\updates\updates_14.txt. This is a list of names and dates
of the program files that are in the newest version of CAPE.
5. If updates_14.txt references files with a newer date than those found in your
CAPE installation, then the user is shown a screen allowing selection of the
desired updates.
The first 2 items “CAPE Miscellaneous” and “CAPE Program Files” are
required, so they cannot be de-selected. The other items are optional.
6. The update program then downloads a copy of each required file from the
CAPE update server. The files are downloaded in ZIP format, and are stored
in |CapeHomeDir|\updates\*. The structure of
|CapeHomeDir|\updates\* will parallel the structure of
|CapeHomeDir|\*.
7. After all newer files are downloaded, a check is performed to make sure that
the update program has sufficient file permissions to replace your outdated
files with new ones.
29
CAPE 14 Interface Basics CAPE Training Notes
8. If no problems are detected, then the update program will offer to install the
new updates. The “install” is a simple file replacement. The new ZIP files
are un-zipped, and the new file is copied over your existing outdated file.
1. Troubleshooting:
If you have an Internet connection and a valid CAPE maintenance contract, then
you should be able to download updates.
If you have a direct connection to the Internet (no proxy server), then you should not
need to make any configuration changes to the update program. However, if your
connection to the Internet goes through a proxy server, then you may need to supply
additional proxy information. This information can be entered on the “Connection
Configuration” screen.
Information about your proxy server can be entered in the “Proxy Settings” region
on the right side of the screen. The proxy information is company-specific, so you
may need to contact your IT department for assistance. Sometimes, the update
program is able to detect the proxy “host” and “port,” and all you need to supply is a
user name and password. Usually, the same user name and password as you use to
login to Windows will work here. After entering valid proxy information, you should
be able to click “Test Connection” and see the message “Connection test to
"http://capeupdates.com/" was successful!”. Once this connection is successful, you
should be able to “Check For Update” in the main update screen and successfully
download updates.
30
CAPE 14 Interface Basics CAPE Training Notes
If you have CAPE installed on a machine that does not have Internet access, you can
still update CAPE. To do this, you must have at least ONE machine that has
Internet access and can download the updates.
- Download the updates on the machine that has Internet access. After
downloading the files, the directory |CAPEHomeDir|\updates will contain a set
of updated files in ZIP format.
- Run update_cape on the machine without Internet access. It will detect that new
files exist in the |CAPEHomeDir|\updates folder, and it will offer to install
them for you, without requiring Internet access.
When update_cape runs, it needs to know where the CAPE installation is located so
it can update the correct files. It determines this by looking in the system registry,
and reading the CAPEHomeDir value. If you have more than one copy of CAPE
installed, then you must manually override this value for one of the installations.
This can be done easily if you run update_cape from a command prompt, and specify
some additional information.
The update_cape program does support some command line options. This means
you could set up a script that would run periodically and at a time that is convenient
for you. The following are the command line options available to you.
Option Explanation
/reg <value> Specifies the registry key
\HKCU\Software\Electrocon\<value> - used if you want to
have multiple company/registration key values stored and
use a specific one.
/home <directory> Changes location of "CAPEHomeDir". Can be used when
multiple copies of CAPE are installed and you want to
update a specific one.
/help <directory> Makes \cape\help file updates go to this directory. Useful if
your help is somewhere other than \cape\help.
31
CAPE 14 Interface Basics CAPE Training Notes
Here are the steps for updating the schema of your database:
1. The first step is always to make a safe copy of your database. This
protects you if something goes wrong during a schema update. One
reason for something going wrong has been special security
restrictions a user may have imposed independently and which block
the update_schema program.
32
CAPE 14 Interface Basics CAPE Training Notes
Enter “SYSDBA” for the User Name and enter “masterkey” for the
Password. This universal user name and password will work unless
your company has implemented the additional security features that
Firebird supports.
3. You will see the Update_Schema program form similar to the one
below. Using the indicated button, search for and choose the database
to be updated. Likewise, using the down-arrow button, choose the
schema level to be applied. Normally, the form will be showing you
the recommended schema level already; you won’t actually have to
choose it. Then click Update.
33
CAPE 14 Interface Basics CAPE Training Notes
The answer is, you import what you need from our master library,
\cape_14\cape_files\masterlibrary.fdb. In addition to economizing on space, this
technique provides a simple way for you to obtain corrected or enhanced data models
in the future. The import procedure explained here is ideal for both importing new
models and overwriting old ones. Instances of relays that you have placed in your
network model are immediately updated because they all point to their counterparts
in your db library.
34
CAPE 14 Interface Basics CAPE Training Notes
3. Then you will receive a relay search form like the one below:
35
CAPE 14 Interface Basics CAPE Training Notes
Choose the Manufacturer, Relay Type, and then either the Relay
Model or the Relay Model and Relay Style that you wish to import. If
you choose a Model, you will import all the Styles below it and all the
information at the higher levels needed to support them. It is often
more economical to simply choose the single Style you need. (If you
overdo it, be advised there is a Library Liposuction command you can
apply later to trim the fat.)
4. For each import you conduct, the DBE log file will appear to report
the progress. Except for certain overweight digital relays, the import
will be a matter of seconds.
36
CAPE 14 Interface Basics CAPE Training Notes
The easiest way to report a program malfunction is to send an email with the details
to:
[email protected]
Give us your name, company, and telephone number in addition to the email
address that will be part of your email. Remember, we can’t help much if we can’t
reproduce what you have experienced. The following information can be important:
37