3BUR002120R3701 en AdvaBuild Engineering Methods User Guide
3BUR002120R3701 en AdvaBuild Engineering Methods User Guide
Version 3.7
Version 3.7
NOTICE
This document contains information about one or more ABB products and may include a
description of or a reference to one or more standards that may be generally relevant to
the ABB products. The presence of any such description of a standard or reference to a
standard is not a representation that all of the ABB products referenced in this document
support all of the features of the described or referenced standard. In order to determine
the specific features supported by a particular ABB product, the reader should consult the
product specifications for the particular ABB product.
ABB may have one or more patents or pending patent applications protecting the intel-
lectual property in the ABB products described in this document.
The information in this document is subject to change without notice and should not be
construed as a commitment by ABB. ABB assumes no responsibility for any errors that
may appear in this document.
In no event shall ABB be liable for direct, indirect, special, incidental or consequential
damages of any nature or kind arising from the use of this document, nor shall ABB be
liable for incidental or consequential damages arising from use of any software or hard-
ware described in this document.
This document and parts thereof must not be reproduced or copied without written per-
mission from ABB, and the contents thereof must not be imparted to a third party nor used
for any unauthorized purpose.
The software or hardware described in this document is furnished under a license and
may be used, copied, or disclosed only in accordance with the terms of such license. This
product meets the requirements specified in EMC Directive 2004/108/EEC and in Low
Voltage Directive 2006/95/EEC.
TRADEMARKS
All rights to copyrights, registered trademarks, and trademarks reside with their respec-
tive owners.
Section 1 - Introduction
Product Overview ............................................................................................................19
The Project Structure............................................................................................20
Control Structure..................................................................................................20
Object-types in the Control Structure .................................................22
Designation Of Objects in the Control Structure ................................23
Prerequisites and Requirements ......................................................................................24
3BUR002120R3701 5
Table of Contents
6 3BUR002120R3701
Table of Contents
3BUR002120R3701 7
Table of Contents
8 3BUR002120R3701
Table of Contents
3BUR002120R3701 9
Table of Contents
10 3BUR002120R3701
Table of Contents
INDEX
3BUR002120R3701 11
Table of Contents
12 3BUR002120R3701
About This Book
General
This book describes methods for plant engineering for these AdvaBuild® software
packages:
• AdvaBuild Control Builder
– Template Builder
– On-line Builder
• AdvaBuild Optional Software
– TCL Builder
– TLL Builder
AdvaBuild software is an extension of the Computer Aided Plant Engineering
(CAPE) concept with tools for DCS database configuration. These software
packages support the following project engineering functions:
• Configuration of the Advant® OCS control database
• Plant documentation
• Development and revision control for TCL sequences and recipes
The AdvaBuild software packages support an object-oriented method of system
engineering. This book describes the principles of object-oriented engineering, and
provides guidelines for object-oriented engineering with AdvaBuild.
Use this book as a guide and reference source for project engineering. Instructions
for using the various builders are provided in their respective user’s guides as
described in Related Documentation on page 17. This book is not intended to be the
sole source of instruction for project engineering. It is recommended that those
3BUR002120R3701 13
Use of Warning, Caution, Information, and Tip
Tip indicates advice on, for example, how to design your project or
how to use a certain function.
Although Warning hazards are related to personal injury, and Caution hazards are
associated with equipment or property damage, it should be understood that
operation of damaged equipment could, under certain operational conditions, result
in degraded process performance leading to personal injury or death. Therefore,
comply fully with all Warning and Caution notices.
14 3BUR002120R3701
Document Conventions
Document Conventions
The following conventions are used for the presentation of material:
• The words in names of screen elements (for example, the title in the title bar of
a window, the label for a field of a dialog box) are initially capitalized.
• Capital letters are used for the name of a keyboard key if it is labeled on the
keyboard. For example, press the ENTER key.
• Lowercase letters are used for the name of a keyboard key that is not labeled on
the keyboard. For example, the space bar, comma key, and so on.
• Press CTRL+C indicates that you must hold down the CTRL key while
pressing the C key (to copy a selected object in this case).
• The names of push and toggle buttons are boldfaced. For example, click OK.
• The names of menus and menu items are boldfaced. For example, the File
menu.
– The following convention is used for menu operations: MenuName >
MenuItem > CascadedMenuItem. For example: choose File > New >
Type.
– The Start menu name always refers to the Start menu on the Windows
Task Bar.
• System prompts/messages are shown in the Courier font, and user
responses/input are in the boldfaced Courier font. For example, if you enter a
value out of range, the following message is displayed:
Entered value is not valid. The value must be 0 to30.
You may be told to enter the string TIC132 in a field. The string is shown as
follows in the procedure:
TIC132
Variables are shown using lowercase letters.
sequence name
3BUR002120R3701 15
Terminology
Terminology
The following is a list of terms associated with object-oriented database
configuration that you should be familiar with. The list contains terms and
abbreviations that are unique to ABB or have a usage or definition that is different
from standard industry usage.
Term Description
Configurator Data HP-UX Advant, Multibus, or Windows-based subsystem
Processor (CDP) that contains a configurator.
Object An object is a logical representation of functions, plant
equipment, a location, documentation, or software
function in the project database. For instance:
• a PROJECT object represents a complete project
• a GENERICD object represents a subsystem in the
Advant OCS
• a PID object represents a PID algorithm
Parent/Child A child and its siblings are hierarchically under a parent
object from a subtree.
Root The object of type PROJECT is the top level object in the
project database. This object stores information for
project administration such as user names, project size,
and so on. Initially this object is the root. Most objects
can be set as a temporary root to facilitate navigation in
the project hierarchy.
Subtree Part of a tree, for example a subplant underneath a
PROJECT.
TLB TLL Builder
TLL Taylor Ladder Logic
Tree The project database is organized as a hierarchy of
objects related by parent-child relationships.
16 3BUR002120R3701
Related Documentation
Related Documentation
This book is one in a series of books for the AdvaBuild software. The other books
are listed in Table 1.
3BUR002120R3701 17
Related Documentation
After you install the AdvaBuild documentation, you can access it from the Windows
task bar by choosing Start > ABB Industrial IT > Control IT > AdvaBuild >
Documentation > Document.
18 3BUR002120R3701
Section 1 Introduction
Product Overview
The principle of engineering with AdvaBuild software is to build a data model for a
project that represents the control database. Using AdvaBuild software, you build a
tree-like hierarchy of objects, Figure 1, and configure object attributes to meet the
requirements of the project.
3BUR002120R3701 19
The Project Structure Section 1 Introduction
Control Structure
The control structure is where you define the control database for the Advant OCS,
Figure 2.
20 3BUR002120R3701
Section 1 Introduction Control Structure
MOD_DB object is
top of hierarchical
tree structure
AREA object
represents an
area in the
Advant OCS
GENERICD objects
represent subsystems
in an area
CONSOLE objects
represent subsystems
in an area
3BUR002120R3701 21
Control Structure Section 1 Introduction
22 3BUR002120R3701
Section 1 Introduction Control Structure
3BUR002120R3701 23
Prerequisites and Requirements Section 1 Introduction
prefix (for example, for a controller subsystem object IDs may be cs1, cs1_cm1,
cs1_cm1_ccf, and so on). Another branch can be made at the loop level (for
example, fic_125, fic_125.ain, fic_125.sqr, fic_125.pid, and fic_125.aot).
24 3BUR002120R3701
Section 2 Basic Engineering and Design
Overview
Project engineering is carried out in two phases using Advabuild software:
• Basic Engineering which involves:
– Creating a new project
– Collecting general project information
– Building the hierarchy for the Control structures
• Detail Engineering, which involves:
– Detailed definition of the Control System
– Detailed definition of equipment arrangement and interconnections
– Configuration of control and device loops
– Editing and managing TCL sequences and recipes
These phases are described in the remainder of this chapter along with some basic
guidelines that are applicable for both phases of the project.
When the basic and detail phases are complete you can compile, install, and
download the database to the appropriate MOD 300 subsystems as described in the
AdvaBuild Control Builder User’s Guide.
Inserting/Opening a Project
The ability to create new projects and assign project users is supported by the
AdvaBuild Administration component. These functions are for use by the database
administrator (known as the Admin user) who should understand the Windows-
based Engineering Station file and operating system. See the AdvaBuild
3BUR002120R3701 25
Basic Configuration of the Control Database Section 2 Basic Engineering and Design
26 3BUR002120R3701
Section 2 Basic Engineering and Design Multi-user Engineering in Administration Component
3BUR002120R3701 27
Multi-user Engineering in Administration Component Section 2 Basic Engineering and Design
Value Description
I project is being Inserted via Projects > Insert Project…
R project is being Removed via Project > Delete Project…
E project is being Enlarged via Project > Enlarge Project…
S project is being Saved via Project > Save Project…
L project is being Loaded via Project > Load Project…
A project is Accessible, no manipulations via Administration
C project is being Compiled
D project is being Decompiled
When you choose project and user administration menu items (for example,
Projects > Insert Project…, Projects> Delete Project…, Users > Insert User…,
and so on), the respective function will:
• Check the current project status (see Table 4) and act accordingly. The action
depends on the selected function and status of the project.
• Check for any other users working on the project in question. The number of
users currently working on the project is displayed in the # Users column for
that project in the project list of the Main AdvaBuild Administration window.
If there are users currently working on the project or the project status is not A for
accessible, the menu item function is denied.
Table 5 identifies the Control Builder, Templet Builder, and On-line Builder
functions each user type can perform.
28 3BUR002120R3701
Section 2 Basic Engineering and Design Multi-user Engineering in Administration Component
3BUR002120R3701 29
Multi-user Engineering in Template Builder Section 2 Basic Engineering and Design
30 3BUR002120R3701
Section 2 Basic Engineering and Design Implementing Multiple CDPs for First Time
• Making CDPs Compatible on page 34. A CDP may be incompatible when its
database is compiled without saving database references, or when a CDP with a
new database replaces a CDP that was previously on-line (using the same
address).
3BUR002120R3701 31
Implementing Multiple CDPs for First Time Section 2 Basic Engineering and Design
• Exporting data
Determine in advance which loops, units, unit relative names, ladder logic, and
console users are to be exported, and to which CDP they will be exported.
Guidelines for this are provided in Exporting Database References on page 36.
Wait until all file transfers for one CDP have been completed before
placing the next CDP on-line.
2. Once the CDPs are all on-line, start exporting to each CDP via the Export
References Display as described in the AdvaBuild Control Builder User’s
Guide.
32 3BUR002120R3701
Section 2 Basic Engineering and Design Adding new CDP to Existing Multiple CDP System
Make sure all exports are completed before proceeding to the next
step.
3. Install each database via the database templet of each respective database.
Doing a database install will cause all the imported files to be copied to the
operational database directory. These files will be available for resolving any
references. At this point, additional database compiles are not necessary since
they were done during the database configuration procedure.
The Install report may contain warnings of missing references. If so, access the
individual databases, and make the required corrections.
3BUR002120R3701 33
Changing Export List for CDP Section 2 Basic Engineering and Design
– Install an area
– Install one affected controller subsystem
– Install an affected node (control module, data processor, or console)
6. Install all other nodes as required.
7. Compile, install, and download loops that reference the new imported data.
8. Compile any environments that reference the new imported data.
9. Compile and link any TCL sequences that reference the new imported data.
34 3BUR002120R3701
Section 2 Basic Engineering and Design Guidelines for Establishing Domains in Database
3BUR002120R3701 35
Exporting Database References Section 2 Basic Engineering and Design
A Library Display automatically has an entry for the configurator of its domain.
There is no way to add an entry for a different configurator to a Library. However,
you can put lines on the Library for calling up the Console Configurator and Display
Builders of other configurator data processors by using the templet name of the data
processor in the DEVICE NAME field and changing at least one of the display IDs.
36 3BUR002120R3701
Section 2 Basic Engineering and Design Exporting Database References
To ensure that other configurator data processors receive the proper references, you
must:
• Create an Export File
• Export the Files
3BUR002120R3701 37
Compiler Considerations for Using Multiple Configurators Section 2 Basic Engineering and Design
See the AdvaBuild Control BuilderUser’s Guide for detailed information about the
Export References Display and the Export References Command dialog.
38 3BUR002120R3701
Section 2 Basic Engineering and Design Considerations for Using Console Configurator
also have the ability to resolve references at load time using both local and imported
data.
3BUR002120R3701 39
Alarm/Event Detection and Notification Section 2 Basic Engineering and Design
Alarms are a special class of events that require acknowledgment by the operator.
When an alarm occurs, the system notifies the Multibus Consoles and/or Advant
Stations and requires the operator to acknowledge. This insures the operator knows
about situations that can affect the quality and safety of the process. For example,
you can configure alarms to warn the operator when a process temperature becomes
too high or when a process device fails to respond to a command.
40 3BUR002120R3701
Section 2 Basic Engineering and Design Alarm/Event Logging
Alarm/Event Logging
The Alarm and Event Logger software generates a printed log of alarm, event, TCL
Billboard, and system error messages on printers. To implement alarm/event
logging functionality in your system, you must configure loggers in the database. A
logger is a software device that reports and records messages addressed to it from
elsewhere in the system. Loggers can be configured for Multibus-based consoles
and data processors, HP-UX Advant Station-based Operator Stations, Engineering
Stations, and Information Management Stations, and Windows-based Engineering
Stations. Any subsystem is limited to just one logger.
Refer to AdvaCommand Basic Functions User’s Guide for a detailed discussion of
the following Alarm/Event logging features:
• Logger control
• How to read the Alarm/Event log
• Alarm/Event message formats
3BUR002120R3701 41
How to Configure Alarms for Continuous Loops Section 2 Basic Engineering and Design
object for the subsystem. This object defines the operating parameters of
the logger.
• Set up either a serial port or a parallel port in HP-UX.
A parallel port is recommended since a limited number of serial ports are
available and the serial ports are generally required for other devices.
If you use a parallel port, this printer can only be used for the logger
printing. No other applications can share the printer.
Alarm Deadband
Alarm deadband prevents variables that oscillate around their alarm limits from
generating spurious alarms. This parameter is configured on a subsystem level. That
is, all continuous loops for a subsystem are assigned the same deadband. Alarm
42 3BUR002120R3701
Section 2 Basic Engineering and Design How to Configure Alarms for Continuous Loops
Alarm Priority
The LOOP_DEF and FCM objects have alarm priority fields for assigning priority
levels to the alarms described above. The priority can be defined as HIGH, MED
(medium), and STD (standard). You can make entries to the Setup Display that
determine the colors used to indicate alarms of different priorities on the runtime
displays. The colors actually used at runtime depend on whether the UNACK
ALARM TEXT SHOWN IN ACK COLOR runtime option is enabled or disabled
for the current environment. See the Console Configurator User's Guide, for
information about the special runtime options.
For further information on how to configure alarms for continuous loops, refer to
the Configurable Control Functions (CCF) User’s Guide.
3BUR002120R3701 43
How to Configure Alarms for Device Loops Section 2 Basic Engineering and Design
44 3BUR002120R3701
Section 2 Basic Engineering and Design How to Configure Historical Recording
Alarm Priority
Alarm priority for device loops is configured in the same manner as continuous
loops.
For further information on how to configure alarms for device loops, refer to the
Configurable Control Functions (CCF) User’s Guide.
Ringback
When ringback is enabled for a loop, each alarm requires two acknowledgments,
one when it becomes active and one when it clears (returns to normal). When it is
disabled, acknowledgment is only required when the alarm becomes active.
Ringback can be enabled or disabled on an individual basis for each loop. This
parameter is configured as part of console environment configuration as described
in the Console Configurator User's Guide (for Multibus-based consoles) or
3BUR002120R3701 45
Fetch Alarm Target Section 2 Basic Engineering and Design
46 3BUR002120R3701
Section 2 Basic Engineering and Design Alarm/Event Handling by other Applications
3BUR002120R3701 47
Alarm/Event Handling by other Applications Section 2 Basic Engineering and Design
48 3BUR002120R3701
Section 2 Basic Engineering and Design Alarm/Event Handling for Report Services
SETEVENT Statement
The SETEVENT statement provides the means to define events. When the event
occurs, TCL is notified and can change the state, status, or mode of a program.
3BUR002120R3701 49
Alarm/Event Handling for Display Builder Section 2 Basic Engineering and Design
50 3BUR002120R3701
Section 2 Basic Engineering and Design System Users
To use this feature, the Console Setup Page must contain the following entries:
Field Entry
Audible Alarm & TCL ENABLED
Audible Alarm & Clear DISABLED
Auto Acknowledgment DISABLED
Acknowledgment Mode LOCAL
Acknowledgment Level PAGE
Ring Back DISABLED
System Users
There are four main categories of system users of the Advant OCS: Operators,
Supervisors, Engineers, and Configurator users. Operators and Supervisors are
responsible for runtime operations. They monitor and control the operational
parameters of process loops via standard and custom displays designed for that
purpose. Engineers have access to system building and tuning functions in addition
to the operator tasks. Configurator Users are a special class of engineers who have
access to the install function of the Database Configurator (Multibus-based version,
not AdvaBuild).
3BUR002120R3701 51
Assigning Operator, Supervisor, and Engineer Tasks Section 2 Basic Engineering and Design
DEFAULT
NAME DESCRIPTION USER COMMENTS
CATEGORY
TCLRECITEMS TCL Recipe Items Engineer
TCLSEQCNTRL TCL Sequence Control Engineer
TCLREPMESG Engineer
CONSSETUP Console Setup Engineer Does not apply to
AdvaBuild Environment
Builder.
KEYSETUP Console Key Setup Engineer
LIBRARY Library Display NOCHECK No check for user
access.
TOUCHALIGN Touchscreen Alignment Engineer
LOGGERCONTROL Alarm/Event Logger Control Engineer
OPBILLBOARD Operator Billboard Engineer
52 3BUR002120R3701
Section 2 Basic Engineering and Design Assigning Operator, Supervisor, and Engineer Tasks
Table 9. Default User Categories for Displays and Software Packages (Continued)
DEFAULT
NAME DESCRIPTION USER COMMENTS
CATEGORY
CONFIGURATOR Database Configurator Engineer Does not apply to
AdvaBuild.
DBUTILITIES Database Utilities Engineer Backup, Restore
PAGEBUILD Display Builder Engineer Does not apply to the
AdvaBuild Display
Builder.
CONSCONFIG Console Configurator Engineer Does not apply to the
Environment Builder.
TCLCATALOG TCL Catalog Engineer
HISTORICAL History RDP Displays Engineer
TCLRECIPE TCL Recipe Catalog Engineer
DISKFORMAT Disk Format Utility Engineer
REPORTBUILD Report Builder Engineer Does not apply to
AdvaInform
ReportBuilder.
REPORTSCHED Report Scheduling Engineer Does not apply to
AdvaInform
ReportScheduler.
PCONFIG Programmable Controller Engineer Does not apply to
Configurator PLCBuilder
OVERVIEW Overview Displays Engineer
AREAPAGES Area Displays Engineer Alarm, Status, Trend,
Graphic
GROUPPAGES Group Displays Engineer Alarm, Status, Trend,
Graphic
DETAILPAGES Group Detail Displays Engineer
3BUR002120R3701 53
Assigning Operator, Supervisor, and Engineer Tasks Section 2 Basic Engineering and Design
Table 9. Default User Categories for Displays and Software Packages (Continued)
DEFAULT
NAME DESCRIPTION USER COMMENTS
CATEGORY
UNITOVRVIEW Unit Overview Engineer
TCLUNITDET Unit Detail Displays Engineer
RECIPEDIT TCL Recipe Detail Displays Engineer
UNITMSG TCL Unit Message Displays Engineer
TESTUNITREL Unit Graphic Displays Engineer
SEQDETAIL Sequence Detail Display Engineer
SEQDEBUG Sequence Debug Display Engineer
HISTORYUNIT History Unit Display Engineer
ENVIRALARM Environment Alarm Display Engineer
LOOPFCM Loop FCM Displays Engineer
HISTORYTREND Historical Trend Display Engineer
HISTORYMESG Historical Message Display Engineer
SYSTEMSTATUS System Status Display Engineer
CRTLREDUND Controller Redundancy Display Engineer
ENVDOWNLOAD Environment Download NOCHECK No check for user
access.
SEGMENTDISP TLL Segment Display Engineer
TIMERDISP TLL Timer Display Engineer
COUNTERDISP TLL Counter Display Engineer
REGISTERDISP TLL Register Display Engineer
IODISP TLL I/O Display Engineer
SEQUENCEDISP TLL Sequence Display Engineer
54 3BUR002120R3701
Section 2 Basic Engineering and Design Assigning Operator, Supervisor, and Engineer Tasks
Table 9. Default User Categories for Displays and Software Packages (Continued)
DEFAULT
NAME DESCRIPTION USER COMMENTS
CATEGORY
FILEDISP TLL File Display Engineer
LADDERLOGIC TLL Device Directory Engineer
SPCALARM SPC Alarm Display Engineer
SPCCHART SPC Chart Display Engineer
ACCURAY AccuRay Interface Display Engineer
WRKRCPDETAIL Working Recipe Detail Display Engineer
CONTROLLER Controller Subsystem Status Engineer
BATCH_RECIPE Master Recipe & Phase Library Engineer
BATCH_SCHED Production Schedule Engineer
BATCH_EQUIP Plant Equipment Catalog & Class Engineer
Library
BATCH_MATL Material Catalog Engineer
EDITB_RECIPE Master Recipe & Phase Library Engineer
Editors
EDITB_SCHED Production Schedule, Control Engineer
Recipe Editor, & header part of
Batch Management Display
EDITB_BATCH Body of Batch Management Engineer
Display & Working Recipe Editor
EDITB_EQUIP Plant Equipment Catalog & Editor, Engineer
& Equipment Class Editor
EDITB_MATL Material Catalog Editor Engineer
BATCH_CUSTOM Batch Customization Display Engineer
3BUR002120R3701 55
Assigning Configurator User Tasks Section 2 Basic Engineering and Design
56 3BUR002120R3701
Section 2 Basic Engineering and Design Generating Database Cross Reference Reports
– View, edit, and delete the MOD_DB object for their database.
– View, edit, and delete the AREA objects that are part of their database.
– Compile and decompile objects of their database.
– Do all functions of user categories specified on lower level objects in their
database.
• Area Editors are users who are assigned special functions within a
Configuration area. These users can:
– Modify templets below the AREA objects in their Configuration area.
– Compile at or below the configuration area level in their Configuration
area.
3BUR002120R3701 57
Generating Database Cross Reference Reports Section 2 Basic Engineering and Design
58 3BUR002120R3701
Section 3 Database Reference for Objects
Scope
This chapter provides detailed reference information for configuring the hierarchy
of database objects in the Advant OCS control structure, and for configuring object
attributes. The information in this chapter includes:
• A description of the database hierarchy that shows the required parent-child
relationships.
• A listing of database objects with an explanation of the purpose of each object.
• A description of object attributes on an object-by-object basis for database
objects that are not covered in other documentation (for example, high level
objects and other miscellaneous objects).
Most database objects are not described in this book, but rather in the user’s guide
for the application package to which they are related. For instance, the CCF-related
objects are described in the Configurable Control Functions (CCF) User’s Guide.
For such objects, this chapter refers you to the appropriate book where more
detailed information is provided.
3BUR002120R3701 59
Control Structure Database Hierarchy Section 3 Database Reference for Objects
60 3BUR002120R3701
Section 3 Database Reference for Objects Control Structure Database Hierarchy
3BUR002120R3701 61
Control Structure Database Hierarchy Section 3 Database Reference for Objects
62 3BUR002120R3701
Section 3 Database Reference for Objects Control Structure Database Hierarchy
3BUR002120R3701 63
Control Structure Database Hierarchy Section 3 Database Reference for Objects
64 3BUR002120R3701
Section 3 Database Reference for Objects Control Structure Database Hierarchy
3BUR002120R3701 65
Control Structure Database Hierarchy Section 3 Database Reference for Objects
66 3BUR002120R3701
Section 3 Database Reference for Objects Control Structure Database Hierarchy
3BUR002120R3701 67
Control Structure Database Hierarchy Section 3 Database Reference for Objects
68 3BUR002120R3701
Section 3 Database Reference for Objects Control Structure Database Hierarchy
3BUR002120R3701 69
Control Structure Database Hierarchy Section 3 Database Reference for Objects
70 3BUR002120R3701
Section 3 Database Reference for Objects Database Objects
Database Objects
This section lists database objects by the following categories: Top level objects,
GENERICD and related objects, CONSOLE and related objects, CONT_SS and
related objects, CCF-related objects, TLL-related objects, REMOTEIO-related
objects, AC410 objects, AC460 objects, S100 I/O objects, S800 I/O objects,
MVIBOARD objects, and PLC objects.
The tables where the database objects are listed describe the purpose of the object
and provide a reference for more detailed information.
This section provides reference information for configuring object attributes for
top-level objects and other miscellaneous objects that are not associated with a
specific application package. Reference information for objects that are related to a
specific application package (such as CCF) is provided in the User’s Guide for that
application package as indicated in the following tables.
3BUR002120R3701 71
MOD_DB Object Section 3 Database Reference for Objects
MOD_DB Object
Every project requires one database (MOD_DB) object, Figure 22. This object
represents the top of the control structure, and is the starting point for defining a
specific database.
The fields on the MOD_DB templet and their expected input are described below.
72 3BUR002120R3701
Section 3 Database Reference for Objects MOD_DB Object
3BUR002120R3701 73
AREA Object Section 3 Database Reference for Objects
AREA Object
The database can be partitioned into configuration areas for user-security and
message routing purposes. An area consists of a group of related subsystems. Every
database must have at least one area. The maximum number of areas in a database is
limited by memory.
Each AREA object, Figure 23 and Figure 24, and its descendants comprise a subtree
under the MOD_DB object. The AREA object has fields for specifying configurator
editors for the configuration area, and for routing alarm/event messages from the
configuration area to message destinations.
74 3BUR002120R3701
Section 3 Database Reference for Objects AREA Object
3BUR002120R3701 75
AREA Object Section 3 Database Reference for Objects
Only the alarms that are absolutely necessary and that provide
useful information to the operator should be configured. The list of
message destinations set up in the system database has a direct
bearing on the communications load resulting from an alarm burst.
Each destination for a message adds to the load. Unnecessary
directing of these messages should be avoided. Reducing the
number of Operator Stations or Loggers that receive these messages
can make a significant difference.
The destination and type of messages are defined by entries to the following fields:
MESSAGE CTR This is the object ID for the device (Console, History, Logger,
Generic DPSS or LCP) to receive messages. The ID must
be the one assigned when the object was inserted in the
database.
MESSAGE TYPE Is the type of message. Valid entries for type are:
CCF_ALARM
CCF_EVENT
CCF_BOTH - This option designates both CCF alarm
messages and event messages.
TCL_EVENT
TCL_BILLBOARD - This option is used to designate TCL
unit messages that are generated by TCL MESG and REPLY
statements and programmable unit alarms generated by
TCL UNIT_ALARM statements.
TCL_BOTH - This option designates both TCL event
messages and billboard messages.
SYSTEM
BOTH - This option designates all message types
designated by CCF_BOTH and TCL_BOTH.
ALL - This option designates all message types.
76 3BUR002120R3701
Section 3 Database Reference for Objects AREA Object
REMOTE TYPE This field is only applicable for systems using multiple
configurators, and when the message destination is in
another configurator domain. The entry specifies the object
type and must be one of the following: CONSOLE,
LOGGER, GENERIC_DPSS, LCP, HISTORY
3BUR002120R3701 77
DEV_DIR and DEV_DESC Objects Section 3 Database Reference for Objects
In the example, HISTORY1 is the object ID for the History object under the
subsystem containing the History Services software. Information about the History
Services is provided in the History Services with Statistical Process Control (SPC)
User’s Guide.
78 3BUR002120R3701
Section 3 Database Reference for Objects DEV_DIR and DEV_DESC Objects
When you use the multiple configurator feature, device descriptors are part of the
common database and are automatically communicated to the other configurator
domains.
3BUR002120R3701 79
GENERICD and Related Objects Section 3 Database Reference for Objects
80 3BUR002120R3701
Section 3 Database Reference for Objects GENERICD and Related Objects
3BUR002120R3701 81
GENERICD and Related Objects Section 3 Database Reference for Objects
82 3BUR002120R3701
Section 3 Database Reference for Objects GENERICD and Related Objects
3BUR002120R3701 83
GENERICD Object Section 3 Database Reference for Objects
GENERICD Object
This object represents either a Windows-based Engineering Station, HP-UX Advant
Station, or Multibus-based subsystem, Figure 27.
84 3BUR002120R3701
Section 3 Database Reference for Objects GENERICD Object
PHYSICAL DEVICE field. If the node does not contain the Configurator it can be
at any physical address from 1 to 255 decimal.
Decimal
Address (Hex)
Equivalent
01 1
11 17
21 33
31 49
41 65
51 81
61 97
71 113
81 129
91 145
A1 161
B1 177
C1 193
D1 209
E1 225
F1 241
3BUR002120R3701 85
GENERICD Object Section 3 Database Reference for Objects
TURBO This option sets the node up for all turbo node functions.
TURBODP This option sets the node up for data processing functions
only (no history, console, or interfaces).
TURBOGW This option sets the node up for data processing, history
and interface functions (no console).
GATEWAY This option sets the node up as a dedicated VAX
gateway. If the system contains a VAX or Smart Device
Interface in combination with other turbo node functions,
use either TURBO or TURBOGW as described above.
86 3BUR002120R3701
Section 3 Database Reference for Objects GENERICD Object
DO RATE Field
This is the minimum digital output rate for the Multibus subsystem when I/O
functionality is implemented in the subsystem. Enter the DO Rate in milliseconds.
Valid rates are: 20, 40, 100, 200, or 1000. DO Rate is described in greater detail in
the Configurable Control Functions (CCF) User’s Guide.
3BUR002120R3701 87
GENERICD Object Section 3 Database Reference for Objects
88 3BUR002120R3701
Section 3 Database Reference for Objects MODUSERS Object
MODUSERS Object
The MODUSERS object, Figure 28, is required for configurator/data processor
subsystems that are being used to configure Multibus-based Console subsystems (or
Turbo Nodes that support console functionality in addition to other functions). This
object establishes the access class for users on this console. Fields are provided for
entering user IDs, associated passwords, access class, security device, and log in
method. Each line in this templet represents one user.
3BUR002120R3701 89
MODUSERS Object Section 3 Database Reference for Objects
USER ID Field
21 characters maximum.
PASSWORD Field
12 characters maximum.
DATA KEY This option enables the data key function. This means the
system checks for the data key device when you log in. If
the key is found, the log in is allowed. If the key is not
found, an error message is generated.
NONE This option disables the data key function.
90 3BUR002120R3701
Section 3 Database Reference for Objects MODUSERS Object
ON When you insert the key you are logged in, and you
remain logged in when the key is removed. Log out is via
the ENVIRONLOGON display.
OFF To log in you must insert the key and log in via the
ENVIRONLOGON display. You log out by simply
removing the key.
NONE To log in you must insert the key and log in via the
ENVIRONLOGON display. You remain logged in when
the key is removed. Log out is via the ENVIRONLOGON
display.
BOTH Log in is automatic when you insert the key. Log out is
automatic when you remove the key.
3BUR002120R3701 91
CONSLIB Object Section 3 Database Reference for Objects
CONSLIB Object
A CONSLIB object, Figure 29, is required for Multibus subsystems that support
console functionality. This object is NOT required for HP-UX Advant Station
Operator Stations.
This templet is limited to 37 lines. The columns of fields in this templet are:
92 3BUR002120R3701
Section 3 Database Reference for Objects MSG_ROUT Object
DISPLAY ID Field
The name you enter in this field appears on the Library Display for this console. The
DISPLAY ID is the name you use to access the corresponding software package
during runtime via the Display Request key and bottom line entry function.
MSG_ROUT Object
Every CONSLIB object requires a MSG_ROUT object, Figure 30. This object
provides the means to configure how console log on and/or alarm acknowledgment
messages are routed to History subsystems and loggers.
3BUR002120R3701 93
MSG_ROUT Object Section 3 Database Reference for Objects
94 3BUR002120R3701
Section 3 Database Reference for Objects PORTS Object
There is a limit of 256 destinations for messages. Messages of a specific type from a
configuration area can be sent to no more than 40 destinations.
Only the alarms that are absolutely necessary and that provide
useful information to the operator should be configured. The list of
message destinations set up in the system database has a direct
bearing on the communications load resulting from an alarm burst.
Each destination for a message adds to the load. Unnecessary
directing of these messages should be avoided. Reducing the
number of Operator Stations or Loggers that receive these messages
can make a significant difference.
PORTS Object
The PORTS object is required for any Multibus or Controller subsystem that
supports a serial interface, Figure 31. The physical ports of a Multibus subsystem
are provided by the 6007B Serial I/O Module. A serial I/O module provides 8 serial
ports. A Multibus subsystem can contain either one or two of these modules. Jumper
3BUR002120R3701 95
PORTS Object Section 3 Database Reference for Objects
A general description of the fields of the PORTS object (independent of the type of
device being connected) is provided below. A more specific description for each
kind of device that can be connected is provided following the general descriptions.
NUM Field
Number of the serial port to which the device is connected. Only those ports actually
used need be configured. Valid entries are any integer from 1 to 16.
96 3BUR002120R3701
Section 3 Database Reference for Objects PORTS Object
TYPE Field
The available port types include the following:
CRT Field
The CRT field is used to specify which color monitor a KEYBOARD or
TOUCHSCR port is associated with. It is also used to specify the PLC redundancy
option.
3BUR002120R3701 97
PORTS Object Section 3 Database Reference for Objects
Valid entries for the CRT field when a KEYBOARD or TOUCHSCR is connected
are: 1, 2, 3, 4, or ALL. Do not enter spaces or commas. For example, enter 12 to use
CRTs one and two.
Valid entries to specify PLC redundancy are:
ALL If all PLCs on a Data Highway lose communications, a port swap will
be attempted. If this swap is unsuccessful in re-establishing
communications a failover of the SC Controller will be attempted.
1NO If one PLC on a Data Highway loses communications, a port swap
will be attempted. A communications loss will NOT cause a failover of
the SC Controller.
ANO If all PLCs on a Data Highway lose communications, a port swap will
be attempted. A communications loss will NOT cause a failover of the
SC Controller.
ONE or If one PLC on a Data Highway loses communications, a port swap
blank will be attempted. If this swap is unsuccessful in re-establishing
communications a failover of the SC Controller will be attempted.
SPEED Field
This field specifies the baud rate for the port. Valid entries are: 50, 75, 110, 135,
150, 200, 300, 600, 1050, 1200, 1800, 2000, 2400, 3600, 4800, 7200, 9600, 19200
WD Field
This field specifies the size of the word length in bits. Valid entries are: 5, 6, 7, 8
PARITY Field
This field specifies the type of parity checking for confirming data integrity. Valid
entries are: NONE, ODD, EVEN, MARK, SPACE
STOP Field
This field specifies the number of stop bits. Valid entries are: 1, 1.5, 2
98 3BUR002120R3701
Section 3 Database Reference for Objects PORTS Object
ITO Field
Input Time Out defines the maximum time for the completion of an input operation.
If this time is exceeded, an error code is returned to the application program. Enter a
time from 0.1 to 9999 seconds. Six seconds is the default and is typically used for
KEYBOARD, TOUCHSCR, GENERIC, and most MODBUSB ports. Four seconds
is a typical value for TERMCHAR and PMM ports. Three seconds is a typical value
for MODBUSB ports that support smart device communication. One second is a
typical value for redundant MODBUSB ports that support programmable logic
controllers (PLCs).
OTO Field
Output Time Out defines the maximum time for the completion of an output
operation. If this time is exceeded, an error code is returned to the application
program. Enter a time from 0.1 to 9999 seconds. Six seconds is the default. One
second is a typical value for AB_POLL and PMM ports, and six seconds is a typical
value for all other port types.
BUF SZ Field
Buffer size in bytes, that is, the size of the input and output buffers used by a TCL
program referencing a port. Enter a value from 1 to 512.
3BUR002120R3701 99
PORTS Object Section 3 Database Reference for Objects
100 3BUR002120R3701
Section 3 Database Reference for Objects PORTS Object
TYPE PRINTER
The following values are defaults for 6006J Printers. In all cases, check your printer
and enter values that coincide with the printer's configuration.
SPEED 9600
WORD 7
PARITY ODD
STOP 1
ITO 6
The following values are defaults for EP530/531 Printers. In all cases, check your
printer and enter values that coincide with the printer's configuration.
SPEED 9600
WORD 7
PARITY ODD
STOP 1
Refer to the appropriate Advant Station Hardware User’s Guide for the proper
printer hardware configuration settings.
3BUR002120R3701 101
PORTS Object Section 3 Database Reference for Objects
A read-only channel port for the device requires the following entries:
The port for a read/write channel for the device requires the following entries:
102 3BUR002120R3701
Section 3 Database Reference for Objects PORTS Object
3BUR002120R3701 103
LOG_DETL Object Section 3 Database Reference for Objects
LOG_DETL Object
A LOG_DETL object is required for subsystems that support an alarm/event logger.
This object in combination with the AREA object determine which messages are
logged, Figure 32.
You define the logger’s attributes via the following fields of the LOG_DETL object:
104 3BUR002120R3701
Section 3 Database Reference for Objects LOG_DETL Object
TEMPLET NAME
This field specifies the logger name. This name appears on each page the logger
prints. It must also be entered into the MESSAGE CTR fields of the AREA objects
for the configuration areas where the logger resides. Valid entry is a character string
of up to 8 characters.
LOGGER DESCRIPTION
This field allows you to specify a descriptor for the logger. The descriptor appears
on each page the logger prints. Valid entry is a character string of up to 24
characters.
PRINTER NAME
This field is used to specify the printer where the logger prints its messages. The
printer must be part of the subsystem containing the logger. Note that the printer
name specified here must match the printer name configured in the UNIX
environment (including upper-/lower-case).
If the logger resides on a Multibus-based node, it must have a serial channel
configured for it via the PORTS object. Valid entry is the printer name which was
assigned to the printer via the PORT NAME field of the PORTS object.
If the logger resides on an Advant Station-based node, a default printer device may
already be configured (use the LL command in HP-UX to list the contents of the
/dev file). If you need to configure a printer device, refer to the Advant Station 500
Series with AdvaCommand 1.8/AdvaBuild 2.9 User’s Guide.
3BUR002120R3701 105
LOG_DETL Object Section 3 Database Reference for Objects
106 3BUR002120R3701
Section 3 Database Reference for Objects LOG_DETL Object
Default is: NO
3BUR002120R3701 107
LOG_DETL Object Section 3 Database Reference for Objects
EVENT COLOR
This field is applicable only when a color printer is assigned to the logger. This field
specifies the color used to print event messages. These messages consist of CCF
parameter change messages, all TCL messages and the subset of the system
diagnostic messages the logger prints. Valid entries are: RED, BLUE, GREEN,
BLACK, MAGENTA, CYAN, YELLOW. Default is: GREEN.
EVENTS PRINTED
This field enables the logging of event messages. These messages consist of CCF
parameter change messages, all TCL messages and the subset of the system
diagnostic messages the logger prints. These messages are not logged unless entries
are also made to the MESSAGE CTR fields of the AREA templets where the
messages originate.
Valid entries are:
Default is: NO
108 3BUR002120R3701
Section 3 Database Reference for Objects LOG_DETL Object
HP ALARM COLOR
This field is applicable only when a color printer is assigned to the logger. This field
specifies the color used to print messages for the high priority (priority 1) CCF
alarms.
Valid entries are: RED, BLUE, GREEN, BLACK, MAGENTA, CYAN,
YELLOW
Default is: RED
HP ALARMS PRINTED
This field enables the logging of high priority CCF alarm messages. These messages
are not logged unless entries are also made to the MESSAGE CTR fields of the
AREA templets where the messages originate. Valid entries are:
3BUR002120R3701 109
LOG_DETL Object Section 3 Database Reference for Objects
HP PRINT TYPE
This field specifies the type face used to print the high priority CCF alarm messages.
Valid entries are:
110 3BUR002120R3701
Section 3 Database Reference for Objects LOG_DETL Object
3BUR002120R3701 111
CONSOLE-Related Objects Section 3 Database Reference for Objects
CONSOLE-Related Objects
The CONSOLE object represents a Multibus-based console subsystem. The
children of the CONSOLE object are a subset of the children for the GENERICD
object (only those children required to support console functionality), Table 13. The
CONSOLE object is described below. Refer to GENERICD and Related Objects on
page 80 for details regarding the other console-related objects.
112 3BUR002120R3701
Section 3 Database Reference for Objects CONSOLE Object
CONSOLE Object
The CONSOLE object is used to represent a Multibus subsystem that supports just
console functionality, Figure 33.
You define the attributes for the console via the following fields of the CONSOLE
object:
PHYSICAL DEVICE
This is the DCN node address. This must be the decimal equivalent of the hex
address set on the DCN switch in the subsystem. Be sure to enter the decimal
3BUR002120R3701 113
CONSOLE Object Section 3 Database Reference for Objects
equivalent value in the PHYSICAL DEVICE field. It can be at any physical address
from 2 to 255 decimal.
SOFTWARE NAME
This field determines the functionality of the Multibus node. The only valid choice
is:
AUTO START
This field determines whether or not the node starts automatically when the
software is downloaded. The only valid choice is YES.
DEFAULT ENVIRONMENT
If you want a console environment automatically downloaded to the subsystem
when it is booted, enter the name of the environment into this field. The
environment must be configured and made loadable according to the Console
Configurator User’s Guide.
114 3BUR002120R3701
Section 3 Database Reference for Objects Controller and Related Objects
3BUR002120R3701 115
Controller and Related Objects Section 3 Database Reference for Objects
116 3BUR002120R3701
Section 3 Database Reference for Objects CONT_SS Object
CONT_SS Object
This object represents a Controller subsystem in the database, Figure 34.
You configure the attributes of the CONT_SS object via the following fields:
PHYSICAL DEVICE
This is the DCN node address. This must be the decimal equivalent of the hex
address set on the D/F (DCN-to-F Bus) switch in the subsystem. Be sure to enter the
decimal equivalent value in the PHYSICAL DEVICE field. It can be at any physical
address from 2 to 255 decimal.
3BUR002120R3701 117
CONT_SS Object Section 3 Database Reference for Objects
REDUNDANCY OPTION
This field specifies the number of Backup Control Modules that can be supported in
the subsystem. The choices are:
118 3BUR002120R3701
Section 3 Database Reference for Objects CNTRLLER Object
CNTRLLER Object
Each Control Module in a Controller subsystem must be represented by a
CNTRLLER object, Figure 35.
You define the attributes of the CNTRLLER object via the following fields:
PHYSICAL DEVICE
This field specifies the location of the Control Module in the Controller subsystem.
Valid entries are an integer from 1 to 12, where 1, 2, 3, and 4 represent the slots in
cardfile 1, 5, 6, 7, and 8 represent the slots in cardfile 2, and 9, 10, 11, and 12
3BUR002120R3701 119
CNTRLLER Object Section 3 Database Reference for Objects
120 3BUR002120R3701
Section 3 Database Reference for Objects CNTRLLER Object
CONTLCP This software is for Control Modules that use the LCP+
option and 11 to 1 controller redundancy. One A_PANEL
object must be assigned as a child of the CNTRLLER
object. The A_PANEL object must have one line in the
edit window to specify the serial port the LCP+ is
connected to (PORT NUMBER) and define the name for
the port (PORT NAME). For further information, refer to
the Local Control Panel Plus (LCP+) instruction book.
LCP3TO1 This software is for Control Modules that use the LCP+
option and 3 to 1 controller redundancy. This option is
described in the Local Control Panel Plus (LCP+)
instruction book.
SC_CTLR This software is for a 6204B SC Control Module in a
subsystem using 11 to 1 redundancy. The backup
controller must be in slot 4.
SC_CTLR3TO1 This software is for a 6204B SC Control Module in a
subsystem using 3 to 1 redundancy. The backup
controller can be in slots 4, 8, and 12.
AUTO START
This field determines whether the controller starts processing automatically after the
software and database are downloaded to it.
3BUR002120R3701 121
CNTRLLER Object Section 3 Database Reference for Objects
BACKUP ON STARTUP
This field determines whether redundancy is enabled for this controller.
Redundancy is only possible if the Controller subsystem has a Backup Controller
and Backup Memory Module. Valid entries are:
122 3BUR002120R3701
Section 3 Database Reference for Objects CNTRLLER Object
DO RATE
The DO RATE field specifies the minimum resolution of any pulse output for the
controller. For pulse train outputs, the pulse width and pulse interval as specified
through the PO CHANNEL NUMBER fields of the Controller I/O Templet must be
multiples of the DO RATE. For pulse duration outputs, the duration value calculated
by the Pulse Duration FCM is rounded to the next lower multiple of the DO RATE.
Valid entry is:
A number of milliseconds as either 20, 40, 100, 200, or 1000
Default is: 200
3BUR002120R3701 123
CNTRLLER Object Section 3 Database Reference for Objects
124 3BUR002120R3701
Section 3 Database Reference for Objects CCF-Related Objects
Smart Devices
You can connect smart devices to the SC Controller via Small HART Interface
Modules (SHIMs) connected to the SC Controller serial ports. Refer to the Smart
Device Interface User's Guide.
CCF-Related Objects
Every Control Module or Multibus subsystem that runs Configurable Control
Functions (CCF) software must have a CCF object as a child. CCF-related objects
are listed in Table 15. These objects are described in detail in the Configurable
Control Functions (CCF) User’s Guide.
3BUR002120R3701 125
TLL-Related Objects Section 3 Database Reference for Objects
TLL-Related Objects
Module that runs Taylor Ladder Logic (TLL) must have an LL_DEV object as a
child. TLL-related objects (children of the LL_DEV object) are listed in Table 16.
These objects are described in detail in the Taylor Ladder Logic (TLL) User’s
Guide.
126 3BUR002120R3701
Section 3 Database Reference for Objects Remote I/O-Related Objects
OBJECT
PURPOSE REFERENCE
TYPE
IO_16CKT One required per 6240B DC sink or source Taylor Remote I/O (TRIO) User’s
16-circuit block. Guide
IN_16CKT One required per 6247B 115VAC 16-circuit Taylor Remote I/O (TRIO) User’s
block. Guide
OP_16CKT One required per 6248B relay output block. Taylor Remote I/O (TRIO) User’s
Guide
3BUR002120R3701 127
AC410 Object Section 3 Database Reference for Objects
OBJECT
PURPOSE REFERENCE
TYPE
IO_32CKT One required per 6241B 32-circuit DC sink or Taylor Remote I/O (TRIO) User’s
source I/O block. Guide
IN4_2OUT One required per 6230B analog I/O block Taylor Remote I/O (TRIO) User’s
(non-two-wire XMTR applications). Guide
GRP_8CKT One required per 6244B 115VAC 8-circuit Taylor Remote I/O (TRIO) User’s
grouped or 6245B115VAC 8-circuit low Guide
leakage I/O block.
ISO_8CKT One required per 6246B AC/DC isolated Taylor Remote I/O (TRIO) User’s
8-circuit block. Guide
CSANALOG One required per 6231B current sourcing Taylor Remote I/O (TRIO) User’s
analog I/O block for two-wire XMTR Guide
applications.
HSC_A One required per high-speed counter block. Taylor Remote I/O (TRIO) User’s
Guide
HSC_B One required per high-speed counter block. Taylor Remote I/O (TRIO) User’s
Guide
RTD One required per 6233B RTD input block. Taylor Remote I/O (TRIO) User’s
Guide
TC One required per 6232B thermocouple input Taylor Remote I/O (TRIO) User’s
block. Guide
AC410 Object
The AC410 object is a child of an AREA object. One AC410 object is required per
AC410 node. Refer to the Advant Controller 410 User’s Guide for details.
128 3BUR002120R3701
Section 3 Database Reference for Objects AC460 Objects
AC460 Objects
The AC460 object is a child of an AREA object. It can have up to three
AC460MOD (module) objects as children, Table 18. Refer to the Advant Controller
460 User’s Guide for details.
3BUR002120R3701 129
S800 I/O Objects Section 3 Database Reference for Objects
130 3BUR002120R3701
Section 3 Database Reference for Objects MVI-Related Objects
MVI-Related Objects
The MVIBOARD object is a child of an AC410 or AC460MOD object. It is
required for control modules that support serial I/O devices such as PLCs, Smart
Platform, and smart devices. Refer to the appropriate Advant Programmable
Controller User’s Guide, Advant Smart Platform Interface User’s Guide, and
Advant Smart Device (HART) Interface User’s Guide for details.
3BUR002120R3701 131
PLC-Related Objects Section 3 Database Reference for Objects
PLC-Related Objects
The PLC object is a child of an AC410 or AC460MOD object. It is required for
control modules that support PLC and smart devices. Refer to the appropriate
Advant Programmable Controller User’s Guide and Advant Smart Device (HART)
Interface User’s Guide for details.
132 3BUR002120R3701
Appendix A Group Routing For Alarms
Group Routing is an optional feature for systems that expect heavy alarm message
traffic on the DCN. This feature lets you optimize alarm message traffic on the DCN
by assigning all nodes involved with message generation/logging to sending and
receiving groups. Nodes that generate alarms are assigned to one or more (up to
four) send groups, and nodes that receive alarms are assigned to one or more (up to
16) receive groups. Alarm messages are only routed between nodes belonging to the
same group. Group routing supersedes the CCF Alarm routing specified in the
senders AREA templet.
If a node under an area templet is specified to send CCF Alarm messages to one or
more groups, then the destination message centers specified in its AREA templet
must be specified in the Group Routing file as receiving from the groups specified
by the sender node.
Groups are defined in a Group Routing file using an off-line (hpterm window-
based) utility called bugs. This file contains a list of nodes and which groups they
are sending to and receiving from. The data in this file is used to populate Advant
OCS relations when the database is compiled and installed. Once the nodes are
rebooted, the group routing will be enabled.
You must configure all Advant CDP's that will use the Alarm Group Routing
functionality with a Group Routing file. Model A/B controllers can not function as
senders. The following error occurs if there is no group routing file or a node name
is not in the file:
ALARM GROUP ROUTE ERROR: TOO MANY RECEIVE GROUPS
################################
ALARM GROUP ROUTING NOT ACTIVE FOR node_name
When the system is started, nodes that receive alarm messages check the database
and sign up for the specified groups. During runtime, when an alarm is generated,
3BUR002120R3701 133
The Bugs Utility Appendix A Group Routing For Alarms
the alarm/event task checks the database, and determines if alarm groups are
configured. If so, the alarm messages are routed to the specified groups. If not, the
standard alarm routing method is used.
Follow these procedures to configure the Group Routing file and install the file in
the database:
– Starting the bugs Utility
– Create the Group Routing File
– Insert Records in the Group Routing File
– Reviewing the Group Routing File
Related procedures are described in:
– Removing a Record
– Install Report Messages
– Bugs File Editor Commands
134 3BUR002120R3701
Appendix A Group Routing For Alarms Starting the Bugs Utility in Advant HPUX platform
ModConsole Icon
3BUR002120R3701 135
Starting the Bugs Utility in AdvaBuild Windows platform Appendix A Group Routing For Alarms
5. Press the ESC key. This launches the bugs utility, Figure 38.
Turn the Caps Lock on for all interaction with the bugs utility.
136 3BUR002120R3701
Appendix A Group Routing For Alarms Create the Group Routing File
The file name is critical. The Group Routing function will not work
unless the file is named exactly as shown above.
A sample dialog is shown in Figure 39. For sample record specifications see
3BUR002120R3701 137
Insert Records in the Group Routing File Appendix A Group Routing For Alarms
Table 21.
138 3BUR002120R3701
Appendix A Group Routing For Alarms Insert Records in the Group Routing File
g. Press ENTER to accept the current length. This displays the INSERT ?>
prompt.
h. Press ENTER to enter the next record. This displays a message indicating
the next record number, and the 000000+R0 00 ? prompt returns.
4. Repeat step 3 for as many records as required.
5. To end the file, when the INSERT?> prompt is displayed, enter . (a period).
Prompt to
Insert (step 3f)
Return to INSERT
Prompt,
New record #,
Insert Prompt
(steps 3g, 3h)
3BUR002120R3701 139
Reviewing the Group Routing File Appendix A Group Routing For Alarms
140 3BUR002120R3701
Appendix A Group Routing For Alarms Removing a Record
In this example, the record listing is shown in hexadecimal format. You can also
show the listings in ascii or other formats. To do this, at the LIST prompt, enter a
semicolon, and the applicable character as described in Table 22. For example, to
list the records in ascii, use a double quotation mark: LIST ?> ;”
You can page through the file by simply entering a carriage return, or you can
navigate directly to a specific record by entering the record number.
Removing a Record
To delete a record:
1. Open the text file with the bugs editor: EDIT GRPROUTE.DT
2. At the LIST prompt, enter the number of the record that you want to delete. For
example, to delete the second record, enter: 1. This displays the second record
(Record number = $1).
3. When the LIST prompt returns, enter R. This is the Remove command.
3BUR002120R3701 141
Install Report Messages Appendix A Group Routing For Alarms
142 3BUR002120R3701
Appendix A Group Routing For Alarms Bugs File Editor Commands
If a record is found, but no send or receive groups have been specified, the record
will be ignored. Alarm Group Routing will not be activated for the node, and no
message will be entered in the install report.
If any of the following error conditions are encountered by the installer, Alarm
Group Routing will not be activated for the corresponding node:
• If a record has too many send or receive groups. Example messages are shown
below:
3BUR002120R3701 143
Bugs File Editor Commands Appendix A Group Routing For Alarms
Function Command
Change to INSERT Mode I
Change to LIST Mode L
Change to MODIFY Mode M
Quit editor . (period)
Remove (delete) current record R
Go to start of file S
Go to end of file Z
Go to previous record P
Go to next record N
Change Listing format ;” = ascii
;$ = hexadecimal
;% = binary
;@ = octal
;U = unsigned decimal
;& = signed decimal
144 3BUR002120R3701
INDEX
3BUR002120R3701 145
Index
CNTRLLER object 115, 119 export file via Export References Display 37
common database portion 30 export file via object editing 37
CONFIG user 27 CRT field 97
configuration area 35 Serial Ports Templet 97
configuring CSANALOG object 128
Alarm/Event Logger 41 CTRL_BLOCK object 23
alarms for continuous loops 42
alarms for device loop 43 D
historical recording of alarm/event database attributes referenced by other domains 36
messages 45 database attributes related to multiple
CONSLIB object 23, 80, 92, 112 configurator 35
Console Library Configurator 35 database hierarchy 59
CONSOLE object 22, 112 to 113 database objects 71
CONSOLE subtree hierarchy 61 DCN_DCN object 22
console-related objects 112 default user categories for displays and software 52
CONSLIB 112 designation of objects in control structure 23
CONSOLE 112 DEV_DESC object 22, 71, 78
LOG_DETL 112 DEV_DIR object 22, 71, 78
MSG_ROUT 112 DEV_LOOP object 23, 125
PORTS 112 DEV_SPEC object 126
CONT_IO object 116 device descriptor sets 78
CONT_SS object 22, 115, 117 device descriptors 78
CONT_SS subtree hierarchy 64 DI810 object 131
control structure objects 22 DI814 object 131
control system structure 20 DI820 object 131
controller subsystem-related objects 115 DI821 object 131
A_PANEL 115 DIG_MA_S object 116
BUC 115 DO810 object 131
CCF 115 DO814 object 131
CNTRLLER 115 DO820 object 131
CONT_IO 116 domain 30
CONT_SS 115 DSAI130 object 129
DIG_MA_S 116 DSAI133 object 129
LL_DEV 116 DSAI145 object 129
PORTS 115 DSAI151 object 129
REMOTEIO 115 DSAI155 object 130
TCL_MBOX 116 DSAO110 object 130
TCL_RUN 116 DSAO120 object 130
creating DSAX110 object 130
export file 37 DSDI110 object 130
146 3BUR002120R3701
Index
3BUR002120R3701 147
Index
148 3BUR002120R3701
Index
3BUR002120R3701 149
Index
U
URELNAME object 82
W
WRITER user 27
150 3BUR002120R3701
Contact us
3BUR002120R3701
www.abb.com/controlsystems www.abb.com/controlsystems
ABB Inc.
Control Technologies
Wickliffe, Ohio, USA
Phone: +1 440 585 8500
e-mail: industrialitsolutions@us.abb.com
www.abb.com/controlsystems