3BSE035980-510 - en System 800xa Control 5.1 AC 800M Configuration PDF
3BSE035980-510 - en System 800xa Control 5.1 AC 800M Configuration PDF
3BSE035980-510 - en System 800xa Control 5.1 AC 800M Configuration PDF
AC 800M
Configuration
System Version 5.1
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.
3BSE035980-510 5
Table of Contents
3BSE035980-510 6
Table of Contents
3BSE035980-510 7
Table of Contents
Task Abortion.....................................................................................................168
Load Balancing ..................................................................................................169
Non-Cyclic Execution in Debug Mode ..............................................................170
Task Analysis.................................................................................................................171
Exploring the Interface.......................................................................................172
Modifying Task Execution Time........................................................................176
Error and Warning Categories............................................................................176
Security..........................................................................................................................179
Authentication at Download...............................................................................179
Confirmed Online Write.....................................................................................181
Search and Navigation...................................................................................................181
Search and Navigation Dialog............................................................................182
Search Settings ...................................................................................................183
Symbol and Definition .......................................................................................185
References ..........................................................................................................186
Navigation to Editors .........................................................................................190
Search and Navigation Settings..........................................................................191
Search Data ........................................................................................................194
Reports ...........................................................................................................194
Input and Output Signal Handling.................................................................................195
Backup Media................................................................................................................198
Compact Flash....................................................................................................199
Secure Digital.....................................................................................................199
Adding CF Card or SD Card to Hardware .........................................................200
Saving Cold Retain Values on Files ...................................................................201
Downloading the Application to Removable Media ..........................................203
Configuration Load ............................................................................................203
Upgrading Controller Firmware using Backup Media.......................................204
Restoring Formatted CF Cards to Original Size ................................................208
Compiler Switches.........................................................................................................209
Settings ...........................................................................................................209
Reports...........................................................................................................................212
3BSE035980-510 8
Table of Contents
3BSE035980-510 9
Table of Contents
Section 3 - Communication
Introduction ...................................................................................................................293
Communication Libraries ..............................................................................................294
COMLI Communication Library .......................................................................294
Foundation FIELDBUS HSE Communication Library .....................................294
INSUM Communication Library .......................................................................298
MB300 Communication Library........................................................................302
MMS Communication Library...........................................................................303
MODBUS RTU Communication Library ..........................................................304
MODBUS TCP Communication Library...........................................................304
Modem Communication Library........................................................................304
Siemens S3964 Communication Library ...........................................................304
SattBus Communication Library........................................................................305
MTM Communication Library ..........................................................................305
Serial Communication Library...........................................................................306
3BSE035980-510 10
Table of Contents
Supported Protocols.......................................................................................................309
Control Network ............................................................................................................310
Network Redundancy .........................................................................................310
Statistics and Information on Communication...................................................311
Variable Communication ...............................................................................................312
StartAddr ...........................................................................................................313
Reading/Sending Data ...................................................................................................316
Connection Methods ..........................................................................................318
Communication Concepts ..................................................................................320
Fieldbus Communication...............................................................................................323
HART Communication..................................................................................................326
SIL Certified Communication .......................................................................................326
SIL Communication ...........................................................................................328
How to Choose Function Block/Control Modules in MMSCommLib ..............329
Parameter Errors (ParError) ...............................................................................331
3BSE035980-510 11
Table of Contents
3BSE035980-510 12
Table of Contents
Trouble-Shooting...........................................................................................................398
General ...........................................................................................................398
Log Files ...........................................................................................................399
Crash Dumps for Analysis and Fault-Localization ............................................415
Remote Systems Information .............................................................................416
Diagnostics for Communication Variables.........................................................419
Analysis Tools ....................................................................................................425
System Diagnostics ............................................................................................427
Trouble-Shooting Error Symptoms ....................................................................433
Common Reason for Shut-Down AC 800M HI Controller................................436
Connection to Aspect Server..............................................................................440
Error Reports .................................................................................................................441
3BSE035980-510 13
Table of Contents
INDEX
3BSE035980-510 14
About This Book
General
This manual describes how to use the basic 800xA programming and configuration
functions that can be accessed via the Plant explorer and Project Explorer interfaces.
The libraries described in this manual conform to the IEC 61131-3 Programming
Languages standard, except for control modules, which are not supported by this
standard.
• Section 1, Basic Functions and Components, describes all the basic functions
that are available via system functions, Basic library, and commands in the
Control Builder interface. This section also describes the type and object
concept, and how variables and parameters are used.
• Section 2, Alarm and Event Handling, describes the types in the Alarm and
Event library and how to use them to add alarm and event functions to objects
that do not have alarm functionality built into them.
• Section 3, Communication, describes the types in the Communication libraries
and how to use them to establish communication between controllers.
• Section 4, Online Functions, describes Control Builder functions in online
mode.
• Section 5, Maintenance and Trouble-Shooting, describes Control Builder
maintenance functions. It also describes how to use the Import/Export function,
how to write an error report, the location of various log files, how to read these
log files, and how to fix some common problems.
• Appendix A, Array, Queue and Conversion Examples contains some examples
on how to use queues and arrays, and how to convert numbers from one format
to another.
• Appendix B, System Alarms and Events describes system alarms and system
simple events from a controller perspective.
3BSE035980-510 15
Document Conventions About This Book
Document Conventions
Microsoft Windows conventions are normally used for the standard presentation of
material when entering text, key sequences, prompts, messages, menu items, screen
elements, etc.
Electrical Warning icon indicates the presence of a hazard which could result in
electrical shock.
Warning icon indicates the presence of a hazard which could result in personal
injury.
Tip icon indicates advice on, for example, how to design the 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
16 3BSE035980-510
About This Book Terminology
Terminology
A complete and comprehensive list of Terms is included in the IndustrialIT
Extended Automation System 800xA, Engineering Concepts instruction
(3BDS100972*). The listing included in Engineering Concepts includes terms and
definitions as they apply to the 800xA system where the usage is different from
commonly accepted industry standard definitions and definitions given in standard
dictionaries such as Webster’s Dictionary of Computer Terms.
Related Documentation
A complete list of all documents applicable to the 800xA IndustrialIT Extended
Automation System is provided in Released User Documents, (3BUA000263*).
This document lists applicable Release Notes and User Instructions. It is provided in
PDF format and is included on the Release Notes/Documentation media provided
with the system. Released User Documents are updated with each release and a new
file is provided that contains all user documents applicable for that release with their
applicable document number. Whenever a reference to a specific instruction is
made, the instruction number is included in the reference.
3BSE035980-510 17
Related Documentation About This Book
18 3BSE035980-510
Section 1 Basic Functions and Components
Introduction
Control Builder is a programming tool that contains:
• Compiler.
• Programming editors.
• Standard libraries for developing controller applications.
• Standard hardware types (units) in libraries for configuring the controller.
The Control Builder tool also includes system firmware and common functions such
as control system templates, task supervision, security and access management.
Most of the application development can be accomplished using the basic functions
and components presented in this section.
This section is organized in the following manner:
• Control Project Templates on page 21 describes the different templates that can
be used to create a control project.
• Control Projects on page 22 describes how to create and work with control
projects.
• Program Organization Units, POU on page 23 introduces the Program
Organization Unit (POU) concept.
• Entities and Reservation (Multi-User Engineering) on page 24 introduces the
concept of reservation and entities.
• Environments on page 26 introduces the concept of environments.
• System Firmware Functions on page 29 describes firmware functions included
in the system, which can be used in any application.
3BSE035980-510 19
Introduction Section 1 Basic Functions and Components
20 3BSE035980-510
Section 1 Basic Functions and Components Control Project Templates
3BSE035980-510 21
Control Projects Section 1 Basic Functions and Components
Control Projects
A control project combines the control applications and the controllers together in
the Project Explorer. Several control projects can be created for the same control
network.
The control projects can be created either from the Plant Explorer or from the
Project Explorer.
Before creating a control project, set up and configure a control network in the
Control Structure (Plant Explorer).
22 3BSE035980-510
Section 1 Basic Functions and Components Program Organization Units, POU
For more information, refer to SIL Certified Applications in the manual System
800xA Control AC 800M Getting Started (3BSE041880*). Also, refer to System
800xA Safety AC 800M High Integrity Safety Manual (3BNP004865*), which
contains guidelines and safety considerations for all safety life cycle phases of an
AC 800M High Integrity controller.
3BSE035980-510 23
Entities and Reservation (Multi-User Engineering) Section 1 Basic Functions and Components
Entities
The following objects are grouped as entities:
• Projects, applications, controllers
• Libraries, libraries with hardware types
• Control modules types, except hidden control module types
• Function block types, except hidden function block types
• Diagrams
An entity can be part of another entity. For example, applications and controllers are
part of a project, and control module types and function block types are part of
either an application or a library.
24 3BSE035980-510
Section 1 Basic Functions and Components Reservation
When an entity is reserved, all its objects are reserved. For example:
• When the user reserves a controller, all objects that are part of the controller
(objects such as hardware units and tasks) are reserved.
• When the user reserves an application, its programs and data types, but not
necessarily its function block types or control module types, are reserved.
In case environments are used, the entity icons in Project Explorer show only the
reservation status. For example, the icon is shown for the current
environment; however, the Reservation dialog shows complete reservation status.
Reservation
The entity must be reserved before it can be modified.
To reserve an entity:
1. Right-click the entity (for example, an application), and select Reserve to open
the Reserve dialog box.
2. Select the entities to reserve. Click Help for more information on how to use
the dialog box.
The same dialog box (with a different name) also appears when an operation that
requires the reservation of one or more entities is performed.
To release the reservation of an entity after modifying it:
1. Right-click the entity (for example, an application), and select Release
Reservation to open the Release Reservation dialog box.
2. Select the reservations to release. Click Help for more information on how to
use the dialog box.
In case environments are used, the reservations in the current environment only
can be released.
Use the Reserve and Release Reservation icons in the Project Explorer
toolbar to reserve entities or to release the reservation. Some offline editors also
have a Reserve button.
To take over a reservation, both the Plant Explorer and the Project Explorer can
be used. For more information, refer to the System 800xA Configuration
(3BDS011222*).
3BSE035980-510 25
Environments Section 1 Basic Functions and Components
Environments
In 800xA Systems, environments provide isolated engineering. Since different
environments can have different content, a control application can be modified
without affecting the running control application. For example, the Engineering
Environment can contain a modified application, while the Production Environment
contains the running application.
Environments require a separate license and are not available to all users. The
Project Explorer shows the information about an environment only when it is
being used.
For more information, refer to the System 800xA Engineering Engineering and
Production Environments (3BSE045030*).
26 3BSE035980-510
Section 1 Basic Functions and Components Engineering and Production Environments
Environment Workflows
For a new project, follow this workflow:
1. Create a new project in the Engineering Environment, and modify the entities
as desired.
2. Deploy the project and all other modified entities from the Engineering
Environment to the Production Environment.
3. Re-open the project in the Production Environment and download the new
project to the controller.
To modify an exiting project, follow this workflow:
1. Open the project in the Engineering Environment.
2. Right-click the project name, and select Refresh Project.
3. Modify the project without affecting the Production Environment, which
contains the project running in the controller.
4. Deploy the modified project to the Production Environment.
5. Re-open the project in the Production Environment, and download the
modified project to the controller.
3BSE035980-510 27
Engineering and Production Environments Section 1 Basic Functions and Components
Deploying an Entity
Deploy is only available in offline mode.
28 3BSE035980-510
Section 1 Basic Functions and Components Remove Environment Changes
3BSE035980-510 29
System Firmware Functions Section 1 Basic Functions and Components
To access the detailed online help and how-to-do instructions for a system
firmware function, select the data type or function, and press the F1 key.
Table 1. System Function Overview
30 3BSE035980-510
Section 1 Basic Functions and Components Hardware
Hardware
All hardware is defined as hardware types (units) in Control Builder. The hardware
types reflect the physical hardware in the system.
Hardware types are organized and installed as libraries. This makes it possible to
handle hardware types independently, with the following advantages:
• Since the libraries are version handled, different versions of the same hardware
type exist in different versions of the library. This makes it easy to upgrade to
newer system versions and also allows coexistence of new and old hardware
units.
• The new versions of a library (along with the hardware types) can be easily
delivered and inserted to the system.
A number of standard libraries with hardware types are delivered with the
system. A standard library is write protected and cannot be changed
• Only used hardware types allocate memory in the controller.
3BSE035980-510 31
Standard System Libraries with Hardware Section 1 Basic Functions and Components
Library Description
ABBDrvNpbaCI851HwLib ABB Drive NPBA and subunits for PROFIBUS
ABBDrvNpbaCI854HwLib
ABBDrvRpbaCI851HwLib ABB Drive RPBA and subunits for PROFIBUS
ABBDrvRpbaCI854HwLib
ABBProcPnlCI851HwLib ABB Process Panel for PROFIBUS
ABBProcPnlCI854HwLib
ABBPnl800CI851HwLib ABB Panel 800 for PROFIBUS
ABBPnl800CI854HwLib
ABBDRVRETACI871HWLIB Optional device for ABB drives, which enables the
connection of the drive to a PROFINET IO
network.
ABBMNSiSCI871HWLIB Motor control center solution that can be used in
PROFINET IO network.
BasicHWLib Basic controller hardware types for AC 800M and
SoftController
BasicHIHwLib Basic controller hardware types for AC 800M HI
and SoftController HI
CI851PROFIBUSHwLib Communication interface PROFIBUS DP
CI854PROFIBUSHwLib Communication interface PROFIBUS DP-V1
CI860FFhseHwLib Communication interface FOUNDATION Fieldbus
HSE
CI855Mb300HwLib Communication interface MasterBus 300
CI857InsumHwLib Communication interface INSUM
CI858DriveBusHwLib Communication interface DriveBus
32 3BSE035980-510
Section 1 Basic Functions and Components Standard System Libraries with Hardware
Library Description
CI856S100HwLib Communication interface S100 I/O system and
S100 I/O units
CI865SattIOHwLib Communication interface for remote I/O
connected via ControlNet
CI853SerialComHwLib RS-232C serial communication interface
CI867ModbusTcpHwLib Communication interface MODBUS TCP
CI868IEC61850HwLib Communication interface IEC 61850
CI869AF100HwLib Communication interface for AF 100
CI871PROFINETHwLib Communication interface CI871
CI872MTMHwLib Communication interface for MOD5-to-MOD5
CI873EthernetIPHWLib Communication interface EtherNet/IP
CI852FFh1HwLib Communication interface FOUNDATION Fieldbus
H1
S200IoCI851HwLib S200 adapter and S200 I/O units for PROFIBUS
S200IoCI854HwLib
S800IoModulebusHwLib S800 I/O units for ModuleBus
S800CI830CI851HwLib S800 adapters and S800 I/O units for PPOFIBUS
S800CI830CI854HwLib
S800CI840CI854HwLib
S800CI801CI854HwLib
S900IoCI854HwLib S900 adapter and S900 I/O units for PROFIBUS
PrinterHwLib Printer unit
ModemHwLib Modem unit
SerialHwLib Communication protocols
COMLIHWLib
ModBusHWLib
S3964HWLib
3BSE035980-510 33
Customized Hardware Types Section 1 Basic Functions and Components
For a complete list of the hardware types in the standard libraries, see Control
Builder online help.
If a suitable hardware type cannot be found in any of the standard system
libraries, it can be found in the Device Integration Library. The Device
Integration Library can be purchased separately from ABB.
34 3BSE035980-510
Section 1 Basic Functions and Components Configuring the Controller
See Connect Libraries on page 123 for information on how to insert and connect
libraries.
It is not possible to select Insert Unit if the unit cannot contain any sub-units or if
no more positions are available.
3BSE035980-510 35
Configuring the Controller Section 1 Basic Functions and Components
3. Expand the relevant library folder under Connected Libraries, and select the
hardware type to be included.
The Libraries in Project contains libraries that are added to the project but not
yet connected to the controller. If a unit is selected under Libraries in Project,
the option to connect the library to the controller appears.
4. From the Position drop-down list, select a position for the hardware unit.
By default, the first available position is chosen. If no more positions are
available, the Position drop-down list is empty and the Insert button is
disabled.
5. For units supporting redundancy, check the Enable redundant mode check
box, and select a position for the backup unit.
Some redundant units have a fixed position offset. For these units, the backup
position is automatically calculated, and the user cannot change this position.
Figure 2. Example of a hardware tree with a name for the AI820 unit
36 3BSE035980-510
Section 1 Basic Functions and Components Basic Hardware
Basic Hardware
The two Basic Hardware Libraries: BasicHwLib and BasicHIHwLib, contain
standard system hardware types that are used when configuring the AC 800M
controller and SoftController. The standard system hardware types are installed
along with the Control Builder.
Only one version of a Basic Hardware Library can be connected to a controller.
3BSE035980-510 37
Basic Library for Applications Section 1 Basic Functions and Components
38 3BSE035980-510
Section 1 Basic Functions and Components Application Types and Instances
3BSE035980-510 39
Types and Instances - Concept Section 1 Basic Functions and Components
Library
Application instance1 instance2
A 3 A 10
B 7 B 11
The type contains the code, whereas each instance contains a list of computed
variable values. The instance does not contain any code; it uses the code inside the
type for manipulating its own local variable values.
1. Formal instances are instances of another type located inside a type. These, along with instances based on that
type are executed in applications.
40 3BSE035980-510
Section 1 Basic Functions and Components Define a Type in the Editor
A type is always static and cannot run by itself in applications. To execute the code
inside the type, an instance based on the type (an instance) must be created. The
instance executes the code located inside the type. To create an instance, point to a
type either in a library or in an application.
All instances based on the same type have the same characteristics, which means
they have equal access to everything in the type. An instance does not contain a
programming editor or code blocks; hence the code cannot be written inside an
instance. All logic must be created in the type.
The allocated memory for creating a type solution (for example, a motor type
solution that contains one motor type and 20 motor instances) is distributed mainly
on the programming code inside the type. Therefore, the cost (allocated memory)
for each new instance (motor) is very small, compared to the type itself. The
instance only needs to allocate memory for variables, as the code is located and
executed from the type. However, the number of instances are relevant for
considering the total CPU memory.
It is easier to update the application while working with newer version of types,
since the inherited mechanism takes care of changes that often concern hundreds of
instances. A code change (for example, declaring additional connection parameters)
can be done once for the type, and this change is inherited by all instances
simultaneously.
Control Builder also contains a number of structured data types. For more
information, refer to the System 800xA Control AC 800M Planning (3BSE043732*)
manual. A type described in this sub-section is either a function block type or a
control module type.
3BSE035980-510 41
Define a Type in the Editor Section 1 Basic Functions and Components
42 3BSE035980-510
Section 1 Basic Functions and Components Define a Type in the Editor
3BSE035980-510 43
Define a Type in the Editor Section 1 Basic Functions and Components
Enter the name of the function block in the Name column, and select the cell in the
Function Block Type column. Press CTRL+J to open a context menu with all
function block types available.
Connect all libraries with the required function blocks types to the application.
Only then, the available function block types are listed in the context menu
(CTRL+J)
44 3BSE035980-510
Section 1 Basic Functions and Components Define a Type in the Editor
Figure 8 shows a part of a programming editor, which uses Structured Text (ST) as
the language. This editor also contains two code blocks: Control and Start_Code.
3BSE035980-510 45
Define a Type in the Editor Section 1 Basic Functions and Components
However, there are some limitations while using the Start_ code block:
– It is not suitable to place functions, function blocks, etc, in a Start_ code
block.
– It is valid only for the code blocks in control modules, and not for the code
blocks in SFC (Sequential Function Chart).
– The FirstScanAfterApplicationStart function must not be used in the
block.
– Function blocks for communication must not be used in the block.
If the application contains a very large chunk of code that has to be run in the first
scan (for example, alarms in the Start_ code block), the execution time can be so
high that overrun occurs. This leads to the eventual shut-down of the controller.
Graphical Editor
The graphical editor, Control Module Diagram Editor (CMD Editor) is a combined
editor for drawing and programming. The term ‘diagram’ refers to the graphical
view of control modules and connections.
Use this editor to create and edit control modules, code, and graphics, and to
connect variables and parameters.
46 3BSE035980-510
Section 1 Basic Functions and Components Control Modules and Function Blocks
To open the CMD Editor, right-click the control module type and select CMD
Editor. Figure 10 shows part of the graphical editor (CMD Editor).
The drawing functions in the CMD editor include basic auto shapes (lines,
rectangles, etc.), ready-to-use interaction instances (option buttons, check boxes,
etc.), and composite instances (trend graphs, string selectors, etc.). The graphical
instances are dynamic, that is, with changing variable values, the points move,
colors change, and numerical values are presented.
3BSE035980-510 47
Control Modules and Function Blocks Section 1 Basic Functions and Components
48 3BSE035980-510
Section 1 Basic Functions and Components Types in Applications
Types in Applications
Creating a type in an application is the quickest and easiest way to get started.
Before creating types, no new libraries need to be created; use the available methods
like connect libraries, create user defined data types, and select the object type to
use (see Decisions When Creating Types on page 52). However, if a type is created
directly in an application, it can only be used inside that application.
Figure 11. Two examples of a type created especially for Application_1. (Left) A
control module type (My_MotorType), (Right) a function blocks type
(PumpMotor_type)
To gain access to standard libraries (or user defined libraries), insert them into the
control project (see Library Management on page 122), and connect them to the
application. This allows the types in the application to use the instances from
existing types in the connected libraries.
3BSE035980-510 49
Types in User defined Library Section 1 Basic Functions and Components
Type
50 3BSE035980-510
Section 1 Basic Functions and Components Modify Complex Types
3BSE035980-510 51
Decisions When Creating Types Section 1 Basic Functions and Components
52 3BSE035980-510
Section 1 Basic Functions and Components Create and Connect instances
For information on how to access these methods, refer to the Control Builder
online help. Select one of the folders in Project Explorer and press F1.
3BSE035980-510 53
Create and Connect instances Section 1 Basic Functions and Components
Connections
Control modules can be connected to each other either through graphics or through
text. Graphical connections are implemented directly in the Control Module
Diagram editor and textual connections are implemented in the Connection editor.
Graphical Connections
Graphical nodes and graphical connections connects the control modules
effectively.
54 3BSE035980-510
Section 1 Basic Functions and Components Create and Connect instances
1 3
Figure 15. Two motor instances that have been graphically connected with a Start
and Next instance located in the Group Start library. The circles symbolize the
connection nodes
3BSE035980-510 55
Create and Connect instances Section 1 Basic Functions and Components
Textual Connection
To open the Connections editor via the Connections entry, right-click the module
and select Connections.
Parameters can be connected to the actual variables presented in the Connections
editor. Textual connection is the only way to connect parameters when the control
module is subordinate to a function block, since there are no surrounding graphics.
It is not possible to connect the same parameter both graphically and textually.
Connect an instance
The Connections editor is a parameter/variable interface between the instance and
its closest surrounding. The Connections editor displays the parameters that are
declared in the type, with reference to the control module instance, and connects the
surrounding parameters/variables to the instance.
If a control module instance is created in an application (see Figure 16), then the
application can be seen as the closest surrounding, and the variables in the
application must be connected to the instance.
If a control module instance is created in a type (located in a library), then the type
can be seen as the closest entity, and parameters/variables in the type must be
connected to the instance.
To connect the parameters to instances located several hierarchical layers away
(not the closest), use structured data types that simplifies the connections (instead
of passing corresponding parameters). For more information on structured data
types, refer to the System 800xA Control AC 800M Planning (3BSE043732*)
56 3BSE035980-510
Section 1 Basic Functions and Components Create and Connect instances
A Motor Type
FB1
OUT1
Name
Code
Application
motor object
appfb1
FB1
OUT1 appout1
‘PumpMotor’
Name
surrounding area
3BSE035980-510 57
Function Block Execution Section 1 Basic Functions and Components
Once the variables are connected to the instance, it is ready to run in the application
(see Figure 17).
58 3BSE035980-510
Section 1 Basic Functions and Components Function Block Execution
Function block
before execution var’ after execution
In code
var
Figure 18. In and Out parameters for a function block. This example illustrates how
In and Out parameters copies the variable (var).
Using by_ref on parameters enhances the performance. It takes a lot of execution
time to copy parameters in each scan.
There are some limitations when using by_ref:
• It is not possible to connect expressions or literals to a reference parameter.
• If a reference parameter is not connected in one invocation, it cannot be
connected in other invocation (if the instance has multiple invocations).
• It is not possible to read or write the parameter from outside the function block
(except in the invocation). The example expressions like fb.par_in := 2; or k :=
fb.par_out; are not allowed for reference parameters.
By using by_ref, it is still possible to use init values, in which case the init value is
the default value. If the parameter is not connected, the default value is used.
The code generated for connecting by_ref parameter is identical to an in_out
parameter; but they differ in what is allowed inside the function block.
For example, it is not allowed to write onto an in parameter regardless of whether it
is a reference or value parameter. The ownership analysis detects that a variable is
read only if an in parameter by reference is used instead of in_out. It is therefore
preferable to use direction=in and attribute=by_ref (instead of in_out), if the
parameter is actually an in parameter.
3BSE035980-510 59
Control Module Execution Section 1 Basic Functions and Components
If In_Out parameters are passed by reference, only a reference to the actual variable
outside the function block is passed to and from the function block. The local
representation of the parameter does not exist inside the function block. Performing
operations on an In_Out parameter inside a function block means performing
operations directly on the actual variable connected to the function block. See also
Connecting Variables to I/O Channels on page 97.
Function block
code
Figure 19. In_Out parameter for a function block. This example illustrates how the
In_Out parameter points as reference to the value in the variable varRef.
60 3BSE035980-510
Section 1 Basic Functions and Components FD Port
These control module parameters follow different access rules from the code inside
the control module and offer limitations to the methods used to connect them.
All of them are passed by reference, which means only a reference to the actual
variable outside the control module is passed to and from the Control module.
The rules governing their functioning are as follows:
• Input parameters are read only.
• Out, In_Out and Unspecified are read and edit.
• Control modules on the same level can connect only In to Out.
• A sub control module inside could only connect its In parameters to In
parameters in the surrounding control module and so on.
• In_out must be connected to a variable (on any level)
• Several In could be connected to one Out (if not a structured type containing a
reverse attribute)
These rules apply to connecting parameters to communication variables as well.
Communication Variable In should be connected to In parameters and the
corresponding for Out. The compiler (and check) warns if rules are broken.
Unspecified parameters can be used without limitations for compatibility reasons.
For more information on Code Sorting, see the System 800xA Control AC 800M
Planning (3BSE043732*).
FD Port
The FD Port column appears in the editor for function block types and control
module types. This column only significant for the types that are instantiated in a
Function Diagram (FD) code block.
The normal choice is Yes or No. The value specifies if the parameter shall be visible
when the function block type or control module type is instantiated in an FD code
block. The default value is Yes.
There are extra choices (Left or Right) for control module parameters with direction
Unspecified and function block parameters with direction In_Out. These choices are
related to the placement of the parameter port in the FD code block.
3BSE035980-510 61
FD Port Section 1 Basic Functions and Components
There are some types with structured parameters that are mostly output, but also
contain some input components. Such a parameter must be either an Unspecified
parameter (control module types only) or an In_Out parameter. Both Unspecified
and In_Out parameters are placed on the left side, by default. Therefore Left is
default value for this extra choice.
The following list summarizes the use of the values in the FD Port column for
control module parameters with direction Unspecified and function block
parameters with direction In_Out:
• No - Not visible as a port.
• No Left - Not visible as a port. The parameter will be placed on the left side of
the object if the user decides to show it later on.
• No Right - Not visible as a port. The parameter will be placed on the right side
of the object if the user decides to show it later on.
• Yes - Visible as a port on the left side of the object.
• Yes Left - Visible as a port on the left side of the object.
• Yes Right - Visible as a port on the right side of the object.
62 3BSE035980-510
Section 1 Basic Functions and Components Single Control Modules
Application
Single Control Module
Control Module Types type
Control Modules IfA = 10then
B:=A+1;
end_if;
object1
A 3
B 7
Figure 20. A single control module. This module is not reusable, hence intended to
be used only once for grouping instances into a single unit.
Single control modules can be used as a framework and attach control module
instances inside, like an application does with instances. Figure 21 illustrates this,
3BSE035980-510 63
Aspect instances Section 1 Basic Functions and Components
where three single control modules (Transport, Heating, and Crushing) form the
framework for the control modules (Motor_1, etc.).
Figure 21. Single control modules form the framework for the control modules
Aspect instances
Aspect instance is an attribute that decides whether the instance will be visible in
Plant Explorer, or not.
instances not interacting with other instances in Plant Explorer should have the
aspect instance attribute set to False for not loading the Aspect Server performance.
Function blocks and control modules created from Plant Explorer will be aspect
instances by default, regardless of the type is an alarm owner or not.
64 3BSE035980-510
Section 1 Basic Functions and Components Aspect instances
Every time the Aspect Object menu item is selected, the aspect instance property
is toggled on/off (true/false).
3BSE035980-510 65
Variables and Parameters Section 1 Basic Functions and Components
66 3BSE035980-510
Section 1 Basic Functions and Components Variable and Parameter Concept
3BSE035980-510 67
Variable and Parameter Concept Section 1 Basic Functions and Components
In spite of the different variables purposes, they all have one thing in common – a
variable holds or carries a value (except an external variable). They are defined by
their name and data type, which defines the characteristics of the variable (dint,
bool, real, string, etc.).
Parameters
Parameters on the other hand, cannot store any values. Instead, the user can assign
variables to parameters of function blocks, control modules and functions. Variables
store the value of the corresponding (connection) parameters.
Use parameters for connecting objects and to point to variable values that need to be
read into code blocks and written from code blocks.
When function blocks read from a variable and write to a variable, they use input
and output parameters that temporarily copy the variable value, before and after
execution. In this case, one may claim that parameters can temporarily hold a
value. See Function Block Execution on page 58 for more details.
68 3BSE035980-510
Section 1 Basic Functions and Components Variables
Variables
Table 4 lists available variables in Control Builder.
3BSE035980-510 69
Variable Entry Section 1 Basic Functions and Components
Variable Entry
Control Builder helps the user to declare variables in applications, programs,
function block types and control module types. This section covers the entries:
Name, Data Type, Attributes, Initial Value and Description.
Name
It is recommended that variables are given simple and explanatory names, and that
they begin with a capital letter. Names consisting of more than one word should
have capital letters at the beginning of each new word. Examples of recommended
variable names are DoorsOpen, PhotoCell.
Certain names, however, are reserved by the system and cannot be used for other
purposes, for example true. An error message appears if such a word is used. For
naming guidelines and information on relevant tools, refer to the System 800xA
Control AC 800M Planning (3BSE043732*).
70 3BSE035980-510
Section 1 Basic Functions and Components Variable Entry
Data Types
A data type defines the characteristics of a variable type. There are both simple and
structured data types in Control Builder. A variable of simple data type contains a
single value, while a structured data type contains a number of components of
simple or structured data types.
Table 5 presents the most common simple data types and the initial value when the
variable is declared.
Table 5. Simple data types
3BSE035980-510 71
Variable Entry Section 1 Basic Functions and Components
Comparison of variables of unsigned data types (uint, word, and dword) will not
work properly if the most significant bit is set. Internally, they are handled as
signed, where the most significant bit is used as the sign. This means that a word
variable with a value above 32767 will be considered to be smaller than a word
variable with a value below 32768.
When declaring variables or parameters of the data type string, always define the
required length within square brackets (for example, string[20]), to minimize
allocated memory. If the string length is not defined, then Control Builder
automatically allocates memory for a 40 character string length.
Use variables of data type string with care. Strings occupy a great deal of
memory, and require much execution time to be copied or concatenated.
Attributes
Attributes are used to define how variable values should be handled at certain
events, such as after cold restart, warm restart, etc. Variables that are supposed to
hold values over several downloads must for example, have a retain attribute in
72 3BSE035980-510
Section 1 Basic Functions and Components Variable Entry
order to keep their values after a warm start. Any of the attributes in Table 6, can be
given to a variable. For parameter attributes see Table 7.
Table 6. Variable attributes
Name Description
no attribute The variable value is not maintained after a restart, or a download of
changes. Instead, it is set to the initial variable value. If the variable
has no initial value assigned, it will be assigned the default data type
value, see Table 5 on page 71.
retain The variable value is maintained after a warm restart, but not after a
cold restart. Control Builder sets retain on all variables by default. To
override this, the attribute field must be left empty in declaration pane.
coldretain The variable value is saved in the aspect directory, and retained after
warm or cold restart.(1)
Coldretain overrides the retain attributes in a structured data type.
constant The user cannot change the value online once assigned.
This attribute overrides the coldretain and retain attributes in a
structured data type.
hidden The variable will be hidden for an OPC client connected to an OPC
server for AC 800M. This attribute is used for variable values not
necessary to a supervisory system.
nosort This attribute suppresses the code sorting feature for control module
types. It is advisable not to use the nosort attribute if the user do not
know the data flow characteristics in detail.
state This attribute will let the variable retain its old value between two
scans for control module types. The old and new value can be read by
adding :old and :new to the variable name.
(1) When an application is downloaded the very first time, variables will get their initial data type
values, even though they have been declared with the attribute coldretain, and, that the controller
has done a cold restart. Hence, no variables can receive their coldretain values before they have
been stored in the aspect directory. Correspondingly, will variables that have been declared later
on, contain their initial values until they have been saved in the aspect directory.
3BSE035980-510 73
Variable Entry Section 1 Basic Functions and Components
Name Description
no attribute The parameter value is not maintained after a restart, or a download
of changes. Instead, it is set to the initial parameter value. If the
parameter has no initial value assigned, it will be assigned the default
data type value, see Table 5 on page 71.(1)
retain The parameter value is maintained after a warm restart, but not after a
cold restart.(1)
coldretain The parameter value is saved in the aspect directory, and retained
after warm or cold restart.(1)
Coldretain overrides the retain attributes in a structured data type.
hidden The parameter will be hidden for an OPC client connected to an OPC
server for AC 800M. This attribute is used for variable values not
necessary to a supervisory system.
by_ref This attribute is used for controlling the passed value. For in and out
parameters the value is usually copied into the called instance at the
invocation. But for non simple data types and strings it is time
consuming. In that case, a reference to the data instance is passed in
the function block call. This is achieved by setting the attribute of the
parameter to by_ref.
(1) These attributes are valid if the parameter is not connected, if connected it is the attributes of
connected variables.
In case of power failure, SIL3 applications are restarted using cold retain marked
values which are periodically saved in the controller with a cycle time set by the
user.
74 3BSE035980-510
Section 1 Basic Functions and Components Variable Entry
Attribute Example
The following example tries to illustrate how a variable will be handled, depending
on different attribute settings. Suppose the variable valveC has the attribute
coldretain, valveR has the attribute retain and valve has no attribute. Also, suppose
that these three variables have the initial value = True (see Figure 23 for the variable
declaration).
3BSE035980-510 75
Variable Entry Section 1 Basic Functions and Components
According to the attribute settings in Figure 23, the variables will be read or written
on different occasions in the given code example below, (read the comments under
each IF statement):
IF valveC THEN
(*Code in this position is only executed once after the very
first cold restart*)
valveC := false;
END_IF
IF valveR THEN
(*Code in this position is only executed once after a cold
restart*)
valveR := false;
END_IF
IF valve THEN
(*Code in this position is only executed once after a cold restart
and once after a warm restart*)
valve := false;
END_IF
Note that execution does not have to take place during the first scan after restart, for
example, when IF valve is embedded in another IF statement.
Variables and parameters should have the attribute retain, unless they are written at
each scan. When a change has been made to the application, the entire application
will be (warm) restarted and in doing so, variables without the attribute retain will
be set to their initial values, and there is a chance that the change will not be totally
bumpless. It is recommended that In and Out parameters to function blocks always
have the attribute retain.
More information is given in Control Builder online help. Search the index for
“attribute”.
Initial Values
It is possible to give the variable an initial value, which will be assigned to the
variable the first time the application is executed. This setting overrides the default
data type value. Table 5 shows default initial values for the most common data
types.
76 3BSE035980-510
Section 1 Basic Functions and Components Specific Initial Values
Descriptions
The description field describes and provides information about the variable. A short
descriptive text may include an explanation of the cause of a condition or a simple
event, for example “Pump 1 is running”. Since the description is not downloaded to
the controller, the size of the description is irrelevant.
3BSE035980-510 77
External Variables Section 1 Basic Functions and Components
Priority Order
Initial values are applied in the following order:
1. Coldretain value from the latest saved set.
2. Instance-specific initial value (init_Val property).
3. Initial value declared in the type.
4. Default value of the data type.
External Variables
External variables are not really variables, in the sense that they carry a value.
Instead, external variables work like parameters, that is, they point to a variable
value (in this case a global variable). In order for an object to reach a global variable
(located at the top of the application) it must use a pointer, or more specifically, an
external variable. By declaring an external variable inside an object, it is possible to
78 3BSE035980-510
Section 1 Basic Functions and Components Access Variables
access global variables efficiently from a deep code design, without having to pass
variable values through parameters.
variable z
parameter z
parameter z
parameter z
value of z
variable z [global]
value of z
[external]
Figure 24. The variable z can be accessed deep down in the structure, using several
parameters. (Bottom): Using external (and global) variables, the variable z is
accessed directly, without having to use parameters.
Access Variables
Access variables are needed when the system works as a server. Allowed protocols
are MMS, COMLI, MODBUS TCP and SattBus. MMS and SattBus variables are
declared in the Access Variable Editor under the corresponding tab, COMLI and
MODBUS TCP variables under the Address tab. The variable name must be unique
within the physical control system.
Open the Access Variable Editor by right-clicking the ‘Access Variables’ icon
under the respective Controller and select Editor.
To limit the access to a variable, set the attribute to ReadOnly. If the attribute is
left blank, it is possible to both read and write.
3BSE035980-510 79
Access Variables Section 1 Basic Functions and Components
MMS
MMS variables can only be accessed by name.
An MMS access variable name can be up to 32 characters long and contain letters,
digits and the characters dollar($) and underscore(_). However, an access variable
name cannot begin with a digit or the dollar ($) character.
All data types for single and structured variables are allowed, with the exception of
ArrayObject and QueueObject.
To limit the access to an MMS variable, set the Attribute to ReadOnly. If the
attribute is left blank, both read and write is possible.
SattBus
SattBus variables can be accessed in three ways:
• Standard SattBus name such as Valve:
– the name must consist of exactly five ASCII characters, but may not begin
with a percentage sign (%).
• COMLI direct addressing (see Address ),
• IEC 61131-3 standard representation for variables.
– IEC61131-3 address must be entered under the COMLI tab
Allowed data types for a single variable are, bool, dint, int, uint, real or string.
Whereas a structured variable does not allow string data type.
Address
Address variables can be accessed in two ways only, either direct addressing with
capital X and the number for boolean, or capital R and the number for registers (R0-
R65535 for PA controller and 65000 for HI controller) beginning with a percentage
sign or not, or according to IEC 61131-3 standard representation for variables.
Allowed data types for a single variable are bool, dint, int, or uint, whereas
structured variables must all be of same data type. A structured variable is allowed
to contain more than 512 booleans and contain more than 32 components of integer
data type. Overlapping areas are not allowed.
80 3BSE035980-510
Section 1 Basic Functions and Components Communication between Applications Using Access
Example
An access variable name "X0" is defined and connected to a variable which contains
544 Boolean components at octal address 0-1037. The next available address is then
1040 to ensure that areas do not overlap.
At least one of the variables in the access variable table has to be defined. For
missing variables, requested data of boolean data type will be returned with the
value False and requested data of integer data type will be returned with the value
"0". Writing to undefined variables is ignored.
Application 1
Application Application
Application 2
3BSE035980-510 81
Communication in an Application Using Global Variables Section 1 Basic Functions and
As long as the variable values are within the range of an integer, this will work, but
once the value goes outside the integer range, it will not.
If an access variable is the only user of a variable that is connected to an I/O
channel, this variable is by default updated every second. To update this variable
with another interval, create a statement that involves the variable, but is never
executed.
A statement that is never executed, but still updates the variable x could look like
this:
if false then
x:=x;
end_if;
Connect this program to a task that executes with the desired interval. The
variable is updated every time the task is executed.
In Programs
Global variables are declared at application level, in the Global Variables tab of the
application editor. They can be accessed directly, without any declaration in the
program editor. Variables that are not declared in the declaration pane in the
program editor are assumed to be global variables. A global variable can be used in
any program, without having external variables declared in a program.
82 3BSE035980-510
Section 1 Basic Functions and Components Communication Variables
Communication Variables
The communication variables are used for cyclic communication between diagrams,
programs, and top level single control modules in the system network that uses
MMS communication protocol.
Communication variables can be used only in Non-SIL configurations.
Communication variables are declared in the Program editor or top level Single
Control Module editor. They are also declared in the Function Diagram in Function
Designer.
Communication variables support both inter application communication and inter
controller communication in a system network.
Communication variables are not supported in distributed applications. If an
application that contains communication variables is running in a controller, it is
not possible to download the same application to another controller.
A communication variable can be either a communication input variable or a
communication output variable.
If the direction of a communication variable is in in a POU, the POU can read the
variable, but cannot write to the variable. If the direction of a communication
variable is out in a POU, the POU can write to the variable and read the variable.
A communication variable can be either an elementary type or a structured data
type. It cannot be a generic or built-in type.
If a communication variable is of structured data type, it must not contain
components that are declared with the CONSTANT type qualifier and it must not
contain CONSTANT components at any sub-level of the variable.
Communication variables use a name based resolution to connect a communication
output variable to one or several communication input variables.
In a system network, all communication output variables must be declared with
unique names.
Communication variables cannot be connected to the channels of an I/O unit.
3BSE035980-510 83
Communication Variables Section 1 Basic Functions and Components
84 3BSE035980-510
Section 1 Basic Functions and Components Communication Variables
3BSE035980-510 85
Communication Variables Section 1 Basic Functions and Components
86 3BSE035980-510
Section 1 Basic Functions and Components Communication Variables
The configuration parameters that are used for the in variables can also be specified
for the out variables, if bidirectional. This allows the configuration of a
communication variable with a different communication setup in either directions
(for example, different interval times).
Reverse attribute
For bidirectional communication using structured data types, a reverse attribute
must be set to indicate which components communicate in the opposite direction to
the in/out declaration of the communication variable.
The reverse attribute is configured in the data type editor.
The reverse attribute can only be set such that all in variables are located
consecutively and also all out variables are located consecutively in memory.
Hence, it is not possible to configure reverse for every other component in a data
type.
The reverse attribute can be set in both top level and sublevel of of a structured data
type but can not be nested. For example, for a ControlConnection data type, which
consists of one forward structure and one backward structure, the reverse attribute is
set on the whole backward structure. All components in the backward structure
inherits the reverse attribute automatically.
Interval Time
Out of the five different cyclic categories (VerySlow, Slow, Normal, Fast,
VeryFast), the default interval time for a communication variable is Normal.
The interval time for a communication variable can be changed only when the
Control Builder is offline. The changes takes effect during the download.
The time interval (in milliseconds) for each cyclic category is defined using the
hardware editor for IAC MMS. The IAC MMS object is available at position 0.5.1
under the controller object. Position 5 contains the IP object.
3BSE035980-510 87
Control the Execution of Individual Objects Section 1 Basic Functions and Components
88 3BSE035980-510
Section 1 Basic Functions and Components Control the Execution of Individual Objects
same task (SuperFast). If the user later on need to change the task connection for all
the objects (perhaps hundreds of objects), change only the initial value for the
global variable in the application (see Figure 26). The present task connection for all
objects will point, via the external variable to the task declared by the global
variable.
Fast type
External
variable = Speed
Normal
objects
Task connection = Speed
Slow
on the first created object.
Figure 26. All objects will have the same task connected (SuperFast), once the first
object has connected Speed.
3BSE035980-510 89
Control the Execution of Individual Objects Section 1 Basic Functions and Components
This method is based on declaring two global variables (for example, Slowly and
Learning) of the data type string, with the attribute constant, and the initial values
'SuperSlow' and ‘Slow’, respectively.
90 3BSE035980-510
Section 1 Basic Functions and Components Control the Execution of Individual Objects
In order to reach the following objects that have been created in the application,
start by declaring a parameter in the type (open the type editor and select the
parameter tab). Declare a parameter, for example Sleepy, of data type string. Select
the formal instance (object) inside the type:
1. Right-click the object and select Property > Task connection.
2. Type Sleepy in the task field.
Every created object that is based on the type (containing the formal instance) can
be connected via the connection parameter Sleepy and one of the global variables
Slowly or Learning, located in the application.
Fast type
Parameter = Sleepy
Normal
formal instance
Figure 27. Each object can be connected to a different task via the parameter
Sleepy declared in the type and task connected in the formal instance.
3BSE035980-510 91
Project Constants Section 1 Basic Functions and Components
The advantage of this method is that the objects of the formal instance, located
inside the type can be connected to different tasks (global variables with a different
task name as init value).
Project Constants
Project constants are declared at the top level of libraries and projects. They are
globally visible, and can be used wherever a constant value is permitted, for
example, in program code and for variable initialization. With project constants, it is
possible to create settings for an individual project, without having to modify any
source code, or having to introduce parameters which have to be passed on to all
concerned types.
Project constants are suitable to use for library items that the user wants to change.
Examples are, date and time formats, logical colors and logical names. Do not use
project constants to change the functionality of an object, for example, initial values
and comparisons in code.
Typically, project constants are declared in a library and given default values. They
are then used, for example, in code located inside types.
Project constants are allowed to have the same names as variables and parameters.
Control Builder will, however, choose the variable or parameter name if a name
conflict exists. This must be considered when adding, renaming or deleting
variables or parameters in an already running application.
Follow the naming convention, which says that project constants should begin
with the letter “c” (for example “cColors”). Use structured project constants, if
possible.
Note that project constants cannot be used to control the execution of function
blocks or control modules. Use a global variable or a parameter instead. For more
information see, Control the Execution of Individual Objects on page 88.
92 3BSE035980-510
Section 1 Basic Functions and Components Project Constants
dialog that is reach by right-click the control project folder (root object). To edit or
delete a library-declared project constant, right-click the library in Project Explorer
and select Project Constants.
Naming conflicts between project constants appears when the same project
constant name exists in more than one library at the same time.
The only way to avoid a naming conflict is either to delete one of the constants or
not using the constant at all. A type conflict can never be overridden.
Typical Use
There are two typical use cases for project constants:
1. To satisfy the need for constant values in all project applications.
Some values might have to be constant throughout the entire project. To
change such a “constant” value, change it once. There is no need to change it at
3BSE035980-510 93
Project Constants Section 1 Basic Functions and Components
every occurrence. For such cases, use a project constant. The project constant
is defined in one place only, and can be used throughout the project. Changes
to the project constant will be reflected throughout the project.
An example:
To be able to change the severity for all “High level alarms” in the entire
project, set up a project constant that defines the severity and use the project
constant in all alarm blocks in all applications. To change the severity, just
change the value of the project constant.
In this case, project constants should be defined on control project level, not in
a library.
2. To be able to change library type solutions without having to make changes in
the library itself.
A method commonly used in control application engineering/programming is
to construct libraries, in which re-usable code is placed. It is good practice to
make the library as general as possible, to maximize its usefulness. The use of
project constants is an excellent solution for such situations.
94 3BSE035980-510
Section 1 Basic Functions and Components Project Constants
Signal
AlarmCond
Message
Alarm level
Figure 28. The function block AlarmCond located in the Alarm library.
Now, we want a “customized” message to be passed to Message, such as
High Level (> 75 ºC)
The message consists of five important elements that make up the message.
1. “High Level”
2. “(> “(note the spaces)
3. 75 (a value set by Alarm level)
4. ºC (a value set by Signal.parameters.unit)
5. “)”
All in all, three strings (1, 2, and 5) and two values (3 and 4).
Defining these 3 strings locally would be poor design, since the strings would be
defined for every object that is created from the type. To create a dynamic
environment, use project constants, or, more specifically, structured project
constants.
In the example above, we actually have different string categories – “High Level”,
“(> “, and, “)”.
The first one is a (dynamic) string that a user may want to translate, depending on
target customer nationality, whereas the other two are static and independent of
language. This calls for two different views of project constant.
3BSE035980-510 95
I/O Addressing Guidelines Section 1 Basic Functions and Components
Using structured project constants, and the naming convention mentioned earlier in
this section, a defined structured project constant for “High Level” could be:
cACMEValveLib.Settings.HighLevelLabel.
As described in the first example (Example 1 above), we make use of the
component “Settings” in the structure. Underneath this component, we define the
constants that are to be translated, or changed, depending on circumstances.
Next, we define the structured project constant cACMEValveLib.Internal.Str1 and
cACMEValveLib.Internal.Str2 to contain “(> “and “)”. Note the component
“Internal”, which implies that components (constants) under this level are not to be
changed by the user. Of course, the user can use the structure
cACMEValveLib.Settings.Labels.HighLevel, as described earlier, if the user
prefers more levels.
96 3BSE035980-510
Section 1 Basic Functions and Components Connecting Variables to I/O Channels
3BSE035980-510 97
Connecting Variables to I/O Channels Section 1 Basic Functions and Components
If the same I/O signal must be read by different applications, the I/O copying must
be done from one of the applications. The copied value can then be moved to other
applications through ordinary communication services. See also Communication
between Applications Using Access Variables on page 81.
The address for a hardware unit is composed of the hardware tree position numbers
of the unit and its parent units, described from left to right and separated by dots.
For example, channel 1 on the I/O unit DO814 in Figure 29 has the address
Controller_1.0.11.1.1.
Figure 29 illustrates an example of a controller hardware position.
Controller_1
Hardware pos. 0
Position 11
Unit 11.1
Channel 1
= Controller_1.0.11.1.1
98 3BSE035980-510
Section 1 Basic Functions and Components Connecting Variables to I/O Channels
3BSE035980-510 99
Connecting Variables to I/O Channels Section 1 Basic Functions and Components
A structured data type (for example, the BoolIO data type) contains four
components. Declare a local variable MyIOVar as a BoolIO data type, and then
connect MyIOVar to an IO channel to automatically access these four component
values at the same time.
By declaring a structured data type, more information can be accessed from the
IO channel, which can be read/written in code.
Declaring MyIOVar as a simple data type, Bool, provides access to the channel
value. In other words, the user cannot read or write other values from the code.
When connecting a structured data type to an I/O channel, always connect the
data type (like MyIOVar). Do not try to connect one of the components inside
(like Value, I/O Value, Forced etc.) directly on the I/O channel.
Table 9 shows the (hardware editor) entries to different IO channels. The Type
column presents the IO channel data type in the hardware editor, whereas the
Variable column presents possible data type connections (simple, structured).
100 3BSE035980-510
Section 1 Basic Functions and Components Connecting Variables to I/O Channels
Figure 31. A correct way of connecting IO variables. The structured data type
MyIOVar connected to an IO channel.
3BSE035980-510 101
Extensible Parameters in Function Blocks Section 1 Basic Functions and Components
Figure 33. The AllUnitStatus connection gives access to the status of all units.
.
For information about supervising IO channels and unit status in online mode, see
Supervising Unit Status on page 339.
102 3BSE035980-510
Section 1 Basic Functions and Components Keywords for Parameter Descriptions
The editor automatically inserts [1] when the user specifies a function block type
with extensible parameters. Change the number within the brackets to the required
number of parameters.
To see which function block types can have extensible parameters and the
maximum number of parameters for each type, see the Control Builder online help.
In the Function Block Diagram (FBD) and Ladder Diagram (LD) languages, a
maximum of 32 extensible parameters per function block can be shown.
Keywor
Description
d
IN The parameter direction is IN (read).
OUT The parameter direction is OUT (write).
IN(OUT) The parameter direction is both IN and OUT, but mainly IN (read).
OUT(IN) The parameter direction is both IN and OUT, but mainly OUT (write).
NODE Applies only to control modules. Used to indicate that the parameter has
a graphical connection.
3BSE035980-510 103
Keywords for Parameter Descriptions Section 1 Basic Functions and Components
Keywor
Description
d
EDIT Applies only to IN parameters. The parameter, which must have a value,
is only read following changes to the application, warm restart or cold
restart.
Be careful not to connect a variable to a parameter with the keyword
EDIT. Use a literal instead.
NONSIL Some of the Certified Function Block Types and Control Module Types,
contains SILx Restricted sub-objects.
It is not allowed to use output parameters from Function Blocks or
Control Modules marked with Non-SIL in the parameter description in a
way that can influence the safety function of a SIL classified application.
If such code affects an output from a SIL3 application, it might result in a
Safety Shutdown.
104 3BSE035980-510
Section 1 Basic Functions and Components Property Permissions
Property Permissions
Parameters and variables that are not needed for HSI, configuration, etc., should
have the attribute Hidden, but for all other variables that will be exposed via the
OPC Server, property permissions must be properly set. Note that components
inside a data type should also have property permissions. The user can set
permissions from both Project Explorer and Plant Explorer.
The following five property permissions are the frequently applicable. However,
there are several other property permissions available, along with self-defined
property permissions.
• Read
• Operate
• Tune
• Configure
• Administrate
For more information about creating self-defined Property permissions, see the
System 800xA Administration and Security (3BSE037410*).
In some cases, there is also a need for setting authentication levels, besides the Read
and Write property permissions.
Re-authenticate
Re-authenticate means that the user will be asked for UserId and Password before
changing the property.
This function requires a separate license and is not available to all users.
Double Authenticate
Double authenticate means that two separate UserIds and Passwords have to be
entered before changing the property.
This function requires a separate license and is not available to all users.
3BSE035980-510 105
Property Attribute Override Section 1 Basic Functions and Components
106 3BSE035980-510
Section 1 Basic Functions and Components Viewer for Function Diagrams
3BSE035980-510 107
Viewing the Diagram Section 1 Basic Functions and Components
The name of the Function Diagram can be changed using the Rename option in
Control Builder. The new name appears in the Function Designer also.
To open the viewer for a diagram, right click the diagram object, and select Viewer.
The viewer for the diagram in Control Builder can also be opened from Function
Designer, after the diagram is allocated to an application. Open the context menu
of the diagram in Function Designer, and select Viewer.
108 3BSE035980-510
Section 1 Basic Functions and Components Viewing the Diagram
The declaration pane lists all the variables, communication variables, function
blocks, and control modules in the Function Diagram as created using Function
Designer.
The page view pane displays a page based view of the Function Diagram.
3BSE035980-510 109
Common Viewing Operations in Diagram Section 1 Basic Functions and Components
Page Navigation
The page view pane shows the diagram that is downloaded to the application from
the Function Designer. The diagram in the pane consists of different pages as
created in the Function Designer.
Page navigation can be done using the page navigation control, using menu
commands in the context menu, and using keyboard shortcuts.
110 3BSE035980-510
Section 1 Basic Functions and Components Objects in Diagram Viewer
Zooming
To zoom the diagram, use the mouse (Ctrl + scroll) or use the zoom option available
in the standard toolbar of the diagram viewer window.
Printing
To print the diagram, use the print option available in the standard toolbar of the FD
viewer window. Each page in the diagram viewer is printed as a separate page.
3BSE035980-510 111
Objects in Diagram Viewer Section 1 Basic Functions and Components
112 3BSE035980-510
Section 1 Basic Functions and Components Objects in Diagram Viewer
EN block attribute
All functions and function blocks have a Boolean attribute called EN. This attribute
controls if the function/function block executes or not, and if used, it should be
connected to a Boolean variable. If EN is not used, it is hidden and the
function/function block executes every scan.
3BSE035980-510 113
Objects in Diagram Viewer Section 1 Basic Functions and Components
Function Call
Procedure Call
114 3BSE035980-510
Section 1 Basic Functions and Components Objects in Diagram Viewer
Some function block and control module instances have extensible parameters.
These parameters are indexed using integer values inside brackets.
3BSE035980-510 115
Objects in Diagram Viewer Section 1 Basic Functions and Components
Variable Reference
A variable reference is a reference to a declared variable in the containing POU.
116 3BSE035980-510
Section 1 Basic Functions and Components Objects in Diagram Viewer
3BSE035980-510 117
Objects in Diagram Viewer Section 1 Basic Functions and Components
Page Connector
A page connector is used to connect blocks on different pages. Page connectors
always work in pairs, one on each page of the required data connection.
A page connector consists of the page number and the name of the referenced port
on the other page.
118 3BSE035980-510
Section 1 Basic Functions and Components Diagram Viewer in POU Online Editor (Online or
Boolean values are shown using the text true or false in the label area.
To change a value, select the text in the label, enter a new value, and press Enter.
3BSE035980-510 119
Connecting the Diagram to Controller Tasks Section 1 Basic Functions and Components
120 3BSE035980-510
Section 1 Basic Functions and Components Changing the Execution Order
• The diagrams allocated to the application, and connected to the different tasks.
These diagrams appear in the respective task columns.
The execution order of a diagram can be changed in two ways in the
Execution Order dialog box:
• Select the diagram and move it up or down to change its execution order with
in the task.
• Select the diagram and move it to right or left to connect it to a different task,
and thereby change the execution order.
The diagram can be moved either by using the arrows displayed in the dialog, or by
drag-and-drop. It is also possible to select more than one diagram and move them
within the same column or move them to another column.
In the Execution Order dialog box, the diagrams that are not connected to any
task are displayed under the task to which the application is connected.
3BSE035980-510 121
Library Management Section 1 Basic Functions and Components
Library Management
From the user point of view, there are two main types of library:
• Standard libraries, that are installed with the product. These are protected and
cannot be changed.
• User-defined libraries, in which users can add their own types. Copies of
template types (data types, function block types and control module types),
from the standard libraries can be modified and also added into the
user-defined libraries.
The following operations are relevant to both library types:
• Libraries must be inserted into the control project in which they are used, see
Insert Libraries into Control Projects on page 124.
• A library that contains types for applications must be connected to all libraries
and applications that use types from the library. Libraries containing the
hardware types (units) used in the controller configuration have to be
connected to the controller. See Connect Library to Application, Library or
Controller on page 125.
• A library can be disconnected from, an application, library or controller, see
Disconnect Libraries on page 127.
• A library can be imported/exported to/from an 800xA system, see
Import/Export Libraries on page 128.
The following operations are relevant to non-standard libraries only, since standard
libraries are protected and cannot be changed:
• A new library can be created, see Create Libraries on page 128.
• The state of a library can be changed, see Library States on page 129.
• The version of a library can be changed, see Library Versions on page 130.
• Types can be added to a library, as long as its state is Open, see Add Types to
Libraries Used in Applications on page 134 and Add Customized Hardware
Types to Library on page 137.
• A library can only be deleted if it is not connected to any application, library or
controller, or if any type is in use in any project in the system (see Delete
Libraries on page 128).
122 3BSE035980-510
Section 1 Basic Functions and Components Connect Libraries
Connect Libraries
All libraries have to be present in the Library Structure in Plant Explorer, in order
for them to be connected to control projects, other libraries, and applications.
All AC 800M standard control software libraries are added to the Library Structure
when the 800xA for AC 800M system extension is added to the 800xA system, see
Figure 53. In Project Explorer, libraries connected to a control project are stored in
the Libraries folder, while libraries connected to applications and libraries are stored
in the Connected Libraries folder, see Figure 54.
3BSE035980-510 123
Connect Libraries Section 1 Basic Functions and Components
124 3BSE035980-510
Section 1 Basic Functions and Components Connect Libraries
Library Usage
The Library Usage function displays the list of places where a library is used, and
where it is connected. For ordinary libraries the Library Usage function searches
applications and other libraries. For libraries with hardware, it searches controllers.
3BSE035980-510 125
Connect Libraries Section 1 Basic Functions and Components
1. Right-click the library and select Library Usage as in Figure 55 . The Library
Usage dialog is displayed with list of applications where the library is
connected.
126 3BSE035980-510
Section 1 Basic Functions and Components Connect Libraries
Figure 56. Library Usage dialog when the System search option is selected
Disconnect Libraries
A library can only be removed if the library and its types are not used within the
system.
To remove a library from a control project:
• In the Libraries/Hardware folder, right-click the library and select Remove.
The library is removed from the control project, but it can be inserted at any
time, since it is still present in the Library Structure.
• If the Library is in use the following dialog displays.
3BSE035980-510 127
Import/Export Libraries Section 1 Basic Functions and Components
Delete Libraries
Standard libraries cannot be deleted. Other libraries can be deleted only if they are
not connected to any application, library or controller. If you attempt to delete a
library with connections to other objects, you will get an error message.
To delete a library from the Library Structure:
1. In the Libraries, Library Collection folder, right-click the library and select
Delete.
Import/Export Libraries
Libraries can be imported to and exported from an 800xA system. This makes it
possible to develop libraries centrally, after which they can be added to other
engineering stations at other sites.
For detailed information on how to import/export libraries, see Import and Export
on page 369.
Create Libraries
To create a new library:
1. In Project Explorer, right click Libraries or Hardware and select New
Library... The New Library dialog is displayed.
128 3BSE035980-510
Section 1 Basic Functions and Components Library States
2. Enter the name of the new library and click OK. The new library is created and
inserted into the control project. It is also inserted into the Library Structure in
Plant Explorer.
For information on naming conventions for libraries, see System 800xA Control
AC 800M Planning (3BSE043732*), and AC 800M Library Object Style Guide
(3BSE042835*).
Library States
A library is always in one out of three possible states:
• Open
The contents of the library can be changed. This is the normal state for a library
when it is under development.
• Closed
The contents of the library cannot be changed. However, the state can still be
changed back to Open.
• Released
The contents of the library cannot be changed. However, in Plant Explorer the
state can be changed to Open, but with the Revision index of the version
number increased.
3BSE035980-510 129
Library Versions Section 1 Basic Functions and Components
2. Select the desired state and click OK. The library state is changed.
The library state can only change:
• From Open to Closed or Released.
• From Closed to Open or Released.
Library Versions
The following rules should be used when creating new versions of a library. The
version number syntax is MajorVersion.MinorVersion-Revision (X.Y-Z), for
example, 2.0-1.
Compatibility with
Increase of Rule
previous versions
Major vers. X The major version number is increased if the The library is system or
library has types which have changed their application incompatible.
behavior, or if it is dependant on a new system
version, for example, using new system functions.
The major version number is also increased if a
connected library has increased its major version
number, and the new functionality of this new
library version is needed.
The maximum limit for the major version number of
a library or a hardware library is 32767.
130 3BSE035980-510
Section 1 Basic Functions and Components Library Versions
Compatibility with
Increase of Rule
previous versions
Minor vers. Y The minor version number is increased if new The library is compatible.
types have been added to a library, or an already The increased minor
existing type has increased functionality. version number reflects
The minor version number is also increased if a extended, modified, or
connected library has increased its minor version added functionality.
number, and the new functionality, which is the
reason for the change, is needed.
Rev. Z The revision index is increased when only bug The library is compatible.
fixes have been done or when library state is Functions may now have
changed from Released to Open. changed their behavior,
The revision number is also increased if a since they are working as
connected library has increased its revision intended. This may affect
number, and this new version is needed. the application behavior.
3BSE035980-510 131
Library Versions Section 1 Basic Functions and Components
132 3BSE035980-510
Section 1 Basic Functions and Components Library Password Protection
3BSE035980-510 133
Add Types to Libraries Used in Applications Section 1 Basic Functions and Components
134 3BSE035980-510
Section 1 Basic Functions and Components Add Types to Libraries Used in Applications
b. To add project constants to library, right-click the library folder and select
Project Constants.
3BSE035980-510 135
Add Types to Libraries Used in Applications Section 1 Basic Functions and Components
136 3BSE035980-510
Section 1 Basic Functions and Components Add Customized Hardware Types to Library
3BSE035980-510 137
Device Import Wizard Section 1 Basic Functions and Components
In this case, right-click the Hardware types folder under your chosen library and
select Insert/Replace Hardware Type(s) and browse to the hardware type (*.hwd
file) to be inserted. With Insert/Replace Hardware Type(s) it is also possible to
replace same hardware type.
138 3BSE035980-510
Section 1 Basic Functions and Components Additional Files for Libraries with Hardware
For PROFIBUS GSD-files, *.gs? is the standard file extension. However, a file can
also have a different extension that specifies its language, for example, *.gse
(English) or *.gsg (German).
For PROFINET IO GSD files, *.xml is the standard file extension. PNIO uses
GSDML, an XML based markup language to describe the characteristics of the
PNIO devices.
For DeviceNet, *.eds is the standard file extension. DIW will convert the EDS file
to a hardware definition file (HWD File) and insert it as a hardware type into the
user-defined library.
You can only import PROFIBUS GSD-files with hardware types for CI854, and
not for CI851. (However, when you upgrade a previous system offering, any
included hardware types for CI851 will be upgraded as well.)
For more information on using DIW for importing gsd, xml and eds files into the
Control Builder, refer to:
• AC 800M, PROFIBUS DP, Configuration (3BDS009030*).
• AC 800M, ProfiNet I/O, Configuration (3BDS021515*).
• AC 800M, EtherNet/IP DeviceNet, Configuration
(9ARD000014*)
3BSE035980-510 139
Additional Files for Libraries with Hardware Section 1 Basic Functions and Components
2. Under Hardware types for the library, right-click the hardware type and select
Files.
The only file type (in a user-defined library) that the user can perform any
operations on is the Help File. See Help File on page 142.
The file types, listed in Table 12, are associated with the hardware type and cannot
be modified by the user.
To display the Additional Files dialog for a library with hardware types:
1. In Project Explorer, browse Libraries > Hardware.
2. Right-click the library and select Properties > Files.
140 3BSE035980-510
Section 1 Basic Functions and Components Additional Files for Libraries with Hardware
The file types, lsited in Table 13, are associated with the library.
Wizard
Settings for a previously added device capability description file can be changed.
1. In Additional Files for a library, select the row with the device capability
description file (Import File) and press the Wizard button.
2. In the displayed Device Import Wizard, define the new conversion settings.
3BSE035980-510 141
Additional Files for Libraries with Hardware Section 1 Basic Functions and Components
Help File
A help file (of *.chm type) can be added, replaced, deleted or extracted for a
customized hardware type, as well as for a user-defined library.
Adding a help file to a customized hardware type or a user-defined library provides
access to the associated help file when you press F1on the user-defined library or on
the customized hardware type, in Project Explorer. For further information about
requirements on customized online help, see the System 800xA Control AC 800M
Binary and Analog Handling (3BSE035981*).
To add a help file to a user-defined library or to a customized hardware type:
1. In Additional Files dialog, select the Help File row and press the Add button.
Browse to the help file (of *.chm type) and click Open.
142 3BSE035980-510
Section 1 Basic Functions and Components Delete Hardware Types
3BSE035980-510 143
Hide and Protect Control Module Types, Function Block Types and Data Types Section 1 Basic
Hidden
Setting the Hidden attribute will completely hide your code from other users. To
hide the code makes it easier to improve your type as often as you like. This is a
common situation when developing types that will be re-used over and over again in
different library solutions.
All types with the Hidden attribute disappear from their normal position in the
Object Type Structure, and can only be located in the Internal Types folder, as a
Hidden aspect.
Protected
Setting your type to Protected will protect the internal type structure from being
seen. This means that only the type itself will be visible, and thus your type
definition will be protected from external exposure, as well as any attempt to
duplicate it. This is extra valuable when you create a type solution for re-use
engineering. When you set the protected attribute, the type interface will be
read-only to other users, meaning that only parameter connection is possible. The
complete type structure will still be protected from external exposure.
The attribute available on protected control modules and function blocks types "Sub
Objects visible in PPA" makes formal instances in the protected type visible in Plant
Explorer if they are configured as aspect objects. It does not make the subobjects
visible in Control Builder.
The Hidden and Protected attribute can also be used for structured data types.
144 3BSE035980-510
Section 1 Basic Functions and Components Protect a Self-Defined Type
Override
After you have protected your types, you can always override the hidden and
protected attribute temporarily, while you work on improvements. The override
protection property can only be set in Project Explorer.
For self-made libraries with password protection, you must enter the password
before you make an override, see Library Password Protection on page 133
The protection cannot be overridden for Control Builder standard libraries. They
cannot be updated or changed by the user.
Setting an override on a library for corresponding hidden and/or protected types
will only have impact in Project Explorer. In Plant Explorer, hidden and/or
protected types will remain hidden and/or protected.
3BSE035980-510 145
Protect MySupervision Type Example Section 1 Basic Functions and Components
2. Check the Override check box (see figure above) and click OK. The Override
feature will have impact in Project Explorer only.
146 3BSE035980-510
Section 1 Basic Functions and Components Protect MySupervision Type Example
MyTank_type, see Figure 70. As you can see, Motor10 has inherited its definition
from the type MyMotor_type.
MyTankLib
MyMotor type
MySupervision type
MyTank type
Figure 70. A Library structure before any protection attributes have been set.
(Left) Project Explorer tree. (Right) Object Type Structure in Plant Explorer.
MyMotor type
MyTank type
Figure 71. MySupervision_type is not shown in Plant Explorer after setting the
hidden attribute. (Left) Project Explorer with SpeedSupervision still visible. (Right)
Object Type Structure where both MySupervision_type and SpeedSupervision are
hidden.
After Hidden is set on the Supervision type, it disappears from both the Project
Explorer and the Plant Explorer. However, MySupervision type can still be traced
3BSE035980-510 147
Protect MySupervision Type Example Section 1 Basic Functions and Components
via calls from the SpeedSupervision object inside the motor type to our hidden
supervision type in Project Explorer, see Figure 72.
SpeedSupervision object
of MySupervision type
Figure 72. The hidden MySupervision type can still be traced via the
SpeedSupervision object in both the motor type and the motor object.
MyMotor type
hidden
SpeedSupervision object
inside Motor10
Figure 73. The Hidden attribute on MyMotor type would still allow showing objects
(children) of the MySupervision type in any new motor object.
Furthermore, we must be able to select the motor type every time we create a new
motor object.
Therefore, for re-usability reasons, we cannot hide the motor type like we did with
the supervision type, but, we can set the Protected attribute, since a protected type
will still be visible in Project Explorer, while the type definition is hidden according
to Figure 74.
148 3BSE035980-510
Section 1 Basic Functions and Components Protect MySupervision Type Example
MyMotor type
after ‘Protected’
Figure 74. Protected attribute on MyMotortype, which will hide the type definition.
In this case, a protected motor type will still let the user create new motor objects of
the type MyMotor_type in other libraries, like the one in Figure 75, but without
knowing about the background calls from SpeedSupervision.
Figure 75. Motor100 object of the MyMotor_type, re-used in another library with
MyMotor_type protected and MySupervision_type hidden.
For more information about control module types and function block types, see
System 800xA Control AC 800M Planning (3BSE043732*).
3BSE035980-510 149
Task Control Section 1 Basic Functions and Components
Task Control
A task is defined as an execution control element that is capable of starting, on a
periodic basis, the execution of a set of POUs (Programs, Function blocks, functions
etc.).
The Control Builder setup three tasks (Fast, Normal and Slow) by default, provided
that an AC 800M Control Project template has been selected. The tasks are
connected to their respective programs (one task per program). The tasks serve as
'work schedulers' for the programs and contain settings for interval time and
priority. However, setting interval time and priority is not enough; you must also
tune your tasks.
To learn how to tune tasks, see Application Programming, Introduction and
Design manual (3BSE043732R5xxx).
If a program does not have a task connected, it will run by the task connected to the
corresponding Application.
You may create and connect several tasks to a controller, but experience show that
more than five tasks in each controller makes it difficult to overview.
The Control Builder provides a Task Analysis tool that predicts the execution of an
application by the controller before loading it onto the controller. See Task Analysis
on page 171 for more information.
Task Connections
A task can be connected to a program, a function block, a control module or a single
control module, and several tasks may execute in the same controller. An
application can also be connected to a task, and all POUs in an application execute
in this task, unless otherwise specified. A task can only execute POUs in one
application. Hence, POUs from different applications can not be connected to the
same task.
Do not re-connect tasks to applications unless it is necessary, as this might
disrupt the task execution during reconfiguration. Else change the parameters of
the connected task (to fit the needs). A SIL3 task reconnection might lead to a
shut down of the controller.
150 3BSE035980-510
Section 1 Basic Functions and Components Task Connections
2. Right-click Tasks and select New Task. A ‘New Task’ window opens.
3. Name the task.
4. Click OK.
3BSE035980-510 151
Task Connections Section 1 Basic Functions and Components
The Task Overview window lists all the tasks with each property settings. To
change the settings for a certain task:
152 3BSE035980-510
Section 1 Basic Functions and Components Task Connections
8. Select a task in the Task Overview window and open Tools > Task
Properties.
Right-click a task directly in the hardware tree and select Properties to open the
Task Properties window directly.
Select Tools > Reset Max, to reset all tasks that appear in the editor.
2. Select a task from the drop-down menu (here SuperFast) and click OK.
3BSE035980-510 153
Task Execution Section 1 Basic Functions and Components
However, variables inside the function block that pass values to and from the
function block are controlled by the program task. The code in the function block
will run according to its task, but the parameters will be updated according to the
program task. This means, in practice, that the function block in a program can only
run at a slower, or a least at the same, speed as the program. However, if you use
external variables or connect I/O directly to the function block, there will be a direct
reference, independent of the task cyclicity of the function block.
To set-up specific time intervals and task priority different from the task connected
to the application whilst for example, designing libraries, can be done by declaring
and using global variables, or by using parameters.
For more information, see Control the Execution of Individual Objects on page
88.
Task Execution
This sub-section describes priority, interval time and offset for task execution.
The next sub-section, Overrun and Latency on page 163, describes handling of
too long task executions, delays, and load balancing etc.
There are four important task parameters that can be set to optimize program
execution:
• Priority, which sets the execution order for tasks, see sub section Priority
below.
• Interval time, sets the task intervals during the program is executed, see sub
section Interval Time on page 157.
• Offset, a parameter that helps you to avoid unexpected delays in execution
when tasks are scheduled to execute at the same time. See sub section Offset on
page 158.
• Execution time, for best real time behavior and communication performance,
avoid extensive continuous execution. See Execution Time on page 163 and
also Communication Considerations on page 161.
All POUs connected to a task execute with the same priority, interval time, offset,
and execution time.
154 3BSE035980-510
Section 1 Basic Functions and Components Task Priority
Task Priority
There are six levels of priority: Time Critical, Highest, High, Normal, Low, and
Lowest, numbered from 0 to 5. The tasks are executed according to their priority,
where the time-critical task has the highest priority. A task with higher priority may
interrupt any task with lower priority, but a task cannot interrupt another task with
the same priority. There can only be one time-critical task. Such a task may interrupt
the execution at any point, while other tasks may only interrupt execution at defined
points.
An ordinary (non-time-critical) task can be interrupted:
• at the start of any code block,
• at backward jumps, for example for, while, repeat statements.
A time-critical task has special properties.
• The task is not driven by the same scheduler as the rest of the tasks. Instead, the
task is driven from the system’s real-time clock (hence the high precision).
• The tasks have high precision in execution time. The resolution is 1 ms.
• A change to/from time-critical priority in Online mode is not possible.
• A change to/from time-critical priority in Offline mode requires re-compilation
of the application.
Consider the following points, when using the time-critical priority.
• Only one time-critical task per controller is allowed.
• The execution time for a time-critical task (priority 0) must not exceed 100ms.
This restraint prevents the task from blocking other functions, for example
communication.
• All functions cannot be called from the program connected to the task. You
cannot set time-critical priority if the code contains invalid instructions (this is
checked during compilation). The time-critical task interrupts execution at any
time, which means that execution might be interrupted mid-statement.
• If a power failure occurs while the time-critical task is running, the execution
of the current code block is completed (assuming that it can be completed
3BSE035980-510 155
Task Priority Section 1 Basic Functions and Components
within 1 ms). For a warm start to be possible, no code block in the time-critical
task may take more than 1 ms to execute.
Task priorities 1–5 can be set by using the firmware function SetPriority. This
function is located in the System folder.
Consider the following points, when using task priority in HI controller:
• In HI controller VMT has the highest possible task priority. SIL3, SIL2 and
non-SIL can not share the same priority and have the priority in order listed.
• Only one task can be connected to a SIL3 application. If more than one task is
connected, compilation error is generated. To download remove all tasks
except SIL3 task.
• The SIL3 tasks must have higher priority than non-SIL and SIL1-2 tasks in the
controller. If not compilation error is generated. Decrease the priority of the
non-SIL and SIL1-2 tasks or increase the priority of the SIL3 task to enable
downloading.
• It is not recommended to have a task with the same or higher priority than the
VMT task, regardless of SIL level. If the VMT task is not the only task with the
highest priority, a compilation warning is generated. The user should decrease
the priority of any task (SIL or non-SIL) which has the same, or higher priority
than the VMT task.
• Firmware functions that tries to manipulate task parameters from 1131 code
does not work for SIL tasks that is SetPriority and SetIntervalTime.
156 3BSE035980-510
Section 1 Basic Functions and Components Interval Time
Interval Time
The interval time, during which the program is executed, is set in the Task
Properties dialog. Default values are 50 ms (Fast), 250 ms (Normal) and 1000 ms
(Slow). You can change these values at any time. For a time-critical task, the
interval time can be as short as 1 ms. The interval time of tasks of priority 1–5
cannot be less than 10 ms. The resolution is 1 ms.
If two tasks have the same priority, and they both wait for execution, the task
with the shortest interval time will be executed first.
All task intervals must be multiples of each other. The shortest interval is the
"time base".
Execution Example
Figure 79 shows two tasks executing in the same system. Task 1 and task 2 have
interval times of 30 and 200 ms, and execution times of 10 and 50 ms, respectively.
When the tasks have been assigned the same priority, the execution start time of
task 1 is very much delayed. It also drops one execution.
3BSE035980-510 157
Offset Section 1 Basic Functions and Components
Offset
158 3BSE035980-510
Section 1 Basic Functions and Components Offset
When tasks are scheduled to execute at the same time, the task with the highest
priority will be executed first. If tasks have the same priority the task with the
shortest interval time will be executed first. Offset is a mechanism that can be used
to avoid unexpected delays in execution when tasks are scheduled to execute at the
same time.
Do not change task offset for a controller with a running application. This may
result in that the task executes one more time than expected.
In Figure 81 and Figure 82, the execution of two tasks with the same priority with
interval times of 50 ms and 100 ms is shown. When both tasks have a 0 ms offset
(Figure 81), the execution start time of task 2 is delayed, and the actual interval time
for task 2 is influenced by variations in the execution time of task 1.
Figure 81. No offset. The two tasks have the same priority, but different interval
times (50 and 100 ms).
If task 2 is assigned an offset, as in Figure 82, neither task is delayed, and the actual
interval time for task 2 will not be affected by task 1.
3BSE035980-510 159
Offset Section 1 Basic Functions and Components
Figure 82. Offset is set on task 2. The two tasks have the same priority, but different
interval times (50 and 100 ms) and are thus executed at the requested times.
An application starts to execute by scheduling all tasks in the application to execute
at the same time. The task with highest priority is executed first, and if tasks have
the same priority, the task with the shortest interval time will be executed first.
Execution Synchronization
When a task has finished execution of the first scan after application start at time t,
the start of its next execution is synchronized to time 0 (the time the controller
started to execute).
t = n * (interval time) + d, 0 ≤ d < interval time
d is the time from the start of the current interval time, to when the task finished
execution in the current interval. The synchronization to time zero (0) implies that
the start of the next execution will be at the first start point after the current time.
If offset = 0, the task will be scheduled to execute at time (n + 1) * (interval time).
However, if the time to the start of the next execution, (interval time) - d, is less than
10 ms, the task will be scheduled to execute a time (n + 2) * (interval time).
If offset > 0, then if offset > d, the start of the next execution will be at a time
n * (interval time) + offset. If offset < d, the start of the next execution will be at a
time (n + 1) * (interval time) + offset. If the time to the start of the next execution is
less than 10 ms, the interval time will be added to the start time of the next
execution.
160 3BSE035980-510
Section 1 Basic Functions and Components Offset
Communication Considerations
POU execution has higher priority than other functions, such as communication.
These functions are performed in the gaps between the execution of different tasks.
If several tasks with long execution times are executed immediately, one after the
other, the time gaps are few but long (see Figure 83).
Figure 83. The result of having no offset for three tasks with long execution times.
The gap (Ta+Tb) is the time available for the execution of other functions, for
example communication.
3BSE035980-510 161
Offset Section 1 Basic Functions and Components
The offset mechanism can be used to make the time gaps more frequent (see
Figure 84).
Figure 84. The result of assigning offset to tasks 2 and 3, is that the time available
for the execution of other functions occurs more often (Ta).
The same processor handles communication and IEC 61131-3 code. This means
that you have to consider how much code you include in each task, when you tune
the tasks.
Assume that we have a task running code with an execution time of 500 ms and an
interval time of 1000 ms. This means a cyclic load of 50%
(load = execution time / interval time). But, this also means that no communication
can be performed during the 500 ms execution (since communication has lower
priority than the task).
Now, assume that we have divided the code into 4 tasks such that each one
corresponds to 125 ms of the execution time. The interval time is still 1000 ms,
hence the load is still 50%. But, if we set the offset for the 4 tasks to 0, 250, 500, and
750 ms, the result will be completely different. Now, code will be executed for
125 ms, after which there will be a pause when communication can be performed.
Following this, code will be executed for another 125 ms followed by another pause
when further communication can be performed. Hence, we still have the same
cyclic load, but the possibility for communication has increased considerably.
To conclude, try to tune your tasks using offsets before you change the priority.
Actually, the only time you have to change the priority, is when two tasks have so
much code that their execution cannot be “contained” within the same time slot, that
is, the total execution time exceeds the length of the time slot. It is then necessary to
specify which of the two tasks is most important to the system.
162 3BSE035980-510
Section 1 Basic Functions and Components Execution Time
More information about task tuning can be found in the System 800xA Control
AC 800M Planning (3BSE043732*).
Execution Time
The maximum allowed execution time for time-critical tasks must not exceed
100ms. This is also recommended for the other tasks in the controller. The
execution time for each individual task should be kept feasible to 100 - 200ms.
The maximum allowed execution time does not include the first scan execution
time.
It is preferred to split the execution of a program or application into different tasks,
if the execution time is high and good real time behavior is needed. See
Communication Considerations on page 161.
Overrun Supervision
Overrun occurs when the execution of a task takes too long, that is, the task is still
executing when the next execution of the task is scheduled to start.
3BSE035980-510 163
Overrun Supervision Section 1 Basic Functions and Components
164 3BSE035980-510
Section 1 Basic Functions and Components Overrun Supervision
Figure 85. Controller Settings dialog for a non-High Integrity AC 800M controller.
3. Uncheck Load Balancing, (Enable overload compensation check box).
4. Select a reaction for Fatal Overrun from the Reaction drop-down menu, (Reset
Controller or Stop Application will activate the Limit field).
5. Enter the number of consecutive overruns allowed in the Limit field, (number
of consecutive overruns before a fatal overrun is considered to have occurred).
6. Use the tabs under Error Reaction to set-up actions for different error types and
severity. (For information on Error Reaction settings, see Controller Settings in
Non-High Integrity Controllers on page 377).
7. Click OK.
If overrun errors occur, re-program the faulty task to decrease load.
3BSE035980-510 165
Latency Supervision Section 1 Basic Functions and Components
Latency Supervision
Latency occurs when the execution of a task is delayed, that is, the task starts to
execute later than scheduled. The latency function will supervise your tasks (start on
time on each cyclic load), and detect if a task starts sooner or later than scheduled.
Latency is activated in the Task Properties dialog, where you set the acceptable
latency in percent (accepted latency in percentage of the interval time). The lowest
accepted value for Latency Time is always 10 ms.
Enable
Latency supervision
check box
166 3BSE035980-510
Section 1 Basic Functions and Components Latency Supervision
Example
Task A: Interval Time=150 ms, Offset=0 ms, Priority=4 - Low and
Execution Time=1 ms.
Task B: Interval Time=150 ms, Offset=0, Priority=3 - Normal and
Execution Time=17 ms.
In this case the actual offset of Task A is about 18 ms and actual latency vary from
-1 to +1 ms.
3BSE035980-510 167
Task Abortion Section 1 Basic Functions and Components
The execution of task A is delayed about 18 ms for each interval, which results in an
actual offset of 18 ms. This delay is repeated for each period which result in a small
actual latency, -1 to +1 ms.
If the interval time of Task A is changed to 50 ms the actual latency of Task A will
assume the values -18 ms, 0 ms, +18ms. Actual offset will assume the values 0 ms
and 18 ms.
Task Abortion
If a task is aborted, the corresponding application will be stopped. The following
criteria apply to a task abortion.
Time-critical Tasks
Time-critical tasks (priority 0) are aborted when the execution time exceeds 300 ms.
Time-critical tasks are also aborted if a fatal overrun error occurs. Criteria for fatal
overrun errors are set in the Controller Settings dialog, see also Overrun
Supervision on page 163).
In a High Integrity controller running SIL-tasks, error handling is stricter.
Compared to a non-SIL application, less severe errors might lead to an
application being stopped.
No time critical tasks are allowed in a High Integrity controller.
168 3BSE035980-510
Section 1 Basic Functions and Components Load Balancing
If IntervalTime has been set to <100 ms, tasks will be aborted if they are not
executed within (100 * IntervalTime).
Load Balancing
The cyclic load is the percentage of controller CPU power used for program
execution of application code. If the cyclic load exceeds 70% in the controller,
so-called load balancing is initiated automatically. The interval time for all tasks,
except the time-critical task, is then generally increased, to limit the cyclic load to
70%. Load balancing is not available in High Integrity controllers.
If the cyclic load then falls below 70% again, the interval time will normally be
decreased in all tasks, except for the time-critical task. However, the interval time
never falls below the original defined interval time.
Whenever the interval time is changed due to load balancing, a SystemSimpleEvent,
expressed in percent (%) of the actual interval time, is generated, and added to the
system log.
Load balancing for the time-critical task is handled as follows (this differs from
non-time-critical tasks). The interval time for the time-critical task is increased,
whenever its execution time exceeds 50% of its interval time.
For example, if a time-critical task has an interval time of 100 ms, and the
execution time becomes 54 ms in an interval, then the new interval time becomes
108 ms. However, the interval time must be reset manually, after it has been
increased. The interval time of the time-critical task is never decreased
automatically, as for the other tasks.
Change the Requested Interval Time to its original value, or another suitable
value, in the Task Properties dialog (in Online mode). Press Apply or OK to
bring the reset into effect.
Whenever the interval time is increased for the time-critical task, due to load
balancing, a SystemSimpleEvent, expressed as the actual interval time in ms, is
generated and added to the system log.
3BSE035980-510 169
Non-Cyclic Execution in Debug Mode Section 1 Basic Functions and Components
Debug Mode
Debug mode allows you to debug an application by halting the application running
in the controller, and executing the code one execution at the time.
Debug mode is enabled from the Task Properties dialog (right-click the task in
Project Explorer, and select Properties).
Tasks marked with SIL cannot be set in Debug mode.
When you have selected Enable debug mode, you can halt the cyclic execution of a
task by clicking Halt. When the task is halted, you can execute the task once by
clicking One Execution. (This is referred to as “non-cyclic execution”.)
Other tasks will not be affected if one task is set up for Debug mode, they will run in
normal cyclic execution mode.
To return to normal cyclic execution of the task, click Run.
A task in Debug mode is indicated in Project Explorer with a warning icon (a
yellow circle with a black exclamation point).
Functions based on the real-time clock (PID controllers, timers, etc.) cannot be
properly debugged in Debug mode.
Timer functions will take into account the actual time elapsed since started,
regardless if, for example, the task is halted in Debug mode.
170 3BSE035980-510
Section 1 Basic Functions and Components Task Analysis
Task Analysis
The Control Builder provides a Task Analysis tool to predict the execution of tasks
in controllers before downloading the application to a controller.
The Task Analysis tool provides the following functions before the download of the
application:
• Analyzes the task scheduling in the application.
• Presents a graphical representation of how the tasks will execute with the
application.
• Detects possible overload situations before the download of the application.
The tool detects problems such as task latency, task overrun and overload of
task execution.
• Allows remedial actions by providing the option to change the execution time
of the tasks and view the updated analysis.
The update of the task execution time using the Task Analysis tool updates the
task for analysis only. The actual execution time of the task need to be changed
by updating the Task Values in the Task Properties dialog in Control Builder.
The Task Analysis tool can be used before normal download and before the
download using Load Evaluate Go (LEG). For initial download, the execution time
of the tasks is assumed to be 1ms for the analysis.
If the task configuration in the Control Builder project is changed before a normal
download, the Task Analysis dialog box automatically appears during the normal
download. The dialog box does not appear automatically if LEG is used for the
download.
To open the Task Analysis dialog box in Control Builder in Offline mode or Online
mode, go to Tools > Task Analysis.
3BSE035980-510 171
Exploring the Interface Section 1 Basic Functions and Components
Figure 86. Task analysis tool opened from Tools > Task Analysis
Summary view
This view lists the controllers to which the applications are downloaded. A circular
icon (for example, ) appears beside each controller indicating the various states.
The indications are:
• Red icon: Error
• Yellow icon: Warning
• Green icon: Ok
If the task execution contains errors or warnings, the description of the error or
warning is also displayed.
172 3BSE035980-510
Section 1 Basic Functions and Components Exploring the Interface
Detailed view
This view displays each controller (listed in Summary view) in a separate tab, as
shown in Figure 86.
Click each tab to open the graph showing the task execution of that controller. The
tasks are plotted on the graph with the Priority on the Y-axis and the Time
(task execution time) on the X-axis. Moving the cursor over each task name opens a
tooltip displaying its execution time, interval time, and offset.
Status
This is found at the bottom of the tool interface as shown in Figure 86. It displays
the total number of errors and warnings, and the icon (in red, yellow or green). This
helps to decide if it is safe to download the new application.
The significance of the indications are described below:
• Red — the new application cannot be downloaded as there is a risk of
overloading the controller.
• Yellow — the download of the new application may cause overloading of
controller. The user must, based on analysis, decide if it is feasible to go ahead
with the new application download.
• Green — the new application is safe to be downloaded to the controller.
3BSE035980-510 173
Exploring the Interface Section 1 Basic Functions and Components
Figure 87. Task Analysis tool with error and warning indications
174 3BSE035980-510
Section 1 Basic Functions and Components Exploring the Interface
Accept
Reject
Execution Time = 1 ms
Figure 88. Task Analysis with additional options to accept or cancel the download
The execution time is fetched from the controller. At LEG download, the execution
time of the evaluated application is the same as for the old Active application (in
Compact).
If a task is not running in the controller when the execution time is requested, the
tool uses 1ms as the execution time, and the icon appears beside the
task name. See Figure 88. The icon also appears if the task execution time is
modified for analysis.
3BSE035980-510 175
Modifying Task Execution Time Section 1 Basic Functions and Components
176 3BSE035980-510
Section 1 Basic Functions and Components Error and Warning Categories
• Interrupted execution
• Cyclic load overload
• Total load overload
• First scan execution limit
• Too low FDRT
• Internal diagnostics
Table 14 describes these categories and the corresponding reasons for errors and
warnings.
In the Task Analysis dialog box, these errors and warnings are displayed with
relevant messages that describe the problem.
3BSE035980-510 177
Error and Warning Categories Section 1 Basic Functions and Components
178 3BSE035980-510
Section 1 Basic Functions and Components Security
Security
Security on a type allows the administrator to set permissions for object-specific
restrictions like access, download, online changes, etc. This can be done by creating
a Security Definition aspect, which allows an administrator to include or exclude
user groups on an object level.
If permissions are set on type level, conflicts with general settings might occur
for the permission Configure (if the user has the right to configure the object, but
not a general permission to configure objects). This will result in an error
message when closing the editor after configuring an object. Use default settings
for the Configure permission, to avoid conflicts.
For more information, see the System 800xA Administration and Security
(3BSE037410*).
Authentication at Download
Control Builder provides authentication at download to controllers from Project
Explorer. The user will be prompted for user identification and password before
download is allowed.
3BSE035980-510 179
Authentication at Download Section 1 Basic Functions and Components
Set to true
180 3BSE035980-510
Section 1 Basic Functions and Components Confirmed Online Write
3BSE035980-510 181
Search and Navigation Dialog Section 1 Basic Functions and Components
Search
settings
References
Symbol
Definition
182 3BSE035980-510
Section 1 Basic Functions and Components Search Settings
Search Settings
The Search part of the dialog consists of the Search For: drop-down list, the Search
In: drop-down list, the Search Options radio buttons, the Max no of Hits edit field
and the Search button. Filter Result belongs to References (see Filter Result on
page 190) and the Rebuild button rebuild the Search data base (see Search Data on
page 194).
Search For:
In the Search For text field you enter the symbols to search for (see Symbol and
Definition on page 185). Search Options can be selected for the symbol text entered
in the Search For: text field. An empty text or an asterisk (*) character in the Search
For: text field search for all symbols. All symbols are case-insensitive, that is, a
search for the texts “my”, “My”, “mY” and “MY” gives the same search results.
Search Options
The default setting of Search Options is Match whole word. The Match substring
option searches for all symbols containing the entered text as a substring and the
Match prefix option searches for all symbols containing the entered text in the
beginning of the symbol names.
Max no of Hits:
The entered value in the Max no of Hits: field maximizes the number of symbols
that can be found at a search. The default value is 100.
Search In:
The selection in the Search In: drop-down list specifies where, in the project, you
want to search for the entered text symbol. An empty text field gives a search
through the whole project. Applications, Controllers or Libraries are selected if a
search after the Symbol is performed in all applications, all controllers or all
libraries respectively.
The text in the Search and Navigation Dialog on page 182,
Applications.Application_1.Program1 performs a search in Program1 of
3BSE035980-510 183
Search Settings Section 1 Basic Functions and Components
Application_1. This search also finds symbols from libraries, because the HWStatus
data type is used in Program1.
In Controllers it is only possible to search for access variables and I/O channels
as symbols, since the search symbol has to be defined (declared) under
Controllers, in Project Explorer, to match the search criteria.
Select Search “In: Applications” (not Controllers) if you want to know in which I/O
unit a certain variable is connected.
Example
In the example below, see Figure 93, a search for the variable “start” is performed to
find out which I/O channel it is connected to. “start” is connected to channel 1 in
hardware on position 0.11.3. By double-clicking on I/O channel (1), in References
pane, you navigate to the I/O unit editor there “start” is connected.
Figure 93. (Part of Search and Navigation dialog at top) A search for “start”
variable in “Applications” to find out which I/O channel “start” is connected to.
(Part of Hardware Editor at bottom).
184 3BSE035980-510
Section 1 Basic Functions and Components Symbol and Definition
Search Button
A click on the Search button performs the search according to the settings. The
search result will be shown.
Always on Top
If Always on Top is checked, the Search and Navigation dialog is placed in front of
all other Windows dialogs.
Figure 94. The Symbol and Definition part of the Search and Navigation dialog.
Symbol
A symbol is an object, which can be search for in a project, by using the Search and
Navigation dialog.
Examples of symbols are:
• hardware channels, access variables, project constants, variables, global
variables, external variables, parameters, extensible parameters, programs,
function blocks, function block types, control modules, control module types,
single control modules, data types, functions, Sequential Function Chart steps,
Sequential Function Chart transitions, Sequential Function Chart sequences,
applications, controllers and libraries.
3BSE035980-510 185
References Section 1 Basic Functions and Components
Definition
The definition of a symbol is where the symbol is declared. The definition of a
variable is where in the project the variable is declared, for example in a program.
It is possible to navigate to the definition by double-click on it or by using the
context menu. The enter key on the keyboard can also be used. The editor where the
symbol is declared is shown with the symbol highlighted.
References
The References of a symbol is where in the project the symbol is used.
For example, a variable can be used/accessed by several code lines in several code
blocks, and as an actual parameter to a function call or function block call, or as a
parameter to a control module/single control module. The variable can also be used
(connected to) an I/O channel or an access variable.
186 3BSE035980-510
Section 1 Basic Functions and Components References
Figure 95. The References part of the Search and Navigation dialog.
In the example in Figure 95, the AC 800M symbol is used at two locations:
• at line 3, position 47, in Code code block of Program1.
• in channel 0 of unit at position 0 in Controller_1.
It is possible to navigate to a reference by double-clicking it, or by using the context
menu. The enter key of the keyboard can also be used. The present editor is shown
with the symbol highlighted.
3BSE035980-510 187
References Section 1 Basic Functions and Components
188 3BSE035980-510
Section 1 Basic Functions and Components References
3BSE035980-510 189
Navigation to Editors Section 1 Basic Functions and Components
This example shows an easy way for the user to follow a parameter through a
control module hierarchy. The users only have to use the Search context menu to
follow the parameter downwards the control module hierarchy. It is also possible to
follow a parameter upwards a module/function block hierarchy.
Icons in References
The references are marked in blue and preceded by an icon.The icon can be any of
the following:
Icon Description
The symbol is written.
The symbol is read.
The symbol is a function block/function block call.
The symbol is accessed by reference.
The symbol is a reference to a graphical connection.
Filter Result
The Filter Result option makes it possible to show references with write access
only, or to show references with read access only.
The possible selections are read, write, I/O Channel Out and I/O Channel In. I/O
Channel Out shows references to output channels only, and Channel In shows
references to input channels only.
Navigation to Editors
It is possible to navigate to the following editors and dialogs:
– The POU editor
– The Connection editor (offline only)
– The Control Module Diagram editor
– The Hardware configuration editor
– The Access Variables editor
– The Project Constant dialog (offline only)
– The Diagram Viewer
190 3BSE035980-510
Section 1 Basic Functions and Components Search and Navigation Settings
When navigating to an editor or a dialog the window already can be active, but
minimized, as well as hidden behind other windows.
It is possible to navigate from a control module parameter or a single control
module parameter connection in the References to a Connection editor. However, if
the parameter connection is a graphical connection, Control Builder navigates to the
Control Module Diagram editor.
Figure 99. The Search and Navigation settings dialog with default settings
3BSE035980-510 191
Search and Navigation Settings Section 1 Basic Functions and Components
online and test mode compared to offline mode. This check box is, by default,
unchecked.
It is recommended to normally have this check box unchecked
192 3BSE035980-510
Section 1 Basic Functions and Components Search and Navigation Settings
3BSE035980-510 193
Search Data Section 1 Basic Functions and Components
Search Data
The Search data base contains search data, that is, information about all symbols,
information about the definition of each symbol and information about all
references of each symbol.
It is possible to perform a manual rebuild of the Search data base. The Search data
base can be rebuilt in the following ways:
• selecting Rebuild Search Data from the context menus of application,
controller and library.
• selecting Tools > Rebuild all Search Data
• clicking the Rebuild button in the Search and Navigation dialog
Reports
The search result can be transformed into a report by using Basic HTML Report.xslt,
that is by default installed together with Control Builder. The report contains the last
search result shown in the Search and Navigation dialog. All symbols, definitions
and references are included in the report. The symbols in the report are shown in the
same order as in the Search and Navigation dialog.
1. Right-click on a Definition and select Report....
194 3BSE035980-510
Section 1 Basic Functions and Components Input and Output Signal Handling
3. Specify a directory to save the report in and enter a suitable file name.
4. Click Save button to store the report file on disk.
It is possible to export the report to Microsoft Excel by using Export to Microsoft
Excel in the Internet Explorer context menu.
3BSE035980-510 195
Input and Output Signal Handling Section 1 Basic Functions and Components
Figure 103. Enabling over and under range for input objects.
196 3BSE035980-510
Section 1 Basic Functions and Components Input and Output Signal Handling
Figure 104. Enabling over and under range for input objects
3BSE035980-510 197
Backup Media Section 1 Basic Functions and Components
Backup Media
The AC 800M controllers contain a card slot located at the front of the controller.
In non-High Integrity controllers, this card slot allows the restore of the saved
configuration data and firmware data from the backup media.
The supported backup media for AC 800M controllers are:
• Compact Flash card (supported in all AC 800M controllers except PM891)
• Secure Digital card (supported only in PM891)
The backup media cards are useful to save data in case of unpredictable power
supply and for transferring new or updated applications to other controllers.
For more information about the AC 800M controller, see the subsection ‘Product
Overview’ in the AC 800M Controller Hardware (3BSE036351*).
The card will be activated and read after a long controller reset (or power failure)
and your application(s) can be loaded into the new controller host without
performing a monitored application download from a Control Builder station.
The backup media does not support distributed applications; hence you cannot
use the memory card in a controller that run distributed applications.
The "Daylight saving" and "Time zone" settings are not retained when starting an
AC 800M from backup media. If correct local time is needed, then the 1131
application must use the TimeZoneInfo function block to define the correct
settings.
198 3BSE035980-510
Section 1 Basic Functions and Components Compact Flash
Compact Flash
Compact Flash (CF) is a portable memory card that can be easily inserted to the card
slot located at the front of AC 800M controllers (except PM891).
Secure Digital
Secure Digital (SD) is a portable memory card that can be easily inserted to the card
slot located at the front of the PM891 controller.
3BSE035980-510 199
Adding CF Card or SD Card to Hardware Section 1 Basic Functions and Components
Figure 105. The Controllers item expanded and the CF Card connected to the CF
Reader item.
200 3BSE035980-510
Section 1 Basic Functions and Components Saving Cold Retain Values on Files
2. Set the cyclic interval time for saving cold retain values to file. The default
value is (60 min.). See Figure 106.
3BSE035980-510 201
Saving Cold Retain Values on Files Section 1 Basic Functions and Components
Figure 106. Settings for Save cold retain values (default 60 min.).
To prevent CF card or SD card from saving additional cold retain values, you
must set the parameter Value to zero (0). Otherwise it will keep saving new
values to file. Setting the value to 0 would normally be the case before shipping
the backup media to a host control system.
3. Close the hardware editor.
202 3BSE035980-510
Section 1 Basic Functions and Components Downloading the Application to Removable Media
For a redundant CPU configuration, you need to write the same application twice
(two CF/SD cards, one in each CPU). Copy (in Windows Explorer) the
downloaded application (two folders) from the CF/SD card and paste them
temporarily on your local disk. Insert the next memory card into the Writer and
drag your two folders from the hard disk and drop them on the new CF memory
card.
Configuration Load
Configuration Load means to load a controller configuration, all applications and
their corresponding cold retain values from the backup media. After a configuration
load, the application can read all the critical process (cold retain) values that was
stored on the backup media (CF card or SD card).
If or when a control system is shuts down due to power failure, and no battery
backup in the controller is available, the backup media can re-boot the control
system with the latest and the most efficient cold retain values.
In case of a redundant processor unit configuration, it is recommended to insert a
CF card or SD card in both CPUs.
3BSE035980-510 203
Upgrading Controller Firmware using Backup Media Section 1 Basic Functions and Components
204 3BSE035980-510
Section 1 Basic Functions and Components Upgrading Controller Firmware using Backup Media
5. On clicking Yes, a list of identified removable media appears. If the card is not
present in the list of removable media, then try the following:
– Unmount and then remount the media again.
– Make sure that the card is formatted in a file system. If not, use the
Windows format tool or Diskpart to format it in FAT or FAT32 file
system.
3BSE035980-510 205
Upgrading Controller Firmware using Backup Media Section 1 Basic Functions and Components
6. Click the required removable media to select it, and then click Yes to proceed.
Either of the following cases will happen:
– If the media used is CF, the Diskpart tool then formats the CF card to
FAT 16 with a maximum size of 2 GB (even if the size of the card is
greater). The progress of the Diskpart tool will be displayed in a command
prompt window. Upon completion the window closes automatically and
the firmware image is copied to the card
– If the media is an SD card, then no formatting is required at this point. The
firmware image is copied to the card.
If the above operations are a success, then:
• There will be four files on the card (see Figure 109 for CF card and Figure 110
for SD card). If the media card is CF, then it has been formatted as FAT.
• The file content.txt has been rewritten and the first row describes the selected
controller. Other rows remain either untouched or partly rewritten.
206 3BSE035980-510
Section 1 Basic Functions and Components Upgrading Controller Firmware using Backup Media
3BSE035980-510 207
Restoring Formatted CF Cards to Original Size Section 1 Basic Functions and Components
208 3BSE035980-510
Section 1 Basic Functions and Components Compiler Switches
You may try the above steps in also cases where the card is shown as unformatted
and/or unreadable.
Compiler Switches
Compiler Switches are used to control the behavior of the compiler by setting
additionally language restrictions.
Global restrictions are valid for all code. Restrictions can be set to generate errors or
warnings at compilation. For SIL applications it is also possible to set additionally
compiler restrictions. At compilation, errors and warnings are generated according
to these settings and global restrictions. These restrictions can be used to stop the
use of complex constructions in code, which might cause instabilities or errors.
Global restrictions and SIL restrictions are combined as follows:
• A global error and a SIL warning always generate an error
• A global warning and a SIL error generate a warning for non-SIL applications
and an error for SIL applications.
It is possible to exclude a library from checking with user-defined compiler
switches. Only warnings can be excluded for a library, not errors.
If a library is excluded from a certain restriction, this restriction will not be
checked for any type belonging to that library.
If restrictions are changed, a re-compilation is required before the next download.
Restrictions are checked both at compilation and when checking the code.
Settings
Right-click the control project (root object) and select
Settings > Compiler Switches to open the Compiler Switches dialog.
3BSE035980-510 209
Settings Section 1 Basic Functions and Components
Global
Switch Description SIL 1-2 SIL 3
(Non-SIL)
Simultaneous Execution in Simultaneous sequences in A E&M E&M
SFC(1) SFC
Loops In ST Loops in Structured Text (FOR, A E&M E&M
WHILE, REPEAT and EXIT)
Nested IF or CASE Nested IF and CASE A A A
statements in Structured Text
Implicit Cast(2) Automatic conversion of data A A A
types (e.g. integer to real)
Instruction List language Instruction List A E&M E&M
Ladder Diagram language Ladder Diagram A E&M E&M
(1)
Loops in Control Modules Code sorting loops E E E
SFC Language Sequential Function Chart A A E&M
Language
210 3BSE035980-510
Section 1 Basic Functions and Components Settings
Global
Switch Description SIL 1-2 SIL 3
(Non-SIL)
Force I/O from code The compiler switch for forcing A E&M E&M
I/O signals from 1131 code. It
restricts changes of the Forced
component in variables of one
of the data types BoolIO,
RealIO, DintIO and DwordIO
and results in either warning or
error when the switch is
activated.
Example: MyBoolIOVar.Forced
:= true; Not allowed since this
assignment directly affects the
“Forced” component.
Multiple calls to the same This switch defines if the W W E
Function Block compiler should check if a POU
Type contains more than one
call to a specific Function Block
instance
None or multiple calls to The ExecuteControlModules W W E
ExecuteControlModules function is called once in every
scan from a Function Block
Type that contains
ControlModule instances. This
switch decides if the compiler
checks that the call is made
correctly.
(1) This switch does not affect the “sequence selection” functionality of SFC.
(2) In SIL applications it is recommended to set this switch to Error.
Notes to Table 15
“A”: - Allowed, Gives no error or warning
“W”: - Gives a compiler Warning if the rule is violated, acknowledge required
3BSE035980-510 211
Reports Section 1 Basic Functions and Components
Reports
Difference Report
If the Difference Report function is enabled, the Difference Report Before
Download dialog displays (in the same dialog):
• Difference report,
• Source code report.
Based on the information presented in the reports you can either accept or reject the
changes, if you want the download to be carried out or cancelled.
The function is enabled/disabled by right-click the control project folder (root
object) and select Settings > Difference Report.
The Difference report setting is only available for non-High Integrity controllers.
The Difference Report and start value analysis functions is always enabled when
downloading SIL applications to High Integrity controllers.
Difference report shows the difference between data downloaded to the controller
and the data present in Control Builder, see Figure 113. The tree view to the left
shows the parts of the application that have changed. By clicking an item in the tree,
you can display the present controller code to the left, and the new code to the right.
Differences are also indicated by colors (the color coding is explained on the status
bar at the bottom of the report window).
212 3BSE035980-510
Section 1 Basic Functions and Components Difference Report
Data Example
Application data User defined types, start values,
execution order, connected libraries.
Controller configuration data Access variables, hardware units,
HW types, task properties, connected
applications, settings from external
configuration tool (such as Fieldbus
Builder FF), controller settings (error
handler), communication interval
settings.
3BSE035980-510 213
Difference Report Section 1 Basic Functions and Components
Project constants
System variable EnableStringTransfer
214 3BSE035980-510
Section 1 Basic Functions and Components Source Code Report
3. A Save As dialog displays. Enter the file name/folder and click Save.
4. The PDF Viewer application is launched to display the difference report in
PDF format.
3BSE035980-510 215
Source Code Report Section 1 Basic Functions and Components
Data Example
Application data User defined types, execution order,
connected libraries.
Controller configuration data Access variables, hardware units,
HW types, task properties, connected
applications, controller settings (error
handler), communication interval
settings, structural changes, simulation
mark, signature.
216 3BSE035980-510
Section 1 Basic Functions and Components Reports Generated at Download
Data Example
Project constants
System variable EnableStringTransfer
Information about execution order will be part of the report, provided that a
compilation has been performed.
Source code for protected types will not be displayed in the report. In the report, a
protected type is indicated by a padlock icon . If the protected type is part of a
library, it is possible to override the protection by entering the password.
To print the source code for the whole project, select File > Print. To print the
source code for selected parts of the project, navigate the tree to the item you want
to print, right-click the item and select Print Source Code. Alternatively, you can
select File > Print, and select print range Selection in the Print dialog.
The source code report has a filter function to increase the readability of the
source code for Function Block Diagrams and Control Modules. This filter is by
default turned on (select Tools > Filter).
You can generate a source code report without compilation or download. See
Source Code Report Generated for Project in Control Builder on page 218.
You can also generate a source code report for the project in the controller. See
Source Code Report Generated for Project in Controller on page 218.
3BSE035980-510 217
Reports Generated at Download Section 1 Basic Functions and Components
218 3BSE035980-510
Section 1 Basic Functions and Components Portability Verification
Portability Verification
This menu is located under the menu option Tools > Verify Portability in the
Project Explorer. This functionality verifies that the source code doesn't contain any
characters with an ASCII value above 127. If a project, containing characters with
ASCII values above 127, is moved between computers with different local system
settings it may result in errors when the Control Builder project is loaded.
Performance Management
The compiler statistics is a separate tool accessible from the tools menu in the
Control Builder as shown in Figure 117. When it is started, the currently opened
project in the Control Builder is compiled, and the collected information is saved in
XML format in the 'Results' subfolder of the working folder, which is presented in a
separate dialog, see Figure 118. Only information about compilable applications
3BSE035980-510 219
Performance Management Section 1 Basic Functions and Components
can be gathered by the tool. If a project contains applications with errors, only
statistics of the correct applications is presented. In this case the statistics presented
is taken from a part of the project. One file is generated per application and it
replaces old ones if it previously exists for that application. The tool can also be
started from a Control Builder with no project loaded. In that case only information
gathered from previously generated files is displayed.
220 3BSE035980-510
Section 1 Basic Functions and Components Performance Management
3BSE035980-510 221
Project Documentation Section 1 Basic Functions and Components
Project Documentation
The project documentation function provides you with filter options while
documenting your control project. The filter helps you specify parts of the control
project and keeping the document size to a minimum. All documentation is
produced as Microsoft Word documents as default, hence Microsoft Office must be
installed.
All project documentation will be connected to a standard template. But you can
create templates of your own for the documentation.
A complete overview of a library, an application, a controller, or an object in these
folders can be exported to a file for printout from Project Explorer. However, it is
not possible to select a folder at the root level, for example the Libraries object
folder. As an example, it is possible to filter out all ColdRetain variables and
Parameters in an application.
If the project documentation function is used in Online mode, the cold retain values
can also be obtained.
222 3BSE035980-510
Section 1 Basic Functions and Components Objects and Types
3BSE035980-510 223
Editor Items Section 1 Basic Functions and Components
Editor Items
Figure 120. Editor item tab for selecting items inside filtered types and objects.
After adjusting the filter settings for types and objects, another filtering can be done
per item. You can now specify which items to include/exclude for the previous
selected types and objects. The items are grouped under Declaration Pane, Source
code and Properties and Settings. All items are set by default, except the Access
Level option, (see Figure 120).
Access Levels are used for controlling access to online resources in SIL
applications.
224 3BSE035980-510
Section 1 Basic Functions and Components Used Types
Used Types
Figure 121. Used Types dialog for printing used types only.
This filtering option selects types in a library that has an object (instance) in an
application or inside another library. The resulting documentation from this dialog
will only include the information for those types that have been matched as a
reference in the selected application or library (see the drop-down menus in
Figure 121).
In order to select a library or an application/library reference from the drop-down
menus, you must first check the Used Types check box.
3BSE035980-510 225
Used Types Section 1 Basic Functions and Components
226 3BSE035980-510
Section 2 Alarm and Event Handling
Introduction
An important part of an automation system is to be able to supervise and interact
with the system. For this to be possible, information about the status of the
supervised processes must be made available to the operator. Both the operator and
the controllers need to be able to interact with the process.
This requires that information is transferred to and from the operator interface, in
the form of commands, alarms, and events.
Alarms and events are generated in three ways:
• by using objects based on library types containing alarm and event functions,
• by using objects especially made for alarm and event handling (based on the
types in the Alarm and Event library),
• by hardware units throughout the system (system alarms).
This section describes how to add alarm and event handling when there are no built-
in functions for this. For information on how to configure alarm and event handling
using objects that already contain alarm and event handling functions, refer to the
System 800xA Control AC 800M Binary and Analog Handling (3BSE035981*), and
to online help for the object in question.
This chapter describes the alarm handling functions in the Alarm and Event
library. Signal objects, process objects, and a number of control objects have
built-in alarm functionality that is similar to the functions described in this
section. For a description of built-in alarm functions, see the references above.
3BSE035980-510 227
Alarms and Events Section 2 Alarm and Event Handling
228 3BSE035980-510
Section 2 Alarm and Event Handling Alarm and Event Library
Additional Information
For examples of how to use components from the Alarm and Event library, see
Alarm Examples on page 267. For details on how to use alarm and event functions,
see Alarm and Event Functions on page 286. This sub-section also describes how to
set up printers and print queues.
For a complete list of all objects in the Alarm and Event library, see the manual
System 800xA Control AC 800M Binary and Analog Handling (3BSE035981*).For
information on which alarm and event types that can be used in SIL applications,
see online help for the Alarm and Event library or the reference above.
3BSE035980-510 229
Process Alarms and Events Section 2 Alarm and Event Handling
230 3BSE035980-510
Section 2 Alarm and Event Handling Process Alarms and Events
and to control the behavior of the alarm condition. In Figure 122, the function block
type AlarmCond is used to illustrate the function of the different parameters.
Signal
In parameters used for SignalID
the monitored signal
UseSigToInit
Inverted
ExtTimeStamp
TransitionTime
Message AlarmCond
In parameters used SrcName function block
to add information CondName
to the alarm Severity
3BSE035980-510 231
Process Alarms and Events Section 2 Alarm and Event Handling
If you change the value of an Edit parameter, this change will not take effect until
after a warm or cold download.
The following alarm condition parameters are Edit parameters:
• ExtTimeStamp,
• SignalID,
• UseSigToInit,
• SrcName,
• CondName,
• Inverted,
• AckRule.
The Description field in the parameter editor starts with EDIT if the parameter is
an Edit parameter.
The control module type AlarmCondM has similar functions and uses the same
parameters as the AlarmCond function block type.
For more information on parameters and their possible values, also see online
help and the Description column in the parameter editor.
232 3BSE035980-510
Section 2 Alarm and Event Handling Process Alarms and Events
3BSE035980-510 233
Process Alarms and Events Section 2 Alarm and Event Handling
234 3BSE035980-510
Section 2 Alarm and Event Handling Process Alarms and Events
• Severity indicates the degree of severity, where 1 is the least severe, and 1000
is the most severe level. This parameter is very useful when filtering alarms
and events.
• Class can be used to classify the alarm (1-9999). This parameter is also useful
when filtering events,
This information can be displayed in the operator interface and written to various
logs. It can also be used to sort and filter alarms and events.
Since the source name and the condition name identify the alarm, the combination
of the two must be unique within a controller. Any attempt to define an alarm
condition that results in a non-unique combination of source name and condition
name will result in an error (the Error parameter will become True). Also, a simple
event is generated.
If an OPC server detects a non-unique alarm (that is, two controllers have the same
combination of source name and condition name), a system simple event is
generated.
There are two alternatives for indicating the source of an alarm or event:
• Leave the SrcName parameter empty. The Name parameter of the alarm owner
(see Alarm Owner Concept on page 238) will be used as the source name.
For a program or application to have a source name, you need to create a variable
called Name in the program or application. If the SrcName parameter is left
empty and the alarm owner is a program or application, the value of the Name
variable will be used as the source name.
• Set the SrcName parameter to whatever source name you want to use.
All alarms belonging to the same alarm owner must have the same source name.
The condition name is normally the name of the alarm condition function block or
control module instance, for example Level_High, but could also be set via the
CondName parameter.
Condition names are case sensitive, that is, Level_High is not the same as
LEVEL_HIGH.
The same condition names should be used throughout the whole project, since it is
important that the operator has a limited set of condition names to deal with. Using
3BSE035980-510 235
Process Alarms and Events Section 2 Alarm and Event Handling
Status Information
There are three parameters that can be used to retrieve status information for an
alarm condition:
• CondState indicates the state of the alarm condition (0-6, see below).
• Error indicates an error in the alarm condition.
• Status gives the status code from the latest execution.
If a parameter is outside its defined range, the Status parameter will take a
negative value or the value 703.
Alarm conditions are state machines, which change from one state to another
following fixed rules. The most important reason for an alarm condition to change is
a change in a monitored signal. The alarm condition (indicated by the parameter
CondState) also changes if:
• an alarm is acknowledged,
• an alarm is disabled,
• an alarm is enabled,
• auto-disable occurs.
236 3BSE035980-510
Section 2 Alarm and Event Handling Process Alarms and Events
The condition state (CondState) parameter indicates the state of an alarm. An alarm
can be in one of seven states:
The CondState parameter can be used to pass the state of an alarm to other parts of
the software.
To see the state of all alarm conditions for a certain object in Project Explorer,
right-click the object and select Alarm Conditions from the context menu.
Autodisable
AC 800M controllers have a CPU parameter called AE Limit auto disable. This
setting controls the number of times an alarm can go on and off, without being
acknowledged. When the limit is reached, the alarm condition is automatically
disabled, and the state AutoDisabled is entered. The default setting is 3, and the
maximum setting is 127. If AE Limit auto disable is set to 0, autodisabling is turned
off and alarms can be activated an unlimited number of times.
An alarm that is in AutoDisabled state does not send any event (even though the
alarm condition changes), until it is acknowledged. See Acknowledgement
Rule 1 on page 287.
3BSE035980-510 237
Process Alarms and Events Section 2 Alarm and Event Handling
238 3BSE035980-510
Section 2 Alarm and Event Handling Detection of Simple Events
3BSE035980-510 239
Built-in Alarm and Event Handling in Other Libraries Section 2 Alarm and Event Handling
Never use types from the Signal Libraries to represent all I/O channels and if
used, types from SignalBasicLib should be taken. This will consume a lot of
memory and will result in poor performance. Use signal objects when there is a
real need to control and monitor an I/O signal. Signal objects normally represent
an object with a single signal.
For more information about the Signal Libraries, see online help and the manual
System 800xA Control AC 800M Binary and Analog Handling (3BSE035981*).
240 3BSE035980-510
Section 2 Alarm and Event Handling Built-in Alarm and Event Handling in Other Libraries
Alarms and events can be disabled from the faceplate and from alarm list, as well as
from the application, via interaction parameters.Figure 123 illustrates the difference
between inhibiting and disabling an alarm.
In a SIL application, alarms cannot be enabled or disabled via the MMS event
service. However, alarms can be disabled or enabled from the IEC-61131-3 code.
Faceplate
Alarm & Action
Enable
Alarm
&
Condition
Alarm
Cond
Alarm
Server Hide &
Auto-disable
Alarm List
Disable (from Alarm List)
Inhibit
& Control Action
Operator
Controller Workplace
Figure 123. Inhibit and disable functions in alarm handling for AC 800M (for a list
of objects with inhibit functionality, see Inhibit Parameters on page 242). Event
handling works in a similar way.
3BSE035980-510 241
Built-in Alarm and Event Handling in Other Libraries Section 2 Alarm and Event Handling
In the above figure, the alarm can be disabled from the faceplate and from the alarm
list. It can also be disabled if the auto-disable function is triggered.
Disable from the alarm list only disables the alarm itself, while Disable from the
faceplate disables both the alarm and the control action connected with it.
When Inhibit is set, the alarm still exists and can be seen in logs, face plates and
alarm lists. It is only the control action that is inhibited.
Hide is set from the operator interface, see operator workplace documentation.
For an example of how to use the inhibit function, see Alarm Examples on page
267.
Inhibit Parameters
The inhibit function is present in the following standard library types.
• Signal library
– SignalInReal
– SignalReal
– SignalInBool
– SignalBool
– SDLevelM
– SignalBoolCalcInM
– SignalInBoolM
– SignalInRealM
– SignalReadCalcInM
– SignalSimpleInRealM
• Standard Control library
– Level6CC
– Level4CC
– Level2CC
• Supervision library
– DetectorBool
– Detector1Real
– Detector2Real
– DetectorRemote
– DetectorLoopMonitorReal
– OutputBool
242 3BSE035980-510
Section 2 Alarm and Event Handling Built-in Alarm and Event Handling in Other Libraries
Disable/Enable Parameters
The disable function is available in all types that contain built-in alarm handling. An
alarm condition is disabled by setting the EnableY parameter to False, where Y
stands for the name of the condition, for example EnableGTH (where GTH stands
for Greater Than High).
There are also parameters for indicating if the alarm condition has been disabled or
not.
There are additional parameters that affect the behavior of built-in alarm
conditions, for example AEConfigX. For more information on parameters, see
online help for the object in question (select and press F1).
3BSE035980-510 243
External Time Stamps (S800 I/O) Section 2 Alarm and Event Handling
A special form of external time stamp is created by external units with Sequence-
of-Event (SOE) support, such as DI831. A low level event is then time-stamped
by the I/O unit and sent to the controller to be dealt with. This triggers alarms or
simple events in the controller. The change of status is time-stamped with the low
level event time stamp.
244 3BSE035980-510
Section 2 Alarm and Event Handling External Time Stamps (PROFINET IO)
3. The time synchronization of PNIO device is done externally and not by the
CI871. It is the responsibility of the PNIO devices to get a time
synchronization managed (through access to the central time master in the
system). The PNIO device defines the information to be time stamped.
4. The ABB SOE profile is handled as a process alarm on PROFINET IO with a
vendor specific User Structure Identifier (USI).
3BSE035980-510 245
External Time Stamps (INSUM) Section 2 Alarm and Event Handling
5. Once the SOE alarm is acknowledged (to ensure that it is not lost). The PNIO
device deletes the alarm only after receiving the acknowledgement from the
controller. The controller sends the acknowledgement after storing the alarm in
the non-volatile memory.
It is recommended to configure Function blocks as Alarm condition for process
signals only where the process values can be used as initial value in case of restart
behavior. Otherwise alarms can get frozen.
246 3BSE035980-510
Section 2 Alarm and Event Handling External Time Stamps (INSUM)
these fields if the time stamp received from the INSUM device is incorrect. (See
below).
In this case, the alarm messages are time stamped in the controller. If this time
accuracy is sufficient, this method is probably to be recommended because it is
easier to configure. No System Clock is needed in the INSUM system. If you let the
system software generate the alarms it can use the time stamp given by the INSUM
devices. If the INSUM System Clock is used this is a much more accurate time
stamp.
3BSE035980-510 247
External Time Stamps (INSUM) Section 2 Alarm and Event Handling
Summary Alarms, One Alarm Object For Warnings and One for Trips
Generate Alarms = Enabled Trip/Warning. The difference compared to the
handling for Enabled is that the system software generates one specific alarm
message when a warning bit is set and another alarm message when a trip bits are
set.
248 3BSE035980-510
Section 2 Alarm and Event Handling External Time Stamps (INSUM)
This means that there will be one alarm message for the first warning and one for
the first trip. To use this setting two AlarmCond blocks should be created for each
INSUM device, one for the warnings and one for the trips. If an alarm update is
received with the change that no warning bits are set there will be an alarm off
message for the warnings. The same applies for the trip bits.
Detailed Alarms
Generate Alarms = Enabled Detailed. The difference compared to the handling for
Enabled (see Summary Alarms, One Alarm Object Per Device on page 247) is that
for each alarm classified bit which is set (and previously was not set) the system
software generates one separate alarm message. If an alarm update is received with
the change that an alarm classified bit that previously was set now is reset, the
system software generates the alarm off message for that bit.
Using Enabled Detailed means that one AlarmCond block should be created for
each alarm type that the INSUM device sends. For a large INSUM configuration
where more than just a few alarm types per device should be supervised this
easily leads to a very large number of AlarmCond blocks.
3BSE035980-510 249
External Time Stamps (INSUM) Section 2 Alarm and Event Handling
Example:
• The syntax 2.1.204 means the alarm for device #204 connected via Gateway #1
on CI857 #2.
250 3BSE035980-510
Section 2 Alarm and Event Handling Choose Alarm Handling Method for INSUM Alarms
3BSE035980-510 251
System Alarm and Event Generation Section 2 Alarm and Event Handling
252 3BSE035980-510
Section 2 Alarm and Event Handling Controller Generated System Alarms and System Simple
System alarms and system simple events are used to draw attention to deviations
from normal system behavior. All system alarms and system simple events can be
sent to the OPC Alarm and Event Clients and even printed to the system log file,
depending on the current system configuration.
3BSE035980-510 253
Controller Generated System Alarms and System Simple Events Section 2 Alarm and Event
254 3BSE035980-510
Section 2 Alarm and Event Handling User Generated System Alarms
3BSE035980-510 255
Simple Events Section 2 Alarm and Event Handling
Simple Events
The DataToSimpleEvent function block is used to send data in XML format, for
example, to record data for batch processes.
For more information on how to use this function block, see online help. For
examples on how to use the DataToSimpleEvent function block, see Alarm
Examples on page 267.
Time Stamps
When an alarm or event is created, a time stamp can be added to it, showing the
exact time when the event occurred. There are three types of time stamp:
• Internal Time Stamps, that are created by the controller.
• Remote Time Stamps that are read from external communication partners via
the parameter TransitionTime.
• External Time Stamps that are created by an I/O unit and transferred together
with the event.
The TransitionTime parameter (of type date_and_time) can be used to read a remote
time from a remote partner, via other protocols than MMS. The parameter is read
each time a change is detected in the monitored signal. If it is left unconnected, it
will have no effect.
When adding remote time stamps, it is possible to add any time. However,
settings in the operator interface might filter out alarms and events with times that
are outside the “normal” range (in the future or far back).
256 3BSE035980-510
Section 2 Alarm and Event Handling Time Stamps
Internal time stamps simply show when the execution cycle in which the alarm was
created started. External and remote time stamps show the actual time at which the
alarm condition occurred in the external device or partner. All time stamps have a
resolution of 1 ms; however, it is the interval time of the task where the alarm
function block or module runs that determines the accuracy of the internal time
stamps. All alarm function blocks and modules in the same task are given the same
time stamp, if activated concurrently.
This is the point of using external and remote time stamps. Internal time stamps can
never be more accurate than the execution time of the task allows for. With external
or remote time stamps, the accuracy of the time-stamping mechanism in the external
or remote device (for example, an S800 I/O unit) sets the limit, something which
could seriously improve the accuracy of the time given in entries with external or
remote time stamps.
If external time stamps are to be used, the external time stamp parameter
(ExtTimeStamp) has to be set to True. When using external time stamps, there is
also a SignalId parameter that is used to indicate the source of the external alarm or
event.
External time stamps can only be created by external units with Sequence-of-
Event (SOE) support.
3BSE035980-510 257
Time Stamps Section 2 Alarm and Event Handling
Clock Synchronization
For time stamps to be useful, the whole system must use the same time, that is, the
time must be synchronized. See also Clock Synchronization in the AC 800M
Communication Protocols (3BSE035982*).
Depending on the type of controller, clock synchronization is possible by four
different protocols: CNCP, SNTP, MB 300 TS, and MMS Time Service. Clock
synchronization is set up in the controller hardware editor.
It is important to understand the difference between accuracy and resolution when
calculating how much a time stamp may deviate from the true system time:
• Resolution is the number of decimals that are used to write the time. If the time
is given as, for example, 2004-02-19 19:43:22:633, the resolution might
be 1 ms (but could also be, for example, 0.5 ms).
• Accuracy is a measure of how accurate a time stamp is, that is, how much it
may deviate from the true system time. If the accuracy is 1 ms, then
2004-02-19 19:43:22:633 actually means any time between
2004-02-19 19:43:22:632 and 2004-02-19 19:43:22:634.
For a more detailed, conceptual description of time synchronization, see the AC
800M Communication Protocols (3BSE035982*) and the System 800xA Network
Configuration (3BSE034463*). For information on how to set up time
synchronization or a controller, see online help for the processor unit (PM unit) in
question.
It is also important to understand that the accuracy deteriorates if a time stamp is
created in a unit that is supplied with the time from a controller, via ModuleBus.
The possible difference between the time stamps of two events that occurred at
exactly the same time, but in two different units in two different controllers, is the
sum of the accuracy of time synchronization in the network and two times the
accuracy of the ModuleBus time synchronization.
This means that the difference between external time stamps can be far greater than
the accuracy of time synchronization between controllers.
The highest accuracy is achieved by using the CNCP protocol, with an AC 800M
controller as master.
258 3BSE035980-510
Section 2 Alarm and Event Handling Alarm and Event Communication
Units with SOE require time synchronization throughout the system, see Clock
Synchronization on page 258. The time used by units on ModuleBus is based on
the synchronized time received by the controller, but the accuracy is somewhat
lower. For information on the accuracy of SOE time stamps, see S800 I/O
documentation.
Subscriptions
An OPC server subscribes to event notifications from a control system. Each
controller compiles an internal list of all servers interested in various events.
Condition-related events are generated when alarm conditions change their state.
Simple events can be generated, for example, by the start of a motor. When an event
occurs, the control system sends event notifications to all servers on the subscription
list.
3BSE035980-510 259
Configuration of OPC AE Communication – Overview Section 2 Alarm and Event Handling
Control System 1 Control System 1 OPC client 1 Control System 1 OPC client 3
Control System 2 Control System 2 OPC client 2 Control System 2
Control System 3
Control System 4
260 3BSE035980-510
Section 2 Alarm and Event Handling Buffer Queues
Buffer Queues
For each connected OPC Alarm and Event client, there is an OPC Alarm and Event
Server queue. All data passing the OPC Server, such as event notifications, will also
pass this queue. Figure 126 shows aa control system buffer configuration example,
where OPC clients subscribe to alarms and events from different OPC Servers.
When a buffer is full, a system simple event is sent upwards to the 800xA System.
All buffers are created in accordance with OPC server and CPU settings. Also, see
System Diagnostics on page 286.
Buffers Buffer
OPC OPC
Server1 Server2
Buffer Buffer
Buffer Buffers
Printer
Application
Buffer
Buffer
Low level
event Controller 2
SOE* Buffer
* Sequence of Events
Controller 1
INSUM
Figure 126. Example of buffer configuration. When a buffer is full, a system simple
event is sent upward to the 800xA system and the third party client. In Controller 1,
there is also a low level event buffer receiving events from an external device (in the
example, an INSUM device).
3BSE035980-510 261
Buffer Configuration Section 2 Alarm and Event Handling
Buffer Configuration
Alarm and event handling requires a number of buffers. The memory for these
buffers must be allocated in the controllers. These settings have to be made in the
Settings tab for each controller CPU.
Table 18 describes the parameters in the Settings tab that need to be configured for
the buffer. See also System Diagnostics on page 286.
These settings affect the Available memory. For more information regarding
Available memory, refer to the System 800xA System Guide Technical Data and
Configuration (3BSE041434*) manual.
For controller types with limited memory, the settings for the buffer
configuration should be carefully chosen or else the memory becomes full.
Parameter Comment
AE Local printer event queue size Each position allocates approximately 300
bytes of memory. The total memory need
for local printers is:
300 * AE Local printer event queue size *
AE Max number of local printer event
queues
AE Max number of local printer event The maximum number of event queues in
queues the controller
AE Event subscription queue size Each position allocates approximately 300
bytes of memory. Total memory need for
subscribing OPC Servers are:
300 * AE Event subscription queue size *
AE Max number of event subscriptions
AE Max number of event subscriptions Number of subscribing OPC Servers
262 3BSE035980-510
Section 2 Alarm and Event Handling Local Printers
Parameter Comment
AE Buffer size of low level event Each position allocates 72 bytes of
memory. Total memory need for
Sequence of Events are:
72 * AE Buffer size of low level event
Set this setting to 2 if Sequence of Events
is not used
AE Max no of Name Value items The maximum number of XML tagged
events
AE Max percent of log strings The percentage of Name Value items that
are strings. Used to allocate memory for
Name Value item strings.
Local Printers
A local printer can be connected to the serial port of a controller, and print out event
lists and/or alarm lists as needed.
AC 800M
Buffer
Printer
Print Format
The print format for alarm conditions and events is governed by a special format
syntax.
The system supports the 8-bit ASCII character set (according to Windows). This
means that the serial and parallel printers must support the 8-bit character set.
3BSE035980-510 263
Print Format Section 2 Alarm and Event Handling
The abbreviations used in these format strings are given in Table 19. The character
length of each field is given within parentheses..
264 3BSE035980-510
Section 2 Alarm and Event Handling Sending an Alarm to the Application
– cPrintAlarmPres.FooterFormat
• For Events
– cPrintEventPres.CondEventFormat
– cPrintEventPres.SmpEventFormat
– cPrintEventPres.TimeFormat
• For Alarm Condition State Texts
– cAlarmCondStateText.Undefined
– cAlarmCondStateText.On1
– cAlarmCondStateText.Off1
– cAlarmCondStateText.Acked
– cAlarmCondStateText.Disabled
– cAlarmCondStateText.Idle
– cAlarmCondStateText.Autodisabled
• For Event Transition Texts
– cEventTransitionText.Undefined
– cEventTransitionText.On1
– cEventTransitionText.Off1
– cEventTransitionText.Ack
– cEventTransitionText.Disable
– cEventTransitionText.Enable
– cEventTransitionText.Autodisable
3BSE035980-510 265
Third Party OPC Clients Section 2 Alarm and Event Handling
values as if they was send to a printer and bring it to the application as well. Hence,
these values can then be sent and processed by your local code.
However, sending an alarm only to the application requires that you do not connect
the Channel parameter (leaving the Parameter field empty).
By sending an alarm to the application you can then redirect this information to
your cell phone. Every time an incoming alarm has a severity higher than 700,
you should be notified with a SMS.
266 3BSE035980-510
Section 2 Alarm and Event Handling Alarm Examples
Alarm Examples
The following subsection contains a number of examples designed to help you
understand how alarm and event handling works and how to use the types in the
Alarm and Event library.
• AlarmSimple_M example shows how function blocks (AlarmCond,
SimpleEventDetector), and control modules (AlarmCondM) from the Alarm
and Event library can be used, and how different parameters affect the
condition state. See AlarmSimple_M Example on page 268.
• The AlarmSimple_M example can also be used to study the aspects that are
generated by alarm conditions. See Alarm and Event Aspect Example
(AlarmSimple_M) on page 273.
• The alarm owner concept is illustrated by a couple of examples. See Alarm
Owner Examples on page 274.
• How to set up functions for inhibiting and disabling alarms is shown in Inhibit
Example on page 280.
3BSE035980-510 267
AlarmSimple_M Example Section 2 Alarm and Event Handling
• There are three examples of how to use simple event data. See Simple Event
Examples on page 282.
AlarmSimple_M Example
The example project AlarmSimple_M is located in the Example folder (under
Program Files in Windows) and is installed with the system. Run AlarmSimple_M
simultaneously when studying this section.
The example file has the suffix .afw. Browse to the Example folder inside the
Import/Export function in Plant Explorer, and import the example project to the
Control Structure. See the System 800xA Control AC 800M Getting Started
(3BSE041880*).
The example contains:
• A motor, named M101, with two supervised out signals: SwitchGearError and
M101OverLoad.
– SwitchGearError has severity 50 and belongs to class 15. This signal is
connected to an AlarmCond function block named SwitchGearAlarm.
– M101OverLoad has severity 100 and belongs to class 50. This signal is
connected to an SimpleEventDetector function block named
OverLoadEvent.
• Two tanks, named Tank11 and Tank12, both with supervision of the tank level.
Each tank contains two alarm conditions, High and Low, which are based on
the AlarmCondM control module type.
268 3BSE035980-510
Section 2 Alarm and Event Handling AlarmSimple_M Example
Figure 128 shows a partial view of the two tanks, Tank11 and Tank12. Figure 129
shows the Project Explorer view of the defined types and control modules.
Project Explorer view
Tank11 : TankType
High : AlarmCondM
Low : AlarmCondM
Tank12 : TankType
High : AlarmCondM
Low : AlarmCondM
This example uses control modules, but function blocks might as well be used.
3BSE035980-510 269
AlarmSimple_M Example Section 2 Alarm and Event Handling
270 3BSE035980-510
Section 2 Alarm and Event Handling AlarmSimple_M Example
3BSE035980-510 271
AlarmSimple_M Example Section 2 Alarm and Event Handling
272 3BSE035980-510
Section 2 Alarm and Event Handling Alarm and Event Aspect Example (AlarmSimple_M)
Tank12
AlarmEvent AlarmList
Figure 133. Aspect Object Tank11 in Plant Explorer, showing some aspects.
Condition/Instance names presented in the Control Alarm Event aspect are shown in
Figure 134.
3BSE035980-510 273
Alarm Owner Examples Section 2 Alarm and Event Handling
Figure 134. Example project in the Plant Explorer, with alarm conditions shown in
the Control Alarm Event aspect.
274 3BSE035980-510
Section 2 Alarm and Event Handling Alarm Owner Examples
Figure 135. PipeLib. AO=Alarm Owner (setting in type), ao=alarm owner (setting
is inherited from type).
We use the PipeLib library and two single control modules (SM1 and SM2) to
create a structure containing three tanks of the type MyPipe_type, see Figure 136.
We set the Alarm Owner attribute to False for SM1, but to True for SM2.
3BSE035980-510 275
Alarm Owner Examples Section 2 Alarm and Event Handling
Control Structure
AO Application
ao
Pipe100 (MyPipe_type)
ao
Motor10 (MyMotor_type)
FeedbackError (AlarmCondM)
ao
Motor20 (MyMotor_type)
FeedbackError (AlarmCondM)
HiLevelAlarm (AlarmCondM)
LowLevelAlarm (AlarmCondM)
SM1
ao
Pipe200 (MyPipe_type)
ao
Motor10 (MyMotor_type)
FeedbackError (AlarmCondM)
ao
Motor20 (MyMotor_type)
FeedbackError (AlarmCondM)
HiLevelAlarm (AlarmCondM)
LowLevelAlarm (AlarmCondM)
AO
SM2
ao
Pipe300 (MyPipe_type)
ao
Motor10 (MyMotor_type)
FeedbackError (AlarmCondM)
ao
Motor20 (MyMotor_type)
FeedbackError (AlarmCondM)
HiLevelAlarm (AlarmCondM)
LowLevelAlarm (AlarmCondM)
276 3BSE035980-510
Section 2 Alarm and Event Handling Alarm Owner Examples
What happens if an alarm is created inside this structure? Which object will be the
alarm owner? The answer is that the alarm ownership will depend on the existence
of an unbroken chain of alarm owners:
• For Pipe100 and Pipe300, the HiLevel and LowLevel alarms will be associated
with the pipe, since there is an unbroken chain of alarm owners from the tanks,
up to the application.
• For Pipe200, the HiLevel and LowLevel alarms will be associated with the
application, since there is no unbroken chain of alarm owners leading from the
application down to the pipe.
• For Pipe100 and Pipe300, FeedbackError alarms from the motors will be
associated with the motor in question, since there is an unbroken chain of alarm
owners from each motor, up to the application.
• For Pipe200, FeedbackError alarms from the motors will be associated with the
application, since there is no unbroken chain of alarm owners leading from the
application down to the motors.
It is easy to manipulate the alarm ownership. The alarm owner chain can always
be broken by inserting a “blind object” which is not an alarm owner. For
example, inserting such an object between Pipe100 and Motor10 in the above
example would cause FeedbackError from Pipe100 to be the owner of
FeedbackError alarms from Motor10, while Motor20 would still be the owner of
FeedbackError alarms from Motor20. See Figure 137.
The situation where all alarms from the SM1 single module have the application
as alarm owner is of course not desirable. It is simply included to illustrate what
happens when the alarm owner chain is broken.
3BSE035980-510 277
Condition State Example Section 2 Alarm and Event Handling
AO Application
ao
Pipe100 (MyPipe_type)
BlindObject (Control Module_type)
ao
Motor10 (MyMotor_type)
FeedbackError (AlarmCondM)
Breaks the chain of
alarm owners for Motor10 ao
Motor20 (MyMotor_type)
FeedbackError (AlarmCondM)
HiLevelAlarm (AlarmCondM)
LowLevelAlarm (AlarmCondM)
Figure 137. Inserting a “blind object” to break the alarm owner chain.
278 3BSE035980-510
Section 2 Alarm and Event Handling Condition State Example
TEMP
energize
Start AlarmCond
Signal
& time
Stop CondState >
A 2 B
Blocking
Figure 138. Manipulating the condition state using I/O.
Figure 138 shows two alternative ways of stopping a pump when the temperature is
too high. The TEMP signal goes high when the temperature is too high.
In alternative A, the TEMP signal is simply used to stop the pump (using the
blocking function, note that the TEMP input is inverted). There is no way to disable
this alarm. The pump is blocked as long as TEMP is high.
Alternative B uses an AlarmCond function block, which makes it possible to wait
for an action from the operator, before unblocking the pump. The blocking signal to
the pump does not go high until CondState > 2, that is, the alarm is enabled and not
idle (for a list of possible states, see Status Information on page 236). Once it has
gone high, it does not go low until Condstate => 1, that is, the alarm is disabled or
has returned to its idle state (this means that the alarm must be acknowledged by the
operator and TEMP must go low before the pump is unblocked, as long as
acknowledgement rule 1 is used).
3BSE035980-510 279
Inhibit Example Section 2 Alarm and Event Handling
Inhibit Example
The below example shows how to implement the inhibit function for a motor M103
(see Figure 139):
• An oil pressure sensor, P103, is used to stop the motor M103 if the oil pressure
is too low.
• A SignalInReal object is used to supervise the sensor and a MotorUni is used to
control the motor.
• The LTLLAct output from SignalInReal is connected to the PriorityCmd01 in
MotorUni. This means that the motor will be forced to stop when the oil
pressure is below the LL level. LTLLStat may be connected to a warning lamp
in a panel.
During start up of the equipment it is known that the oil pressure will be below the
limit, but it must be possible to start the motor. Therefore, the application logic will
set the EnableLL parameter in SignalInReal to False during start-up. This means
that LTLLAct will not be set, that is, the motor will not be stopped and no alarm is
sent to the alarm list as long as the motor is starting up. LTLLStat will not be set and
the lamp will not be lit.
Suppose the operator, maybe for testing, wants to run the equipment at an oil
pressure below the LL level. He could then inhibit SignalInReal from the faceplate.
The motor will still run during the test, but an alarm will be sent to the alarm list.
LTLLStat will be set and the lamp will be lit.
280 3BSE035980-510
Section 2 Alarm and Event Handling Inhibit Example
P103
M103
3BSE035980-510 281
Simple Event Examples Section 2 Alarm and Event Handling
Simple Data
Presume that an engineer wants to record three parameters in the process:
a temperature, a pressure and a stirring rate. Consequently, the engineer names
them:
varTEMP = “TEMP”
varPRESS = “PRESS”
varSTRAT = “STRAT”
These are the names the user wants to see on the screen when the recording is done,
but these names are not the same as the variable names. Instead, the names are
coupled to the extensible parameters in the Name field:
Name[1] = varTEMP
Name[2] = varPRESS
Name[3] = varSTRAT
During execution TEMP=300.2, PRESS=23.1, and STRAT=10. Temp and press are
real values (real) and STRAT is an integer, which causes no problem since Values is
of AnyType.
282 3BSE035980-510
Section 2 Alarm and Event Handling Simple Event Examples
NestingLevel “1” is chosen and this is how it could look in Control Builder:
varTEMP = “TEMP”
tempValue := 300.2;
pressValue := 23.1;
My Log(SrcName := SrcName,
Message := Message,
Class := Class,
EventCode := thisNbrEvent
RecipePath := myLongPath,
Status => Status,
Name[1] := varTEMP,
Value[1] := tempValue,
NestingLevel[1] := 1,
Name[2] := varPRESS,
Value[2] := pressValue,
NestingLevel[2] := 1,
Name[3] := varSTRAT,
Value[3] := stratValue,
NestingLevel[3] := 1 );
In OPC Server for AC 800M, this will be encoded into an XML string.
<DATA_EV_LOG>
<TEMP Value=”300.2” type=”real”/>
<PRESS Value=”23.1” type=”real”/>
<STRAT Value=”10” type=”int”/>
</DATA_EV_LOG>
3BSE035980-510 283
Simple Event Examples Section 2 Alarm and Event Handling
<DATA_EV_LOG>
<PHYS_DATA Value=”” type=””>
<height Value=”4.1” type=”real”/>
<depth Value=”3.0” type=”real”/>
<length Value=”1.0” type=”real”/>
</PHYS_DATA>
</DATA_EV_LOG>
284 3BSE035980-510
Section 2 Alarm and Event Handling Simple Event Examples
structName := “PHYS_DATA”;
varHeight := “height”;
heightValue := 4.1;
varRecipe := “RecipePar”
LogThis(SrcName := SrcName,
Message := Message,
Severity := Severity,
Class := Class,
EventCode := thisNbrEvent,
RecipePath := myLongPath,
Status => Status,
Name[1] := structName,
Value[1] := EmptyValue,
NestingLevel[1] := 1,
Name[2] := varHeight,
Value[2] := heightValue,
NestingLevel[2] := 2,
Name[3] := varDepth,
Value[3] := depthValue,
NestingLevel[3] := 2,
Name[4] := varLength,
Value[4] := lengthValue,
NestingLevel[4] := 2,
Name[5] := varRecipe,
Value[5] := EmptyValue,
NestingLevel[5] := -1 );
3BSE035980-510 285
Alarm and Event Functions Section 2 Alarm and Event Handling
The XML data will look as below. The last three parameters are fetched from a
Batch Object.
<DATA_EV_LOG>
<PHYS_DATA Value=”” type=””>
<height Value=”4.1” type=”real”/>
<depth Value=”3.0” type=”real”/>
<length Value=”1.0” type=”real”/>
</PHYS_DATA>
<RecipePar Value=”” type””/>
<heat Value=”3.4” type=”real”/>
<temp Value=”349.4” type=”real”/>
<heating Value=”true” type=”bool”/>
</DATA_EV_LOG>
System Diagnostics
When in online mode, it is possible to view information regarding memory via the
interaction window of the function block SystemDiagnostics (located in the Basic
library).
The advanced mode of the interaction window displays system memory
information.
286 3BSE035980-510
Section 2 Alarm and Event Handling Acknowledgement Rules – State Diagrams
There is also an Alarm and Event button which, if clicked, displays information
regarding:
• Used amount of buffer size,
• The number of:
a. alarms in the controller,
b. different condition names in the controller,
c. local printer queues,
d. subscribing OPC Servers.
• The IP-addresses of the subscribing OPC Servers.
Acknowledgement Rule 1
Rule number 1 uses three different state diagrams.
State 2
Inactive, Acked
State 4
Active, Acked
State 5
Active, Unacked
Figure 140. State diagram for enabled alarm conditions with AckRule 1, part 1.
In Figure 140 above, the alarm is in its normal state when it becomes active. It is
then acknowledged, and on becoming inactive it returns to its normal state.
3BSE035980-510 287
Acknowledgement Rules – State Diagrams Section 2 Alarm and Event Handling
State 2
Inactive, Acked
State 3
Inactive, Unacked
State 5
Active, Unacked
Figure 141. State diagram for enabled alarm conditions with AckRule 1, part 2.
In Figure 141 above, the alarm is in its normal state when the alarm becomes active.
It then becomes inactive, and on being acknowledged returns to its normal state.
State 2
Inactive, Acked
State 5 State 3
Active, Unacked Inactive, Unacked
State 6
Autodisabled
Figure 142. State diagram for enabled alarm conditions with AckRule 1, part 3.
288 3BSE035980-510
Section 2 Alarm and Event Handling Acknowledgement Rules – State Diagrams
The third instance occurs when an alarm switches between active and inactive
without being acknowledged. In Figure 142, the alarm starts in its normal state and
becomes active. It then switches twice between active and inactive without being
acknowledged. When the alarm becomes inactive a third time it is automatically
placed in the Auto-disabled state. Whether the alarm is active or inactive in this state
is of no significance. When acknowledged the alarm returns to its normal state.
The default setting for auto-disable is three times. This can be changed through
the CPU setting AE Limit Auto Disable. If it is set to 0, there will be no auto-
disable function. There is also a system variable called AlarmAutoDisableLimit
which affects all process alarms with acknowledgement rule number 1
(AckRule=1).
Acknowledgement Rule 2
State 2
Inactive, Acked
State 4
Active, Acked
Figure 143. State diagram for enabled alarm conditions with AckRule 2.
Alarm conditions with AckRule 2 does not require acknowledgement and therefore
follow a different state diagram. When the alarm becomes active it switches to an
active and acknowledged state. On becoming inactive it returns to its normal state.
3BSE035980-510 289
Acknowledgement Rules – State Diagrams Section 2 Alarm and Event Handling
Acknowledgement Rule 3
State 2
Inactive, Acked
State 5
Active, Unacked
Figure 144. State diagram for enabled alarm conditions with AckRule 3.
Regardless of the signal being monitored, alarm conditions with AckRule 3 changes
immediately to is normal state on acknowledgement. The alarm is no longer active
and disappears from the alarm list provided by an OPC client.
Acknowledgement Rule 4
Presently, Acknowledgement Rule 4 (AckRule 4) is reserved for future use.
Acknowledgement Rule 5
State 2
Inactive, Acked
State 4 State 5
Active, Acked Active, Unacked
Figure 145. State diagram for enabled alarm conditions with AckRule 5, part 1.
AckRule 5 is used for so called sum system alarms. System alarms associated with
hardware units are typical examples of sum system alarms. They are used to indicate
several different errors that occur at the same time.
290 3BSE035980-510
Section 2 Alarm and Event Handling Alarm Shelving
There are two procedures for sum system alarms, that is, for AckRule 5. The first of
these is described in Figure 145 above. The sum system alarm is in its normal state
when it becomes active. Sum system alarms are used as a collection of errors and
Acknowledgement means that all errors are acknowledged. On becoming inactive it
returns to its normal state.
State 2
Inactive, Acked
State 3
Inactive, Unacked
State 5
Active, Unacked
Figure 146. State diagram for enabled alarm conditions with AckRule 5, part 2.
The second instance is shown in Figure 146 above. The sum system alarm is in its
normal state when it becomes active. It then becomes inactive, and on being
acknowledged returns to its normal state.
Any alarm can be disabled from any state, and when re-enabled placed in the
Inactive and Acked state. If the alarm state engine receives an incorrect Enable,
Disable or Acknowledgement request, the request is ignored.
Alarm Shelving
The alarm shelving function allows operators to temporarily handle undesired
alarms. Shelving occurs for a specified time limit, and calls for operator attention
when that time has elapsed.
Alarm Shelving allows the operator to customize alarm settings temporarily in
specific situations, and avoids unintended change to the alarm system design. This
also retains operator effectiveness and helps improve overall plant reliability.
Hidden alarms and disabled alarms cannot be shelved.
For more details about Alarm Shelving refer to System 800xA Operation
(3BSE036904*) and System 800xA Configuration (3BDS011222*) manuals.
3BSE035980-510 291
Alarm Shelving Section 2 Alarm and Event Handling
292 3BSE035980-510
Section 3 Communication
Introduction
This section describes how to configure communication throughout your control
network. How to design your control network, and which protocol(s) to choose for
this is described in the AC 800M Communication Protocols (3BSE035982*).
Special restrictions apply to communication with SIL certified applications, see
the System 800xA Safety AC 800M High Integrity Safety Manual
(3BNP004865*).
This section is split into the following parts:
• Communication Libraries on page 294 gives a brief overview of the
Communication standard libraries.
• Supported Protocols on page 309 gives a brief overview of the protocols
supported by control builder.
• Control Network on page 310 describes Control Network, which is used to
communicate between controllers, engineering stations, and external devices.
• Variable Communication on page 312 describes variable communication
briefly, and contains references to more detailed information.
• Reading/Sending Data on page 316 describes reading and sending data.
• Fieldbus Communication on page 323 describes the supported fieldbus
protocols briefly.
• HART Communication on page 326 describes HART support (tool routing).
• SIL Certified Communication on page 326 describes communication between
SIL certified applications, both between High Integrity controllers and between
applications residing in the same High Integrity controller.
3BSE035980-510 293
Communication Libraries Section 3 Communication
Communication Libraries
The Communication libraries contains a number of libraries, one for each protocol,
with function block types for reading and writing variables from one system to
another. Typical communication function block types are named using the protocol
name and function, for example, COMLIRead or INSUMConnect.
All supported protocols are described in the AC 800M Communication Protocols
(3BSE035982*), which also contains general information about how to set up
communication in a control network. For detailed information on how to connect
and configure function block types and control module types, see the
corresponding online help (select the type and press F1).
294 3BSE035980-510
Section 3 Communication Foundation FIELDBUS HSE Communication Library
3BSE035980-510 295
Foundation FIELDBUS HSE Communication Library Section 3 Communication
296 3BSE035980-510
Section 3 Communication Foundation FIELDBUS HSE Communication Library
3BSE035980-510 297
INSUM Communication Library Section 3 Communication
298 3BSE035980-510
Section 3 Communication INSUM Communication Library
A "dint" parameter that gives a value about the execution status of the function
block. A negative value means an error.
• MsgStatus
A "INSUMGWMsgStatus" structure that contains status information about the
connection. This information is received from the gateway.
• GWStatus
A "INSUMGWStatus" structure that contains status information about the
gateway. This information is collected by other means that just handles the
connection (for example, the supervision of the CI857 module).
3BSE035980-510 299
INSUM Communication Library Section 3 Communication
Function/Object
NV name in MCU Dir. Description
in MCU
Current nvoCurrRep In Current information: A, % and Earth
Measurement current
TOL (Thermal nvoCalcProcVal In Thermal capacity: % to Thermal
overload) Overload
nvoTimeToTrip In Estimate of time until the motor will trip
due to thermal overload based on the
current load.
300 3BSE035980-510
Section 3 Communication INSUM Communication Library
Function/Object
NV name in MCU Dir. Description
in MCU
Motor Control nvoTimeToReset In Remaining time until it is possible to
reset the MCU after a thermal overload
trip.
nviDesState Out Commands: Start, Stop etc
nvoCumRunT In Cumulated run hours
nvoMotorStateExt In Motor status: Running, Stopped, Alarm
etc
Contactor 1 nvoOpCount1 In Number of switch cycles for contactor 1.
Contactor 2 nvoOpCount2 In Number of switch cycles for contactor 2.
3BSE035980-510 301
MB300 Communication Library Section 3 Communication
302 3BSE035980-510
Section 3 Communication MMS Communication Library
3BSE035980-510 303
MODBUS RTU Communication Library Section 3 Communication
304 3BSE035980-510
Section 3 Communication SattBus Communication Library
Siemens 3964R is a point-to-point protocol, which means that only one Siemens
system can be connected to each channel. The Siemens system requires an
Interpreter RK 512 unit.
3BSE035980-510 305
Serial Communication Library Section 3 Communication
306 3BSE035980-510
Section 3 Communication Serial Communication Library
After the CRC calculation is added, the settings of CRC remain intact even after a
disconnect operation.
3BSE035980-510 307
Serial Communication Library Section 3 Communication
308 3BSE035980-510
Section 3 Communication Supported Protocols
Supported Protocols
Table 21 lists all supported protocols.
Protocol Port/Interface
MMS on Ethernet CN1, CN2 (TP830)
MMS on RS-232C (PPP) COM3 (TP830), CI853
MasterBus 300 CI855
SattBus on TCP/IP CN1 (TP830)
COMLI(1) COM3 (TP830), CI853
Siemens 3964R(2) COM3 (TP830), CI853
MODBUS RTU(3) COM3 (TP830), CI853
MODBUS TCP on Ethernet(1) Ch1, Ch2, CI867
IEC 61850 Ch1, CI868
FOUNDATION Fieldbus HSE CI860
PROFIBUS DP CI854
DriveBus CI858
INSUM CI857
MOD5-to-MOD5 CI872
AF 100 CI869
PROFINET IO CI871
EtherNet/IP Ch1, CI873
(1) Both master and slave
(2) Master only
(3) Master only
3BSE035980-510 309
Control Network Section 3 Communication
Control Network
Control Network is a private IP network domain especially designed for industrial
applications. This means that all communication handling will be the same,
regardless of network type or connected devices. Control Network is scalable from a
very small network with a few nodes to a large network containing a number of
network areas with hundreds of addressable nodes (there may be other restrictions
such as controller performance).
Control Network uses the MMS communication protocol on Ethernet and/or
RS-232C to link workstations to controllers. In order to support Control Network on
RS-232C links, the Point-to-Point Protocol (PPP) is used.
For information on time stamps and clock synchronization within Control
Network, see the AC 800M Communication Protocols (3BSE035982*). Time
synchronization is also briefly described in Section 2, Alarm and Event
Handling.
Control Network, as well as other protocols and fieldbuses, is configured using
Control Builder (via the Project Explorer interface). Control Network settings are
specified in the parameter lists, accessed by right-clicking CPUs, Ethernet ports
and/or PPP connections.
The address of controller Ethernet ports should in some cases be set using the
IPConfig tool. See the System 800xA Control AC 800M Getting Started
(3BSE041880*).
For information on communication parameter settings, see Control Builder
online help for the object in question. Select the object in Project Explorer, then
press F1 to display the corresponding online help topic.
Network Redundancy
The Redundant Network Routing Protocol (RNRP), developed by ABB, handles
alternative paths between nodes and automatically adapts to topology changes.
For more information on redundancy and RNRP, see the System 800xA Network
Configuration (3BSE034463*).
310 3BSE035980-510
Section 3 Communication Statistics and Information on Communication
3BSE035980-510 311
Variable Communication Section 3 Communication
Variable Communication
Communication between applications uses access variables and communication
variables. The communication variables are not supported in SIL applications.
Access variables are defined in the access variable editor, which is displayed by
double-clicking Access Variables in the Controllers folder. The access variable
editor can also be displayed from the application editor, by double-clicking an
access variable field in the Access Variables column.
Access variables can use the MMS, COMLI, MODBUS TCP and SattBus protocols.
MMS and SattBus variables are declared in the Access Variable Editor under the
corresponding tab, COMLI and MODBUS TCP variables under the Address tab.
Paths to local variables are given using the syntax
ApplicationName.ProgramName.FunctionblockName.VariableName
Communication variables are used for cyclic communication between diagrams,
programs, and top level single control modules. These objects can exist in the same
application, the same controller, or in another controller. The name of the
communication variable must be unique on the network to resolve the IP-address
during compilation.
Communication variables behave differently depending on where the variables are
placed:
• Communication variables in the same application connected to the same
IEC 61131-3 task
– In this case, the in and out variable represents the same physical memory
location, hence no communication is setup.
• Communication variables in the same application but connected to different
IEC 61131-3 tasks or between different applications in the same controller
– In this case, fast data copying is performed at each 61131-3 task scan for
the in variable. This is controlled by the task time, hence no external
communication is setup.
• Communication variables in different applications in different controllers
In this case external communication is setup. The protocol used is IAC_MMS,
which is based on User Datagram Protocol (UDP).
312 3BSE035980-510
Section 3 Communication StartAddr
Five different interval time categories are used and these are configured on the
IAC_MMS hardware unit in Control Builder.
Communication variables are declared in the editor for programs and top level
single control modules in Control Builder, and in the Function Diagram in
Function Designer.
The communication using the declared communication variables happens only if
the IP and IAC MMS hardware types are inserted under the controller in the
hardware tree in Control Builder.
StartAddr
All read and write function blocks have a StartAddr parameter. The StartAddr
identifies the first requested variable in the remote system.
Set a prefix and a start address via the StartAdr parameter. This sets the access
variable which identifies the memory area in the remote system from which data is
to be read or to which it is to be written.
For further information regarding memory addressing: see IEC 61131-3 Variable
Representation for IEC 61131-3 direct addressing and Access Variable Syntax for
direct addressing.
Example 1
You can read 16 bits from a subsystem, starting from the decimal address 64 (octal
address 100), as follows.
Connect a structured variable declared with 16 Boolean components to the Rd[1]
parameter in the COMLIRead function block. Then set the StartAddr parameter to:
3BSE035980-510 313
StartAddr Section 3 Communication
Example 2
You can read a Register 45 from a subsystem, starting from the decimal address 45,
as follows:
314 3BSE035980-510
Section 3 Communication StartAddr
3BSE035980-510 315
Reading/Sending Data Section 3 Communication
Reading/Sending Data
The communication libraries contain all types you need to set up communication for
the supported protocols. For most protocols, there are three main types:
Due to variations between various protocols, the name of individual types and
parameters may vary slightly between the different communication libraries.
However, the communication principles are still the same.
Communication function blocks should not be called more than once per scan.
Exceptions to this are stated explicitly in the corresponding online help. Do not
call communication function blocks in SFC, in IF statements, in CASE
statements, etc.
• Connect Types
Connect types are used to initiate a communication channel and establish a
connection to a remote system with a unique node address in a network.
Connect types are used to open a communication channel. The identity of the
opened channel is communicated to the Read and Write types via an identity
parameter (the exact name of this parameter varies between protocols). For
example, MMSConnect is used by MMSRead and MMSWrite.
A connection is established when an enable parameter is set to true. This means
that a communication channel can be opened whenever needed. The identity of
the system to which a connection has been established is communicated to the
corresponding read and write types via an Id parameter.
Connect types have a built-in continuous supervisory function, which detects if
communication is interrupted after connection has been established.
Normally you use the VarName parameter in MMSRead function block for
reading different variables online. However, all the MMSRead4* function blocks
are a little bit different. For example, you cannot change the VarName parameter
directly in Online for these MMSRead4* function blocks. Instead, after changing
the VarName parameter (for reading another variable), you must also set the
parameter EN_C in the MMSConnect function block to false (one scan) and then
back to true again before the new variable can be read.
316 3BSE035980-510
Section 3 Communication Reading/Sending Data
3BSE035980-510 317
Connection Methods Section 3 Communication
Connection Methods
Function blocks from the communication libraries are used to read and write
variables from a remote system:
318 3BSE035980-510
Section 3 Communication Connection Methods
In the same way, the value of a variable in the Controller 1 access variable list can be
changed by means of a Write function block in Controller 2.
%R100
Read Write
StartAddr ID ID
Program1.A
StartAddr
%R100 Rd
Sd
3BSE035980-510 319
Communication Concepts Section 3 Communication
Write
Req Done
StartAddr
Write
• Req Done
StartAddr
Figure 155. Resetting the Req parameter using two function blocks.
Communication Concepts
When setting up communication with external devices and other controllers, it is
also important to be familiar with the following:
• The client/server concept (master/slave), see Client/Server Communication on
page 320,
• The publisher/subscriber (also called subscriber/provider) concept, see
Publisher/Subscriber Communication on page 321.
• There is also the choice between cyclic and asynchronous communication, see
Cyclic vs. Asynchronous Communication on page 322.
Client/Server Communication
The main principle of client/server communication is the following:
• The client is the active party, which requests (reads) data from the server.
• The server is a passive provider of information that simply answers to requests
from the clients.
Client/server communication could also be described as master/slave
communication. In that case, the client is the master, and the server is the slave.
320 3BSE035980-510
Section 3 Communication Communication Concepts
Server application
(Communication Channel)
Client application
Figure 156. Client/server principle. The client reads data from the server. The
server sends data to the client when requested.
Publisher/Subscriber Communication
The main principle of publisher/subscriber communication is the following:
• The publisher publishes (the publisher is also known as the provider) data
cyclically, in a pre-determined location.
• The subscriber is a consumer of information, which subscribes to published
data.
Figure 157 shows the publisher/subscriber principle.
3BSE035980-510 321
Communication Concepts Section 3 Communication
Publisher application
Function block
providing data
(server)
(Communication Channel)
322 3BSE035980-510
Section 3 Communication Fieldbus Communication
Fieldbus Communication
Fieldbuses offer communication on a dedicated bus, using a special fieldbus
communication protocol. Fieldbus devices often contain distributed code, which
means that they need to be set up not only from Control Builder, but also using a
fieldbus-specific configuration tool.
For detailed information on how to configure the fieldbuses, refer to the
corresponding, fieldbus-specific documentation. For detailed information on how
to configure communication with fieldbus devices, see the corresponding Control
Builder online help.
Fieldbus communication requires separate licenses.
PROFIBUS DP
PROFIBUS (PROcess FIeld BUS) is a fieldbus standard, especially designed for
communication between systems and process objects. This protocol is open and
vendor independent. It is based on the standard EN 50 170. With PROFIBUS,
devices from different manufacturers can communicate without special interface
adjustments. PROFIBUS can be used for both high speed, time critical transmission
and extensive, complex communication tasks.
PROFIBUS has defined the three types of protocol: PROFIBUS FMS, DP and PA.
With AC 800M access to PROFIBUS DP and PA is supported.
PROFIBUS DP is connected to the controller via the CI854/CI854A communication
interface unit. The connection to PROFIBUS PA can be established by use of the
Linking Device LD 800P that links between PROFIBUS DP and PROFIBUS PA.
3BSE035980-510 323
Fieldbus Communication Section 3 Communication
The original version of PROFIBUS DP, designated PROFIBUS DP-V0, has been
expanded to include version DP-V1 and DP-V2. With CI854/CI854A support for
DP-V1 and the acyclic services (toolrouting) is given. In addition CI854/CI854A
supports line and slave redundancy and CI854A supports master redundancy as
well.
The PROFIBUS DP-V0 configuration and parameter data for slave devices are
engineered in Control Builder and downloaded via CI854/CI854A.
PROFIBUS slave types are usually supplied with a *.gsd file. This file describes the
properties of the slave type. The *.gsd file must be converted with the Device Import
Wizard, in order to be used in the project.
PROFINET IO
PROFINET is a manufacturer-independent Fieldbus standard for applications in
manufacturing and process automation. PROFINET technology is described in fixed
terms in IEC 61158 and IEC 61784 as an international standard.
PROFINET IO uses Ethernet communication to integrate simple distributed I/O and
time-critical applications.
PROFINET IO describes a device model oriented to the PROFIBUS framework,
which consists of places of insertion (slots) and groups of I/O channels (subslots).
The technical characteristics of the field devices are described by the General
Station Description (GSD) on an XML basis. The PROFINET IO engineering is
performed in a way familiar to PROFIBUS. The distributed field devices are
assigned to the controllers during configuration.
The PROFINET IO is interfaced to the IEC 61131 controller AC 800M, using the
PROFINET IO module CI871.
PROFINET IO is based on IEEE 802.3. PROFINET IO uses Ethernet, TCP, UDP,
and IP as the basis for communication. It is designed to work with other IP-based
protocols on the same network.
The transmission of time-critical process data within the production facility, occurs
in the Real-Time (RT) channel.
324 3BSE035980-510
Section 3 Communication Fieldbus Communication
DriveBus
The DriveBus protocol is used to communicate with ABB Drives and ABB
Special I/O units. DriveBus is connected to the controller via a CI858
communication interface unit.
3BSE035980-510 325
HART Communication Section 3 Communication
HART Communication
The protocols used by the supported fieldbuses are described in detail in the AC
800M Communication Protocols (3BSE035982*).
HART (Highway Addressable Remote Transducer) is an open system
communication protocol that supports remote configuration and supervision of
devices with HART support, via ModuleBus or via PROFIBUS DP-V1 (tool
routing).
For more information on HART support, see the AC 800M Communication
Protocols (3BSE035982*), and the Control Builder online help. For information
on how to configure tool routing, see online help for Control Builder and online
help for the Tool Routing Service, which is part of the 800xA system installation.
SIL3 variables that are connected to IO, but not accessed by .Value in the
IEC 61131 code (that is, unaccessed SIL3 variables) are not copied by a
background task. They are copied only by the same task as the other connected
and accessed variables.
But, unaccessed Non-SIL and SIL1-2 variables are copied by a background task.
For SIL certified exchange of data between controllers, the following rules apply:
1. Non-SIL data must never be available to a SIL application without notification.
This means, for instance, that transferred data must be marked with the correct
SIL-level (the application SIL level or lower).
Data may be marked with the SIL level of the application, or lower. Data with a
lower SIL level than the application SIL level may also be transferred
2. During the transfer of data, it must be guaranteed that all errors originating
from software, hardware, or other sources, are detected.
326 3BSE035980-510
Section 3 Communication SIL Certified Communication
If data is transferred over non-SIL media (this is the case when transferring
data between controllers), applications in both ends must add diagnostics to the
data transfer:
a. Verification of contents (read sufficient CRC protection).
b. Verification of sender and receiver address/application.
c. Verification of sequence.
d. Verification of timing (detection of “old” data).
MMS Communication library contains control modules which fulfills all the
requirements for transferring data over non-SIL media.
For more information on individual MMS SIL types, see online help or select the
type in Project Explorer and press F1.
3BSE035980-510 327
SIL Communication Section 3 Communication
SIL Communication
A SIL communication link for transferring variable values between controllers
requires basically two things. The first application (in controller A) must have some
sort of a server or encoder module which can store the variable values in a secure
way, before transfer. This can be done by having the control module define a
structured access variable that protects the integrity of these variable values.
However to do so, the access variable must contain not only the IEC61131 variables,
but also necessary security measures for data transmission.
Secondly, the requesting application (in controller B) must have a client or decoder
module which can send cyclically requests to the first application. This control
module must decode the access variable and verify the contents against the safety
measures defined. The control module will then after security checks, hand over the
receiving variable values to the requested client’s application code.
The MMS communication library contains six SIL 2 control modules and two SIL 3
control modules for data transfer between applications running in different
controllers. These control modules may also be used for communication between
applications running in the same controller.
For more information on how to use the control modules, see Control Builder
online help.
328 3BSE035980-510
Section 3 Communication How to Choose Function Block/Control Modules in MMSCommLib
3BSE035980-510 329
How to Choose Function Block/Control Modules in MMSCommLib Section 3 Communication
330 3BSE035980-510
Section 3 Communication Parameter Errors (ParError)
You can read more about ParError in the Extended Control Software manual.
3BSE035980-510 331
Parameter Errors (ParError) Section 3 Communication
332 3BSE035980-510
Section 4 Online Functions
Introduction
When a controller project is in online mode and test mode, it is possible to inspect
the code while running it, and interact with the code. Furthermore, you can issue
operations to the controller. There are also functions to help the user to find online
errors and to document the control project.
Which online changes and interactions that can be performed depends on the user
permission. All user configuration is made from the Plant Explorer workplace.
See Security on page 179 for more information.
The following functions are available in online mode and test mode:
• Online editors, see Online Editors on page 334.
• Dynamic display of I/O channels and forcing, see Dynamic Display of I/O
Channels and Forcing on page 336.
• Scaling analog signals, see Scaling Analog Signals on page 339.
• Unit status and channel status, see Supervising Unit Status on page 339.
• Hardware and task status indications, see Status Indications on page 344.
• Tasks, see Tasks on page 346.
• Interaction windows, see Interaction Windows on page 346.
• Status and error messages, see Status and Error Messages on page 349.
• Reports and analysis, see Search and Navigation in Online and Test Mode on
page 350.
• Project documentation, see Project Documentation on page 354.
3BSE035980-510 333
Online Editors Section 4 Online Functions
Online Editors
From the Project Explorer in online mode, you have access to editors similar to
those in offline mode, such as the application editor, the program editor, the
hardware configuration editor and the function block editor. By using the online
editors the code currently running in the controller(s) can be inspected. Variable
values and parameters can be changed.
You can open one or several new online editor windows from the Project Explorer
by double-clicking on the Program Organization Unit (POU, see Application Types
and Instances on page 39) you want to view. You can also select the POU, click the
right mouse button and select View.
334 3BSE035980-510
Section 4 Online Functions Online Editors
• In the upper declaration pane the variables and parameters of the POU are
displayed in forms that resemble Excel data sheets. Each sheet, with its tab, has
a unique appearance with respect to the number of columns and their names.
Select a tab to see its sheet, available columns and their names. See also Online
Change of Variable Values in the online help.
• The middle code pane displays the various code blocks in the POU, in any of
the 1131 programming languages.
• The lower description pane displays descriptions of the types and POUs.
It is possible for the user to enter editor settings in the Setup Editor dialog, using the
Tools > Setup menu.
From the online editor window you can activate the POU editor window using the
Tools > Edit Type menu or the Edit Type button .
You can activate an online window for the POU parent via the Tools > View Parent
menu or the View Parent button .
See the Control Builder online help for more information about the Setup Editor
dialog, Edit Type and View Parent.
To access filter select a column in the grid and select Tools > Filter or Filter button
.
From the 'Filter' dialog one can decide which rows to display or hide by selecting or
deselecting criteria items. The Criteria items can also be text filtered. An icon in the
column header informs shows an active filter on that column.
Alphabetical sorting of the column is possible by selecting Tools > Sort A to Z or
Sort Z to A, or click the Sort A to Z /Sort Z to A button in toolbar .
If column is not selected, the name column will be sorted. In offline Editor, when
sorting the parameter column, a warning is presented which informs that the
parameter order might be changed.
3BSE035980-510 335
Dynamic Display of I/O Channels and Forcing Section 4 Online Functions
To be able to force unconnected I/O channels, the user must have Security Force
I/O permission for the hardware unit with the unconnected I/O channels. For
more information how to set permission, see the System 800xA Administration
and Security (3BSE037410*).
Application programs requiring information about forcing and forced values, can
use the I/O data types when connecting variables to I/O channels. In this way, you
can use the Forced component (which indicates if the I/O channel is forced) and the
IOValue component (contains the value of the I/O channel) of the I/O data type.
336 3BSE035980-510
Section 4 Online Functions Forcing I/O Channels in SIL Applications
When a channel is forced, all copying between the I/O value and the application
value stops. The forced value is different for inputs and outputs. For inputs, forcing
changes the variable value sent to the application. For outputs, forcing changes the
physical I/O channel value. In this way, the application can see both the Variable
(application) value and the Channel (I/O) value.
Forcing can be activated or deactivated using a check box in the Forced column for
the channel. The background of the forced Variable Value changes to yellow to
indicate forcing. To change the channel value, type in a new value for the Variable
Value. This value overrides the values for the channel.
Figure 160. I/O channel with the variable Photo_Cell forced to true.
More information is given in Control Builder the online help. Search the Index
for “I/O”.
3BSE035980-510 337
Forcing I/O Channels in SIL Applications Section 4 Online Functions
Figure 161. The ‘Force Properties’ dialog for setting the maximum number of
forced I/O channels in a SIL application.
2. Set the maximum number of forced I/O channels and click OK.
The new value for the Maximum number of forces must not be less than the
actual number of forced I/O channels in the running application. If the new value
is less, a warning appears during download, and continuing the download leads to
a controller shutdown.
Besides the Access Enable digital input signal, there are also two other signals
that can be connected to the SM810 module. One digital output signal for
indicating that I/O channels are forced (normally a lamp) and one digital output
signal for resetting all forced I/O channels (normally via a switch).
It is possible to release all forced I/O channels from the code by using the
function block type ForcedSignals or the control module type ForcedSignalsM.
For more information on how to configure the ForcedSignals(M) types, see
corresponding online help.
The ForcedSignals types are used to reset forced I/O signals in both SIL1-2 and
SIL3 applications. Whereas, the ForcedSignalsM control module is used to reset
forced I/O signals in SIL1-2 applications only. If a SIL3 application exists, the
ForcedSignals function block should be executed from SIL3 application to reset
both SIL1-2 and SIL3 forces.
338 3BSE035980-510
Section 4 Online Functions Scaling Analog Signals
3BSE035980-510 339
Find Out What is Wrong by Using HWStatus Section 4 Online Functions
Figure 162. The UnitStatus connection gives access to the status of individual
hardware units.
It is not possible to connect the UnitStatus channel on the hardware unit to a
variable in a SIL1-2 or SIL3 application and obtain the status. However, the
UnitStatus channel can be used in a HI controller configuration, but connect the
channel only to a variable in a Non-SIL application.
340 3BSE035980-510
Section 4 Online Functions AllUnitStatus
Figure 163. The variable AC800MStatus (of HWStatus type) has been used to
access the component ErrorsAndWarnings.
AllUnitStatus
Each controller hardware object has one channel called AllUnitStatus, containing
the summarized status of all hardware units added to the controller. The most
serious unit status (dint) is forwarded up to the controller object, that is, the unit
status of the controller is error if one unit has an error, and one has a warning.
AllUnitStatus can be used in the same way as UnitStatus, that is, the variable
connected to AllUnitStatus can be of dint data type or of HWStatus data type.
Figure 164. The AllUnitStatus connection gives access to the status of all units for a
controller.
3BSE035980-510 341
Binary Channels Section 4 Online Functions
Binary Channels
Access All Inputs and All Outputs
Some units return a binary value, as a number of inputs divided on 8 or 16 channels.
Typically, this applies to different types of sensors. These values can be collected
via an overall channel, namely “All input”’. This means that, instead of reading all
variable values from each channel, one variable can be connected to the channel
“All inputs” (IW0, see Table 9 on page 100), provided the variable is of dword data
type. This technique can also be used for digital outputs. However, for digital output
units, you must choose either to connect all individual channels or connect one
variable to the channel “All outputs” (QW0, see Table 9 on page 100). You cannot
use both methods simultaneously.
ISP and OSP values are not set for variables connected to All Inputs/All Outputs!
ISP/OSP (Input/Output Set as Predetermined) will not work when using the
channel "All Inputs" or "All Outputs". I/O values will be lost in an error situation.
342 3BSE035980-510
Section 4 Online Functions Supervising Communication Variable Status
Connecting a variable to AllChannel will give you less information, but only one
variable to connect.
Do not try to connect the component Status (inside BoolIO) directly to the
channel. You must connect BoolIO. For information about connecting structured
data types to IO channels, see I/O Data Types on page 99 and the variable
example given in Figure 30 on page 99.
Value Description
16#C0 The status is OK.
16#10000 The values are not communicated in time, but no timeout
has occurred. This status appears only for communication
between controllers, and not for communication within the
same controller.
16#20000 The values are not communicated in time, and a timeout
has occurred. This status appears only for the
communication between controllers, and not for the
communication within the same controller.
16#30000 The IP address has not been resolved for the
communication variable.
16#40000 The type does not match the type of the corresponding
out variable. This status appears only for communication
within the same controller.
3BSE035980-510 343
Status Indications Section 4 Online Functions
Value Description
16#50000 The corresponding out variable is declared, but not
downloaded yet.
16#60000 The protocol handler is not configured.
16#70000 The task is halted (or task is aborted due to overrun). This
results in ISP handling on the client side.
Status Indications
Status indications are not displayed in Test mode.
In the Project Explorer, dynamic status indications for the hardware units and tasks
are displayed as shown below.
Error
Warning
OK
344 3BSE035980-510
Section 4 Online Functions Acknowledge Errors and Warnings
• Error!
Hardware objects are marked with a red triangle icon if an error is detected in
the hardware, for example, if a hardware unit is missing.
The task is marked with a red triangle when a serious error has occurred, for
example, when a task is aborted as a consequence of too long execution time.
The error is described in the Remark field of the Task Properties dialog. See
Task Abortion on page 168 for more information.
• Warning!
Hardware objects are marked with a warning icon if there is an overflow or
underflow at an analog channel, if the forcing of a channel is detected, or if an
unacknowledged fault disappears. The task icon is marked with a warning icon
if the task is not used (“Not in use”), in the case of overload, or when the task is
in debug mode and the task is halted, that is, non-cyclic mode (see Debug
Mode in the System 800xA Control AC 800M Getting Started (3BSE041880*).
The warning is described in the Remark field of the Task Properties dialog. See
Task Control on page 150 for more information about tasks.
An error has higher priority than a warning, for example, an error is indicated if an
error occurs at the same time as channel forcing is detected.
A collapsed object folder shows status indications for all underlying objects, that is,
status indication is always forwarded up to the controller icon. It is not until an
object folder is fully expanded that you can be sure that status indications are shown
next to the unit they actually belong to. If, for example, a single task has a warning,
both its task folder icon and its controller icon are marked with a warning. Status
indications are displayed up to the controller level only.
All hardware unit errors and warnings have to be acknowledged by the user. Use the
status tab in the hardware editor to obtain information about the error or the
warning.
There is a possibility to acknowledge errors and warnings for all hardware
subobjects by right click the main hardware object (Hardware AC 800M in
Figure 165) and select Clear Latched Unit Status.
3BSE035980-510 345
Tasks Section 4 Online Functions
See Control Builder online help for more information about dynamic online display
of I/O channel values and forcing and how to acknowledge errors and warnings.
Tasks
Changes to SIL applications are not allowed in online mode.
The SetPriority function does not work in a High Integrity controller.
Use the Task Overview dialog to display task information in online mode.
For each task, you can make changes to the Requested Interval Time, Offset,
Priority and Latency using the Task Properties dialog. The maximum encountered
intervals and the maximum encountered execution time can be reset.
It is not possible to change the task priority to/from 0 (Time-Critical priority) in
online mode.
Debug mode can be used, but for debugging only. Functions based on the real-time
clock (PID controllers, timers etc.) do not work properly when debug mode is used
(also, see Debug Mode in the System 800xA Control AC 800M Getting Started
(3BSE041880*).
If debug mode is used in a running plant, task execution will be stopped.
You can also select Always update output signals last in next execution, or select
Always update output signal first in next execution.
For further basic information about tasks, see Task Control on page 150. For
Latency information, see Latency Supervision on page 166. See also Control
Builder online help for how to carry out task changes.
Interaction Windows
An interaction window contains the graphics of a control module and is only
accessible in online mode. An interaction window may contain both supervisory
features, such as signal status, and interactive features, such as push buttons. The
window can be accessed from:
• A control module in the Project Explorer.
346 3BSE035980-510
Section 4 Online Functions Interaction Windows
• A function block in the Project Explorer. This is, however, only available under
the condition that at least one control module exists and is connected to the
selected function block type. By default, the first control module in the list will
appear in the interaction window (this can be changed in offline-mode by right-
clicking on the type name in the Project Explorer and selecting Properties>
Set Interaction Window Control Module).
• An online program editor containing a control module.
3BSE035980-510 347
Interaction Windows Section 4 Online Functions
Figure 166. The left window is an interaction window activated from an application
window interaction object. The right window (supervision only) appears after
clicking the info interaction window button.
348 3BSE035980-510
Section 4 Online Functions Status and Error Messages
Function block types and control module types with a Status parameter also have an
Error parameter. The Error parameter is set to true if the Status parameter < 0, for
example, if Status is -35 (Maximum size limit has been exceeded). Status codes >1
is used as warnings and do not set the Error parameter.
Figure 167. A function block with Status parameter and Error parameter
(operation successful=1).
The Error and Status parameters can be used in the application program, for
example, a condition can be written in the program for a specific status code.
3BSE035980-510 349
Search and Navigation in Online and Test Mode Section 4 Online Functions
Iterative Search
In Online mode or Test mode, if the option Iterative searches in Online/Test Mode
is set (the checkbox is checked) in the Search and Navigation Settings dialog, the
iterative search hits are directly presented in one pane – the References pane.
It is not possible to search for another item in the window. See Figure 168.
350 3BSE035980-510
Section 4 Online Functions Search and Navigation in Online and Test Mode
Figure 168. Iterative search results for the variable AC800MStatus in Online mode
In Online mode or Test mode, if the option Iterative searches in Online/Test Mode
is not set (the checkbox is not checked) in the Search and Navigation Settings
dialog, the search hits are presented in two panes—the Symbol and Definition pane,
and the References pane. In this case, right click the symbol and select Iterative
Search to start its iterative search. See Figure 169.
It is also possible to search for another item in the window and obtain the new
results.
3BSE035980-510 351
Search and Navigation in Online and Test Mode Section 4 Online Functions
Figure 169. Search results for the variable AC800MStatus in Online mode, with the
option for Iterative Search
After the Iterative Search option is selected (see Figure 169), the search results for
the selected symbol are replaced by new search results in the References pane,
which shows the header as References (iterative search).
352 3BSE035980-510
Section 4 Online Functions Search and Navigation in Online and Test Mode
The references are followed both upwards towards its first definition in a parent
node, and downwards to the leaves of the project structure, in order to cover all
usage. Every time a reference is followed, there is a new query to the search
database. By means of those user hidden repetitive queries, all relevant information
is collected from a single search.
There are following differences in online/test mode (compared to offline mode):
• Search In: drop-downs can only contain search paths for objects that you can
see in online/test mode, for example, libraries cannot be searched.
• References only show information concerning where the symbol is used, as can
be seen in online and test mode.The references tree (i.e. the tree presented in
the references pane of the Search and Navigation dialog) presents instance
paths in online mode and test mode.
• It is only possible to navigate to online editors and to the Project Constant
dialog. The online editors that can be navigated to are the following:
– POU editor
– Connection editor
– Control Module Diagram editor
– Hardware configuration editor
– Access variables editor
In online mode, it is also possible to navigate from the Search and Navigation
function to the corresponding object in the Project Explorer.
3BSE035980-510 353
Project Documentation Section 4 Online Functions
Project Documentation
Project Documentation in online mode is used to document (part of) the application
tree in online or test mode. You can select any application object, set the “tree
depth” in relation to the selected object, to document part of the tree only. You can
also use filter conditions for a more specific search. Unlike the offline mode, the
values of variables, parameters, etc. are included. For example, it is possible to filter
out all coldretain variables and parameters in an application. The output is a
Microsoft Word file, hence Microsoft Office must be installed.
All project documentation will be connected to a standard template.
1. Enter online or test mode and select an application object in Project Explorer.
2. Select File > Documentation Online... to open the Project Documentation
dialog.
354 3BSE035980-510
Section 4 Online Functions Project Documentation
3. See Control Builder online help for information about dialog settings and
selections.
See Project Documentation on page 222 for information about Project
Documentation in offline mode.
3BSE035980-510 355
Project Documentation Section 4 Online Functions
356 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting
Introduction
Software maintenance and trouble-shooting includes the following activities:
• Remote Desktop Connection Remote Desktop Connection on page 358
describes how to start and run the Control Builder Professional as a terminal
session on a Terminal Server.
• Backup and Restore on page 363 gives a short overview of backup and restore
of an 800xA system. For detailed instructions on how to upgrade or restore a
complete system, see 800xA system documentation.
• Migration on page 365 describes how to migrate from Compact Control
Builder to 800xA and how to migrate from 800xA to Compact Control Builder,
within same system version.
• Import and Export on page 369 describes how to import and export libraries,
programs and individual objects.
• About Library Import/Export on page 374 points out a number of things that
are of importance from a maintenance perspective.
• Detailed Difference Report During Import on page 375 describes how to
configure handling and logging of system alarms and events, using the Error
Handler.
3BSE035980-510 357
Remote Desktop Connection Section 5 Maintenance and Trouble-Shooting
• Online Upgrade on page 384 lists the requirements, preparations and the steps
of the process.
• Trouble-Shooting on page 398 lists a number of error symptoms, and suggest
actions upon these.
• Error Reports on page 441 describes how to write a complete error report, so
that the support engineers get a complete picture of an error situation.
358 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Remote Desktop Connection
2. Select Local Policies > User Rights Assignment to view the policies.
3BSE035980-510 359
Characteristics of Control Builder as Terminal Server Section 5 Maintenance and Trouble-Shooting
360 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Characteristics of Control Builder as Terminal Server
The MMS process number can be shown, for example, by selecting Help > About
Control Builder M Professional in the Control Builder.
3BSE035980-510 361
Characteristics of Control Builder as Terminal Server Section 5 Maintenance and Trouble-Shooting
Working Folder
In a standard installation of Control Builder the working folder is C:\ABB Industrial
IT Data\Engineer IT Data\Control Builder M Professional. For each remote Control
Builder session ...\Terminal Sessions\”UserId” will be added to that path. “UserId”
is the user id of the interactive Windows user logged on to the terminal server. This
is only valid for remote sessions. A Control Builder running on the terminal server
console will use the normal working folder.
Figure 174. TS1 and TS2 users added as Control Builder terminal sessions.
The working folder can be changed by using the Control Builder Setup Wizard. A
remote Control Builder session will then add ...\Terminal Sessions\”UserId” to
the specified file path of Working Folder for File Locations, in the Setup Wizard.
362 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Backup and Restore
Note that each Control Builder terminal session has a LogFiles folder, where the log
files are saved for that particular session. Log files for a Control Builder running
locally on the terminal server will be found in the LogFiles folder under the Control
Builder M Professional folder.
3BSE035980-510 363
Files for Separate Backup Section 5 Maintenance and Trouble-Shooting
364 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Migration
Migration
Within the same system version, it is possible to migrate a project from 800xA to a
Compact Control Builder project as well as to migrate a project from a Compact
Control Builder to a project in 800xA.
Only complete projects can be migrated. It is possible to migrate smaller objects,
such as single libraries, applications, controllers or types, by packaging them
within small or empty projects.
3BSE035980-510 365
Migration from 800xA to Compact Control Builder Section 5 Maintenance and Trouble-Shooting
366 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Migration from Compact Control Builder to 800xA
A dialog to select where to save the project is opened. The migrated project will be
placed in the selected folder, together with all applications and controllers within the
project. All user-defined libraries (both POU and hardware) will also be placed in
this folder.
To make the OPC server work properly, it is recommended to place the folder
with the migrated project in the configured project folder of Compact Control
Builder, before the migrated project is opened.
Figure 178. Project structure with “Libraries” and the “Plant” project.
• It is only possible to migrate a project once.
• It is not possible to use the migration to overwrite anything that already exists
in 800xA.
• Projects containing controllers with undefined hardware units cannot be
migrated. The migration will be aborted and the user has to define all undefined
hardware units before a migration can be done again.
• A user-defined library is opened from Compact Control Builder format and
written to 800xA, if it does not exist in 800xA. If a user-defined library exists
in 800xA it is always read from 800xA, no matter what state it has.
3BSE035980-510 367
Migration from Compact Control Builder to 800xA Section 5 Maintenance and Trouble-Shooting
368 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Import and Export
Export a Library
The user defined permissions that are used to configure property permissions are
not included when exporting the entities (project, application, library etc.) with or
without dependencies.
The user defined permissions have to be manually exported separately by the
user.
This option lets you backup/export a single library. When you are done, an afw file
is created. This file can be used to import the library into other systems.
For information on how to change the development state of a library, see Library
Management on page 122.
3BSE035980-510 369
Export a Library Section 5 Maintenance and Trouble-Shooting
When importing a library that already is present in the system, types that are not
existing in the afw file will be removed automatically. Use the Show Differences
alternative on the Import/Export menu to find these types, then delete them
manually.
If a library is already present and its status is Closed or Released, it cannot be
imported.
Make sure you are in the Library Structure:
1. In the Library Structure, select the library version (for example MyDevLib 1.0-
0). The aspect pane opens.
2. Select the Library Version Definition aspect and click the General tab. The
aspect preview pane opens.
Figure 180. The Library Version Definition aspect preview pane, with the State
selected as ‘Released’.
3. Click Export Library. The Export Library dialog opens.
4. Name the library file (it is advisable to use the library name, for example
MyDevLib) and click Save. Plant Explorer saves an afw library file.
Plant Explorer will display the text Library export succeeded under the Library
Archive button, when done. The library will be saved as an afw file (in this
example MyDevLib.afw)
370 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Export an Application/Controller
Export an Application/Controller
You can also Backup/Export an application or a controller. Drag the
application/controller object and drop it onto the Import/Export window, then select
whether to export with dependencies and/or children.
Import an Application/Controller
Re-import of Project
The Applications/Controllers that are added in the project after exporting the
project, are not deleted if the exported project is imported again. If required, they
can be deleted manually.
For more information on how to use the Import/Export Tool, see the System 800xA
Tools (2PAA101888*) manual.
3BSE035980-510 371
Import and Export Alternatives Section 5 Maintenance and Trouble-Shooting
372 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Applying Cold Retain Values when Importing
By default, the VMT application under a High Integrity controller is not included
in the export, when the High Integrity controller is exported. If this controller
(from the Production system) is to be re-imported, the VMT Application must be
manually included in the export.
It is recommended to always include all the applications that are connected to the
controller while exporting.
Entities in other structures (for example, the Functional Structure) are not
included in the export even if it is done including dependencies. AC 800M
entities existing in Functional Structure (for example) must then be exported
separately.
3BSE035980-510 373
About Library Import/Export Section 5 Maintenance and Trouble-Shooting
This applies when importing to a non version handled system (i.e. a system not
having Configure-Deploy Support enabled) or when importing to the production
environment of a version handled system.
The cold retain values are never imported when importing an application to the
engineering environment of a version handled system. It is possible to force an
import of the cold retain values to the system (except to engineering environment).
To do that the cold retain files (.crs and .crv files) associated with the application
should be removed using the FSD Tool. When no changes (apart from saving new
cold retain values) have been made in the application since when the export was
done a dummy change of the application in the system is necessary in addition to
removing the associated files.
374 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Detailed Difference Report During Import
Controller Configuration
The Error Handler is used to configure controller behavior on system alarms and
events of different severities, and how different errors are logged.
Error Handler settings are made for each controller, in the Controller Settings
dialog. There are certain settings that cannot be changed (they are dimmed in the
dialog). You can add additional actions, but you cannot change the original settings.
AC 800M High Integrity (HI) controllers have a number of settings that are not
present in a non-HI controller, see Controller Settings in High Integrity
Controllers on page 380.
Error Handler settings are slightly different for High Integrity and non-High
Integrity controllers:
• Controller Settings in Non-High Integrity Controllers on page 377 describes
how to configure the Error Handler in a non-High Integrity controller.
• Controller Settings in High Integrity Controllers on page 380 describes Error
Handler settings that are specific to a High Integrity controller.
Errors can be reported from the code using the ErrorHandler function block type
or the ErrorHandlerM control module type. Using these types, errors identified by
the code can be handled in the same way as other errors. For more information on
how to configure the ErrorHandler(M) types, see corresponding online help.
3BSE035980-510 375
Controller Configuration Section 5 Maintenance and Trouble-Shooting
The ErrorHandler(M) types should be used with care, since they can be used to
reset the controller.
376 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Controller Settings in Non-High Integrity Controllers
3BSE035980-510 377
Controller Settings in Non-High Integrity Controllers Section 5 Maintenance and Trouble-Shooting
The Fatal Overrun part of the dialog lets you set how many overruns (missed scans)
that are allowed before a fatal error is considered to have occurred. The Reaction
setting is used to select which action the controller should take when a fatal overrun
error occurs. The options are Nothing, Stop Application, and Reset Controller (The
default option is Nothing). The default setting for the Limit is 10 interval cycles.
It is important to avoid configuring the error handler in such a way that a fatal
overrun error has two corresponding reactions, one that is set in the Fatal Overrun
part of the dialog (for example, Stop Application) and one that is set in the Error
Reaction dialog (for example, Controller Shutdown for the corresponding
severity). Note that severity Fatal and Critical always lead to a controller
shutdown.
If settings are inconsistent, you will receive a warning when trying to save the
new settings.
For a non-High Integrity controller, the Error Reaction part lets the user set the
following, see Table 26.
Table 26. Error Reaction – non-High Integrity controller. This part of the dialog is used to set
controller actions at system alarms of different severity.
378 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Controller Settings in Non-High Integrity Controllers
The above table shows controller reactions (fixed and configurable) when alarms of
different severities are received by the Error Handler in a non-High Integrity
controller.
There are three tabs in the Error Reaction part of the dialog:
• The System Diagnostics tab contains settings for system alarms generated by
the System Diagnostics module, for example, CEX module errors, protocol
handler errors.
• The Execution tab contains settings for system alarms generated during
execution of IEC-61131 code, for example, latency errors, CRC check failures.
• The I/O tab contains settings for I/O module errors.
The following definitions have been used for the severity of system errors when
designing error handling for different modules:
• 1 Low
Minor, of diagnostic or informative sort. Does not affect system integrity or the
functionality of the reporting module.
• 2 Medium
An error, such as I/O channel failure, communication failed, or similar, has
occurred. Does not affect system integrity, but affects functionality in the
reporting module.
• 3 High
Severe error, but not critical, for example I/O module failure. May affect
system integrity. Functionality in the reporting module is affected. Redundancy
may maintain the system integrity
• 4 Critical
A severe error has occurred, for example, a task has stalled, ModuleBus stalled,
I/O cluster down. Will affect system integrity, since the reporting module has
failed. Redundancy may maintain the safety of the system.
• 5 Fatal
Systematic software errors have been found. The whole reporting subsystem
has failed. Redundancy will not maintain the system integrity. This severity is
only used when there is no possibility to safely continue using a backup PM.
3BSE035980-510 379
Controller Settings in High Integrity Controllers Section 5 Maintenance and Trouble-Shooting
Figure 182. Controller Settings dialog for an AC 800M High Integrity controller.
Fatal Overrun settings are used to set how many overruns (missed scans) that are
allowed before a fatal error is considered to have occurred. The Reaction setting is
used to select which action the controller should take when a fatal overrun error
occurs. The options are Nothing, Stop Application, and Reset Controller (The
default option is Nothing). The default setting for the Limit is 10 interval cycles.
380 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Controller Settings in High Integrity Controllers
It is important to avoid configuring the error handler in such a way that a fatal
overrun error has two corresponding reactions, one that is set in the Fatal Overrun
part of the dialog (for example, Stop Application) and one that is set in the Error
Reaction dialog (for example, Controller Shutdown for the corresponding
severity). Note that severity Fatal, Critical and High always lead to a controller
shutdown.
If settings are inconsistent, you will receive a warning.
The Diagnostic Configuration part of the dialog is only there if your controller is an
AC 800M High Integrity controller. The Application Type setting affects the Error
Handler Configuration options.
There are two possible values for Application Type:
• Normally Energized/Shutdown (default setting).
• Normally De-energized/Supervision which lets the user configure controller
reset for system diagnostics and execution errors with severity High. Otherwise
the settings are the same as for Low demand/Shutdown.
FDRT (Diagnostic Cycle Time) must contain a value that is 1000 or higher. The
default value is 3000. Any value lower than 1000 is ignored. FDRT is the maximum
elapsed time from the moment an error occurs, until action is taken. If FDRT is
reached without any action being taken, an error with the severity Critical will be
generated.
After a power fail the SIL3 applications are restarted using cold retain marked
values which are periodically saved in the controller with a cycle time set by the
user. The update interval can be set to a value between 1 hour and 24 hours to
configure how often the values should be saved in the controller. Default value is 24
hours. See Table 6.
For a High Integrity controller, the Error Reaction part lets the user set the
following, see Table 27.
3BSE035980-510 381
Controller Settings in High Integrity Controllers Section 5 Maintenance and Trouble-Shooting
Table 27. Error Reaction – High Integrity controller. This part of the dialog is used to set controller
actions at system alarms of different severity .
The severities (left column in the table) are the same as for non-High Integrity
controllers, see page 379.
The System Alarm column in Table 27, is only there for High Integrity controllers.
If System Alarm is checked for a certain severity, a system alarm will be generated
each time an error of the corresponding severity occurs.
382 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Error Handler Log Entries
Table 28. How to read a log entry generated by the Error Handler.
3BSE035980-510 383
Online Upgrade Section 5 Maintenance and Trouble-Shooting
Online Upgrade
Redundant AC 800M controllers can be upgraded to new firmware versions online.
Online upgrade is not possible on system versions prior to 5.0 for AC 800M
controllers and 5.0 SP1 for AC 800M High Integrity controllers.
384 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Restrictions for Online Upgrade
Controllers
You can only perform online upgrade on a redundant controller, which include
redundant PM units. I units are not necessary; you can have a non-redundant CI unit
in a redundant controller, but then communication will be disturbed.
Both primary and backup controllers must be available on the primary network
during the online upgrade process.
The online upgrade process demands 2 MB of free memory in the redundant
controller.
Before start of an online upgrade session it is not allowed to make changes in the
applications except for changes caused by new library versions. Especially no
application is allowed to be added or deleted. It is not allowed to change any
settings for the controller or tasks. If such changes have been made, a download is
needed before start of the online upgrade.
3BSE035980-510 385
Restrictions for Online Upgrade Section 5 Maintenance and Trouble-Shooting
CI Restrictions
The communication interfaces CI851 and CI852 are not supported by the online
upgrade procedure. Furthermore, if you run PPP on CI853 it will prevent an online
upgrade.
For more information about each CI unit’s ability to support online upgrade, refer
to the System 800xA System Guide Technical Data and Configuration
(3BSE041434*).
386 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Preliminary Actions for Online Upgrade
Firmware Compatibility
The new versions of the firmware come from the new versions of the connected
hardware libraries. The protocol handler in Control Builder analyzes the new
firmware versions for compatibility.
Based on the compatibility check, the following settings are displayed during the
upgrade process of the firmware in the hardware unit:
• Mandatory–This means that the unit must be upgraded with the new firmware
due to compatibility reasons. It is not possible to deselect this option.
• Recommended–This means that it is possible to choose whether to upgrade or
not by checking/unchecking the item. This item is checked, by default. If it is
decided not to upgrade the item, the latest corrections made to the firmware
will not be available, eventhough the firmware is compatible.
• Not Available–This appears when no valid upgrade is possible as no new
firmware version is available.
• Uncertain–This appears when the old firmware versions in the primary unit
and the backup unit are different. The protocol handler is unable to determine
which firmware version is to be upgraded.
3BSE035980-510 387
Preliminary Actions for Online Upgrade Section 5 Maintenance and Trouble-Shooting
388 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Preliminary Actions for Online Upgrade
the online upgrade, the expected time is reduced. See Second Step – Selecting
Units to Upgrade on page 392.
• If an upgrade of CI857 is indicated as “Recommended” in the second step of
the online upgrade, but the user decides not to upgrade, there will be a time
delay of 15 seconds after the switching in step 7, after which the INSUM
devices go to Failsafe.
• If an upgrade of CI857 is indicated as “Recommended” and the user decides to
do the upgrade, the communication between CI857 and the INSUM system is
broken two times. First, for some seconds during the seventh step, and later for
a longer time during the eighth step while the firmware is downloaded.
• If the CI857 does not reconnect within 300 seconds after the start of the
firmware download, the INSUM devices go to Failsafe.
• If an upgrade of CI857 is indicated as “Mandatory”, the communication
between CI857 and the INSUM system is broken at the switching in the
seventh step. This connection will not be reestablished until the upgrade of the
firmware of CI857. If the CI857 does not reconnect within 900 seconds after
the switching, the INSUM devices go to Failsafe. See Seventh Step –
Switching the Process Control on page 395.
3BSE035980-510 389
Online Upgrade Process Section 5 Maintenance and Trouble-Shooting
Enable the Access Enable switch in the controller to complete the online upgrade.
Enable Extended Timeout for Safe Peer to Peer Clients
Enable the Access Enable switch in the controllers acting as Safe Peer to Peer
Clients (Safe MMS) to the system, to extend the timeout handling in the
communicating Control Modules.
Handover Limit Time
Before the online upgrade, the Handover limit time in the High Integrity Controller
must be specified in the Controller Settings dialog, and this setting must be
downloaded to the controller. This is important because the time out cannot be
adjusted without redoing the whole online upgrade procedure.
390 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Online Upgrade Process
If the online upgrade process should be interrupted or fail, always try to run the
wizard at least one more time.
If your upgrade process still fails, study the subsection Solving an Interrupted
Online Upgrade on page 397.
The online upgrade process can be performed using the nine steps in the Online
Upgrade Wizard, as follows:
3BSE035980-510 391
Online Upgrade Process Section 5 Maintenance and Trouble-Shooting
Redundant controller:
CI 1 PM 1
Primary
CI 2 PM 2
Backup
Figure 183. A schematic illustration of a redundant controller configuration before
start of Online Upgrade.
The purpose of the figure above and figures in the following steps, is to show the
components of a redundant controller and their different roles during the upgrade.
Hence, the figure does not illustrate how to connect a redundant control system.
392 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Online Upgrade Process
Before: After:
CI 1 PM 1 CI 1 PM 1
Primary Primary
CI 2 PM 2 CI 2 PM 2
Backup Trainee
Figure 184. The redundancy is disabled and the backup is preparing for an
upgrade. Thus the role switches from Backup to Trainee.
The redundancy line is marked with a cross to symbolize disabled redundancy. It
does not imply disabled communication, as the RCU cable or BC810 is still
physically attached. This means that PM 1 and PM 2 can still communicate).
3BSE035980-510 393
Online Upgrade Process Section 5 Maintenance and Trouble-Shooting
again. Selecting refresh helps you proceed to the next upgrade step without
downloading firmware a second time to the unit.
3. Proceed to the next step (only possible if all units are physically present and
already have correct firmware versions).
Singular CI units will not be upgraded at this time. Instead they will be upgraded
in step eight.
394 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Online Upgrade Process
The suggested Online Upgrade Handover Limit in the wizard is based on the value
in the controller settings. The online upgrade accepts an Online Upgrade Handover
Limit of up to maximum 10 seconds (default is 3000 ms).
The Online Upgrade Handover Time is not equivalent to the total time that the
I/O channel values are frozen. When the new Primary starts up, the Applications
will start in the same way as at a “normal” warm restart after a download, for
example. All tasks will be started according to their priority, interval, and Offset.
This means that the Output freeze time is approximately equal to the Online
Upgrade Handover Time, plus task offset and execution time for the first scan,
plus delays incurred by higher-priority tasks.
Before: After:
CI 1 PM 1 CI 1 PM 1
Primary Trainee
CI 2 PM 2 CI 2 PM 2
Trainee Primary
Figure 185. PM 1 and PM 2 are shifting roles. After this step the PM 2 will become
the Primary and execute the running application.
If the error message -7000 is displayed for the SerialConnect function block,
disable and enable the SerialConnect function block to resume the
communication using Serial Protocol.
3BSE035980-510 395
Running Online Upgrade Section 5 Maintenance and Trouble-Shooting
CI 2 PM 2 CI 2 PM 2
Primary Primary
Figure 186. The redundancy has been re-established.
396 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Solving an Interrupted Online Upgrade
3BSE035980-510 397
Trouble-Shooting Section 5 Maintenance and Trouble-Shooting
Hot Insert or more precisely the insertion of a SM811 into a running system
affects SIL3 applications. The applications will be stopped while getting
synchronized. When running SIL3 applications, the start of the synchronization
must be accepted by the user, to configure the inserted module. This is performed
by activating digital input 3 on the SM811.
Trouble-Shooting
General
When a control system error occurs, it is important to investigate it as soon as
possible. In doing this, the possibility of finding and eliminating the problem will be
substantially increased. The reasons are:
• The personnel involved will not have forgotten what happened.
• The application software involved will not have been changed.
• The systems involved will not have been changed (location, setup etc.).
• You may need a work-around quickly, to be able to continue your work.
• Some errors only occur under very special circumstances and/or in special
hardware/software configurations. The person who reports the problem may
have the only installation/configuration where we know it could occur.
A well-described error, with all vital information included, will always increase
the probability of correcting the error quickly and effectively. Error Reports on
page 441 provides some hints when writing an error report.
398 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Log Files
The task of trouble-shooting is usually very difficult, and requires a great deal of
intuition and ability to draw conclusions from known facts. This subsection aims to
provide some guidelines on solving problems.
Here are some basic troubleshooting questions which should first be answered.
• What is the problem?
• Is it a known problem? Check the available information (for example, Release
Notes and Product Bulletins) and discuss it with colleagues.
• Has the system worked previously (with the same hardware)? If so, the
problem may have occurred due to poor installation or due to setup problems.
• Has anything been modified recently? The problem is often to be found in
modifications. If possible, revert to the previous state, and test.
• Can the problem be linked to any special event?
• Is it possible to reproduce the problem?
Log Files
The Industrial IT products described in this subsection have built-in logging
routines that continuously write to log files. Log files will contain important
information whenever a failure occurs during a programming session, or when a
controller is running. These files and the crash files (see section Crash Dumps for
Analysis and Fault-Localization on page 415) are very useful for troubleshooting
and contain crucial information for analyzing malfunctions.
If Control Builder is running on a terminal server the log files are saved in a
particular folder for the used session. For further information, see Remote
Desktop Connection on page 358.
3BSE035980-510 399
Log Files Section 5 Maintenance and Trouble-Shooting
menu entry Tools > Maintenance > Analysis > System Log. Figure 187 shows an
example of the system log.
Denomination Path/Note
Control Path / File name
Builder M C:\ABB Industrial IT Data\Engineer IT Data(1)\
System Log
Control Builder M Professional \LogFiles\System.log
Note
Only one version of this file exists.
(1) The default working directory is shown.
400 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Log Files
logs are continuously updated in a running system, and whenever a problem occurs
it is a good idea to look at the logs to see if there are any printouts. It is possible to
read log files for the current session via the menus.
Session logs are saved from the previous nine sessions. It is important to save a
file containing information about a problem, with a new name, before it is
overwritten.
Ten successive start-ups will generate the following session log files; Session.log
(from last start-up), Session.log _bak1 (next to last), Session.log _bak2, etc to
Session.log _bak9 (the first start-up or oldest saved start-up). This means that when
you start-up the system a eleventh time Session.log _bak9 will be overwritten and
the previous Session.log will be renamed as Session.log _bak1 and a new
Session.log will be created.
You will lose the oldest saved file because all the files are pushed one step after
each start-up. This means that (_bak8) is pushed to (_bak9), (_bak7) to (_bak8)
etc and Session.log to (_bak1).
• Session.LOG
• Session.LOG_bak1
• Session.LOG_bakn.......
• Session.LOG_bak9
• Session.LOG_bak9
Below is an excerpt from Control Builder session log.
3BSE035980-510 401
Log Files Section 5 Maintenance and Trouble-Shooting
Figure 188. The first section of the Control Builder session log. Pay special
attention to Warnings (W) and Errors (E)
402 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Log Files
The paths and file names of the session logs are given in Table 30.
Denomination Path/Note
3BSE035980-510 403
Log Files Section 5 Maintenance and Trouble-Shooting
Denomination Path/Note
404 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Log Files
1. The first event description tells us that the OPC server lost connection (On) to
controller for Alarm and Event subscription (and when this error occurred).
2. The second event description tells us that the OPC server also lost connection
(On) to controller for Data and Access subscription.
3. The third event description tells us that the OPC server regained connection
(Off) to controller for Alarm and Event subscription.
4. The forth event description tells us that the OPC server regained connection
(Off) to controller for Data and Access subscription.
As you can see, letter (E) stands for error and it occurs both when error activates
(On) and when the same error is gone (Off).
3BSE035980-510 405
Log Files Section 5 Maintenance and Trouble-Shooting
Denomination Path/Note
Control Path / File name
Builder M Start C:\ABB Industrial IT Data\Engineer IT Data(1)\
log Control Builder M Professional\LogFiles\startlog.txt
Note
The nine latest Start log files are saved:
startlog.txt
startlog.txt_bak1,startlog.txt_bak2, startlog.txt_bakn....
startlog.txt_bak9
(1) The default working directory is shown.
406 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Log Files
Denomination Path/Note
CI851 Path / File name
parameter log C:\ABB Industrial IT Data\Engineer IT Data(1)\
file Control Builder M Professional\LogFiles\Profibus_DP_Calculation.txt
CI854 Path / File name
parameter log C:\ABB Industrial IT Data\Engineer IT Data(1)\
file Control Builder M Professional\LogFiles\Profibus_DPV1_Calculation.txt
CI860 Path / File name
parameter log C:\ABB Industrial IT Data\Engineer IT Data(1)\
file Control Builder M Professional\LogFiles\FF_HSE_Calculation.txt
(1) The default working directory is shown.
3BSE035980-510 407
Log Files Section 5 Maintenance and Trouble-Shooting
Denomination Path/Note
Device Import Path / File name
Wizard log file C:\ABB Industrial IT Data\Engineer IT Data(1)\
Control Builder M Professional\LogFiles\DIW.log
(1) The default working directory is shown
408 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Log Files
Denomination Path/Note
PROFINET Path / File name
Configuration C:\ABB Industrial IT Data\Engineer IT Data(1)\
log file Control Builder M Professional\LogFiles\PROFINET_Configuration.txt
(1) The default working directory is shown
Table 35. The Control Builder system information report file path.
Denomination Path/Note
Control Path / File name
Builder M C:\ABB Industrial IT Data\Engineer IT Data(1)\
System Control Builder M Professional\LogFiles\ SystemInformation.txt
information
report
(1) The default working directory is shown.
3BSE035980-510 409
Log Files Section 5 Maintenance and Trouble-Shooting
Denomination Path/Note
SoftController Path / File name
heap statistics C:\ABB Industrial IT Data\Control IT Data(1)\SoftController \heapstat.dat
log
Note
The file is intended to be stored and included in an error report.
1. A product, for example, a soft controller, uses a general memory area to store information. This area is called a
heap. In the engineering station this area does not necessarily reside in the RAM memory.
410 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Log Files
A lot of the information gathered in a controller log file can be of great assistance,
but a controller file is circular, which means that the last error often disguises more
important previous errors. This means that the original error can be hard to discover.
Therefore, you are advised to first save the log file to a safe location (no risk of
deleting history) and then fault-find your way back. After renaming the first
controller log file, it is safe to fetch as many controller log files as necessary.
3BSE035980-510 411
Log Files Section 5 Maintenance and Trouble-Shooting
The Controller System log is never deleted. Provided that the battery backup is
working properly, the information can be retained during a power failure. This
function makes it possible to restart a faulty system immediately to regain control of
the process, without losing vital information about the error.
You must first save the Controller system log file on a safe location before fault-
finding; it is much more difficult to identifying the original error after several
startups.
The recommended way to access the Controller System log information is to fetch it
via Control Builder. Selecting Tools > Maintenance > Remote System… will
show a Remote System dialog, see Figure 190.
412 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Log Files
However, the first controller log can still be overwritten. The 'First-in-First-out'
principle is still valid for controller logs if you activate the ‘Show Controller Log’
function from the Project Explorer.
Figure 191 below, is an excerpt of the controller system log.
Figure 191. One section of the controller system log showing the actual firmware in
the controller.
The path and file name of the Controller System log file are given in Table 37.
3BSE035980-510 413
Log Files Section 5 Maintenance and Trouble-Shooting
Table 37. The controller system log and communication interface log file paths .
Denomination Path/Note
Controller Path / File name
System log All controllers:
Primary CPU C:\ABB Industrial IT Data\Engineer IT Data(1)\Control Builder M
Professional\LogFiles\Controller_a_b_c_d.log
Note
a_b_c_d is the IP address of the controller. See Controller System Log on
page 410.
The nine latest Controller System logs are saved:
Controller_a_b_c_d.log
Controller_a_b_c_d.log_bak1, Controller_a_b_c_d.log_bak2, etc
Controller_a_b_c_d.log_bak9
Controller Path / File name
System log All controllers:
Backup CPU C:\ABB Industrial IT Data\Engineer IT Data(2)\Control Builder M
Professional\LogFiles\BackupCPU_a_b_c_d.log
Note
a_b_c_d is the IP address of the controller. See Controller System Log on
page 410.
The nine latest Controller System logs are saved:
BackupCPU_a_b_c_d.log
BackupCPU_a_b_c_d.log_bak1, BackupCPU_a_b_c_d.log_bak2, etc
BackupCPU_a_b_c_d.log_bak9
414 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Crash Dumps for Analysis and Fault-Localization
Table 37. The controller system log and communication interface log file paths (Continued).
Denomination Path/Note
Communication Path / File name
Interface log All controllers:
C:\ABB Industrial IT Data\Engineer IT Data(1)\Control Builder M
Professional\LogFiles\CI_a_b_c_d.log
Note
a_b_c_d is the IP address of the controller. See Controller System Log on
page 410.
The nine latest Communication Interface logs are saved:
CI_a_b_c_d.log
CI_a_b_c_d.log_bak1, CI_a_b_c_d.log_bak2, etc
CI_a_b_c_d.log_bak9
(1) The default working directory is shown.
(2) The default working directory is shown.
The Communication Interface log (Example, the log in SM810, CI867 and
CI868) is not battery protected. Hence, the log will be erased when the power to
the controller is cut. The log includes vital information after a controller
shutdown due to safety measures e.g. task latency etc. It is important to restart the
AC 800M HI controller by pressing the INIT button, because this will preserve
the log. Note that any attempt of restarting the AC 800M HI controller by
toggling power will erase the log.
3BSE035980-510 415
Remote Systems Information Section 5 Maintenance and Trouble-Shooting
1. Remote systems are controllers, OPC servers, and engineering stations connected to the same Control network
as your own local system.
416 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Remote Systems Information
The following remote system functions are available, see the Table 38 below. Click
on a button in the dialog to retrieve information.
3BSE035980-510 417
Remote Systems Information Section 5 Maintenance and Trouble-Shooting
For further information, refer to Control Builder online help. Use the Help button
in the Remote System dialog, see Figure 192.
418 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Diagnostics for Communication Variables
The Diagnostic Overview for Communication Variables dialog contains three panes
that display information about the communication variables that are communicating
through the applications in the selected controller.
3BSE035980-510 419
Diagnostics for Communication Variables Section 5 Maintenance and Trouble-Shooting
Counters Pane
The first pane lists different counters for the communication variables in the
controller. Each column in the pane corresponds to a cycle time category of the
communication variables.
The counters display the following values corresponding to the cycle time category
in different columns:
• Internal type errors–Type mismatch during communication between
applications within this controller.
• External type errors–Type mismatch during communication with an application
in another controller.
• Uncertains/Warnings–Variables that are not updated within the requested time
interval.
• Timeouts–Variables that are not updated within the requested timeout interval.
• Min Cycle Time–The lowest detected cycle time.
• Max Cycle Time–The highest detected cycle time.
• Average Cycle Time–The average cycle time.
420 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Diagnostics for Communication Variables
Buttons
There are seven buttons in the overview:
• Show Unresolved Variables–Click to open the Unresolved Variables dialog.
• Show Out Variables–Click to open the Out Variables dialog.
• Reset–Click to reset the information in the controller. New values will be
fetched.
• Details–Click to open the Detailed Diagnostics dialog for the selected client
connection.
• Overview–Click to open the Diagnostic Overview for the selected server or
client connection.
• Help–Click to open the online help topic for the diagnostic tool.
• Close–Click to close the window.
3BSE035980-510 421
Diagnostics for Communication Variables Section 5 Maintenance and Trouble-Shooting
The Unresolved Variables dialog displays the list of unresolved variables. Select the
variable and click Search to open the Search & Navigation tool for the selected
variable.
The Search works in Offline mode and when the setting "Iterative Search in
Online Mode" is set to false.
422 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Diagnostics for Communication Variables
The Out Variables dialog displays the list of out variables in the controller.
3BSE035980-510 423
Diagnostics for Communication Variables Section 5 Maintenance and Trouble-Shooting
Details
The Detailed Diagnostics dialog displays the information for the different cycle time
groups in a selected client connection. The following values are shown:
• Variables per second. An average value, calculated since last reset time.
• Number of transactions since last reset time.
• Transaction per second. An average value, calculated since last reset time.
• Maximum number of transactions per second since last reset time.
• Expected number of transaction per second. A value that is calculated at
compile time.
Click Overview to open the Diagnostic Overview (Figure 193) for the controller
that owns this client connection.
The information is cyclically updated. The interval is set to 5 seconds and it cannot
be changed.
424 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Analysis Tools
Analysis Tools
3BSE035980-510 425
Analysis Tools Section 5 Maintenance and Trouble-Shooting
426 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting System Diagnostics
Figure 198. Error message shown at download, when an application has too many
instances.
System Diagnostics
3BSE035980-510 427
System Diagnostics Section 5 Maintenance and Trouble-Shooting
Function Description
System Displays the TCP/IP address of the supervised system.
Cyclic load Displays cyclic load due to task execution in percent.
Latest update Displays the time of the last update.
428 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting System Diagnostics
Function Description
Cyclic update Cyclic update is activated by checking the check box.
Cyclic update interval is set in time format, for example 5 m
(5 minutes).
Total Load CPU Shows the total CPU load for the controller. The total load
is available as a parameter of type dint, called
TotalSystemLoadPerCent.
Ethernet Statistics By clicking the Ethernet button, you display Ethernet
statistics in a separate window.
This window shows the number of sent/received
packages, and how many of those that were lost. These
statistics are available as parameters. There are also
parameters for resetting the counters. See online help for
the SystemDiagnostics function block.
Click on the Advanced button, and the Advanced Interaction window will appear. It
contains the following additional information.
Function Description
Memory size The allocated heap size, see Figure 200.
Used memory The part of the heap used in bytes and percent of the total
heap size.
Max used memory The maximum part of the heap used in bytes and percent of
the total heap size.
Memory quota The part of the total heap size available when program
changes are sent to the controller. If the memory quota is
exceeded an error icon is displayed.
Note. This setting is only used for a warning indication.
Stop time Stop time during the last download.
Init peak memory Memory used during initiation phase.
3BSE035980-510 429
System Diagnostics Section 5 Maintenance and Trouble-Shooting
Function Description
Used memory at The part of the heap used during the stop phase in bytes
stop and percent of the total heap size.
Max used memory at The maximum part of the heap used during the stop phase
stop in bytes and percent of the total heap size.
Memory quota at The part of the total heap size available when program
download changes are sent to the controller. If the memory quota is
exceeded an error icon is displayed.
Alarm Event A summary of alarm and event information
In the System Diagnostics function block, “Memory size” is the total physical
memory, minus executing firmware. This is sometimes also called the “heap”.
430 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting System Diagnostics
Memory usage is also displayed in the dialog “Heap Utilization” which can be
displayed for each controller. The available memory is called “Non-Used Heap” and
the rest is called “Used Shared Heap”.
Spare
(20-50%)
Available Memory
Max “Non-used heap”
Memory Size
Used
“Heap”
Shared
Heap
8-256 MB
Used Empty Project
RAM
Shared
Heap
Used by Firmware
Executing Firmware
3BSE035980-510 431
System Diagnostics Section 5 Maintenance and Trouble-Shooting
The object is non-SIL. The object can not be executed in the time critical task.
432 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Trouble-Shooting Error Symptoms
3BSE035980-510 433
Trouble-Shooting Error Symptoms Section 5 Maintenance and Trouble-Shooting
434 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Trouble-Shooting Error Symptoms
3BSE035980-510 435
Common Reason for Shut-Down AC 800M HI Controller Section 5 Maintenance and Trouble-
436 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Common Reason for Shut-Down AC 800M HI
3BSE035980-510 437
Common Reason for Shut-Down AC 800M HI Controller Section 5 Maintenance and Trouble-
438 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Common Reason for Shut-Down AC 800M HI
The Error printouts referred to in Table 43, will only be presented in the CI log
file.
For more information, see Error Handler Log Entries on page 383.
Normally when a redundant controller has been halted/crashed then the F(ault) LED
will flash on the primary CPU unit. However, to obtain the latest information in the
Controller log it is important to restart this CPU by shortly pressing the INIT push
button (less than 2.5 seconds). The backup CPU will then automatically be restarted
as well. In some situations the F(ault) LED may flash on both CPU units. Then
restart the CPU that was primary before the halt/crash.
Study the following example of printouts from normal shutdown due to task latency:
3BSE035980-510 439
Connection to Aspect Server Section 5 Maintenance and Trouble-Shooting
Controller Log
E 2004-12-08 15:01:24.539 ErrorHandler SM: Latency in task
with parameters: 1000 11 (1,4,ERS)
CI log
I 2004-12-08 15:01:24.248 (EHTask)[ERRORHANDLER]Send
ErrorReport to PM. ('Latency in task with parameters:',Sev =
4, ActionsToTake = 0xf)
440 3BSE035980-510
Section 5 Maintenance and Trouble-Shooting Error Reports
Error Reports
An error report contains information to the problem in question. A detailed report is
particularly valuable if your supplier’s service department is to be involved.
The following information should always be included in an error report.
• Name of the person reporting the error (and the project, site, customer, etc.).
• Product (including the type of product and version).
• A listing of all information from the faulty system, such as the appropriate logs
and reports, see Log Files on page 399. The latter includes a great deal of
information such as software version and revision, setup, etc. If the fault
occurred during, or just after downloading a new version of the application
program, the Control Builder Start Log and the Control Builder Session Log
from the engineering station that performed the download should be included.
Whenever a problem involving I/O handling occurs, it is very important to
include a complete description of the I/O configuration.
• A description of the problem. Add all information that could help solve the
problem, for example, what happened just before the error occurred, and other
important circumstances. If it is possible to reproduce the error, describe the
circumstances under which the error occurs. Sometimes it is advisable to create
a small application to demonstrate the error, and add it to the error report.
If several systems are involved, information about the system configuration must
be included (hardware type, etc.).
3BSE035980-510 441
Error Reports Section 5 Maintenance and Trouble-Shooting
442 3BSE035980-510
Appendix A Array, Queue and Conversion
Examples
In this section you will find examples on how to handle arrays, queues, and some
examples on how to use bit conversion functions.
Arrays
It is possible to create a one-dimensional array with elements of any type, that is, the
elements can be a struct with variables of any type, or a single variable of any type.
Using PutArray and/or CopyArray, it is possible to build a tree structure of arrays.
Array elements are accessed direct via an index. A lower and upper boundary of the
index should be defined. The array must first be created using CreateArray.
The size of an array is limited to 65,524 components (variables of simple data type).
Example
In this example, there is a data type trec1 with the components b (bool), i (dint), and
st (string).
The following variables are also needed:
Name Data Type Initial Value
MyArray ArrayObject
lrec trec1
lrec1 trec1
lrec2 trec1
lrec3 trec1
Status dint
FirstScan bool TRUE
3BSE035980-510 443
Arrays Appendix A Array, Queue and Conversion Examples
Create and initialize an array with 20 array elements of the type trec1.
Use an IF – THEN statement for the CreateArray function and let it be controlled by
a variable, which is executed once during startup.
IF FirstScan THEN
FirstScan := false;
CreateArray(MyArray,1,20,lrec,status);
end_if;
Set up values for the different variables:
lrec1.b := TRUE
lrec1.i := 123
lrec1.st := A variable contaning the string 'Hello'
lrec2.b := FALSE
lrec2.i := 27
lrec2.st := A variable contaning the string 'BYE'
lrec3.b := TRUE
lrec3.i := 53
lrec3.st := A variable contaning the string 'BYE'
Set up the array contents:
PutArray (MyArray,1,lrec1,status);
PutArray (MyArray,2,lrec2,status);
PutArray (MyArray,3,lrec3,status);
444 3BSE035980-510
Appendix A Array, Queue and Conversion Examples SearchStructComponent
b = Undef.
20 i = Undef.
st = Undef.
SearchStructComponent
SearchStructComponent is a boolean function which searches for a specific part in a
record component. The corresponding components in Exrecord are scanned to find a
part in the component which matches the SearchComponent.
Variable = SearchStructComponent(Struct, SearchIndex,
SearchCount, SearchStruct, SearchComponent, FoundStruct,
Status)
Table 44.
3BSE035980-510 445
SearchStructComponent Appendix A Array, Queue and Conversion Examples
446 3BSE035980-510
Appendix A Array, Queue and Conversion Examples SearchStructComponent
3BSE035980-510 447
SearchStructComponent Appendix A Array, Queue and Conversion Examples
Restrictions
The following data types in ExRecord will NOT be copied: QueueObject and
tObject.
The status returns:
• (1 Success)
– The Search was successful
• (- 5 ErrTypeMismatch)
– 1: Found sub-record was not of the same type as the structRecord.
– 2: SearchComponent was not a subset of SearchRecord
• (- 6 ErrSizeMismatch)
– 1: SearchRecord was not of the same size as the StructRecord.
– 2: SearchComponent size is zero.
• (-30 ErrInvalidPar)
– 1: SearchIndex was less than 0 or greater than the number of the Struct
minus one.
– 2: SearchCount was less or equal to zero.
– 3: SearchComponent has no valid components (i.e., boolean, real, integer
or string)
448 3BSE035980-510
Appendix A Array, Queue and Conversion Examples InsertArray
InsertArray
Table 45.
3BSE035980-510 449
SearchArray Appendix A Array, Queue and Conversion Examples
SearchArray
450 3BSE035980-510
Appendix A Array, Queue and Conversion Examples SearchArray
Table 46.
Example
3BSE035980-510 451
SearchArray Appendix A Array, Queue and Conversion Examples
452 3BSE035980-510
Appendix A Array, Queue and Conversion Examples SearchArray
3BSE035980-510 453
Queues Appendix A Array, Queue and Conversion Examples
Index = 0;
IF SearchArray(Array,Index,10,SearchRec,SearchRec.SSR,
HitRec,Status) THEN
IF Status > 0 THEN
HitBoolean = HitRec.b;(Save Boolean content of hit element)
ENDIF;
ENDIF;
Queues
A queue may consist of elements of any type, that is, the elements could be a struct
with variables of any type, or a single variable of any type. Queue elements can be
accessed at both ends of the queue, that is, only the first and last element can be
accessed, but any element in the queue can be read. When using PutFirstQueue and
GetFirstQueue, the queue act as a stack. When using PutLastQueue and
GetFirstQueue, the queue will act as a FIFO queue. The size of the queue is not
dynamic, and has to be defined. The number of elements in the queue is dynamic.
The size of a queue is limited to 65,524 components (variables of simple data type).
454 3BSE035980-510
Appendix A Array, Queue and Conversion Examples Queues
Example 1
The following structured variable Item is needed:
3BSE035980-510 455
Queues Appendix A Array, Queue and Conversion Examples
Example 2
The following parameters are needed:
456 3BSE035980-510
Appendix A Array, Queue and Conversion Examples Queues
3BSE035980-510 457
Conversion Functions Appendix A Array, Queue and Conversion Examples
Conversion Functions
DIntToBCD
The DIntToBCD function converts an integer to a BCD value. An error status is
returned if overflow occurs and no BCD value is produced.
Example
The following variables are needed:
All four- 0000 0000 0000 0001 0010 0011 0100 0101
bit
nibbles
which is 00 000 000 000 000 010 010 001 101 000 101
equiv. to
BCD as 0 0 0 0 0 0 7 4 5 6 5
decimal
value
458 3BSE035980-510
Appendix A Array, Queue and Conversion Examples BCDToDInt
BCDToDInt
BCDToDInt converts a BCD value to an integer. An error status is returned if the
BCD value is illegal (no integer value in these cases).
Example
The following variables are needed:
BCD as 0 0 0 0 0 0 7 4 5 6 5
decimal
value
BCD as 00 000 000 000 000 010 010 001 101 000 101
32-bit
pattern
BCD as 0000 0000 0000 0001 0010 0011 0100 0101
four-bit
nibbles
Each nibble represents one BCD digit. The least significant nibble is 5, the next 4,
etc. These nibbles can be written in decimal form as: 0 0 0 1 2 3 4 5.
BCDToDInt ( BCD, N, Status ) ;
3BSE035980-510 459
ASCII Appendix A Array, Queue and Conversion Examples
ASCII
Bit31 Bit0
Integers are represented by a four-byte (32-bit) storage area. In normal usage, the
bits are used to store both the value and the sign of the integer. This 4-byte storage
space may also be used to store a series of values which represent an ASCII string.
Each ASCII character requires 1 byte of storage space. Therefore, it is possible to
store up to 4 ASCII characters in a single memory area reserved for an integer.
460 3BSE035980-510
Appendix A Array, Queue and Conversion Examples ASCII
The letter capital “A” is represented by the ASCII code 6510 or 41HEX. Thus the
letter “A” is stored as a byte having the bit pattern 0100 0001.
3BSE035980-510 461
ASCII Conversion Appendix A Array, Queue and Conversion Examples
ASCII Conversion
462 3BSE035980-510
Appendix A Array, Queue and Conversion Examples ASCII Conversion
Figure 205. The ASCII code for “A” stored in an integer (packing = 1 character per
integer)
When NoOfCharsPerDint is set to 2, each integer variable stores the value for two
ASCII characters. The characters “AB” are stored as decimals 65 and 66 in the
integer. The value 65 for “A” is stored in the first byte of the integer, and that for “B”
in the second byte.
Figure 206. The ASCII codes for “AB” stored in an integer (packing = 2 characters
per integer)
When NoOfCharsPerDint is set to 4, each integer variable contains the value for
four ASCII characters. The characters “ABCD” are stored as decimals 65, 66, 67
and 68 in the integer. The value 65 for “A” is stored in the first byte of the integer,
“B” in the second byte, “C” in the third byte, and “D” in the fourth byte.
Figure 207. The ASCII codes for “ABCD” stored in an integer (packing = 4
characters per integer)
3BSE035980-510 463
ASCII Conversion Appendix A Array, Queue and Conversion Examples
Usage
A string interaction is used to input the value of a string, (to a string variable called
String1), which is to be converted to ASCII code. The code is stored in an integer
struct called IntStruct which has 4 components (Comp1 to Comp4).
The procedure call:
StringToASCIIStruct(String1,1,IntStruct,Status1)
Unused components
NoOfCharsPerDint determines how many bits are allocated for storage (8 bits – 1
byte per character) for a component. For example, if NoOfCharsPerDint is set to 2,
then only the first two bytes are used in each component for data storage. The
remaining bytes are set to 0 (zero).
464 3BSE035980-510
Appendix A Array, Queue and Conversion Examples ASCII Conversion
Bit31
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1
Null Null B A
Component1
Byte 3 Byte 2 Byte 1 Byte 0
Bit31
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 1
Component2 Null Null D C
Byte 3 Byte 2 Byte 1 Byte 0
Bit31
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0
Bit31
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0
Null Null Space Space
Component4
Byte 3 Byte 2 Byte 1 Byte 0
Figure 208. The diagram shows four integer components of an integer record.
NoOfCharsPerDint has been set to 2, so that each component stores two ASCII
characters. The character string “ABCD” has been transferred to the struct.
3BSE035980-510 465
ASCII Conversion Appendix A Array, Queue and Conversion Examples
Note:
• Characters from the string to be transferred are read from the current pointer
position in the source string.
• Space characters are inserted into the allocated storage areas within each
component. They are also inserted into all records to which no characters have
been transferred, for example, if the actual string requires less than the number
of components available for storage.
• An error status is returned to the value of Status, if the string to be transferred is
longer than the storage space allocated. In this case, no transfer of any part of
the string occurs.
466 3BSE035980-510
Appendix A Array, Queue and Conversion Examples ASCII Conversion
Usage
Suppose the integer struct DIntStruct from the previous example is to be converted
back to a string. The destination string is called String1 and the three characters are
to be copied. It is known that the original storage protocol defined 2 characters per
integer component.
The following code will perform the task:
ASCIIStructToString(DIntStruct,3,2,String1,Status2)
Note
• The number of characters per integer of the original record must be known,
only values of 1, 2, 4 or –1, –2, –4 are allowed.
• The new output string will be inserted at the current pointer position in the
destination string.
• An error status is reported as a value to Status if the generated string results in a
new string which is longer than the permitted length for the destination string.
3BSE035980-510 467
ASCII Conversion Appendix A Array, Queue and Conversion Examples
468 3BSE035980-510
Appendix B System Alarms and Events
This section is divided in sub-sections for system alarms and system simple events
and it describes system alarms and system simple events from a controller
perspective. Additional information can also be found in the Control Builder online
help.
General
OPC Server
System alarms and system simple events generated within OPC server can be
divided in two general groups regarding to originating part of the OPC server
(source).
• Software
• Subscriptions
Controller
System alarms and system simple events generated within controller can be divided
in two general groups regarding to originating part of the controller (source).
• Software generated system alarms and system simple events.
• Hardware generated system alarms and system simple events.
3BSE035980-510 469
OPC Server – Software Appendix B System Alarms and Events
SrcNameSuffix = _SWFirmware
System Alarm HeapFull
SrcNameSuffix = _SWFirmware;
Condition name = HeapFull;
Message = "(1000) The Heap is full";
SeverityLevel = High;
SrcNameSuffix = _SWDataAccess
System Simple Event SaveColdRetainFailed
Generated when OPC Data Access server can not save cold retain files for an
application.
SrcNameSuffix = _SWFirmware;
Message = "(5000) Save Cold Retain failed for {1}";
{1} = The name of the application.
SeverityLevel = Medium;
470 3BSE035980-510
Appendix B System Alarms and Events OPC Server – Software
SrcNameSuffix = _SWAlarmEvent
System Simple Event AlarmNotUnique
Generated when OPCAE server discover that there are two alarms with same
combination SouceName ConditionName defined in two different controllers.
SrcNameSuffix = _SWAlarmEvent ;
Message = "(6000) Alarm not unique {1}, {2}";
{1} = Source name of the alarm
{2} = Condition name of the alarm
SeverityLevel = Medium;
3BSE035980-510 471
OPC Server – Subscription Appendix B System Alarms and Events
472 3BSE035980-510
Appendix B System Alarms and Events OPC Server – Subscription
SrcNameSuffix = SubDataAccess
Each controller subscribed from Data Access should have one system alarm for its
disposal. Note that these system alarms shall be:
• defined when a new subscription (connection) is established
• activated when an error occurs on this connection
• inactivated when all errors are corrected or disappeared
• deleted when subscription is removed
Condition name has form that includes subscribed controller IP address. It is created
dynamically but last part is always the same: "-ConnectionError".
Example: Condition name = 10.46.37.121:2-ConnectionError.
SrcNameSuffix = SubAlarmEvent
Each controller subscribed from Alarm and Event should have one system alarm for
its disposal. Note that these system alarms shall be:
• defined when a new subscription (connection) is established
• activated when an error occurs on this connection
• inactivated when all errors are corrected or disappeared
• deleted when subscription is removed
Condition name has form that includes subscribed controller IP address. It is created
dynamically but last part is always the same: "-ConnectionError".
Example: Condition name = "10.46.37.121:2-ConnectionError".
3BSE035980-510 473
Controller – Software Appendix B System Alarms and Events
Controller – Software
All system alarms and system simple events triggered by base code belongs to this
group.
This is important to note that system alarms and system simple events issued by
protocol specific code may belong to this group. Normally system alarms and
system simple events issued by protocol specific code are handled within 'Hardware
group'. Under certain circumstances when it is necessary to define errors or
warnings that are not cowered by HW state error handling, this group i.e.
corresponding dedicated SrcNameSuffix should be used. The following set of
source name suffixes are defined for this group.
• _SWFirmware - for base code
• _SW1131Task - for 1131 task execution specific code
• _SWTargets - for HW and OS abstraction layer of the base code
• _SWInsum-, _SWS100-, _SWMB300-, _SWProfibus-, _SWModbus- 1for
protocol specific code
SrcNameSuffix = _SWFirmware
System Alarm HeapFull
SrcNameSuffix = _SWFirmware;
Condition name = HeapFull;
Message = "(1000) The Heap is full";
SeverityLevel = High;
1. System alarms and system simple events generated by respective communication protocol are described in the
online help function for respective protocol.
474 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
3BSE035980-510 475
Controller – Software Appendix B System Alarms and Events
476 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
3BSE035980-510 477
Controller – Software Appendix B System Alarms and Events
478 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
System Simple Event Configuration image found at compact flash does not
match controller
SrcNameSuffix = _SWFirmware;
Message = "(1042) Configuration image found at compact flash does not
match controller"
SeverityLevel = Medium
System Simple Event Configuration image found at compact flash has different
format
SrcNameSuffix = _SWFirmware;
Message = "(1044) Configuration image found at compact flash has
different format"
SeverityLevel = Medium
3BSE035980-510 479
Controller – Software Appendix B System Alarms and Events
System Simple Event Configuration image found at compact flash does not
match controller
The system event below is issued when a compact flash card, with a
configuration image created for another type of CPU, is detected during startup
of controller.
SrcNameSuffix = _SWFirmware;
Message = "(1042) Configuration image found at compact flash does not
match controller"
SeverityLevel = Medium;
480 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
3BSE035980-510 481
Controller – Software Appendix B System Alarms and Events
SrcNameSuffix = _SW1131Task
System Alarm TaskAbort
SrcNameSuffix = _SW1131Task;
Condition name = TaskAbort;
Message = "(2000) Execution time too long in Task {1}";
{1} = Task name will be added to message, for example, "Execution time
too long in Task Fast"
Severity Level = Fatal;
482 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
SrcNameSuffix = _SWTargets
System Simple Event RCU error detected in the Primary CPU
SrcNameSuffix = _SWTargets;
Message = "(4000) Primary CPU: RCUError(0x{2})";
{2} = Content of the RCU Error Register in hexadecimal format.
Severity Level = High;
This event is issued from the RCU Driver if redundancy has been shut down due to
an internal error in the RCU Driver found at the end of synchronization.
System Simple Event
SrcNameSuffix = _SWTargets;
Message = “(4025) Failed to set RCU Driver state to
3BSE035980-510 483
Controller – Software Appendix B System Alarms and Events
eRCUTakeoverPossible";
Severity Level = High;
This event is issued from the RCU Driver if redundancy has been shut down due to
an internal error in the RCU Driver found at the start of synchronization.
System Simple Event
SrcNameSuffix = _SWTargets;
Message = “(4026) Failed to set RCU Driver state to eRCUNormal";
Severity Level = High;
This event is issued from the RCU Driver if Online Upgrade has been suspended
due to an internal error in the RCU Driver.
System Simple Event
SrcNameSuffix = _SWTargets;
Message = “(4027) Failed to set RCU Driver state to eRCUOLU";
Severity Level = High;
System Simple Event RCU test error detected in the Primary CPU
SrcNameSuffix = _SWTargets;
Message = "(4001) Primary CPU: RCUTestError({2}, 0x{3})";
{2} = Test Number
1 = RCU Register test
2 = Log Parity test
3 = Log test
4 = Log Range test
5 = I O Emulation test
6 = CPU Bus Timeout test
{3} = The Error status is printed in hexadecimal format.
Severity Level = High;
System Simple Event Dual test error detected in the Primary CPU
SrcNameSuffix = _SWTargets;
Message = "(4002) Primary CPU: DualTestError({2}, 0x{3})";
{2} = The Dual Test status (see Table 50)
484 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
Message Description
CPUCEXBusMsgSendError Failed to send test message to the Backup CPU
CPUCEXBusMessageError Failed to receive test message from the Backup CPU
CheckpointTestError Failed to upgrade memory of the Backup CPU
3BSE035980-510 485
Controller – Software Appendix B System Alarms and Events
System Simple Event Backup CPU CEX-Bus test error detected in the Primary
CPU
SrcNameSuffix = _SWTargets;
Message = "(4003) Primary CPU: BkpCEXBusTestError({2}, 0x{3})";
{2} = The Test status (see Table 51)
{3} = The Error status is printed in hexadecimal format.
Severity Level = High;
Message Description
CPUCEXBusMsgSendError Failed to send test message to the Backup
CPU
CPUCEXBusMessageError Failed to receive response message from the
Backup CPU
CEXBusTestError Failed to test the CEX-Bus interface in the
Backup CPU
Message Description
SDCError RCU Service data channel error
RCUConnectorOpen The RCU Link cable is not connected to the own CPU
RCUOtherConnectorOpen The RCU Link cable is not connected to the peer CPU
RCUDrvErro Failed when calling the RCU driver
486 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
Message Description
InitCommError Failed to initialize interrupt handling with the peer CPU
InformCommParamError Failed to inform other CPU about communication
parameters
GetCommParamError Failed to get communication parameters from other
CPU
BkpCPUNotAlive The Backup CPU is not alive
BkpCPUCEXBusError Backup CPU not connected to the CEX-bus
BkpCPUIllegalExternalState Backup CPU has an illegal External state
Timeout Backup CPU has not sent a response message within
a specified timeout time
CloningStartError Failed to start cloning in state Upgrading
CloningNotCompletedError Cloning not completed in state Unconfirmed
CloningError Cloning failed in state Synchronized
BkpFirmwareError Backup CPU’s firmware id not equal to Primary CPU’s
firmware id
System Simple Event The system has reached the Synchronized state
The Backup CPU is ready to take-over if the Primary CPU fails
SrcNameSuffix = _SWTargets;
Message = "(4006) Primary CPU: Synchronized state";
Severity Level = Medium;
3BSE035980-510 487
Controller – Software Appendix B System Alarms and Events
Message Description
BkpCPUCEXBusError Backup CPU not connected to the CEX bus
BkpHaltRequest A Backup CPU problem has been detected in the Primary
CPU. The Backup CPU however seems fully alive
BkpCPUNotAlive The Backup CPU has stopped or been removed without
reporting its status to the Primary CPU
Status sent from backup CPU Backup CPU status received via the CEX bus
488 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
System Simple Event RCU test error detected in the Backup CPU
SrcNameSuffix = _SWTargets;
Message = "(4021) Backup CPU: RCUTestError({2}, 0x{3})";
{2} = Test Number (see Table 54)
{3} = Error Status. in hexadecimal format.
Severity Level = High;
System Simple Event Dual test error detected in the Backup CPU
SrcNameSuffix = _SWTargets;
Message = "(4022) Backup CPU: DualTestError({2}, 0x{3})";
{2} = Dual Test status (see Table 55)
{3} = Error Status. in hexadecimal format.
Severity Level = High;
3BSE035980-510 489
Controller – Software Appendix B System Alarms and Events
Message Description
CPUCEXBusMsgSendError Failed to send test message to the Primary
CPU
CPUCEXBusMessageError Failed to receive test message from the
Primary CPU
RCUDrvError Failed when calling the RCU driver to set
threshold value for the Log Data Buffer
Message Description
SDCError RCU Service data channel error
RCUConnectorOpen The RCU Link cable is not connected to the own
CPU
RCUOtherConnectorOpen The RCU Link cable is not connected to the
peer CPU
RCUDrvError Failed when calling the RCU driver
InitCommError Failed to initialize interrupt handling with the
peer CPU
InformCommParamError Failed to inform other CPU about
communication parameters
GetCommParamError Failed to get communication parameters from
other CPU
490 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
Message Description
EqualityCheckFailed Memory upgrading of Backup CPU has failed
RCUMessageHaltReceived A Halt request has been received from the
Primary CPU
PrimCPUExitConnection Primary CPU has exit connection
3BSE035980-510 491
Controller – Software Appendix B System Alarms and Events
This event is issued if the Backup CPU has been halted during start-up due to that it
uses the same MAC address as the Primary CPU. (This can happen if the original
Primary CPU unit has been removed from a redundant controller and the same unit
is later re-inserted as spare part in the same running controller.)
System Simple Event
SrcNameSuffix = _SWTargets;
Message = “(4042) Backup CPU has the same MAC Address as Primary
CPU";
Severity Level = High;
492 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
3BSE035980-510 493
Controller – Software Appendix B System Alarms and Events
SrcNameSuffix = _SWTargets;
Message = "(4054) Cyclic test of Ram Error in MBM1 failed";
Severity Level = Critical;
494 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
SrcNameSuffix = _SWTargets;
Message = "(4060) Software error detected by MMU";
Severity Level = Fatal;
3BSE035980-510 495
Controller – Software Appendix B System Alarms and Events
SrcNameSuffix = _SWTargets;
Message = "(4071) FW Integrity Verification backup:CRC did not match
original";
Severity Level = Medium;
496 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
3BSE035980-510 497
Controller – Software Appendix B System Alarms and Events
System Simple Event Max boundary size exceeded in the Shared Heap
SrcNameSuffix = _SWTargets
Message = "(4093) The max boundary size of an element is exceeded in
the Shared Heap."
SeverityLevel = Medium
System Simple Event Max boundary size exceeded in the Protected Heap
SrcNameSuffix = _SWTargets
Message = (4094) The max boundary size of an element is exceeded in the
Protected Heap."
SeverityLevel = Medium
498 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
3BSE035980-510 499
Controller – Software Appendix B System Alarms and Events
Message = "(4111) Hanging CEX IRQ: All CEMs on the lower CEX bus
segment are disabled";
Severity Level = Medium;
Message = "(4112) Hanging CEX IRQ: The upper PM has been shut
down";
Severity Level = Critical;
Message = "(4113) Hanging CEX IRQ: The lower PM has been shut
down";
Severity Level = Medium;
Message = "(4115) Invalid IRQ CEM {1}: All CEMs on this CEX bus
segment are disabled";
{1} = Module number of interrupting CEM
Severity Level = Medium;
Message = "(4116) Invalid IRQ CEM {1}: All CEMs on this CEX bus
segment are disabled";
{1} = Module number of interrupting CEM.
Severity Level = Medium;
Message = "(4117) Invalid CEX IRQ backup PM: The upper PM has
been shut down";
Severity Level = Medium;
Message = "(4118) Invalid CEX IRQ backup PM: The lower PM has
been shut down";
Severity Level = Medium;
Message = "(4119) Spurious CEX IRQ: {1} spurious IRQs since system
startup";
{1} = Number of spurious IRQ since start
Severity Level = Low;
Message = "(4120) Hanging CEX IRQ: All CEMs on the dir CEX bus
segment are disabled";
Severity Level = Medium;
Message = "(4121) Hanging CEX IRQ: All CEMs on the indir CEX bus
segment are disabled";
Severity Level = Medium;
500 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
Message = "(4122) Hanging CEX IRQ: The PM has been shut down";
Severity Level = Critical;
Message = "(4123) Invalid IRQ CEM {1}: All CEMs on this CEX bus
segment are disabled";
{1} = Module number of interrupting CEM
Severity Level = Medium;
Message = "(4124) Invalid IRQ CEM {1}: All CEMs on this CEX bus
segment are disabled";
{1} = Module number of interrupting CEM
Severity Level = Medium;
Message = "(4125) Insufficient memory to create the Reset BC thread";
Severity Level = Medium;
3BSE035980-510 501
Controller – Software Appendix B System Alarms and Events
502 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
3BSE035980-510 503
Controller – Software Appendix B System Alarms and Events
504 3BSE035980-510
Appendix B System Alarms and Events Controller – Software
3BSE035980-510 505
Controller – Hardware Appendix B System Alarms and Events
Controller – Hardware
Hardware generated system alarms are automatically available when the hardware is
configured. They may however be disabled.
All Hardware Units in the hardware configuration have one system alarm and one
system simple event each for its disposal. The intention is to have a sum alarm and a
sum event for different errors and warnings that can be detected on the hardware
unit.
.
Table 57. Parameters for Hardware Generated System Alarms and Events
Parameters Descriptions
Class All hardware generated system alarms and events have the same
value of parameter 'Class' that is determined by the value of CPU
setting 'AE System AE class'.
Severity Values of severity are defined through the CPU setting 'AE System
AE high severity' for hardware generated system alarms, respective
'AE System AE medium severity' for hardware generated system
simple events.
506 3BSE035980-510
Appendix B System Alarms and Events Controller – Hardware
Table 57. Parameters for Hardware Generated System Alarms and Events
Parameters Descriptions
Message The message contains reference to more detailed information,
because each alarm is a sum alarm that can indicate many different
errors on the unit. This information is given in the description of
Errors and Warnings in Control Builder and/or in the System status
viewer in Plant Explorer.
The error code is stored in two 32 bit words first word is
ErrorsAndWarnings and the second is ExtendedStatus.
In each hardware generated system alarm or event message,
ErrorsAndWarnings and ExtendedStatus bit patterns are translated
into a text in the OPC-server. General status bits are translated into
a explaining text e.g. "I/O configuration error". Device specific bits
from ErrorsAndWarnings are translated into a text in the
OPC-server, if a matching text is available in the hardware definition.
Otherwise they are displayed as "Device specific bit xx" in the
message e.g. "Device specific bit 31". The same goes for
ExtendedStatus. If a matching text is not available in the hardware
definition, unit specific bits from ExtendedStatus are displayed as
"Extended status bit xx" in the message e.g. "Extended status bit 0".
The bits for every unit are explained later in this section.
Example
"Controller_1 (0000) I/O configuration error, Device specific bit 31,
Extended status bit 0"
If the Unit in this example is a PM865, "Device specific bit 31"=
"Battery low" and "Extended status bit 0" = "Backup CPU stopped"
In the controller log ErrorsAndWarnings and ExtendedStatus are
presented as HEX format.
Example:
"E 2004-03-08 10:25:06.677 On Unit= 2 HWError Controller_1
Errorcode=16#80004000 16#00000001 (0000) See HW-tree
3BSE035980-510 507
Alarms and Events Common for all Units Appendix B System Alarms and Events
Table 57. Parameters for Hardware Generated System Alarms and Events
Parameters Descriptions
SrcName The syntax for the source name in the SrcName parameter is
dynamically based on the IP address together with the
SrcNameSuffix that is the hardware unit address in the hardware
tree configuration.
Example: IP address (172.16.85.33) + SrcNameSuffix (2.5.101)
= "172.16.85.33-2.5.101".
CondName All hardware generated system alarms have "HWError" as common
condition name in the CondName parameter.
AckRule Ack Rule 5 is used for these system alarms,.
508 3BSE035980-510
Appendix B System Alarms and Events Alarms and Events Common for all Units
3BSE035980-510 509
Alarms and Events Common for all Units Appendix B System Alarms and Events
7 ExtendedStatus8 16#00000080 1 1 1 1
8 ExtendedStatus9 16#00000100 1 1 1 1
9 ExtendedStatus10 16#00000200 1 1 1 1
10 ExtendedStatus11 16#00000400 1 1 1 1
11 ExtendedStatus12 16#00000800 1 1 1 1
12 ExtendedStatus13 16#00001000 1 1 1 1
13 ExtendedStatus14 16#00002000 1 1 1 1
14 ExtendedStatus15 16#00004000 1 1 1 1
15 ExtendedStatus16 16#00008000 1 1 1 1
510 3BSE035980-510
Appendix B System Alarms and Events Alarms and Events Common for all Units
3BSE035980-510 511
Alarms and Events Common for all Units Appendix B System Alarms and Events
Value Description
16#00000000 The status is OK.
16#07000000 The type does not match the corresponding out variable.
16#08000000 Wrong message type in the response message.
16#0A000000 The out variable cannot be found.
16#0B000000 Initiate request was unsuccessful.
16#0C000000 The PhIAC_MMS version between client and server does
not match.
16#0D000000 The heap is full.
16#0E000000 Permanent MMS error.
16#FF000000 Unspecified Protocol Handler error.
512 3BSE035980-510
Appendix B System Alarms and Events Unit Specific Alarms and Events
3BSE035980-510 513
Controller Units and Communication Interfaces Appendix B System Alarms and Events
514 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 515
Controller Units and Communication Interfaces Appendix B System Alarms and Events
516 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 517
Controller Units and Communication Interfaces Appendix B System Alarms and Events
518 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 519
Controller Units and Communication Interfaces Appendix B System Alarms and Events
520 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 521
Controller Units and Communication Interfaces Appendix B System Alarms and Events
522 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 523
Controller Units and Communication Interfaces Appendix B System Alarms and Events
524 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 525
Controller Units and Communication Interfaces Appendix B System Alarms and Events
526 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 527
Controller Units and Communication Interfaces Appendix B System Alarms and Events
528 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 529
Controller Units and Communication Interfaces Appendix B System Alarms and Events
530 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 531
Controller Units and Communication Interfaces Appendix B System Alarms and Events
532 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 533
Controller Units and Communication Interfaces Appendix B System Alarms and Events
534 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 535
Controller Units and Communication Interfaces Appendix B System Alarms and Events
536 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 537
Controller Units and Communication Interfaces Appendix B System Alarms and Events
538 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 539
Controller Units and Communication Interfaces Appendix B System Alarms and Events
540 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 541
Controller Units and Communication Interfaces Appendix B System Alarms and Events
542 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 543
Controller Units and Communication Interfaces Appendix B System Alarms and Events
544 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
Table 86. Status Bits of CI872 Ports (Port1, Port2, and Port3)
3BSE035980-510 545
Controller Units and Communication Interfaces Appendix B System Alarms and Events
Table 86. Status Bits of CI872 Ports (Port1, Port2, and Port3) (Continued)
546 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
Table 86. Status Bits of CI872 Ports (Port1, Port2, and Port3) (Continued)
3BSE035980-510 547
Controller Units and Communication Interfaces Appendix B System Alarms and Events
Table 86. Status Bits of CI872 Ports (Port1, Port2, and Port3) (Continued)
548 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
Table 86. Status Bits of CI872 Ports (Port1, Port2, and Port3) (Continued)
3BSE035980-510 549
Controller Units and Communication Interfaces Appendix B System Alarms and Events
Table 86. Status Bits of CI872 Ports (Port1, Port2, and Port3) (Continued)
550 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 551
Controller Units and Communication Interfaces Appendix B System Alarms and Events
552 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 553
Controller Units and Communication Interfaces Appendix B System Alarms and Events
554 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 555
Controller Units and Communication Interfaces Appendix B System Alarms and Events
556 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
Table 89. Unit status of the LD 800DNEthernet to DeviceNet Linking Device (Continued)
3BSE035980-510 557
Controller Units and Communication Interfaces Appendix B System Alarms and Events
Table 89. Unit status of the LD 800DNEthernet to DeviceNet Linking Device (Continued)
558 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
Table 89. Unit status of the LD 800DNEthernet to DeviceNet Linking Device (Continued)
3BSE035980-510 559
Controller Units and Communication Interfaces Appendix B System Alarms and Events
560 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 561
Controller Units and Communication Interfaces Appendix B System Alarms and Events
562 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 563
Controller Units and Communication Interfaces Appendix B System Alarms and Events
564 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 565
Controller Units and Communication Interfaces Appendix B System Alarms and Events
566 3BSE035980-510
Appendix B System Alarms and Events Controller Units and Communication Interfaces
3BSE035980-510 567
Controller Units and Communication Interfaces Appendix B System Alarms and Events
568 3BSE035980-510
Appendix B System Alarms and Events Adapters
Adapters
3BSE035980-510 569
Adapters Appendix B System Alarms and Events
570 3BSE035980-510
Appendix B System Alarms and Events Adapters
3BSE035980-510 571
Adapters Appendix B System Alarms and Events
572 3BSE035980-510
Appendix B System Alarms and Events Adapters
3BSE035980-510 573
Adapters Appendix B System Alarms and Events
574 3BSE035980-510
Appendix B System Alarms and Events Adapters
3BSE035980-510 575
S800 I/O Appendix B System Alarms and Events
S800 I/O
576 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 577
S800 I/O Appendix B System Alarms and Events
578 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 579
S800 I/O Appendix B System Alarms and Events
580 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 581
S800 I/O Appendix B System Alarms and Events
582 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 583
S800 I/O Appendix B System Alarms and Events
584 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 585
S800 I/O Appendix B System Alarms and Events
586 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 587
S800 I/O Appendix B System Alarms and Events
588 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 589
S800 I/O Appendix B System Alarms and Events
590 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 591
S800 I/O Appendix B System Alarms and Events
592 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 593
S800 I/O Appendix B System Alarms and Events
594 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 595
S800 I/O Appendix B System Alarms and Events
596 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 597
S800 I/O Appendix B System Alarms and Events
598 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 599
S800 I/O Appendix B System Alarms and Events
600 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 601
S800 I/O Appendix B System Alarms and Events
602 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 603
S800 I/O Appendix B System Alarms and Events
604 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 605
S800 I/O Appendix B System Alarms and Events
606 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 607
S800 I/O Appendix B System Alarms and Events
608 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 609
S800 I/O Appendix B System Alarms and Events
610 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 611
S800 I/O Appendix B System Alarms and Events
612 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 613
S800 I/O Appendix B System Alarms and Events
614 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 615
S800 I/O Appendix B System Alarms and Events
616 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 617
S800 I/O Appendix B System Alarms and Events
618 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 619
S800 I/O Appendix B System Alarms and Events
620 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 621
S800 I/O Appendix B System Alarms and Events
622 3BSE035980-510
Appendix B System Alarms and Events S800 I/O
3BSE035980-510 623
S900 I/O Appendix B System Alarms and Events
S900 I/O
624 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 625
S900 I/O Appendix B System Alarms and Events
626 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 627
S900 I/O Appendix B System Alarms and Events
628 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 629
S900 I/O Appendix B System Alarms and Events
630 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 631
S900 I/O Appendix B System Alarms and Events
632 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 633
S900 I/O Appendix B System Alarms and Events
634 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 635
S900 I/O Appendix B System Alarms and Events
636 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 637
S900 I/O Appendix B System Alarms and Events
638 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 639
S900 I/O Appendix B System Alarms and Events
640 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 641
S900 I/O Appendix B System Alarms and Events
642 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 643
S900 I/O Appendix B System Alarms and Events
644 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 645
S900 I/O Appendix B System Alarms and Events
646 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 647
S900 I/O Appendix B System Alarms and Events
648 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 649
S900 I/O Appendix B System Alarms and Events
650 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 651
S900 I/O Appendix B System Alarms and Events
652 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 653
S900 I/O Appendix B System Alarms and Events
654 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 655
S900 I/O Appendix B System Alarms and Events
656 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 657
S900 I/O Appendix B System Alarms and Events
658 3BSE035980-510
Appendix B System Alarms and Events S900 I/O
3BSE035980-510 659
S900 I/O Appendix B System Alarms and Events
660 3BSE035980-510
Appendix B System Alarms and Events S100 I/O
S100 I/O
3BSE035980-510 661
INSUM Devices Appendix B System Alarms and Events
INSUM Devices
662 3BSE035980-510
Appendix B System Alarms and Events INSUM Devices
3BSE035980-510 663
INSUM Devices Appendix B System Alarms and Events
664 3BSE035980-510
Appendix B System Alarms and Events FF Devices
FF Devices
MB300 Nodes
3BSE035980-510 665
ABB Standard Drive Appendix B System Alarms and Events
666 3BSE035980-510
Appendix B System Alarms and Events ABB Standard Drive
3BSE035980-510 667
Process Panel Appendix B System Alarms and Events
Process Panel
Table 212. ABB Process Panel
Bit StatusType Indication Generation Severity Description
0 ExtendedStatus Error Alarm Medium Slave does not
exist
1 ExtendedStatus Error Alarm High Configuration data
fault
2 ExtendedStatus Error Alarm High Parameter data
fault
3 ExtendedStatus Warning Event Low Static diagnostic
4 ExtendedStatus Warning Event Medium Redundant slave
does not exist
5 ExtendedStatus Warning Event Medium Diagnostic
configuration data
fault
6 ExtendedStatus Warning Event Medium Report
Diagnostics fault
668 3BSE035980-510
Appendix B System Alarms and Events ITS
ITS
Table 213. ITS
Bit StatusType Indication Generation Severity Description
23 ErrorsAndWarnings Error - - GW Connection
error
28 ErrorsAndWarnings Error Alarm Medium Wrong INSUM
device type
29 ErrorsAndWarnings Error Alarm Medium INSUM Device not
found
30 ErrorsAndWarnings Warning - - Warning!
31 ErrorsAndWarnings Error - - Error!
0 ExtendedStatus Warning - - Fuse Ph1 blown
1 ExtendedStatus Warning - - Fuse Ph2 blown
2 ExtendedStatus Warning - - Fuse Ph3 blown
3 ExtendedStatus Warning - - Tripped
4 ExtendedStatus Warning - - Warning
10 ExtendedStatus Warning - - Overcurr Ph1
11 ExtendedStatus Warning - - Overcurr Ph2
12 ExtendedStatus Warning - - Overcurr Ph3
13 ExtendedStatus Warning - - Overtemp Ph1
14 ExtendedStatus Warning - - Overtemp Ph2
15 ExtendedStatus Warning - - Overtemp Ph3
3BSE035980-510 669
NAIO ff Appendix B System Alarms and Events
NAIO ff
Table 214. NAIO
Bit StatusType Indication Generation Severity Description
0 ExtendedStatus Error Alarm Medium Communication
broken
1 ExtendedStatus Error Alarm High Communication
broken
2 ExtendedStatus Error Alarm High Communication
broken
3 ExtendedStatus Warning Event Low Communication
broken
4 ExtendedStatus Warning Event Medium Communication
broken
5 ExtendedStatus Warning Event Medium Communication
broken
6 ExtendedStatus Warning Event Medium Communication
broken
670 3BSE035980-510
Appendix B System Alarms and Events NAIO ff
3BSE035980-510 671
NAIO ff Appendix B System Alarms and Events
672 3BSE035980-510
Appendix B System Alarms and Events NAIO ff
3BSE035980-510 673
NAIO ff Appendix B System Alarms and Events
674 3BSE035980-510
Appendix B System Alarms and Events NAIO ff
3BSE035980-510 675
PPO Appendix B System Alarms and Events
PPO
Table 223. PPO Type1
Bit StatusType Indication Generation Severity Description
31 ErrorsAndWarnings Error Alarm Medium Error
0 ExtendedStatus Warning Event Low Short circuit
1 ExtendedStatus Warning Event Low Under-voltage
2 ExtendedStatus Warning Event Low Over-voltage
3 ExtendedStatus Warning Event Low Overload
4 ExtendedStatus Warning Event Low Over-temperature
5 ExtendedStatus Warning Event Low Wirebreak
6 ExtendedStatus Warning Event Low Upper limit
exceeded
7 ExtendedStatus Warning Event Low Value below lower
limit
676 3BSE035980-510
Appendix B System Alarms and Events PPO
3BSE035980-510 677
PPO Appendix B System Alarms and Events
678 3BSE035980-510
Appendix B System Alarms and Events PPO
3BSE035980-510 679
Special IO Template Appendix B System Alarms and Events
Special IO Template
Table 231. Special IO template
Bit StatusType Indication Generation Severity Description
0 ExtendedStatus Error Alarm Medium Communication
broken
1 ExtendedStatus Error Alarm High Communication
broken
2 ExtendedStatus Error Alarm High Communication
broken
3 ExtendedStatus Warning Event Low Communication
broken
4 ExtendedStatus Warning Event Medium Communication
broken
5 ExtendedStatus Warning Event Medium Communication
broken
6 ExtendedStatus Warning Event Medium Communication
broken
680 3BSE035980-510
INDEX
A disable condition 234
abort enable 233
tasks 168 examples 267
access control in control loops 240
double authenticate 105 inhibit 240
access variables 79 local printer 263
accuracy 258 logging 255
acknowledge severity 235
errors 345 source name 234
warnings 345 state diagrams 287
acknowledgement rules 234, 287 status 236
add subscribe to 259
files to FSD server 364 system 252
message to alarm 234 alarms and events
to libraries 134 ABB standard drive 666
AF 100 325 adapters 569
afw file 371 controller units and communcation
alarm condition interfaces 513
name 234 FF devices 665
alarm conditions 230 INSUM devices 662
Alarm handling MB300 nodes 665
INSUM 251 S100 I/O 661
Alarm lists S800 I/O 576
INSUM 251 S900 I/O 624
AlarmCond 230 unit specific 513
parameters 231 all inputs 342
AlarmCondBasic 232 all outputs 342
AlarmCondBasicM 232 all unit status 341
AlarmCondM 230 analog signals
alarms scale 339
add message 234 analysis tools 425
classify 235 applicable specification 17
communication 259 applications
condition name 234 export 371
disable 240 rollback 371
3BSE035980-510 681
Index
682 3BSE035980-510
Index
3BSE035980-510 683
Index
684 3BSE035980-510
Index
3BSE035980-510 685
Index
686 3BSE035980-510
Index
3BSE035980-510 687
Index
688 3BSE035980-510
Index
3BSE035980-510 689
Index
3BSE035980-510 690
Index
W
warnings
acknowledge 345
WHILE 210
3BSE035980-510 691
Index
692 3BSE035980-510
Contact us
3BSE035980-510
ABB AB Copyright © 2003-2010 by ABB.
Control Systems All Rights Reserved
Västerås, Sweden
Phone: +46 (0) 21 32 50 00
Fax: +46 (0) 21 13 78 45
E-Mail: [email protected]
www.abb.com/controlsystems
ABB Inc.
Control Systems
Wickliffe, Ohio, USA
Phone: +1 440 585 8500
Fax: +1 440 585 8756
E-Mail: [email protected]
www.abb.com/controlsystems