Power Scada Scheider
Power Scada Scheider
63220-100-200J1
03/2016
Safety information
Important information
Read these instructions carefully and look at the equipment to become familiar with
the device before trying to install, operate, service or maintain it. The following spe-
cial messages may appear throughout this bulletin or on the equipment to warn of
potential hazards or to call attention to information that clarifies or simplifies a pro-
cedure.
This is the safety alert symbol. It is used to alert you to potential personal injury
hazards. Obey all safety messages that follow this symbol to avoid possible
injury or death.
DANGER
DANGER indicates an imminently hazardous situation which, if not avoided,
will result in death or serious injury.
WARNING
WARNING indicates a potentially hazardous situation which, if not avoided,
could result in death or serious injury.
CAUTION
CAUTION indicates a potentially hazardous situation which, if not avoided,
could result in minor or moderate injury.
NOTICE
NOTICE is used to address practices not related to physical injury. The
safety alert symbol shall not be used with this signal word.
Please note
Electrical equipment should be installed, operated, serviced and maintained only by qualified personnel.
No responsibility is assumed by Schneider Electric for any consequences arising out of the use of this
material.
A qualified person is one who has skills and knowledge related to the construction, installation, and oper-
ation of electrical equipment and has received safety training to recognize and avoid the hazards involved.
Safety precautions
During installation or use of this software, pay attention to all safety messages
that occur in the software and that are included in the documentation. The
following safety messages apply to this software in its entirety.
WARNING
UNINTENDED EQUIPMENT OPERATION
• Do not use the software for critical control or protection applications
where human or equipment safety relies on the operation of the control
action.
• Do not use the software to control time-critical functions because com-
munication delays can occur between the time a control is initiated and
when that action is applied.
• Do not use the software to control remote equipment without securing it
with an authorized access level, and without including a status object to
provide feedback about the status of the control operation.
Failure to follow these instructions can result in death or serious injury.
WARNING
INACCURATE DATA RESULTS
• Do not incorrectly configure the software, as this can lead to inaccurate
reports and/or data results.
• Do not base your maintenance or service actions solely on messages
and information displayed by the software.
• Do not rely solely on software messages and reports to determine if the
system is functioning correctly or meeting all applicable standards and
requirements.
• Consider the implications of unanticipated transmission delays or fail-
ures of communications links.
Failure to follow these instructions can result in death, serious injury,
equipment damage, or permanent loss of data.
Contents 63220-100-200J1
03/2016
Contents
Safety information 1
Important information 1
Please note 1
Safety precautions 1
Contents i
Introduction 1
PowerSCADA Expert—A Complete Solution 1
Assumptions 1
What is SCADA? 1
What is PowerSCADA Expert? 2
Prepare for PowerSCADA Expert 2
Components of a Project 2
Configuration Tools 2
Runtime Environment 3
Supported Device Types and Protocols 3
How Do Drivers Work? 3
Two Subscription Types 3
Subscription Expirations 4
Edit Driver Parameters 4
Problems with Duplicate Devices using PowerLogic Drivers 4
System Requirements and Installation Instructions 5
Uninstall and Reinstall PowerSCADA Expert 5
Quick Start: Typical Workflow 5
IEC 61850 System Setup Workflow 8
Get More Information 9
Manuals 9
Help files 9
Customer support 9
Add the Cluster, Network Address, and Servers 10
When You Set Up More than two I/O Servers per Cluster 11
Port Names 12
Enter Copy for Translation 13
Use the Migration Utility 14
The Profile Editor 16
Overview of the Profile Editor 17
Typical Workflow Illustration 17
Workflow Overview 18
Create/Edit Device Type 19
Create/Edit Device Profile 20
Create/Edit Unit Templates 21
Launch the Profile Editor 21
Locked and Custom Icons 21
Set the Screen Resolution 22
Profile Editor Main Menu Options 22
Add Engineering Unit Templates, Units, and Conversions 23
Set Up Engineering Templates and Select Conversions 23
Apply Conversions 25
Delete a Template 25
Add or Edit a Base Engineering Unit or Conversion 26
Edit a Base Engineering Unit or Conversion 27
Delete a Base Engineering Unit or Conversion 27
Define Device Types and Tags 27
Device Type Screens and Workflow 27
Introduction
Welcome to the help file for PowerSCADA Expert, v8.1. To navigate through the file,
you can use the search options on the left. Additionally, you can access other related
PowerSCADA Expert help files.
Assumptions
The person who installs the product will have received training in the entire
PowerSCADA Expert product and will understand the application’s basic functions.
What is SCADA?
SCADA (Supervisory Control and Data Acquisition) is a system that collects data from
various points, both local and remote, and then stores the data at a central location.
The system also can control equipment at an installation.
Components of a Project
For detailed information about the components that make up a project, see
Components of a project in the citectSCADA.chm help file (Program Files>
Schneider Electric > PowerSCADA Expert > v8.1 > bin). The project components
include graphic components, tags, alarms, system components, communications
components, I/O Server components and Cicode/CitectVBA.
Configuration Tools
Configuration tools consist of:
Profile Editor: Use this tool to select tags to be used by device types (tags must be
consistent with IEC 61850 naming conventions), create device profiles for individual
devices, and create projects that include the device profiles to be used in a single
installation. You can specify real-time tags, PC-based alarm tags, onboard alarm tags,
trend tags, and reset tags to be generated for this device.
I/O Device Manager: Using this tool, you will import device profile information from the
Profile Editor into a project. This tool is simply a means of moving device profile
information into the project and converting it into formats that PowerSCADA Expert can
use.
Citect Explorer: Use Citect Explorer for basic navigation. From here, you also choose
the active project.
Citect Project Editor: Use the Project Editor for entering database-type information,
such as adding clusters and servers, creating new users, and editing tags within
projects.
Runtime Environment
The runtime environment is where the end user views system information. This
environment includes (from the information added in the design-time page) one-line
pages with interactive objects, alarm and event pages, and analysis pages (trends and
waveforms).
Two Subscription Types
There are two different types, one used between the graphics level and I/O server, and
one for polling devices and cache refreshing. The subscription between drivers and
polling devices does not increase point count. Only the subscription that begins at a
client system and ends up in the I/O server will increase point count. Via this
subscription, requests are sent to the drivers with value changes propagating all the
way back to the client system. The client system could be the display client, alarm
server, trend server and so on. What a driver then chooses to do with the requests—in
terms of coupling this to a physical request to a field device—can differ, depending on
the protocol. Some simple protocols propagate the request straight through to the field
device; others have their own polling scheme to the field device and merely service the
driver requests from a cache.
Subscription Expirations
If a tag is no longer being read, the cache refreshes in this manner: Graphics client
subscriptions are immediately unsubscribed when the graphics page is closed.
Although most drivers release subscriptions if no client is requesting them, the
IOServer is capable of background polling (configurable on a per-device basis). These
tag subscriptions are not released, and the driver still polls them. However, they are not
counted anywhere, because nothing is consuming the data for those tags on the
IOServer. On the other hand, once a subscription goes against the point count, it
remains in the count as long as the project is running.
To begin editing driver parameters: from the Create Device Profiles tab, click the
Parameters sub-tab.
To begin editing datasets, click Edit in the DataSets line. Follow instructions in Edit IEC
61850 Datasets on page 48 for help.
To begin editing report control blocks, click Edit in the Report Control Blocks line.
Follow instructions in Edit IEC 61850 Report Control Blocks on page 49 for help.
A duplicate device is created when two or more I/O devices in a system communicate
with a single physical device. For this to be true, the I/O devices would have the same
IPaddress, same TCP port, and same MODBUS device address.
System performance would be affected, and there would be problems with onboard
alarms. More seriously, it could result in a system crash.
If you uninstall programs after you have already created projects, the project data will
not be deleted. It is in [Project Drive]\Documents and Settings\ All Users\Application
Data\Schneider Electric\PowerSCADA Expert 8.1 with Advanced and Reporting. The
first time you launch the application after you re-install it, it will locate the project data
and re-link it.
NOTE: If you are upgrading from a previous version, you should run the Migration
Utility. See Use the Migration Utility on page 14.
1. Identify the equipment and devices to be used in the system: List all of the
device types that you will need.
2. Create a system architecture drawing: Indicate how all devices will interrelate.
3. Prepare the network addressing scheme: Define the Ethernet IP address for each
gateway/PLC/CM4000 and the MODBUS slave address devices.
4. Install the hardware: Install the devices and equipment for the system. Create all of
the communications connections that are necessary. Make sure that devices are
set up for the onboard alarms and waveform captures that you want to view from
graphics pages.
5. Set up device type categories and units/conversions in the Profile Editor: Use
the Setup Device Type Categories screen to add categories (an optional feature
that will make it easier to sort device types in the I/O Device Manager). Also use the
Profile Editor to add unit conversions (e.g., watts/megawatts) that are used in
individual installations. Most typical conversions have already been added to the
product. For individual tag conversions, you can also add "exceptions" (mostly used
in WAGES topics).
6. Add/edit device types in the Profile Editor: The device type includes all of the
details that define a device: real-time tags, alarm tags, trend tags, resets, and
controls. Use the Define Device Type Tags tab to add and edit device types, create
custom tags, and to assign tags to device types. Although the device type includes
all of the information we know about a device, the device profile (see step 8)
includes only the specific tags that are needed for that device in a customer’s
installation.
7. (optional) Edit tag addresses in the Profile Editor: As needed, add or edit the
address attributes of individual tags for a single device type. This includes such
items as the number of registers used by the tag, bitmasking, and logic code.
8. Create device profiles in the Profile Editor: The profile is a subset of the device
type’s functionality. Use the Create Device Profile tab to create a device profile;
select only the tags required for a customer. On this tab and the related Add/Edit
Device Profile screen, you also specify tags to be used for onboard waveform
captures, PC-based alarms, and trends.
9. Create and configure a project in Citect Explorer: From Citect Explorer, add a
new project. From the Project Editor page, add at least one cluster and network
address, and the servers that will be used (alarm, report, I/O, and trend). Set
'Publish Alarm properties' to TRUE when setting up the alarm server (expand the
screen by pressing F2). This must be set; otherwise you will not be able to edit
while in the setpoints page.
10. Create a corresponding project in the Profile Editor: In the Set Up Projects tab,
select the device profiles for the devices that are included in the project created in
the previous step. Add the project to the Profile Editor, using the same name you
created in the previous step. To view the list of projects that have already been
created, click the Display Projects button (on the Add/Edit Project screen):
Each profile will include all of the device attributes that you have set up in earlier
steps.
11. Export devices from the Profile Editor: From the Set Up Projects tab, choose a
single project and click Export Project to convert device tags into a format usable
within PowerSCADA Expert, and to move them to the location where they can be
imported into PowerSCADA Expert.
12. Use the I/O Device Manager to add devices to PowerSCADA Expert.
NOTE: To use the one-line graphics, you must add a memory device called zOL to
the project. See One-Line Device (zOL) on page 117. This device is included by
default in the Default_Starter project, which you should use when creating your first
project.
Use the I/O Device Manager wizard to add the exported devices one at a time; or
use a .CSV file to add multiple devices. You will need device networking
information for this step.
13. Compile and correct errors in PowerSCADA Expert: Note: It is always a good
idea to pack before you compile (Project Editor > File > Pack). To compile the
project, click Compile, located at the top of the Project Editor:
runtime environment. Access it via the Citect Project Editor (System > Menu
Configuration). You can copy and paste the pagemenu.dbf file from the PLS_
Example project to your own project; or you can configure your own template from
scratch.
16. Add at least one user in the Citect Project Editor. From the Users window
(System > Users), add at least one user to the project.
17. To configure : Click Tools > One-Line Configuration to launch. Use the
configuration utility to validate the project one-line, and to configure the project for
animation.
NOTE: Each time you make a change to the one-line, after the system is set up, you
need to run the configuration utility again to update the one-line. See One-Line
Flowchart on page 115.
18. Compile (File > Compile), then run the project: Compile the project:
Then correct any errors and note any warnings. Run the project:
Each time you add genies to a project, you need to associate them with devices,
and then compile and run again.
19. Run the Computer Setup Wizard. This wizard, located in Project Editor > Tools >
Computer Setup Wizard, customizes your computer for use with PowerSCADA
Expert. To run the wizard, click:
WARNING
UNINTENDED EQUIPMENT OPERATION
• Ensure that all commands are being correctly interpreted by each device.
• Verify that the device is physically locked out/tagged out before performing
work on it or any downstream equipment.
• Also consider the possibility of communications loss that could yield false read-
ings.
• Ensure that all safety regulations and procedures have been followed before
you work on the equipment.
Manuals
In addition to this System Integrator’s Guide, there are these additional documents that
may provide helpful information:
• Vijeo Citect Installation Guide: a PDF copy is on the installation disk
• Release Notes: located on the installation disk, this file includes information
specific to this release of the product
• Readme file: located on the installation disk, this file also includes late-breaking
information about this release
Help files
In addition to the help file released with this product, there are several related help
files. They are located in the PowerSCADA Expert Bin folder: \Schneider
Electric\PowerSCADA Expert 8.1 with Advanced and Reporting\Bin).
Customer support
The following is the contact information for customer support:
Schneider Electric
CS 30323
www.schneider-electric.com
— In the Extended Memory drop-down box, choose whether the alarm server
operates in extended memory mode (64 bit).
An additional set of prompts displays when you “expand” the screen. To
expand, click F2 when the Alarm Servers screen is active. You can used these
fields to determine how often alarm data will be archived. See the
citectscada.chm file for more information.
— Click Add to save the new alarm server. Exit the window.
13. Repeat steps 11 and 12 for other server types that you need to add.
NOTE: When you delete a cluster, you must also click File > Pack to completely
delete it from the system.
14. Click File > Compile.
15. If there are errors and/or warnings after the page is compiled:
a. At each error, click GoTo, which opens the location where the error has
occurred.
b. Using the information in the error message, correct the error.
c. After all errors are addressed, re-compile to verify that the errors are removed.
For additional information, click Help at the error screen.
When You Set Up More than two I/O Servers per Cluster
If you need to add more than two I/O servers to a cluster, you need to define a
redundant I/O device called NetworkTagsDev for each of the servers. If you do not do
this, you can lose device status information during runtime.
If the cluster includes only one or two I/O servers, the I/O devices are automatically
added when you add the cluster during I/O Device Manager configuration (see Add the
Cluster, Network Address, and Servers on page 10). If a system has more than two I/O
servers in a cluster, you must manually add the NetworkTagsDev I/O device for the
remaining servers (after the first pair).
To create the board, port, and NetworkTagsDev I/O device, ensure the following:
• all redundant NetworkTagsDev I/O devices have the same number
• the Startup Mode field is set to Standby; do this for all standby NetworkTagsDev I/O
devices, including the one created by the I/O Device Manager
• the Equipment field is set to <Cluster>_NetworkTagsDev
The field values for the forms in each of the I/O servers should be:
Boards Form
Board Name: <any unique name> (suggestion: BOARDy_SVRz)
Board Type: DISKXML
Address: 0
Leave everything else blank.
Ports Form
Port Name: <any unique name> (suggestion: PORTx_BOARDy_SVRz)
Port Number: <any unique number within the I/O server> (suggestion: x)
Board Name: <use the board name defined above>
Leave everything else blank.
I/O Devices Form
Name: NetworkTagsDev
Notes:
• Startup Mode is only visible when in extended form mode (press F2 to toggle
between simple form mode and extended form mode, while in the I/O device form).
• The Equipment field is hidden by default. To change it to visible, open units.dbf (in
the project folder) in Excel.
• If the system has one or two I/O servers per cluster, the startup mode of the standby
NetworkTagsDev I/O device could be set to StandbyWrite in the I/O Device
Manager. If the system has more than two I/O servers per cluster, the startup mode
of all standby NetworkTagsDev I/O devices must be set to Standby.
One side effect of this is that, when the system switches to a redundant I/O server,
affected devices will momentarily lose communication as the system transitions to
the redundant server.
• If the primary and redundant alarms servers are synchronizing, data will be slow to
display in the Alarm Log and Events Log.
Port Names
The I/O Device Manager does not take into account that multiple projects might be
'linked together' via a global include project. For instance, it does not allow you to
specify a unique port name and port number, such that they will not conflict with other
projects.
The table below shows the settings that must match between the protocols for that
column. For example, if you combine two generic serial protocols or a generic serial
with a DNP3 via serial, all of the checked items need to match between them.
Board Type X X X
I/O Server Name X X X
Port Number X X
Baud Rate X X
Data Bits X X
Stop Bits X X
Parity X X
IP Address X
Network Port Number X
All attached I/O devices must use the
X X
same protocol.
Using the Port Settings page in the wizard, you can name ports. See Define One I/O
Device in a Project on page 91 for more information.
the copy you typed in the comment field is added to the default language, named
English.DBF. After the project is compiled, this file is located in Documents and
Settings\All Users\Application Data\Schneider Electric\PowerSCADA Expert 8.1 with
Advanced and Reporting\User\[your project]. English.dbf contains terms that will be
translated from English.
To create another language file for translation, set the Citect.ini parameter [Language]
LocalLanguage to the specified language, then re-compile. So, for example, if you set
this parameter to French, a French.dbf file is created in the project folder when you
compile. You can then enter the translated text in the LOCAL field of the file. Repeat
this same step for each additional language file you want in this project.
After translation, there will be an additional .dbf file for each translated language. At
runtime, the user will be able to choose the .dbf file that is to be used in the display,
thus changing the language used in the display.
5. Click Migrate.
When the migration is complete, an information window displays information about
what was converted or upgraded, and where the resulting log file is stored.
6. Launch the PowerSCADA Migration Utility (Citect Project Editor > Tools >
PowerSCADA Migration Tool).
7. From the Master.dbf Location drop down list, choose the location for the Master.dbf.
8. From the Select Project drop down list, choose the project that you are migrating.
9. In the bottom section. check the boxes for the elements you want to update in the
runtime database (see table below for descriptions).
NOTE: The items with asterisks will be updated in the Equipment.profiles file at
every migration. When you check an item with an asterisk, it will also update the
Profile so that future information added to it will be in sync with the current version.
So, for example, if you run the migration and check "Update Variable Tag Names,"
future variable tags will be correctly formatted for the current version.
13. Before you begin to use the migrated project, pack the Citect databases and
compile the project (from the Citect Project Editor, click File > Pack; then click File
> Compile).
Use the Define Device Type Tags tab and its screens to add and edit information for
real-time, onboard alarm, control and reset tags and to create and edit device types.
See Define Device Types and Tags on page 27 for complete instructions.
Use the Create Device Profiles tab and its screens to add and edit individual profiles
for specific devices. A device profile is a subset of the possible variable tags, alarm
tags, and trend tags for a particular device type. See Create Device Profiles on page
43 for complete instructions.
Use the Set Up Project tab and its screens to bring together all of the system attributes
for a single customer or installation. For example, the customer installation will include
a certain combination of device profiles (depending on the devices installed at the
site). The project allows a specific unit template to be applied, converting units (such as
watts) into units used by the customer (such as megawatts). This causes tags to display
in the converted format. Projects also allow you to rename tags to suit a customer’s
needs (for example, Current A could be renamed to Current Phase A). See Set Up
Projects in the Profile Editor on page 55 for complete instructions.
This product uses the IEC61850 tag-naming convention to create tags that measure
device quantities. Although most of the tags you will use are already entered into the
system, you can add custom tags. For more information, see Tag Types on page 69.
Workflow Overview
This icon indicates that the selected file (e.g., device type, profile, or project) cannot be
edited. All standard device types (for example, Circuit Monitor 4000, MicroLogic Type
P, Power Meter 800) are automatically locked; they cannot be unlocked.
After you lock a device type, you cannot unlock it. However, you can restore it in this
manner: Copy the locked device type (Create From on the Add/Edit Device Type
screen), then save the copy with a new name.
This icon indicates that a device type or profile is user-created. It may have been
created new, created from an existing device type or profile, or created by editing an
unlocked custom device type or profile.
Options are:
Creates .CSV file of basic tag data. Store the file in a folder you
File > Create CSV file
designate. Can be viewed in Excel.
Displays a print preview of all of the tags for this device type. You can
File > Print Tag Selections
then print the spreadsheet.
You can import projects from other instances of the Profile Editor. These
must be PLS or ICD files.
File > Import
To begin importing, click File > Import. For ,more information, see Import
and Export Project Files on page 59.
You can export a PLS or ICD file to be used in another instance of the
Profile Editor, or to be used as a backup.
File > Export
To begin exporting, click File > Import. For ,more information, see Import
and Export Project Files on page 59
Settings > Remove Import You can delete any import template that has been added to the project. To
Templates add import templates, see Using Import Templates on page 68.
Displays the Add/Edit Custom Tags screen. See Set Up Custom Tags on
Settings > Set Up Custom Tags
page 36 for a description of this screen.
Settings > Set Up Device Type Displays the Set Up Device Type Categories. See Set Up Device Type
Categories Categories on page 33 for a description of this screen.
You can also create templates to organize user-created unit/conversion pairs. Each
template will include all of the predefined engineering units and conversions, as well
as the ones you assign to it. These templates can then be used in system projects (see
the Set Up Project tab for creating projects).
To view the Set Up Engineering Units screen, click Settings > Set Up Engineering Unit
Templates. The following table describes the parts of the Set Up Engineering Unit
Templates screen (it assumes that Display ‘Advanced’ Fields is checked). When you
have finished making change, click Save & Exit.
Field
Valid Entries Comments
Name
From the drop-down menu, This field is live only when Create From is chosen as the option.
Unit
select the template you The new template will initially include all of the units/conversions of
Template to
wish to copy, in order to the original; but you can add units and change the conversion
Create From
create a new template. settings.
Added for the unit when the selected unit was created. To edit a
Abbreviation n/a user-created unit, see Add or Edit a Base Engineering Unit or
Conversion on page 26.
This is abbreviation for the selected unit. When the Selected Unit is
Abbreviation n/a
changed, this field changes accordingly.
Field
Valid Entries Comments
Name
Added for the unit and for the conversion when the base unit was
created. Pre-defined units/conversions cannot be changed. To edit
Multiplier n/a
a user-created unit, see Add or Edit a Base Engineering Unit or
Conversion on page 26.
Used for units that have more than one scale. For example, for
Offset n/a temperature, if the base is degree Celsius, and you want to offset
to Fahrenheit, you would type 32 here (and 1.8 in the multiplier).
Add/Edit Click to display the Use that screen to add units/conversions, or to edit user-created
Units button Add/Edit Units screen. units/conversions.
You can check or uncheck tags here, changing them from one
Exception conversion option to the other. When you uncheck a tag, you do
Review your changes.
List not remove it, you change it from being converted to simply being
reported according the unit you selected.
Apply Conversions
Use this screen to apply unit conversions to a template. To add a new conversion, see
Add or Edit a Base Engineering Unit or Conversion on page 26.
To apply a conversion:
1. From the main window of the Profile Editor, click Settings > Set Up Engineering Unit
Templates.
2. Click Edit Existing, then select the template for which you want to select unit
conversions.
3. In the Selected Unit column, click the down arrow and select the conversion you
want to use. Fahrenheit to Celsius temperature conversions are handled by offsets
(see Add or Edit a Base Engineering Unit or Conversion on page 26).
4. Repeat step 3 for all units that you want to change.
5. Click Save to save the change, or click Save & Exit to save changes and close the
screen.
Delete a Template
You cannot delete either the standard template or a locked template.
To delete a template:
1. From the Define Device Type Tags tab, click Settings > Set Up Engineering Unit
Templates.
2. Click the Delete radio button, on the left, to delete a template.
3. Choose the template from the drop-down list.
4. Click Delete, on the right, to delete the selected template. At the Confirm Delete
prompt. click Yes.
Click Settings > Set Up Engineering Unit Templates. At the Set Up Engineering Units
screen, choose the template you want to edit, and click Add/Edit Units. The following
table describes the fields of the Add/Edit Units screen. Instructions for editing and
deleting units are after the table.
n/a for pre-defined All base engineering units and their conversions
units/conversions (greyed display. Greyed-out items are predefined; they
Unit Conversions out) cannot be edited or deleted. Note that predefined
Select user-created units to units can have custom conversions, which are
begin edits. editable.
Click to begin adding a new The Base Unit and Base Unit Abbreviation fields
Add Base
base unit. become live.
When editing a
unit/conversion, select the
unit from this drop-down Used in the Profile Editor only; not passed to projects
Base Unit menu. for graphics viewing.
When adding a new base
unit, type the name.
Type the abbreviation for the If there is no conversion, this is passed to projects
Base Unit Abbreviation
selected base unit. for viewing graphics.
Type the name of the Becomes live only when you highlight a unit.
conversion unit, such as
Conversion Unit
milliamps, when amps is the Used in the Profile Editor only; not passed to projects
base unit. for graphics viewing.
To access these screens, click the Define Device Type Tags tab on the main Profile
Editor screen.
3. To add and edit custom tags, see Add Custom Tags and Tag Addresses on page
35.
4. To add or edit device types, see Add, Edit, or Delete a Device Type on page 30.
5. To establish device type categories and subcategories, used in reporting, see Print
the .CSV File on page 33.
6. To edit tag addresses, see Edit Tag Addresses on page 38.
The PowerSCADA Expert system uses the IEC61850 tag naming convention. For
information about the types of IEC61850 tags and their configuration, see Tag Types
on page 69.
Locked/Custom icons:
Locked icon indicates that the list of selected tags cannot be edited.
Custom icon indicates that the device type was created by a user.
See Locked and Custom Icons on page 21 for complete information.
Select a tag group; the tags included in Note: If a tag group displays in red copy, there is at least one address
that group display on the right. that is not valid for the tag to which it is assigned. To correct this
issue, click the tag group, ensure that Display Advanced Properties is
selected, then scroll down through the tags in the right-hand column.
The tags that have invalid addresses will have the “Edit...” displayed
in red. Click this field to open the Edit Address page; correct the errors
in the address.
This is the tag name, hard-coded for standard tags. For custom tags:
Tag Description (all tag types)/Display
The name is from the Tag Name field in the Add/Edit Custom Tags
only
screen.
Type (Real Time only)/Display only Displays the data type chosen when the tag was created.
Address (not Control tags)/ Displays the address information for this tag, including elements such
as type of register, number of registers, and scaling and bitmasking
To edit, click the Edit Address link.
data. Tag Types on page 69 for a detailed description of address
construction.
For a control with one command, writing a 1 to the tag will cause the
command to occur. (This option is greyed out.)
Normally Closed (Control tags only)/ For a control with two commands that is either static or normally
open, writing a 1 to the tag will cause the first command to occur;
Check the box to invert the functionality writing a 0 will cause the second to occur. (Checkbox not checked.)
of the control. See description.
For a control with two commands that is normally closed, writing a 1
to the tag will cause the second command to occur; writing a 0 will
cause the first command to occur. (Checkbox checked.)
This field contains first register used to store this tag. If there are
additional registers, they are indicated in the address. The total
number of registers is listed in the Num Registers column. This field
Register 1/Display only (Real Time tags allows you to verify and/or change the value of Register 1 without
only) having to open the Edit Address screen. Note: If you enter a number
that is not compatible with other address
settings, you are prompted to go to the Edit Address screen.
After you change formatting for a tag and move the cursor to another
field, you are asked whether you want to open the Address Editor. If
Formatting/Select the format type from
you click No, the format is unchanged; if you click Yes, the Edit
the drop-down list (Real Time tags only)
Address screen opens for you to enter the appropriate changes for
this tag. See Edit Tag Addresses on page 38.
This is entered in the Edit Address screen, but it can be edited here. It
Scaling Register/View or enter the is the register used to read the value for scaling. Note: If you enter a
register number (Real Time tags only) number that is not compatible with other address settings, you are
prompted to go to the Edit Address screen.
If you have added a functional address for this tag, it displays here.
Functional Address/Display only (Real To add or edit this address, use the Edit Functional Address field.
Time, Onboard Alarm, Control, and
Reset tags) Note: Functional addressing is described in Appendix 4: Glossary on
page 255.
Assigned by the system when the tag was created. If this is a custom
Tag ID/Display only/Display only
tag, it will be a negative number.
The following table describes the parts of the Add/Edit Device Type screen.
For instructions on editing or deleting device types, see the steps below the table.
Create From Click one of the Click to copy an existing device type.
radio buttons to
select the action
Edit Existing Click to edit an unlocked device type.
you want to
take. Click to delete an unlocked device type that is not associated
Delete Existing
with a profile.
Device Type (to Create Select the device type that you want to create from, edit, or
select type
From/to Edit/ to Delete) delete.
Type or select
the name:
If creating a device type, type the name. If editing a device
maximum 32
Device Type Name type, the device type that was selected for editing displays
characters,
here. You can change the name here.
do not use \ / : *
?<>|
This list is used when you want to delete a device type that is
(Active only in
associated with a profile. In Edit mode, select the device type
Edit mode)
you want to delete; then click this button. Note the profile(s)
Click to display associated with the device type.
Display Associated Profiles a list of profiles
Before you can delete the device type, go to the Add/Edit
that are
Device Profile screen, locate each profile in the list. You
associated with
cannot save an empty profile, so you must either select
the selected
another device type for it or delete the profile. Then you can
device type.
delete the device type.
This list includes all tags that have been added to the system,
standard tags as well as custom tags that you have added.
IEC Tags n/a
Tags are listed in their groups (such as 100ms, Onboard
Alarm, Power Factors).
Select tags from You can move single tags or entire tag groups. They must be
Tags; click the moved one at a time (cannot shift+click to select).
Selected Tags right arrow to
move them to Note: You cannot deselect tags for a device type if that
this box. device is associated with a device profile.
If you want an edited version of a locked device type, you must create a new device
type from it and then delete the original device type. Certain “standard” device types
can be used to create new types, but they cannot be deleted. Examples: Circuit Monitor
4000, Power Meter 800, and Sepam S42.
To view a list of profiles associated with a device type, switch to the Edit Existing view,
then select the device type you want to delete. Click List Profiles associated with this
Device Type to display all associated profiles. Before you can delete the device type,
return to the Add/Edit Device Profile screen for each profile in the list; either select a
new device type for the profile or delete the profile entirely.
Example 1: The Branch Circuit Monitor 42 has been configured to read 42 current
channels. To assign channel 1 to Current A, follow these steps:
1. From the Branch Circuit Monitor 42 device type, choose the “Ch.01 Current tag.”
2. Note the addressing and formatting for the tag.
3. Locate and add the standard tag that you want to assign to this channel. In the
example above, you would add “Current A.”
4. Edit the address of the Current A tag to match the address of Channel 1.
Example 2: If the Sepam I11 / I12 have been configured to represent circuit breaker
position, you may choose to redefine the tag name. Follow these steps:
1. From the Sepam 40 Series device type, choose tags “Input Status I11” / “Input
Status I12.”
2. Note the addressing and formatting for each tag.
3. Locate and add the standard tag that you want to assign to these I/’O points. In the
example above, you would add “Device Closed.”
4. Edit the address of the Device Closed tag. In order to create the “device closed”
functionality, you must combine inputs 11 and 12 into an enumerated status
(choose the Enumerated Status logic code for the indicated address for I11 and
I12),
Device Type tag descriptions, IEC tag names, type, and address
Project data profiles and custom tag names included in the project
When you add device types in the Add/Edit Device Type screen, you associate a
category and subcategory with each device.
To view the Set Up Device Type Categories screen, click Settings > Set Up Device
Type Categories.
The following table describes the parts of this screen. Detailed instructions are after the
table.
Create New Click to begin adding a new device type that is not based on an
existing type.
2. From the dropdown menu, select the category or subcategory that you want to
delete.
3. Click Delete.
4. At the Confirm prompt, click Yes.
5. Click Save to save the change, or click Save & Exit to save changes and close the
screen.
To access the Edit Functional Address screen, click the Edit Functional Address button
for a real time tag, onboard alarm tag, control tag, or reset tag. The fields on this screen
are used in this way:
1. Tag Name and Original Address: These fields display from the tag you selected;
you cannot edit this information.
2. Device Variables: Click New to begin adding new variable properties. The
following fields become live:
a. Name: This name must be in format %NNN%, where NNN includes only letters
or underscores.
b. Description: This required field is free-form. It displays in the I/O Device
Manager and will help you ensure that you have the correct information
entered.
c. Regular Expression: You can use one of the pre-defined expressions, or you
can create your own
d. Test Value: This will become the default in Citect; use it here for testing the new
address.
e. Help: Use this optional field to add more definition to this address. It displays in
the I/O Device Manager.
3. Code Body: Enter the code in C# to define the action you want to take place.
4. Return: Type the return statement that you want from C# code. It might look like:
string.Format("SomeString{0}SomeOtherString", someVariable)
5. Result: Click Test in the lower right corner of the screen. If there is a compile error,
check your C# code. Otherwise, the result displays. Verify that it is what you
wanted.
Instructions for editing or deleting a custom tag are after the table.
Type the new tag name; Maximum 32 characters; can include any alpha or
or type the changed numeric character, as well underscore (_) and backslash
Tag Name
name for a tag you are (\). Must begin with either an alpha character of
editing. underscore.
Type the name that you You might use this field for additional information on the
want to display when Add/Edit Custom Tags screen. For example, you could
Display Name
selecting the tag and in describe the data that it logs. It does not display
other displays. anywhere else in the system.
Check to display
Displays several additional filter options on the two
Display ‘Advanced’ filter additional filter options in
“Filter” tabs. These options will be useful in the future for
selections the Real Time Filter and
reporting purposes.
Alarm Filter tabs
You can include additional filters for either real time filters or alarm filters. Though not currently used, these filters
will provide metadata for later reporting. Standard tags have some of these filters selected.
A typical usage for these filters might be: when creating a custom tag from an already existing standard tag, you
can create matching metadata by using the filters that have been built in to the standard tag.
Real Time Filters tab (dropdown lists are expanded when “Display ‘Advanced’ filter selections” is
checked)
Select a category for this This field provides metadata about the tag. It will be used
Category Type
tag. in future reports.
Utility Type Select a utility type. Metadata for future use in reporting.
Statistical Type Select a statistical type. Metadata for future use in statistical reporting.
Alarm Filters tab (dropdown lists are expanded when “Display ‘Advanced’ filter selections” is
checked)
Select the alarm Used for filtering and sorting alarm data. Also metadata
Categorization
category for future use in statistical reporting.
Select the severity level Used for filtering and sorting alarm data. Also metadata
Alarm Level
of the alarm. for future use in statistical reporting.
If the tag is associated with a device type, you must first deselect the tag:
1. Change the option to Edit Existing and display the tag you want to delete.
2. Click Display Associated Device Types to display all device types that include this
tag. Make a note of the device types.
3. Return to the Add/Edit Device Type screen. For each device type listed, deselect
the tag that you want to delete.
NOTE: Case and order are critical in the tag address. Be careful to observe the exact
address order. For address order, see Logic Codes on page 74. Also, be sure you use
the correct case. For example, use M for register numbers in hexadecimal, and use m
for register numbers in decimal.
To view the Edit Address screen, open the Define Device Type Tags tab, choose the
device type, then click the Edit... field for the tag that you want to change. The Edit
Address screen is different for real-time and alarm tags. Each type of tag (real-time,
onboard alarm, reset, and control) is described separately in the following tables.
The following table describes the fields of the Edit Address screen for real-time tags.
High, Normal, or Low You can edit this field either here or in the Add/Edit
Priority
Logic Code: Tag screen.
Display Click the radio button for the way you want to view
hexadecimal/decimal
Registers in: register information.
Check this box to Will turn False to True or vice versa; typically used
Invert Result
invert. for Normally Open or Normally Closed.
The following table describes the fields of the Edit Address screen for onboard alarm
tags.
NOTE: Once the tag is set up, writing a 1 to the tag will cause the “write” to occur.
Standard device types include some pre-defined resets. These pre-defined commands
cause proprietary functions within the device. Do not edit these commands.
To add a custom reset that will operate by writing to a register, do the following:
1. From the Add/Edit Custom Tags screen, set the Group to Resets and the Data Type
as Digital. Save the tag.
2. Add the new tag(s) to the appropriate device type(s).
3. From the Define Device Type Tags tab, locate the tag and click Edit.
The following table describes the fields of the Edit Address screen for reset tags.
Tag Command Type The Command Type and Command to Edit are already
Information Command to Edit selected.
Data Type: for display only You can edit this field in the Add/Edit Custom Tags screen.
Data
Priority: High (default) Cannot be edited.
Information
box Logic Code: Select the logic Choose the appropriate logic code for this tag. See Logic
code for this tag. Codes on page 74.
Display Registers in: Click the radio button for the way you want to view register
hexadecimal/decimal information.
Device
Information Choose the type of module in which the tag is used. Used for
Module
box Micrologic at this time.
Fixed
Scale/Register n/a Not used for digital logic codes.
Scale
Conversion
n/a Not used for digital logic codes.
Factor
When all bits match exactly the pattern in the register, the
For digital input/output tags: status is True. When any one bit does not match the pattern in
Set the bits to 1 or 0 to match the register, the status is False.
Bitmask for the pattern for “True” in the
Register 1 Note: On PM8s and CM4s, there is a device-specific format,
device register. DIgIn and DigOut. In each case, you must first specific the
indicator register (which becomes the first register). The
second register will have the mask.
NOTE: For a control with one command, once the tag is set up, writing a 1 to the tag
will cause the “write” to occur. For a control with two commands that is either static or
normally open, writing a 1 to the tag will cause the first command (ON) to occur; writing
a 0 will cause the second (OFF) to occur. For a control with two commands that is
normally closed, writing a 1 to the tag will cause the second command (OFF) to occur;
writing a 0 will cause the first command (ON) to occur.
Standard device types include some pre-defined controls. For example, Operate
(ENERGIZE). These pre-defined commands cause proprietary functions within the
device. Do not edit these commands.
To add a custom control that will operate by writing to a register, do the following:
1. From the Add/Edit Custom Tags screen, set the Group to Controls and the Data
Type as Digital. Save the tag.
2. Add the new tag(s) to the appropriate device type(s).
3. From the Define Device Type Tags tab, locate the tag and click Edit.
The following table describes the fields of the Edit Address screen for control tags.
Data Data Type: for display only You can edit this field in the Add/Edit Custom Tags screen.
Information Logic Code: Select the logic Choose the appropriate logic code for this tag. See Logic
box code for this tag. Codes on page 74.
Display Registers in: Click the radio button for the way you want to view register
hexadecimal/decimal information.
Device
Information Choose the type of module in which the tag is used. Used for
Module
box Micrologic at this time.
Number of
n/a Enables for editing the appropriate registers in the lines below.
Registers (1)
Conversion
n/a Not used for digital controls.
Factor
When all bits match exactly the pattern in the register, the
For digital input/output tags: status is True. When any one bit does not match the pattern in
Set the bits to 1 or 0 to match the register, the status is False.
Bitmask for the pattern for “True” in the
Register 1 Note: On PM8s and CM4s, there is a device-specific forma,
device register. DIgIn and DigOut. In each case, you must first specific the
indicator register (which becomes the first register). The
second register will have the mask.
You can also add a tag address, when none exists. As with editing addresses, click the
Edit Address column for a tag; then follow instructions in the table above.
The variable tag properties used in this screen are described in a topic in the Citect
help file. For detailed information, see Variable Tag Properties in the
citectSCADA.chm help file (Program Files> Schneider Electric > PowerSCADA Expert
> v8.1 > bin).
Enable Waveforms
On the Create Device Profiles tab, in the Onboard Alarm Tags sub-tab, there is a
Waveform checkbox. Check the box for each alarm tag for which you want to be able to
view waveforms. On the device, the alarm must also be set up for the waveform to be
captured on event and stored in one of the device’s data logs.
To acquire waveforms for Sepam, use the CET manual. For PowerLogic devices,
reference the PMCU help file.
enable waveforms, you need to check the Waveform box (see Enable Waveforms on
page 43 for more information). To begin making changes, click Add/Edit. The following
table describes the fields on this tab. The tags listed assume that Advanced Properties
has been checked. Not all elements appear on every sub-tab. Detailed instructions are
after the table.
Choose the device for which Device Profiles are created on the
Device Profile you want to view profile Add/Edit Device Profile screen (click
details. Add/Edit).
Category Type
n/a
(Real Time)
Utility Type
n/a
(Real Time) These are real-time filters. They
provide metadata to be used in future
Statistical Type reporting.
n/a
(Real Time)
Quantity
n/a
(Real Time)
Categorization
(PC Based and n/a
Onboard Alarm)
Subcategorization
(PC Based and n/a These are alarm filters. They can be
Onboard Alarm) used for filtering and sorting alarm data
in the runtime environment. They also
Alarm Type provide metadata to be used in future
(PC Based and n/a reporting.
Onboard Alarm)
Alarm Group
(PC Based and n/a
Onboard Alarm)
To view profile information, select the device profile from the drop-down menu. Use the
tag tabs (such as real-time, trend) to view the tag groups included in this device profile.
Add a Profile
1. Open the Create Device Profiles tab (from the Create Device Profiles tab, click
Add/Edit).
2. In the Profile Options box, click Create New or Create From.
If you are creating from another device profile, choose it from the Device Profile to
Create From drop-down menu.
3. Click Next to make the name and description fields live.
4. Type a unique Device Profile Name, maximum 32 characters;
do not use \ / : * ? < > |
5. If you want to lock this profile, preventing anyone from editing it, check the Lock this
Device Profile box. This action cannot be undone. If you wish to edit a locked
profile, you must use the Create From option to add a new one, then delete the
locked one.
6. (optional) Type a device description. This will display as a tool tip in later screens.
7. Click Next again to make the remaining fields live.
8. From the Available Devices list, highlight the first device or device group
(Protection, Monitoring, Composite) to be included in this profile. Click the right
arrow button to move it to the Selected Devices box. You must select and move
devices or device groups one at a time (no shift+click to select multiples).
9. If you will want to import this project into another instance of the Profile Editor, see
Add Project Parameters on page 58.
10. When you have all of the devices you want, click Next.
11. From the Device Type Tags list on the left, select the tags you want to include in this
profile. You can select entire tag groups or individual tags from a group; but you
must select them one at a time.
12. After each addition, the tag or tag group displays in the Selected tags box. You can
override any tag name (typically for generic I/O devices with multiple tags, such as
inputs, for which names alone would not be intuitive in runtime. To override a tag,
select it, then click Override Tag Name. Choose the tag you want. Click OK. The
new tag will correctly display the value of the original tag, but will take the
appearance of the override tag (such as description, metadata).
13. The final column, Is Device Tag, displays only for composite devices. Check this
box to tie a tag back to its actual physical device. For example, if the same tag is in
three devices, and you set PC-based alarms for each device, you need to be able
to determine which device has a problem in runtime. To prevent confusion, check Is
Device Tag to cause PowerSCADA Expert to report the tag for its physical device,
rather than the composite device.
14. When you have selected all tags, click Next.
NOTE: If you have duplicate tags from multiple devices, you need to resolve this by
using an override for one of the tags.
15. On the next page, choose whether each tag will have a PC-based alarm and/or
trend associated with it. Click Finish.
When the project is added to the project, PC based alarms are added to the Analog
Alarms or Digital Alarms file. When the project is added to the project, historical
trends are added to the Trend Tags file. Logging will automatically begin when the
tag is added to the project.
By default, there are two different intervals for scanning trend tags. All selected tags
are scanned every 15 minutes with FIFO storage of 12 months. For the following
tags, there is an additional “short” scanning interval of 5-seconds, with FIFO storage
of two weeks:
Current A, Current B, Current C, Voltage A-B, Voltage B-C, Voltage C-A, Power
Factor Total, Apparent Power Total, Reactive Power Total, Real Power Total, and
Frequency.
For instructions on changing the “short” scan interval settings, see Trend Tag Scan
Intervals on page 144.
To change a trend interval for a tag, see Select Trend Intervals on page 47 To add
additional trend tags, see Set Up Trend Intervals on page 47.
16. The Driver Parameters box contains options that you can check for IEC61850
devices. If a device includes datasets and report control blocks, you can edit the
information on the Edit IEC 61850 Datasets on page 48 and Edit IEC 61850 Report
Control Blocks on page 49 screens.
17. Check the Close Wizard box, and click Finish to return to Create Device Profiles
tab/. Or, leave it unchecked, and click Finish to return to the Add/Edit Device Profile
screen.
Edit a Profile
Only unlocked profiles are available for editing.
1. Open the Create Device Profiles tab (from the Create Device Profiles tab, click
Add/Edit).
2. In the Profile Options box, click Edit Existing.
3. From the drop-down menu, choose the profile you want to edit.
4. You can change any of the attributes that have been selected for this profile.
5. Click Save to save the change, or click Save & Exit to save changes and close the
screen.
Delete a Profile
You cannot delete standard profiles or custom profiles that have been associated with
projects. To delete a custom profile that is associated with a project, you need to go to
the Set Up Project tab.
1. Open the Create Device Profiles tab (from the Create Device Profiles tab, click
Add/Edit).
2. In the Profile Options box, click the Delete Existing radio button.
3. From the drop-down menu, highlight the profile you want to delete.
4. Click Delete.
5. At the Confirm prompt, click Yes.
6. Exit the screen.
In the upper left corner are the device profile name and device type names that come
from an imported ICD file. All of the entry fields are initially greyed out. The device type
datasets (upper box) are resident in the ICD. The device profile datasets (lower box)
have been created or copied from other datasets in the device type or device profile.
1. To begin creating a dataset, click Create New beside the Device Profile DataSets
box.
The fields on the right side of the screen become live.
2. Type a name and description for the new dataset. These are free-form fields, but
they must comply with IEC 61850 standards.
3. Choose the appropriate logical device, then choose the logical node for that
device.
4. Choose the functional constraint for the content. This will filter the display of device
type objects/topics in the box below.
When you choose All, you must then choose an object that already has a functional
constraint in it. If you choose a specific constraint, the list of available objects is
filtered to display only those that include that constraint.
5. From the Device Type Objects, choose the appropriate objects for this profile.
6. Click OK.
The new dataset is added in the lower left, to the Device Profile list.
You can create a new dataset either from one that resides in the ICD (from the device
type) or from the device profile.
1. To begin creating a dataset from another block, click the dataset (either device type
or device profile) to be used as the starting point for the new dataset. Click Create
From.
2. Make the appropriate changes. You must change the name. All datasets in a single
profile must have unique names.
3. Click OK.
The new name displays under the Device Profile List.
This feature will not typically be used. If, however, you delete a dataset from the device
type, but later decide you want to add it back, follow this procedure. (You cannot delete
datasets that are used by a report control block.)
1. From the Device Type DataSets box, highlight the dataset you want to add back.
2. Click Copy To.
The dataset displays under the Device Type list in the Device Profile DataSets.
You cannot edit or delete datasets that are being used by a report control block or
those that belong to the device type.
To edit a dataset, highlight its name, then click Edit. Make the desired changes, then
click OK.
To delete a dataset, highlight its name. Click Delete, then click OK.
NOTE: Not all ICD files allow you to add, edit, or delete report control blocks. If all
fields are greyed out, you will not be able to change the set.
In the upper left corner are the device profile name and device type names that come
from an imported ICD file. All of the entry fields are initially greyed out. The device type
report control blocks (upper box) are resident in the imported ICD file. The device
profile report control blocks (lower box) have been created or are copied from report
control blocks in the device type or device profile.
To edit a report control block, highlight its name, then click Edit. Make the desired
changes, then click OK.
To delete a report control block, highlight its name. Click Delete, then click OK.
4. Verify that the tags you want to use are compliant with PowerSCADA Expert. To
ensure that data is reported for reporting, LiveView tables, and breaker graphics.
Refer to the Common Data Model (CDM), which is located in C:\Program Files
(x86)\Schneider Electric\PowerSCADA Expert\v8.1\Applications\AppServices\bin..
a. Find the best fit tags: From the Profile Editor tag library, find the tag that comes
closest to the quantity you want to measure.
b. Verify the tag you have chosen by comparing it with the CDM. The
DisplayName
5. Create the device type in the Profile Editor: Use PwrModbus as the driver.
6. Select the appropriate tags (CDM)
7. Configure the Modbus tags: Continuing on the Define Device Type Tags tab, edit
the tag addresses to map them to the Modbus register of the device (these tags will
be red). You can locate instructions on editing addresses in the PowerSCADA
Experthelp file.
8. Create the device profile: Click Add/Edit to launch the Add/Edit Device Profile
window. Create the new profile and choose the device(s) that you want.
9. On the next screen, move the tags into the Selected Tags pane. Select Trend for all
tags that require it.
10. Continue with setting up the project and exporting as you do with other device
profiles.
With the composite device type, the user can use two devices for a single monitoring
point. For example, a circuit breaker and a monitoring device can provide data to this
single point. Because PowerSCADA Expert combines the functionality of the multiple
devices, end users only need to consider a single device when analysing a location in
their system.
For instructions on setting up and using Cyber Sciences SERs, refer to the system
technical note (STN) entitled How can I Use Cyber Sciences SERs with
PowerSCADA Expert?
the tag's value will still come from the original tag (it still keeps the addressing from
the device); however the tag's appearance (name, metadata, display name) will be
taken from the new tag.
6. To override a tag:
a. Highlight the tag, then click Override Tag Name.
b. From the Select Tag window, choose the tag you want. If necessary, enter a
search term, then click Search to display related tags.
c. Choose the tag, then click OK.
Only for composite devices, the Is Device Tag check box displays. Use this box to
tie a tag back to its actual physical device. For example, you might have the same
tag in each of three devices, and you want to set PC-based alarms for each one.
Normally, the composite device would generate a single alarm, but you would not
be able to specify which physical device has the problem. To prevent confusion,
you would check the Is Device Tag, which will cause PowerSCADA Expert to report
this tag for its physical device.
7. Check Is Device Tag to read this tag as specific to the physical device, not the
entire profile..
8. Click Next to begin selecting tags for PC-based alarms and trends.
9. For each tag in the profile, determine whether it should have a PC-based alarm
and/or trend associated with it. Check the boxes as appropriate.
When the profile is added to the project, PC based alarms are added to the Analog
Alarms or Digital Alarms file.
When the profile is added to the project, historical trends are added to the Trend
Tags file. Logging will automatically begin when the tag is added to the project.
There are two different intervals for scanning trend tags. All selected tags are
scanned every 15 minutes with FIFO storage of 12 months. For the following tags,
there is an additional “short” scanning interval of 5-seconds, with FIFO storage of
two weeks:
Current A, Current B, Current C, Voltage A-B, Voltage B-C, Voltage C-A, Power
Factor Total, Apparent Power Total, Reactive Power Total, Real Power Total, and
Frequency.
For instructions on changing the “short” scan interval settings, see Trend Tag Scan
Intervals on page 144.
10. The Driver Parameters box allows you to specify certain parameters to be attached
to device profiles. Currently used in IEC61850 devices, the available parameters
will automatically populate this box. See the illustration below for an example.
In this example, Device 2 has two parameters, DataSets and Report Control Blocks.
11. Check the parameter(s) that you want to include in this profile.
To edit, this parameter, return to the Create Device Profiles tab, and click the
Parameters sub-tab. See Edit IEC 61850 Datasets on page 48 and Edit IEC 61850
Report Control Blocks on page 49 for information on editing these two parameters.
12. Check the Close Wizard box, and click Finish to return to Create Device Profiles
tab/ Or, leave it unchecked, and click Finish to return to the Add/Edit Device Profile
screen.
To add a data concentrator to your project, follow these steps in the Profile Editor:
1. From the Define Device Type Tags tab, add a custom device type for the data
concentrator. Use the Generic Power Device driver.
2. Add the tags that are specific to the data concentrator (such as device date and
time).
3. Add addresses for any custom tags you created.
4. Add the data-concentrated device. Use the Generic Power Device driver, as you
did for the data concentrator.
5. Add the tags for the data-concentrated device (such as currents, voltages, and
breaker status).
6. Add addresses for these tags (or add functional addressing for them).
7. Repeat steps 4 through 6 for additional data-concentrated devices.
8. From the Create Device Profiles tab, add a device profile for each data-
concentrated device type you included.
9. From the Set Up Projects tab, add the profiles to a project.
c. At the Select Profiles screen, enter the Configured Name, and check the "Data
Is Concentrated" box.
d. Continue with steps "b" and "c" for additional device profiles.
5. Run PowerSCADA Expert and SCL exports.
In CET850
In PowerSCADA Expert
Before you begin, create the ICD files for the device type that will communicate via the
G3200.
In CET850
In PowerSCADA Expert
You will then be able to enter DNP3 addresses, although the Profile Editor will not
verify that the address has an allowed format.
The Profile Editor will include device types, and will include profiles for ION 7650,
which natively supports DNP3. The Profile Editor will include device types for Sepam
20, 40, and 80 that have the ACE969TP module (which supports DNP3).
To access these screens, click the Set Up Projects tab on the main Profile Editor
screen.
You can click Export Project to create an .XML file that contains all of the project data
necessary for use in the I/O Device Manager. If PowerSCADA Expert is installed and
the corresponding PowerSCADA Expert project has been created, this also copies the
file that is used by the Device Creation Wizard to the PowerSCADA Expert project.
On the Add/Edit Project screen, you can add, edit, or delete projects.
Typical Workflow
To create a project file, you must first have established tags, device types, and device
profiles. Additionally, you need to set up at least one base unit/conversion template.
After these files are created, follow these steps:
1. Open the Add/Edit Project screen.
2. Add a new project, or copy and edit an existing project.
3. Select the device profiles that you want to use for this installation.
4. If a device profile has multiple drivers, choose the driver, and determine whether
the individual device types will use functional addresses and act as data
concentrators.
5. Save the project and close the Add/Edit Project screen.
6. To customize tag names: From the Set Up Project tab, click the Customize Tag
Names sub-tab. Change the name of any tag. For example, the customer might
need “Current A” to read “Current Phase A.” The customized tag name will be used
in all device profiles in the project for which you have created the customized tag.
For this change to be in the PowerSCADA Expert project: you need to delete the
device profile from that project and then re-export it.
7. To add optional project information: From the Set Up Project tab, click the Project
Parameters sub-tab. You can add optional information that will help verify or
identify this project later. You could, for example, add the version or the creator's
name. This information will be available when you import this project at a later date.
8. To refresh tags: From the Set Up Project tab, click the Selected Device Profiles sub-
tab. Click the Refresh Tags button for any profile. You are prompted to confirm that
you want to update changes you have made to this tag for the selected profile. For
this change to be in the PowerSCADA Expert project: you need to remove the
device profile from that project and then re-add it.
9. Click Export Project to create an Equipment.Profiles file of all of the profiles
included in the project. To view Equipment.Profiles, click the folder button, to the
right of the Export button:
To add or edit project information, click Add/Edit. The Add/Edit Project screen displays.
See Add, Edit, or Delete a Project on page 57 for more information.
To export a project, select it from the Project drop-down menu, choose the export
option you want (File > Export), then click Export. See Export a Project on page 59 for
more information.
To specify a tag to be used for onboard waveform captures, click the Onboard Alarm
Tags sub-tab. Locate the tag and check the Waveform box.
To view the most recently exported project, click the folder button to the right of the
Export button:
Adding a Project
To add a project:
1. First ensure that you have set up the tags, device types, and device profiles that you
want to include. Also, add at least one unit template.
2. Click the Set Up Projects tab, and click Add/Edit.
3. In the Project Options box, click Create New or Create From.
If you are creating from another project, choose it from the Project to Create From
drop-down list.
4. Type a Project Name: maximum 32 characters; name must be alpha-numeric only,
must begin with an alpha character, no punctuation allowed. Do not use:
\/:*?<>|
5. To view a list of projects that have already been added to PowerSCADA Expert,
click the Display Projects button:
A list displays with the projects that have been added (greyed out if there are no
projects yet or if the Profile Editor is not on the same computer as the server). To
open a project for editing, select it and click OK.
6. If you want to lock the project, preventing anyone from editing it, check the Lock this
Project box. This action cannot be undone. If you wish to edit a locked project, you
must use the Create From feature to add a new one, then delete the locked one.
7. Type a Description for the project. This description displays as a tool tip when you
hover over the project name on the main Set Up Project tab.
8. Select a Unit Template from the drop-down list. Unit templates are created on the
Units screens. See Set Up Engineering Templates and Select Conversions on
page 23 for instructions on creating templates.
To add a new unit template, click Set Up Eng. Unit Templates. The Set Up
Engineering Unit Templates page displays. See Add or Edit a Base Engineering
Unit or Conversion on page 26 for help.
9. From the Device Profiles box, select the first profile you want to include in this
project.
If this device profile will NOT have functional addressing or data concentration,
check the "Add As Default" box at the bottom of the screen. (For a description of
functional addressing, see the Functional Addressing entry in Appendix 4: Glossary
on page 255.)
Click to move the device profile to the Selected Device Profiles box.
If the Select Profile Drivers screen displays, one of the following is true.
— You did not check the "Add As Default" box for a device type, so the system
does not know how to use the functional address/data concentrator option.
Check the appropriate box to turn the related option "on."
— At least one of the device types in this profile includes multiple drivers. For each
multiple-driver device type listed, choose the driver that you want to use in this
project. Additionally, you can check either of the Functional Address or Data Is
Concentrated boxes to enable those features.
10. Give the device type a Configured Name. This name might indicate its status (which
driver it uses, whether it has a functional address, and so on) in future project
references.
11. When all profiles are added, click Save to save the changes, or click Save & Exit to
save changes and close the screen.
Edit a Project
You can only edit projects that are unlocked.
To edit a project:
1. Open the Add/Edit Project tab (from the Set Up Project tab, click Add/Edit).
2. In the Project Options box: Select the project to be edited from the drop-down list,
then click Edit Existing.
3. You can change any attribute of the project.
4. Click Save to save the change, or click Save & Exit to save changes and close the
screen.
Delete a Project
You can only delete unlocked projects.
To delete a project:
1. Open the Add/Edit Project tab (from the Set Up Project tab, click Add/Edit).
2. In the Project Options box: Select the project to be deleted from the drop-down list,
then click Delete Existing.
3. Click Delete.
The import process works the same for each type of import. The only exception is that
you cannot import profiles when you are importing SCL files. See Import Files into the
Profile Editor on page 62.
When importing data, you will need to reconcile the import information with the
information that exists in the Profile Editor.
You can also use templates, both in exporting and importing. See Using Import
Templates on page 68.
Export a Project
Use this feature to export a project from the Profile Editor into PowerSCADA Expert.
If the Profile Editor is on the same computer with PowerSCADA Expert, and if you have
created a matching project in the PowerSCADA Expert project, this process will copy
all project data—device tags, device types, and device profiles—into that project. If the
Profile Editor is not on a computer with PowerSCADA Expert, you need to manually
move the exported file to the PowerSCADA Expert server. See To Move Files if the
Profile Editor is not with the Server, below.
To Move Files if the Profile Editor is not with the Server (Reuse of a Pro-
ject)
When the Profile Editor is not on the same computer as the PowerSCADA Expert
server, you need to move the export file to the server computer. Follow these steps:
1. Export the project from the Profile Editor.
3. Copy the file (Equipment.profiles) that displays and move it to a portable drive.
4. On the PowerSCADA Expert server computer, paste Equipment.profiles in this
location:
[Drive Letter]:\Documents and Settings\All Users\Application Data\Schneider
Electric\PowerSCADA Expert 8.1 with Advanced and Reporting\User\[Project]
where:
[Drive Letter]: is the drive on which you installed the PowerSCADA Expert server
the Application Data and ProgramData folders cannot be hidden (set the folder
view for “view hidden folders”)
[Project] is the name of the project you are creating; you must have already added
this project to PowerSCADA Expert (see Before you export, above).
5. From the Citect Project Editor, click Tools > I/O Device Manager to begin adding
device information to the PowerSCADA Expert project.
Use this procedure when you want export (back up) a Profile Editor project for re-use in
another instance of the Profile Editor. This is useful when you have custom tags and
custom devices that you want to share in other projects. After you export the project,
you can use the Import feature to apply this project to another version 7.20 or later
Profile Editor project.
1. From within the Profile Editor, click the Set Up Projects tab.
2. From the Project drop down box, select the project you want to back up.
3. Click File > Export, then ensure that the Profile Editor Export option is checked.
4. See Customize Tag Names on page 58 and Add Project Parameters on page 58
for the information you need to make the changes that you want.
5. Click Export Project.
SCL Export
Use this feature to export IID files (previously imported from an SCL file). The IID file
can then be imported into other instances of the Profile Editor.
This process does not correct any errors in the files. If the imported file was an IID file
from a different instance of the Profile Editor, it will contain the same configuration and
communication information as the original. If the imported file was a Gateway SCL file
with multiple devices, you can export each device as a separate IID file (the
configuration and communication information is taken directly from the Gateway SCL
file).
Perform these edits in the device profile before you export, and they will be exported to
the IID file.
The Export Summary displays with the results of the export. When the export displays
under the Success topic, the listed files were exported. When the export displays under
the Warnings topic, the reason that the export did not succeed is listed for the device
types shown.
The exported files, listed according to their device types, will be saved in:
For Profile Editor projects, you can import tags, device types, and profiles. For SCL
imports, you cannot import profiles.
NOTE: You cannot complete the import until you match, merge, or reject every item.
During this import, you need to reconcile mismatches; and data will be available for
creating device types, device profiles, and projects. If you import an SCL for a PM700,
note that all tags for date and time are excluded by default.
• PowerSCADA Expert profile: The data will then follow the normal rules for the
profiles in this project.
Functional Constraints
1. Click the Functional Constraint button.
2. Choose the functional constraints that you want to include.
The filters the list of devices for which you will import data to those that contain one
or more of the selected functional constraints.
3. Check the device(s) that you want to include.
When you have selected either the functional constraints or report control blocks, click
Continue. The data is filtered on the last filter option that you chose (you cannot
combine filters).
The Import Reconciliation screen displays. See Import Reconciliation Screen on page
65 for help finishing the import.
Left-hand pane:
The selections made in this pane provide an initial filter for what you view in the middle
pane (see below). The tree view at the top shows the imported file data categories:
For .pls files imported from the Profile Editor, the categories are: device
profiles, device types, tags, and units.
For IEC61850 files, the categories are: Data, Datasets, Unbuffered Reports,
Buffered Reports, and GOOSE.
Select a category to filter the list in the middle pane to only the items belonging to that
category.
To further filter the middle pane, click one of the matched status lines (matched,
partially matched, unmatched) to view only items of that status. The number of items in
that status also displays.
Middle pane:
This pane shows a tree view with data.
Filter: To filter on a specific item, type the name (such as phsA for phase A current).
The entry can be the exact name, or you can enter a partial name or even a wildcard
(*). The filter is not case sensitive.
The data in the middle pane is filtered to include only the items for the tag you specify.
To clear the filter so you can enter a new one, click the "x" beside the filter box.
Collapse All/Expand All: Click Collapse All to collapse all nodes on the screen.
Only the top-level nodes will display. Conversely, click Expand All to open all nodes,
displaying all of the information on all nodes.
The bottom section of the middle pane displays, in tree form, the data that you selected
in the left-hand pane:
• For files imported from the Profile Editor (.pls files), you can view: Show All, Device
Profiles, Device Types, Tags, and Units.
• For IEC 61850 files, you can view: Data, Datasets, Unbuffered Reports, Buffered
Reports, and GOOSE.
: exact match; item is either a perfect match to a local item, or you accepted a
merge for it
Items that have no icon beside them are ignored during the import.
Because IEC 61850 tags are often imported with prepended information (logical node:
LN) that prevents the import from matching them, you may find several unmatched
items. You can use the re-match feature to enable matching for them.
To do this, right-click the logical node where the unmatched items are found, and
choose Re-match.
The import feature will then exclude the logical node, and use the remaining
information in the item name to find matches. In the screen shown above, it would
include functional constraint (FC) ST, data objects (DO) PhyHealth and Proxy, and
five data attributes below them:
ST.PhyHealth.q
ST.PhyHealth.t
ST.Proxy.q
ST.Proxy.stVal
ST.Proxy.t
Right-hand pane:
This pane illustrates the status of each of the tags. Click a tag and read the information
for it:
• Property: The property for which the other columns provide definitions.
• Imported: The value of the item in the import file.
• Local: The closest local match for the imported item.
• Result: The item as it will be added in this import; by default, this item is inherited
from the local status.
New: At the bottom of the list, click this button to add an item as a custom topic. The
Add/Edit Custom Tag screen displays for you to create the tag.
Force Edit: Check Force Edit to display a screen that lets you edit the item's
information. You can make changes to an item, even though it may be an exact match
with a local item. This new information will be applied to the item after you complete the
import.
Select: After importing, you can manually match an unmatched item. To do this,
highlight the tag in the middle pane, the type matching information in the Search field
in the upper right corner of the screen. Choose the matching item and click Select. This
yields an unverified match (yellow bullet). To confirm the match, click Match on the
right.
2. Continue through all of the items until you have set the match status for each one.
3. Click Complete Import.
You will want to create a template for custom situations, like when you are importing
SCL files or adding custom tags and devices.
In future imports, you will be able to apply this template. When you do, the system will
automatically match, where appropriate, the import items with the local items.
NOTE: Be careful when applying a template: you will overwrite an existing template on
the local computer with the information that you choose during matching. Once
completed, you cannot undo this.
After the import completes, the Import Reconciliation screen displays. The list in the
left-hand pane should have some exact and partial matches.
5. As you work through the items, you must either designate that each a match or
ignored.
6. When all items are completed, click Complete Import.
7. At the Save Import Template dialog, click No to import without applying a template.
Or click Yes to either save a new template or edit the one you chose in step 3:
— To create a new template for this import, click New, then type an Import
Template Name.
— To edit a template, click Edit, then select the template from the drop down menu.
This will edit the template by adding the changes you made during matching.
This cannot be undone after you click OK.
8. Click OK.
The import is completed, and the new template is created, or the existing template is
edited to include the changes you made during matching.
Deleting a Template
You can delete any import template, even if it was applied during a previous import.
To do this:
1. Click Settings > Remove Import Templates.
2. At the Import Templates dialog, select the template you want to delete, then click
Delete.
Tag Types
This product includes a variety of tag types: real-time, alarm, and trend. Most of the tags
that you will need are already added. However, you can add custom tags to suit
special needs. This section describes how tags are constructed and provides further
specific information about the construction of format codes, logic codes, and
addresses.
Some of our devices include data and functionality that are not yet covered by IEC
61850. For these devices, the general IEC61850 formatting was followed when
creating tags.
If you are writing Cicode (see Use Cicode to Customize a Project on page 139). You
will need to know the IEC 61850 tag name that you added to the device profile for that
device. You can print the .csv file to view tag names (see Print the .CSV File on page
33). Apart from that, you would only need to add tags if you are installing a third-party
device that is not standard to PowerSCADA Expert. If you do need to add tags, create
any category you wish, and follow the format shown below.
The following table lists the main categories for the common logical nodes. After the
table, the most commonly used category (Mxxx: metering and measurement) is
described.
Category
Description
Name
Axxx automatic control; e.g., ATCC (tap changer), AVCO (voltage control)
Lxxx system logical nodes; e.g., LLNO (common), LPHD (physical device)
metering and measurement; e.g., MMXU (measurement), MMTR (metering), MSTA (metering
Mxxx
statistics), MSQI (sequence and imbalance), MHAI (harmonics and interharmonics)
protection; e.g., PDIF (differential), PIOC (instantaneous overcurrent or rate of rise.), PDIS
Pxxx
(distance), PTOV (time-overvoltage)
The following example illustrates the IEC 61850 tag for current A:
EquipmentName\MMXU1\A\PhsA
where:
M = the category
PhsA = the attribute that further defines the data object, phase A
All of the tags that are currently used in the system can be viewed from the Profile
Editor, Define Device Type Tags tab. Click Settings > Display Advanced Properties to
display the full tag names.
Define an Enumeration
An enumeration is a single value (0-15) that is used to define a condition that is
determined by multiple-bit input. You will add enumerations to handle scenarios that
are more complicated than simply true-false, to allow for dynamic contingencies. For
example, when you need to use multiple bits to describe the position of a circuit
breaker, you might do the following:
Bit y (closed) | Bit x (open). Note that the least significant bit is register 1.
Using the enumerated status, we place the register and bitmask for the open position
in register 1 (least significant) and the register and bitmask for the closed position in
register 2 (most significant).
T (type)
SS = single status
Required
DS = double status
enumeration
ST = string
UT = UTC time
MV = measured value
(float)
CM = complex Temporarily, this may return a string; when PowerSCADA
measured value (float) Expert is upgraded to handle large integers, this will change.
BC = binary counter
(integer)
B = BCM
D (module— P = PM
Micrologic devices) M = MM
C = CCM
M = holding registers in
hexadecimal
m = holding registers in
decimal
S = input coil (status
register) in hexadecimal
s = input coil (status
M/m/S/s/C/c/I/i register) in decimal
(register type) C = output coil (writable
only) in hexadecimal
c = output coil (writable
only) in decimal
I = input register (read
only) in hexadecimal
i = input register (read
only) in decimal
Register Number unsigned, ## is a For SS and DS: there must be a 1U default; the modifier will
Modifiers (register decimal be a bitmask:
number from 1–4) s## = ## registers are - The mask must use hex only, 16 bits/register
signed; ## is a decimal - Attach the ones, then the zero mask, to the register; if
you only have ones masks, just attach them
- Only one register cases can be inverted. Add :I after the
masks for inversion.
numerical entries; N defines a constant scale; the logic code knows how to use
N (scale)
range is -10 to 10 it.
R (scale register) the register number in R defines the holding register where the scale is held; the
decimal logic code knows how to use it.
single digit: 1, 2, or 3;
default 2 is used if this
is not included Defines the priority PowerSCADA Expert uses in processing
E (priority)
data.
(1 = high, 2 = normal, 3
= low)
354E1 = 3540
Will be multiplied before the value is returned.
T (type)
ALM = alarm
Required
B = BCM
C = CCM
Q (unique ID)
Unique ID will be in decimal. This number can be huge.
Required
C:N;(action1);(action2)
If 1, perform action1. If 0, perform action 2.
C:NO;(action1);(action2)
NO = normally open
C (command)
NC = normally closed
Required
N = normal operation Normal operation does not have a closed/open status.
Reset (command word) n/a Entering a one to this tag causes the reset to take place.
Followed by one or two entire “write” addresses; used only for logic codes 101, 102, 103. For logic code
descriptions, see Logic Codes on page 74.
Write Address format: T:SS;m:##:#;L.:P:101
Example: C:NO;T:SS;m:1234:1;L:P101;T:SS;m:3456:1;L:P101
Logic Codes
Logic codes tell the PowerSCADA Expert program how to mathematically operate on
the values in device registers to give users the desired values. The following table lists
each logic code with its related information.
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
READS
Register N:
High byte = Month 1–
12
Low byte = Day 1–31
Register N+1:
Date / Time High byte = Year 0–
3 sequential Generic – if
(L:P:1) UT LONG No 199 (+1900)
registers it fits
(3 register) Low byte = Hour 0–23
Register N+2:
High byte = minutes
0–59
Low byte = seconds
0–59
Register N: Seconds
0–59
Register N+1:
Minutes 0–59
Register N+2: Hours
Date / Time Generic 0–23
6 sequential
(L:P:2) UT LONG No
registers - if it fits Register N+3: Day
(6 register)
1–31
Register N+4: Month
1–12
Register N+5: Year
0–199 (+1900)
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
Register N:
High byte = Month 1–
12,
Low byte = Day 1–31
Register N+1:
Date / Time
(L:P:3) High byte = Year 0–
(3 or 4 199 (+1900)
3 or 4
register -- Low byte = Hour 0–23
UT LONG sequential No CM/PM
Circuit Register N+2:
registers
Monitor/
High byte = minutes
Power
0–59
Meter)
Low byte = seconds
0–59
Register N+3:
msec = 0–999
(unused)
Register N:
Bits 0–6 = Year: 0 –70
(2000– 2070)
71 – 99 (1971–1999)
Register N+1:
Date / Time Bits 8-11 = Month
(L:P:4) 3 or 4
(3 or 4 UT LONG sequential No SEPAM Bits 0-4 = Day
registers registers Register N+2:
SEPAM) Bits 8-12 = Hour
Bits 0-5 = Minutes
Register N+3: msec
= 0-59,999
(seconds are
ms/1000)
Register N:
High byte = Month 1–
12,
Low byte = Day 1–31
Register N+1:
Date/Time High byte = Year 0–69
(L:P:5) 3 sequential (+2000), Year 70–99
UT LONG No micro
3-register registers (+1900)
Micrologic Low byte = Hour 0–23
Register N+2:
High byte = minutes
0–59
Low byte = seconds
0–59
Register N:
Date/Time
High byte = Month 1–
(L:P:6) 4 sequential
UT LONG No micro 12,
4-register registers
Low byte = Day 1–31
Micrologic
Register N+1:
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
The number of
seconds since
Date/Time 01/01/2000 (00:00:00)
(L:P:7) 3 sequential register 1 = MSB
UT LONG No Argos
3-register registers
register 2 = LSB
Argos
register 3 =
milliseconds
Register N:
Bits 0–6 = Year: 0 –
127 (2000– 2127)
Register N+1:
Bits 8-11 = Month
Date/Time
Bits 0-4 = Day
(L:P:8) 4 sequential
UT LONG No generic Register N+2:
4-register registers
IEC 870-5-4 Bits 8-12 = Hour
Bits 0-5 = Minutes
Register N+3: msec
= 0-59,999
(seconds are
ms/1000)
Result is a string
representation.
Range is 0 to
9,999,999,999,999,99
9
Modulo 10k Up to 4
BC STRING No generic Each register has a
(L:P:10) registers
range of 0 to 9,999
Result is:
– R4*10,000^3 +
R3*10,000^2 +
R2*10,000 + R1
Result is a string
representation.
Modulo 10k Range is 0 to
Val Up to 4
BC REAL No generic 9,999,999,999,999,99
registers
(L:P:11) 9
Each register has a
range of 0 to 9,999
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
Result is:
– R4*10,000^3 +
R3*10,000^2 +
R2*10,000 + R1
NOTE: This logic
code (and all REAL
logic codes) has an
accuracy of seven
digits. Anything longer
than seven digits
should not be
considered accurate.
Result is a string
representation.
Range is 0 to
9,999,999,999,999.9
Modulo 10k Each register has a
Energy Up to 4
BC STRING No generic range of 0 to 9,999
registers
(L:P:12) Result is
– (R4*10,000^3 +
R3*10,000^2 +
R2*10,000 + R1)
/1000
Result is a string
representation.
Range is 0 to
9,999,999,999,999.9
Each register has a
range of 0 to 9,999
Result is
– (R4*10,000^3 +
Modulo 10k
Up to 4 R3*10,000^2 +
Energy Val BC REAL No generic
registers R2*10,000 + R1)
(L:P:13) /1000
NOTE: This logic
code (and all REAL
logic codes) has an
accuracy of seven
digits. Anything longer
than seven digits
should not be
considered accurate.
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
Same as PL Digital
Input SS except:
PL Digital Result is 0 =
Input DS DS LONG 2 registers No CM/PM intermediate, 1 = off,
(L:P:21) 2 = on, 3 = bad-state.
Inversion will invert
only off and on states.
Same as PL Digital
Input SS except:
PL Digital
Input TF Result is: 0 = false
SS DIGITAL 2 registers No CM/PM
and 1 = true.
(L:P:22)
This result can be
inverted.
Same as PL Digital
Output SS, except:
Same as PL Digital
Output SS except:
PL Digital
Output TF Result is: 0 = false
SS DIGITAL 2 registers No CM/PM
and 1 = true.
(L:P:25)
This result can be
inverted.
Each register is
compared to a ones’
mask. Optionally it
can be compared to a
zeros’ mask. (Use the
Edit Address screen
Status SS Up to 4 in the Profile Editor to
SS LONG No Generic create masks for the
(L:P:26) registers
user.)
Result is: 0 = off and 1
= on.
If there is only one
register, the result
can be inverted.
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
Each register is
compared to a ones’
mask. These results
are OR’ed together.
Optionally, it can be
Status OR
2 to 4 compared to a zeros’
SS SS LONG No Generic
registers mask. (Use the Edit
(L:P:226) Address screen in the
Profile Editor to create
masks for the user.)
Result is: 0 = off and 1
= on.
Same as Status SS
except:
Result is: 0 =
Status DS Up to 4
DS LONG No Generic intermediate, 1 = off,
(L:P:27) registers
2 = on, 3 = bad-state.
Inversion will invert
only off and on states.
Same as Status OR
Status OR SS except:
DS 2 to 4
DS LONG No Generic Result is: 0 =
registers
(L:P:227) intermediate, 1 = off,
2 = on, 3 = bad-state.
Same as Status SS
except:
Status TF Up to 4 Result is: 0 = false
SS DIGITAL No Generic
(L:P:28) registers and 1 = true.
This result can be
inverted.
Same as Status OR
Status OR
2 to 4 SS except:
TF SS DIGITAL No Generic
registers Result is: 0 = false
(L:P:228)
and 1 = true.
Each register is
compared to a ones’
Status mask. Optionally it
Enumeratio can be compared to a
1 to 4
n EN LONG No Generic zeros’ mask. (Use the
registers
Edit Address screen
(L:P:229) in the Profile Editor to
create masks for the
user.)
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
Result is a
combination of the
results for each
register, using this
formula:
result for register 1 *
2^0 + result for
register 2 * 2^1 +
result for register 3 *
2^2 + result for
register 4 * 2^3
Register 1 = breaker
racked in
Register 2 = breaker
racked out
Register 3 = breaker
Breaker in test (optional)
Rack 2 to 3 Results:
Status EN LONG No Generic
registers
0 = racked in
(L:P:230)
1= racked out
2 = test
3 = error
4= in between
positions
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
Same as Scaled
Register except that a
single register with
value -32768 is
acceptable and will be
Scaled
reported as such.
Register
MV/C 1 or 2 Either NOTE: This logic
Signed No REAL Generic
NA M registers (optional) code (and all REAL
logic codes) has an
(L:P:34)
accuracy of seven
digits. Anything longer
than seven digits
should not be
considered accurate.
Same as Scaled
Register except that
0xFFFFFFFF or
0x00007FFF will be
Scaled NA.
Register NOTE: This logic
MV/C Either
Signed REAL 2 registers Generic code (and all REAL
SEPAM A M (optional)
logic codes) has an
(L:P:35) accuracy of seven
digits. Anything longer
than seven digits
should not be
considered accurate.
Same as Scaled
Register except that
0xFFFFFFFF will be
NA.
Scaled
Register NOTE: This logic
MV/C Either code (and all REAL
Signed REAL 2 registers Generic
SEPAM B M (optional) logic codes) has an
accuracy of seven
(L:P:36)
digits. Anything longer
than seven digits
should not be
considered accurate.
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
Result is:
R1 + … + Rn *
10^scale
NOTE: This logic
Sum Either code (and all REAL
MV/C 1 to 4
Registers REAL Generic logic codes) has an
M registers (required)
(L:P:40) accuracy of seven
digits. Anything longer
than seven digits
should not be
considered accurate.
Result is:
R1/R2 * R3 *
10^scale
If R2 is zero, result
will be #COM
Divide
MV/C Either NOTE: This logic
Registers REAL 3 registers Generic
M (required) code (and all REAL
(L:P:41) logic codes) has an
accuracy of seven
digits. Anything longer
than seven digits
should not be
considered accurate.
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
Result is:
R1 * … * Rn *
10^scale
NOTE: This logic
Multiply
MV/C 1 to 4 Either code (and all REAL
Registers REAL Generic
M registers (required) logic codes) has an
(L:P:42) accuracy of seven
digits. Anything longer
than seven digits
should not be
considered accurate.
Result is:
Avg(R1 … Rn) *
10^scale
NOTE: This logic
Average
MV/C 1 to 4 Either code (and all REAL
Registers REAL Generic
M registers (required) logic codes) has an
(L:P:43) accuracy of seven
digits. Anything longer
than seven digits
should not be
considered accurate.
Result is:
Avg(R1 … Rn-1) * Rn
* 10^scale
Average NOTE: This logic
Registers MV/C 2 to 4 Either code (as with all
WF REAL Generic REAL logic codes)
M registers (required)
(L:P:44) has an accuracy of
seven digits. Anything
longer than seven
digits should not be
considered accurate.
Result is:
(R1 * 10^scale) + R2
NOTE: This logic
Sum with code (as with all
MV/C Either
Scale REAL 2 registers CM/PM REAL logic codes)
M (required) has an accuracy of
(L:P:45)
seven digits. Anything
longer than seven
digits should not be
considered accurate.
Result is same as
above, except
unsigned.
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
Result is:
sqrt (R1^2 + R2^2) x
scale
NOTE: This logic
Vector
MV/C Either code (as with all
Math REAL 2 registers Generic
M (required) REAL logic codes)
(L:P:47) has an accuracy of
seven digits. Anything
longer than seven
digits should not be
considered accurate.
Result is:
sqrt ([R1 R2]^2 + [R3
R4]^2) x scale
where [ ] indicates
IEEE32
Vector representation
Math IEEE MV/C Either
REAL 4 registers Generic NOTE: This logic
M (required)
(L:P:48) code (as with all
REAL logic codes)
has an accuracy of
seven digits. Anything
longer than seven
digits should not be
considered accurate.
Result is:
[R1R2] * [R3(R4)],
meaning Regs 1 and 2
are a 32 bit number.
The number is
multiplied by Reg 3 (if
Multiply
16 bit) or Reg 3 and 4
Registers MV/C 3 or 4 Either
REAL Generic (32 bit number)
32-bit M registers (optional)
NOTE: This logic
(L:P:49)
code (and all REAL
logic codes) has an
accuracy of seven
digits. Anything longer
than seven digits
should not be
considered accurate.
CM4 Power
Factor MV/C Returns the IEEE
IEEE REAL 1 register No CM4
M power factor.
(L:P:50)
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
[R3 R4]/
sqrt ([R3 R4]^2 + [R1
R2]^2)
Generic where:
Power R3 = real power
Factor - MV/C IEEE32 MSR
IEEE32 READ 4 registers No Generic
M
R4 = real power
variation
IEEE32 LSR
(L:P:55) R1 = reactive power
IEEE32 MSR
R2 = reactive power
IEEE32 LSR
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
NOTE: If the device is capable of preventing (blocking) writes to its registers, verify that the "block" feature is
disabled before you implement the write.
Scaled
PowerSCAD Register Require Device
Logic IEC
A Expert Definitio d? Specifi Notes
Code Type
Data Type n (register c?
or fixed)
READ/WRITES
Read/Write
Coil You can write 0 or 1
Register SS DIGITAL 1 register No Generic and read a value from
the same register.
(L:P:121)
Block Writes
Block writes represent blocks of registers that are updated in a single write operation.
There are two types of block writes:
• fixed: fully specified and compiled before run time. Writing the value of ‘1’ to such a
variable tag causes the specified fixed values to be written to the specified
registers.
• variable: specified on the fly. The registers and the values to be written are not
fixed; they are specified during run time by the user.
T:BWF;[D:{B|C|M|P};]S:<start_register>,<values>
where
B, C, M, or P are applicable only to Micrologic devices (otherwise the D: section
is omitted) and is the module (manager) identifier (Circuit Breaker, Chassis,
Metering, Protection).
<start_register> is the first register number for a contiguous block of registers.
<values> is a comma-separated list of up to 10 values that will be written to the
registers starting from <start_register>.
For example:
T:BWF;S:100,1,2,3,4,-5
For example:
T:BWV;
The start register and the values to be written follow exactly the same rules and syntax
as the definition for the Fixed Block Write, however, these are specified at the time the
write operation is performed. For example, specifying “S:100,1,2,3,4,-5” as the
write value for the tag “T:BWV;“ would write values 1,2,3,4, and -5 to the registers 100,
101, 102, 103, and 104.
To begin, launch the I/O Device Manager from the Citect Project Editor (Tools > I/O
Device Manager). You see the I/O Device Manager window.
The first three options send you to a wizard that walks you through creating, removing,
or updating
Throughout the I/O Device Manager wizard, there are fields that will only accept a valid
entry. They are marked with a red asterisk (!). The asterisk remains there until you enter
a response that is of the correct length or includes only the acceptable characters. The
asterisk disappears when you have entered a valid response.
The following links provide additional information that you need to know.
When You Set Up More than two I/O Servers per Cluster on page 11
NOTE: When running the Computer Setup Wizard, do not change the startup page
(leave the ini settings as <default>). Changing the startup page at this point will result
in navigation problems. To change the startup page, see Set a New Page as the
Project Startup Page on page 109.
When running the Computer Setup Wizard: If you choose Multi-Process (Server and
Control Client), you must also choose Networked (connect to other SCADA
computers) at the following screen. Otherwise, reporting functionality may be
affected.
Throughout the I/O device wizard, there are fields that will only accept a valid entry.
They are marked with a red exclamation point (!). The exclamation point remains there
until you enter a response that is of the correct length or includes only the acceptable
characters. The exclamation point disappears when you have entered a valid
response.
Click one of these links to display instructions to add each type of protocol:
Before you begin, make sure that you have added at least one cluster and the
appropriate servers for this project (see Add the Cluster, Network Address, and Servers
on page 10).
Then, make sure that you have set up each of these clusters in the I/O Device
Manager:
Cluster Setup: Before you add devices, you need to set up each cluster that was
created for the project (you must have added at least one cluster to PowerSCADA
Expert before you do this):
1. From the I/O Device Manager, under System Devices, click Cluster Setup. Click
Next.
2. At the Enter Instance Information screen, a cluster name displays. Click Next.
3. If there are multiple clusters, the Select cluster screen displays. Choose the cluster
you want to set up. Click Next.
4. If there are multiple I/O servers in the cluster, the Select I/O servers screen displays.
Check Supports Redundancy and select the I/O servers to which you want to add
the device. Click Next. If there are more than two IO servers per cluster, you must
set them up manually (see When You Set Up More than two I/O Servers per Cluster
on page 11).
5. At the Ready to perform action screen, click Next.
If you have more than one cluster to add, repeat steps 3 through 5 for each cluster.
When you are finished adding clusters and I/O servers, you return to the I/O Device
Manager welcome screen.
After the devices are added, a screen displays telling you that the project was
updated successfully.
To view a detailed list of all of the device profiles and all operations performed in
the project, check the View audit log box. The list displays after the device is added.
To continue adding or removing device profiles, click Next. Repeat steps 3 through
8.
11. When you have finished adding devices, uncheck the Add/remove more equipment
option, then click Finish.
If you checked the View audit ... box, the list displays.
If you did not check the Add/remove... box, the I/O Device Manager closes. If you
checked the Add/remove ... box, the Welcome screen displays again.
12. From any of the three PowerSCADA Expert screens, compile the project.
13. When all errors are corrected, click File > Run to view the runtime environment.
Before you begin, make sure that you have added at least one cluster and the
appropriate servers for this project (see Add the Cluster, Network Address, and Servers
on page 10).
Then, make sure that you have set up each of these clusters in the I/O Device
Manager:
Cluster Setup: Before you add devices, you need to set up each cluster that was
created for the project (you must have added at least one cluster to PowerSCADA
Expert before you do this):
1. From the I/O Device Manager, under System Devices, click Cluster Setup. Click
Next.
2. At the Enter Instance Information screen, a cluster name displays. Click Next.
3. If there are multiple clusters, the Select cluster screen displays. Choose the cluster
you want to set up. Click Next.
4. If there are multiple I/O servers in the cluster, the Select I/O servers screen displays.
Check Supports Redundancy and select the I/O servers to which you want to add
the device. Click Next. If there are more than two IO servers per cluster, you must
set them up manually (see When You Set Up More than two I/O Servers per Cluster
on page 11).
5. At the Ready to perform action screen, click Next.
If you have more than one cluster to add, repeat steps 3 through 5 for each cluster.
When you are finished adding clusters and I/O servers, you return to the I/O Device
Manager welcome screen.
After the devices are added, a screen displays telling you that the project was
updated successfully.
To view a detailed list of all of the device profiles and all operations performed in
the project, check the View audit log box. The list displays after the device is added.
To continue adding or removing device profiles, click Next. Repeat steps 3 through
8.
11. When you have finished adding devices, click Finish at the Project updated
successfully screen.
If you checked the View audit ... box, the list displays.
The I/O Device Manager closes.
12. From any of the three screens, compile the project.
13. When all errors are corrected, click File > Run to view the runtime environment.
Before you begin, make sure that you have added at least one cluster and the
appropriate servers for this project (see Add the Cluster, Network Address, and Servers
on page 10).
Then, make sure that you have set up each of these clusters in the I/O Device
Manager:
Cluster Setup: Before you add devices, you need to set up each cluster that was
created for the project (you must have added at least one cluster to PowerSCADA
Expert before you do this):
1. From the I/O Device Manager, under System Devices, click Cluster Setup. Click
Next.
2. At the Enter Instance Information screen, a cluster name displays. Click Next.
3. If there are multiple clusters, the Select cluster screen displays. Choose the cluster
you want to set up. Click Next.
4. If there are multiple I/O servers in the cluster, the Select I/O servers screen displays.
Check Supports Redundancy and select the I/O servers to which you want to add
the device. Click Next. If there are more than two IO servers per cluster, you must
set them up manually (see When You Set Up More than two I/O Servers per Cluster
on page 11).
5. At the Ready to perform action screen, click Next.
If you have more than one cluster to add, repeat steps 3 through 5 for each cluster.
When you are finished adding clusters and I/O servers, you return to the I/O Device
Manager welcome screen.
11. When you have finished adding devices, uncheck the Add/remove more equipment
option, then click Finish.
If you checked the View audit ... box, the list displays.
If you did not check the Add/remove... box, the I/O Device Manager closes. If you
checked the Add/remove ... box, the Welcome screen displays again.
12. From any of the three screens, compile the project.
13. When all errors are corrected, click File > Run to view the runtime environment.
There will be an additional .dbf file for each translated language. At runtime, the user
will be able to choose the .dbf file that they want to use in the display. This changes the
language in the display.
Before you begin, make sure that you have added at least one cluster and the
appropriate servers for this project (see Add the Cluster, Network Address, and Servers
on page 10.
Then, make sure that you have set up each of these clusters in the I/O Device
Manager:
Cluster Setup: Before you add devices, you need to set up each cluster that was
created for the project (you must have added at least one cluster to PowerSCADA
Expert before you do this):
1. From the I/O Device Manager, under System Devices, click Cluster Setup. Click
Next.
2. At the Enter Instance Information screen, a cluster name displays. Click Next.
3. If there are multiple clusters, the Select cluster screen displays. Choose the cluster
you want to set up. Click Next.
4. If there are multiple I/O servers in the cluster, the Select I/O servers screen displays.
Check Supports Redundancy and select the I/O servers to which you want to add
the device. Click Next. If there are more than two IO servers per cluster, you must
set them up manually (see When You Set Up More than two I/O Servers per Cluster
on page 11).
5. At the Ready to perform action screen, click Next.
If you have more than one cluster to add, repeat steps 3 through 5 for each cluster.
When you are finished adding clusters and I/O servers, you return to the I/O Device
Manager welcome screen.
4. At the Enter instance information screen, type a descriptive profile name, for
example: Bay1Circuit1 (no spaces or punctuation; to allow space in PowerSCADA
Expert, the preferred limit is 16 characters). The Comment field is stored in the
equipment.dbf file.
NOTE: There are several “description” or “comment” fields throughout the product.
These fields can be used to create copy for translation purposes. If you type a
Comment in this format:
@(XXX), where XXX = the copy that is to be translated,
the copy you typed in the comment field is added to the default language, named
English.DBF. After the project is compiled, this file is located in Documents and
Settings\All Users\Application Data\Schneider Electric\PowerSCADA Expert 8.1
with Advanced and Reporting\User\[your project]. English.dbf contains terms that
will be translated from English.
To create another language file for translation, set the Citect.ini parameter
[Language]LocalLanguage to the specified language, then re-compile. So, for
example, if you set this parameter to French, a French.dbf file is created in the
project folder when you compile. You can then enter the translated text in the
LOCAL field of the file. Repeat this same step for each additional language file you
want in this project.
At runtime, the user will be able to choose the .dbf file that is to be used in the
display, thus changing the language used in the display.
LDName
In the Additional Information section at the bottom, you can change the original
logical device names for the IED. This is required only if the logical device name
was changed in the SCL file that was imported into the Profile Editor.
If you did not check the Add/remove... box, the I/O Device Manager closes. If you
checked the Add/remove ... box, the Welcome screen displays again.
8. From any of the three screens, compile the project.
9. When all errors are corrected, click File > Run to view the runtime environment.
You first need to create the .CSV file that you will use to add the devices. For help, see:
After you create the .CSV file, you use it to add multiple devices to the project. See:
NOTE: You can edit the CSV file to remove unused columns, or to drag and drop
columns to position them where they are easy to read.
1. For an existing project: Before you begin, make a backup copy of your project. See
Restore and Back Up Projects on page 139 for instructions.
For a new project: In the Citect Explorer, add a new project. From the Project Editor,
define a cluster; and add alarm, trend, and I/O servers (see Add the Cluster,
Network Address, and Servers on page 10).
2. In the Profile Editor, create a project that includes the device types and profiles
included in this installation. Give the project the same name you used in step 1.
3. In Excel, Open Office, or other .CSV file editor, open the example CSV file for your
device type. The files are named "exampleXX," where XX is the device type, such
as ION or Modbus TCP. These files are located in the Windows Program Data file:
Program Data > Schneider Electric\PowerSCADA Expert\c8.1\Examples.
NOTE: For sample CSV files, seeCSV File Samples on page 104.
4. In the sample CSV worksheet, enter the following information for each device that
you want to add:
a. ProfileName: the name of the profile that has been exported from the Profile
Editor into the target PowerSCADA Expert project. Type the names of the
profiles that have been selected for this project. To view names, open the Profile
Editor utility.
b. Name: Enter the device name, limit of 32 characters; include only letters,
numbers, and underscores (_). The first character cannot be a number or
underscore. This field becomes the "Name" on the I/O Devices screen and the
"I/O Device" name on the Equipment screen.
c. Cluster: The name of the cluster to which the device will be added.
d. Equip: Enter the equipment name, limit of 40 characters; include only letters,
numbers, and periods (.). The first character cannot be a number or period. This
field becomes the "Name" on the Equipment screen. You will use this when
adding genies to drawings.
e. CommsMethod: Type the communications protocol being used, e.g.,
MODBUS/RTU via Gateway. See list below for alternate communication
connections. When using a composite device, do not use this field. You must
enter a "SubProfile1Description" (and a "SubProfile2Description" for the second
part of the composite device).
DNP3 Serial
DNP3 TCP
Modbus/RTU via Gateway
Modbus/TCP
ION
ION/Ethergate
IEC60870-5-104 TCP
IEC61850 Native
f. Primary SclFileName: For IEC61850 Native, the address where the CID (SCL)
file is stored.
g. Primary IedName: For IEC61850 Native, the name of the IED in the CID file.
This was created when the profile was added in the Profile Editor.
h. FTPHost: For IEC61850 Native, the on-board FTP. Not currently used in
PowerSCADA Expert.
i. FTPUserName/Password: For IEC61850 Native, the username and password
for FTP on the device.
j. BRCBS/URCBS: For IEC61850 Native, buffered report control blocks (BRCBs)
and unbuffered report control blocks (URCBs) can be used to return data in
blocks, rather than in tags. These two fields provide the instruction used for
each. The two examples in the example are:
BRCB: CFG/LLN0$BR$BRep01,CFG/LLN0$BR$BRep06
and
URCB: CFG/LLN0$RP$URep02
k. Primary IO Server Name: The name of the primary server I/O server for the
device..
l. PrimaryIPAddress1 : Type the IP address for the the primary server (required
only for MODBUS/RTU and MODBUS/RTU via Gateway).
m. PrimaryEquipmentAddress1 : Type the device address (required only for
MODBUS/RTU and MODBUS/RTU via Gateway).
n. PrimaryPortNumber1 : Type the port number of the primary server (required only
for MODBUS/RTU and MODBUS/RTU via Gateway).
o. PrimaryPortName1 Type the port name of the primary server (required only for
MODBUS/RTU and MODBUS/RTU via Gateway).
p. Columns that begin with "SubProfile" followed by a number (e.g., SubProfile1,
SubProfile2, SubProfile3, etc.) are used to provide the same information as the
Primary and Standby columns for composite devices where each SubProfile is
a specific device which is part of the larger composite device.
q. Comment: This is an optional description of the device; maximum 254
characters.
5. Close the example .csv file, if it is open.
6. Go to Add Multiple Devices to the Project on page 1 to add the devices from this
.CSV file to your PowerSCADA Expert project.
____________________________________
1. When using redundancy, insert rows for Standby servers also (for example,
StandbyIPAddress and StandbyEquipmentAddress.
• Modbus TCP
• ION
• ION/Gateway
• IEC60870-5-104 TCP
• IEC61850
You first need to create the .CSV file that you will use to add the devices. For help, see:
After you create the .CSV file, you use it to add multiple devices to the project. See:
After you have added devices to the project, and you make changes to the device in
the Profile Editor (e.g., add a large number of tags),you can use the I/O Device
Manager to bring the changes in the project.
NOTE: If you have made manual changes to the profile in PowerSCADA Expert
(Citect), do not use this process: you could corrupt your data. You must delete the
device from the project, re-export it from the Profile Editor, and add it back to Citect via
the I/O Device Manager.
For instructions on defining multiple devices, see Use a CSV File to Define Multiple
Devices on page 102.
IEC104.2
IEC61850
Typical Workflow
When creating a graphics page, these are the steps you will usually follow:
1. Before you begin, make sure you have:
a. created a project in the Profile Editor
b. added a project with the same name to PowerSCADA Expert; added at least
one cluster, network address, and server
c. exported the project from the Profile Editor
d. used the I/O Device Manager to add devices to the project
2. From the Graphics Builder window, add a new page, using the style and page
template you prefer. Instructions assume that you will use the default template; but if
you create your own template, use the Menu Configuration tool to add menu
headings that will display on the one-line in runtime. (See Use Menu Configuration
to Edit Pagemenu.dbf (Change the Graphics Page Appearance) on page 112 for
more information about changing the appearance of the graphics page.)
3. Add genies to the page to create the one-line drawing.
4. Compile and run the project. Note any errors and warnings; correct all errors.
Review warnings for problems such as missing tags.
5. Run the project to view the graphics page in the runtime environment.
Create a Project
The information in this section is based on the Normal template from the PLS_Style_1
library. The Normal template includes all of the tabs and buttons that are described in
the topics here. If you want to edit selections on the tabs and buttons, use the Menu
Configuration tool. For instructions on editing templates with the Menu Configuration
tool, see Use Menu Configuration to Edit Pagemenu.dbf (Change the Graphics Page
Appearance) on page 112.
When you modify the template or create a completely new template, the information
provided here for creating graphics pages may only apply as a guide.
When you rename a project (using the .Project Properties option in Citect), you will see
error messages when you try to add new projects. To fix this problem, just shut down
and then restart PowerSCADA Expert.
3. Copy the file (Equipment.profiles) that displays. If you need to use this file to
another computer, you can move it to a portable drive.
4. On the server computer, paste Equipment.profiles in this location, where:
[Drive Letter]: is the drive on which you installed the server
the Application Data and Program Data folders are not hidden (set the folder view
for “view hidden folders”)
[Project] is the name of the project you are creating; you must have already added
this project to PowerSCADA Expert (see Before You Export, above).
5. Be sure you have created the files described in Before You Begin on page 108.
You can also change the genie font colors on your project pages. To do this see
Change the Genie Color in Project Pages on page 109.
In your project, add a new parameter to the Graphics section, called GenieFont. Enter
the value designation for the color you want to use. Make sure that there is sufficient
contrast between the two colors so that the genie colors will be visible.
NOTE: If you use the "high contrast" starter project to create your project, this
parameter is automatically added, as are all of the pages that you will use. For
instructions on changing the background color of your project pages, see Change the
Background Color of Pages on page 109.
2. From the Paste Genie screen, choose a library (to ensure that all PowerSCADA
Expert features are available, choose a library that begins with “pls”). If you want to
edit a genie or create a new one, see Create New Genies for instructions.
3. From the available icons in the selected library, select a genie; click OK to paste the
genie on the graphics page.
4. A popup window displays for you to enter genie properties. Enter the requested
information for the appropriate object:
Configure a Busbar on page 122
Configure a Circuit Breaker or Switch on page 122
Configure a Meter on page 123
Configure a Source on page 123
Configure a Transformer on page 124
NOTE: An asterisk in any of the windows indicates that it is a required field.
5. If a message displays telling you that variable tags are not found, and asking if you
want to add the unknown tags, this is not a problem. The genie is expecting to see
a variable, but one may not exist in the equipment (for example, it could be looking
for a “racked out” variable in a Sepam). Click No to this message.
NOTE: To disable this message, go to the Project Editor page. Click Tools >
Options. From the Options window, de-select “Prompt on tag not exist.”
The genie is added to the page.
6. Continue adding the genies to make up the graphics page.
After you create the graphics page, you need to compile it. You can run the page to
review its elements and correct any errors.
NOTE: Do not drag genies off of the page. They will disappear.
7. On the Graphics Page, click File > Compile.
While the page is being compiled, the Compiler displays each file name as it is
being compiled. A message then displays, telling you that compilation was
successful.
8. If there are errors and/or warnings after the page is compiled, a message box
displays, telling you the number of errors and warnings. You must understand all
warnings and correct all of the errors. To begin, do the following:
a. Click OK at the Compiler message.
The Compile Errors window displays the first error.
b. Note the error message. For more information on each error, click Help; note the
Description for that Error Message.
c. To correct the error, click the GoTo link.
The appropriate window displays for you to correct that error.
9. Correct each error. Warnings do not need to be corrected in order to run the project;
but they should be checked to see if they impact the project (such as a tag that is
not defined).
10. If you delete any entries, click File > Pack to clean up the files.
11. Re-compile and verify that all of the errors have been addressed.
NOTE: You can also view the Compile Errors window from the Project Editor (File >
Compile Errors).
12. After all errors are corrected, run the project (File > Run).
The Graphics page displays in the runtime environment. Note: Until you edit the
Menu Configuration file, only basic tabs will display on the Graphics page.
13. Before you can view your one-line, you need to edit the Menu Configuration file,
which controls the appearance of the graphics page in the runtime environment.
See Use Menu Configuration to Edit Pagemenu.dbf (Change the Graphics Page
Appearance) on page 112 for help.
Enable Lockout/Tagout
DANGER
HAZARD OF ELECTRIC SHOCK, EXPLOSION, OR ARC FLASH
• Do not rely solely on the display of the icon on the one-line. Before working on
the equipment, verify that the device is physically locked out/tagged out before
performing work on it or any downstream equipment.
• Ensure that all safety regulations and procedures have been followed before
you work on the equipment.
Failure to follow these instructions will result in death or serious injury.
NOTE: Do not incorrectly configure the tag, as this can lead to unexpected equipment
operation. Also consider the possibility of communications loss that could yield false
readings.
With this feature, you can cause the "locked out" icon (shown above) to display on your
graphics page in runtime. The icon displays when a tag attribute for a device reaches a
specified value. For example, you might set a PLC tag to 0 when the equipment is in
lockout/tagout (the door is open), and to 1 when the equipment status indicates that the
door is closed.
This is a read-only feature; but it does not prevent controls to the device or area. This
feature is not available in PLS_Example.
The following graphic illustrates how it might look in when adding the genie:
Because it takes much effort to create the items that display on a graphics page, you
can use the menu settings from the PLS_Example project as a template for your new
project template. From it, you can copy and paste settings into an individual project’s
menu configuration file.
The following illustrates a blank Menu Configuration file (see the table below for
descriptions of the numbered fields):
The relative position within the final graphics page. If you leave this field blank,
1: Order
the default value 0 is used. (64 characters maximum)
These items establish the menu levels that will display. For example, you
2: Levels 1 through 4 might use "Single Lines" for level 1, followed by the substation for level 2, and
the graphic name for level 3. (Each line: 256 characters maximum)
The Cicode expression that you want to execute. Typically, you will use the
"page display" command followed by the actual page you want to see. For
3: Menu Command example:
PLSPageDisplay("CB_IEC_1")
Displays a defined image along with the description for that level.
Images must already be defined in the project/include project. They are
specified in the format <library name>,<symbol name>. For example, in PLS_
Example, the symbol used for the level 2 of Single Lines is Substation3,
4: Symbol entered as PLS_Icons.Substation3.
Different menu levels are designed to be used with different symbol sizes for
optimal display. For Level 1 items (tab), the recommended symbol size is 16 x
16 pixels. For Level 2 items, (buttons), the recommended symbol size is 32 x
32 pixels. Symbols are not displayed for menu items of Level 3 or beyond.
You can use up to 128 characters to add a comment (will not display on
5: Comment
screen).
Copy a genie: Create a genie that is completely compatible with current genies, having
the same genie parameters and functionality. To do this, you can copy an existing
genie and change attributes. This type of genie must be added to the
SupportedGenies.xml File on page 124.
Create a unique genie: Create a genie that has unique parameters, validation
requirements, and output types. See instructions below for this. This type of genie must
be added to both the SupportedGenies.xml File on page 124.
The easiest way to create a new genie is to make a copy of a similar genie from the
standard library and edit it in your project. We recommend, when adding layers, that
you keep the dimensions of the new layers the same as the original. For a list of all of
the standard PowerSCADA Expert genies, including all of the smaller parts that you
could use to create genies, see Appendix 1: Default Genie Library on page 222.
When you modify a genie, the modifications will be in effect for all instances of that
genie in the project.
The newly created genie, when applied to a page, will display with the generic input
form. To create a customized form similar to those found with the default genies, you
must create a new .FRM file. Examples are found in the PLS_Include project directory.
See Perform IEC 61850 Advanced Control on page 167 for information on using these
advanced controls.
WARNING
UNINTENDED EQUIPMENT OPERATION
• Do not incorrectly configure the tag, as this can lead to unexpected equipment
operation.
• Ensure that you understand the effects of using the "bypass" option so you do
not shut down critical equipment.
• Also consider the possibility of communications loss that could yield false read-
ings.
• Ensure that all safety regulations and procedures have been followed before
you work on the equipment.
Failure to follow these instructions can result in death or serious injury.
S33K_A_INC\CSWI1\Pos\ctVal
For this tag, you need to then add the corresponding STRING tag:
S33K_A_INC\CSWI1\Pos\ctVal\str
If you are using select before operate (SBOw), you also need to add a STRING tag for
it.
One-Line Flowchart
This chart provides an overview of the process that you will follow to set up and use
animation in one-lines.
After you run the project, ensure that the password is encrypted (see IsEncrypted in
Add INI Settings to AdvOneLine.ini and Citect.ini on page 118).
Ensure that all steps in the Quick Start procedure have been followed: Quick Start:
Typical Workflow on page 5.
PLS_Include
AdvOneLine.exe Application running the core one-line bus animation logic engine
Current RUN project
AdvOneLine.csv Specifies the system configuration for AdvOneLine
By default, this device will support 100 sources, 1000 buses, 1000 meters, and 1000
breakers. You can modify this via the Profile Editor:
1. On the Setup Projects tab, choose the project.
2. Click the Project Parameters subtab.
One-Line Colors
In previous versions of the software, line coloring was determined by the line active
state of the busbar. Driven by the busbar color, this state was then fed to all of the
components on that page.
In PowerSCADA Expert 8.1 with Advanced and Reporting, coloring is based on the
source and meter line active states. Sources dictate the colors for each genie. Meters
can only determine if a bus is active. When the bus is live, the meter then colors based
on the source that is connected to the bus. If there is no source, the default color is
used.
NOTE: Depending on how you configure transformers, you can either use this "pass-
through" coloring, or you can use "voltage-level" coloring. See Configure a
Transformer on page 124 for more information.
Assigning Colors
To assign a color to a source, open the Color Configuration tab of the One Line
Configuration Utility (Citect Editor > Tools > One-Line Configuration).
1. Choose the project for which you want to assign colors.
2. Choose the Project Color Palette. Select the project in which the project genies are
defined: usually PLS_Include.
3. For each source or transformer, choose the desired color: click the color cell for that
source/transformer; then choose the color from the dropdown list. You can also
select a color for unknown sources, off, and error. To indicate a flashing color, you
can select two colors.
4. When all colors are assigned, click Save.
All .ini settings are made in the OneLineEng section of the .INI files.
You must have correct .INI settings in order for the one-lines to run properly. Ensure
that the following .INI parameters are properly set:
AdvOneLine.ini Settings
The following parameters are set in the Application Configuration Utility (One-Line
Engine on page 206): UpdateInterval, PrimaryServerIP, StandbyServerIP,
HealthTimeout, MaxStartupDelay, LoginUserName, LoginPassword, and
LogFileLength.
[Updateinterval] +
Sets the amount of time after AdvOneLine.exe has [TagSubscribeWait] * 5
StartupDelay started for the system to be on line and all milliseconds
initializations complete.
Minimum value: 1000 msec
Determines if the password is encrypted. The first False (changed to True after
IsEncrypted time the project is opened in run time, the password is the first run and successful
automatically encrypted, and this will be set to True. password encryption)
Suggests the log file length in number of lines. After Default value: 5000
LogFileLength surpassing this limit, the log file is saved with suffix
“.bak,” and a new file is created. Allowed values: 10–10000
Allowed values:
Multiple values are separated by | (e.g., Error|Warn).
All, Error, Warn, Debug
Citect.ini Settings
NOTES:
• If the default parameters are used, the functions will run on the local machine.
• If you call the function from a remote server, enter the I/O server name and cluster to
run the function on that server. You must be logged in to perform this action.
See also:
2. Breaker Number: Type the ID numbers you want to use for the left side and right
side of this ATS. Valid entries: 1–1000. Each number must be unique within this
one-line.
3. Busbar: Type the numbers of the left and right source busbars, and for the
destination (bottom) busbar. Valid entries: 1–1000.
4. Label: For each ATS side, type the information that you want to appear on the
switch in the runtime environment (example: Pri and Emer).
5. Closed Expression: For each side of the switch, type the information that should
display when that side is closed (example: Tag1 <> 1). Do not use "NOT" in the
expression.
Display Information
1. Label 1/Label 2: Type the descriptive information that you want to appear in the
upper left corner of the genie in the runtime environment.
2. Click OK to save the genie to the page and to return to the graphics builder page.
For information on how colors are determined, see One-Line Colors on page 118.
Configure a Busbar
Use this option to configure busbars that you add to a one-line in the graphics builder.
Using this option, you can assign a busbar number to a busbar, and ultimately, to use
busbars to connect genies on a one-line.
Busbar numbers associate devices within drawings, and they help you set up
animation for genies. The busbar entered here is also used for the associated device.
1. Display the busbar window by pasting the busbar genie on to the graphics builder
page.
2. Busbar Number: type the number you want to use for this busbar. Valid entries: 1–
1000.
3. Line Active: This field is no longer used.
4. Click OK to save the genie to the page and to return to the graphics builder page.
For information on how colors are determined, see One-Line Colors on page 118
NOTE: If you choose to resize a circuit breaker genie after you paste it into a page, you
must keep the relative dimensions (proportions) the same. Otherwise, the racked
in/racked out animation will not display correctly.
For information on how colors are determined, see One-Line Colors on page 118.
Configure a Meter
Use this option to configure meters that you add to a one-line in the graphics builder.
1. Display the meter window by pasting the meter genie on to the graphics builder
page.
2. Equipment: From the drop-down list, choose the name of the equipment
represented by the genie (this is the equipment name that you entered in the
I/O Device Manager, e.g., CM4Main). To view the equipment that is available for
this page, you must have the project selected in the Citect Explorer.
3. Meter Number: Type the number you want to use for this meter (valid entries: 1–
1000). This number must be unique within this one-line.
4. Busbar Number: Type the number for the busbar that connects to the meter. Valid
entries: 1–1000.
5. Line Active: Enter the appropriate Cicode expression (such as MyTag1 > 0) to
determine when the meter detects power on the busbar. See "How do I create and
configure busbars" inAppendix 5: Frequently Asked Questions (FAQs) on page 264
for more information.
6. Label 1 and Label 2: Type the information that you want to appear in the upper left
corner of the genie in the runtime environment.
7. Value Type: From the drop-down list, choose the tag you want to use for this genie.
The related information displays in the lower left corner of the genie in the runtime
environment.
This tag causes real-time data (such as currents) to display on the genie status
page in the runtime environment. If you do not choose a tag here, the status page
will not display the real-time data. See Use the Equipment Pop-Up Page on page
162 for more information.
8. Units: From the drop-down list, choose the unit that you would like to display on the
genie in the runtime environment. Units that display here were added in the Profile
Editor (see Add or Edit a Base Engineering Unit or Conversion on page 26).
9. Multiplier: Enter the multiplier that is to be applied to the units chosen in step 8.
10. Click OK to save the genie to the page and to return to the graphics builder page.
For information on how colors are determined, see One-Line Colors on page 118.
Configure a Source
Use this option to configure sources (e.g., utilities and generators) that you add to a
one-line in the graphics builder.
1. Display the source window by pasting the generator or utility genie on to the
graphics builder page.
2. Source Number: Type the number you want to use for this source (valid entries: 1–
100). This number must be unique within this one-line.
The source number is used when you determine coloring for the one-line. For more
information on this, see One-Line Colors on page 118.
3. Busbar Number: Type the number for the busbar that connects to the source. Valid
entries: 1–1000.
4. Line Active: Enter the appropriate Cicode expression (such as MyTag1 > 0) to
dictate when the source powers the busbar. See "How do I create and configure
busbars" inAppendix 5: Frequently Asked Questions (FAQs) on page 264 for more
information.
5. Click OK to save the genie to the page and to return to the graphics builder page.
For information on how colors are determined, seeOne-Line Colors on page 118.
Configure a Transformer
Use this option to configure transformers that you add to a one-line in the graphics
builder.
1. Display the transformer window by pasting the appropriate genie on to the graphics
builder page.
2. Top and Bottom Source Number: For each source, whether top or bottom, type a
source number to control voltage-level coloring for the secondary side busbar.
Valid entries: 1–100.
There are two possible configurations:
Pass-through coloring: If you leave these fields blank, the transformer will transfer
the color that is assigned to the primary side (source) to the secondary side
(destination) busbar. For example, if Source 3 feeds the source busbar of a
transformer, and you leave this field blank, then Source 3 will also feed the
destination busbar (and the Source 3 color will be used).
Voltage-level coloring: When you enter top and bottom source numbers, the
transformer colors the one line based on this number. For example, if Source 3
feeds the top of the transformer, but you enter 5 for the bottom source, the
transformer feeds the color from Source 5 to the destination (bottom) busbar.
3. Source and Destination: When you connect to busbars, type the numbers for the
connection source and destination busbars. Valid entries: 1–1000.
4. Label 1 and Label 2: Type the information that you want to appear in the upper left
corner of the genie in the runtime environment.
5. Click OK to save the genie to the page and to return to the graphics builder page.
For information on how colors are determined, see One-Line Colors on page 118.
GenieDefinitions.xml File
Example
Use the GenieDefinitions.xml file to define both completely new (unique) genies and
those that have been copied and modified from an existing genie.
This file defines each genie in detail. It links fields with genie parameters names,
defines validation, and defines how to export each genie for the one-line.
Some fields have limited possibilities. See the comments for each part of the XML file.
SupportedGenies.xml File
Example
This file links genies in a library to a "genie type." In this file, you need to define the
project name, library name, and genie name. The genie name may be "*": which will
select all genies that library. You can exclude individual genies.
See Review Genie Configurations for information about using this tab.
On the Color Configuration tab, you can assign colors to sources. see One-Line
Colors on page 118 for information about using this tab.
Modify AdvOneLine.csv
After you run the One-Line Configuration Utility, open the project to verify that the
animation is working correctly. If the animation is not correct, repeat the process of
running the utility and verifying out animation until all errors are corrected.
Errors ( ) and warnings ( ). You must correct errors; otherwise, you may not
be able to compile, and the animation will not work. Although you might not need to
correct warnings, you should review them to ensure that their settings are correct. Note
that, as you hover over an error or warning icon, a tooltip tells you what is wrong with
the genie.
Field Description
Type: Information is sorted first by genie type, then by page. This option is useful
when you want to see all genies of a certain type together, regardless of where
they are in the drawing pages.
Show By:
Page: Information is sorted first by page, then by genie type. This option is useful
when you want to see all genies on a certain page.
Check this box to view the basic information plus any additional information
Advanced Properties
relevant to that genie type.
Check the individual boxes for how you want to view information. For example,
State Filters: you might only be interested in viewing genies that have error states. This option
controls only the genie information in the right-hand pane.
Genie Types Types are: breakers, busbars, meters, sources, and transformers
Check this box to cause the repair feature to repair the entire project.
Use this feature only to upgrade projects that are earlier than PowerSCADA
Expert 8.1 with Advanced and Reporting. This option repairs the entire project,
renumbering all busbars, breakers, meters, duplicate Sim sources, and sources.
Repair—Upgrade Project
Additionally, busbar line active states are used to determine meter and source line
active states.
For specific information about each type of genie, click a link below:
Communication Errors
When communication errors occur, the object that has lost communications gives an
"unknown" status, which is graphically represented in the one-line animation.
Error Logging
The most common errors in a CSV file are logged to the Run project in a file named
AdvOneLineStatusLog.txt. The file can contain several messages The table below lists
these errors and their descriptions.
The main logic loop has thrown an exception that has not been
Main Execution Loop Unexpected Failure
handled by other error messages.
You must have your project running before you execute the
PLSCADA is not in runtime
AdvOneLine.exe file.
Invalid prefix located in The CSV parser has detected an invalid component prefix. This
CSVParser.FormatCSVData error message should not occur.
ERROR: Duplicate Component Name Check the CSV file to ensure that you do not have two sources,
Encountered meters, or breakers with the same component number.
ERROR: Node Not Specified You have a component without a Bus1 and/or Bus2 specified.
By default, only exceptions are logged. For more details, see the information on the
Add INI Settings to AdvOneLine.ini and Citect.ini.
CAUTION
DATA CORRUPTION
Always make a backup copy of your project before you perform a repair.
Failure to follow these instructions can result in data loss and corruption of your
project.
Follow these steps to view the One Line Configuration Utility, and to make repairs to
your projects:
1. Open the utility: From the Citect Project Editor, click Tools > One-Line
Configuration.
The first time you launch this utility, it could take several minutes for it to read all of
the project information.
The utility will read the project's graphics pages to analyse the project. If it appears
that the project is from a version prior to PowerSCADA Expert 8.1 with Advanced
and Reporting, a message displays, telling you that the project appears to be out of
date. The default "Upgrade Project" is checked in the lower right corner.
2. Click OK.
Genie information for the selected project displays. For descriptions of the fields on
this page, see Review Genie Configurations.
3. Choose the type of repair you want to perform:
Repair option alone (Upgrade Project not checked) attempts to fix errors and
warnings in a project (used for PowerSCADA Expert 8.1 with Advanced and
Reporting).
Repair option with Upgrade Project checked is used to upgrade projects
from previous versions of the product. This option renumbers all genies in the
project. Do not perform this option on a project more than once, and do not perform
it on PowerSCADA Expert 8.1 with Advanced and Reporting projects.
NOTE: When two busbars have the same line active, they are assigned the same
busbar number.
The following table describes the repairs made in each option.
4. Click Repair.
You see a message that describes the degree of repair that is about to take place.
Each message says that graphics pages "will not be modified by the repair
process." This means that the repairs will not be applied to your project graphics
pages until you press Save.
5. Click Yes to initiate the repair option that you have selected.
A Repair Summary window displays, listing the repairs that have been initiated.
6. To save a .csv copy of this summary, click Export. At the Save As window, type a file
name and choose the location at which you want to save the file.
7. Click OK.
The genie information changes, indicating that the repairs have been made.
8. Click Save.
The Save window appears. This is where the changes are saved to your project.
9. Click Yes to save the changes to the graphics pages of the project.
Or click No to back out of making the changes.
If you click No, click Close, then click No when you are asked whether you want to
save the modified project.
If you click Yes, the changes are saved to the project. For a large project, this might
take several minutes. When the repairs are saved to the project, you see a Save
Summary window, which lists the repairs that were made and saved.
Click Export to save a .csv file of these changes. Click OK to exit the summary
window and return to the One Line Configuration Utility window.
10. It is possible that some errors and warnings will not be repaired, for example,
missing busbar numbers or missing equipment. Click individual errors or warnings
to view them (note that the warning and error icons include a tooltip to tell you what
is wrong). Note the missing information, then go to the graphics builder to make the
necessary changes.
11. Compile the project and then run it.
ATS Information
The most commonly used information about the ATS genie displays by default.
When the Advanced Properties box is checked, the table expands to include
everything that is known about the selected ATS.
Column Description
Normal ( ), Warnings ( ), or Errors ( ). See the following table for
State
explanations of errors.
Name of the page on which the genie is found (displays only from the folder
Page
level).
This is the breaker number for the left side, assigned when adding it to a
ID
page of a one-line.
This is the breaker number for the right side, assigned when adding it to a
ID2
page of a one-line.
Source Busbar1 The number of the source busbar for the left side.
Source Busbar2 The number of the source busbar for the right side.
ATS Errors
Before you use the drawing, you must correct all errors. Otherwise the project might not
compile; and the animation will not work.
State Solution
Errors ( )
Source busbar numbers must be The source busbar numbers are missing, or they are less than or equal to 0.
a number greater than 0. Add or change the source busbar numbers.
Destination busbar number must The destination busbar number is missing, or it is less than or equal to 0. Add
be a number greater than 0. or change the destination busbar number.
Source and Destination busbars The source and destination busbars have the same number; change one
must not be equal. number.
Busbar Information
The most commonly used information about the busbar genie displays by default.
When the Advanced Properties box is checked, the table expands to include
everything that is known about the selected busbar(s).
Column Description
Normal ( ), Warnings ( ), or Errors ( ). See the following
State
table for explanations of errors and warnings.
Name of the page on which the genie is found (displays only from the
Page
folder level).
Busbar Errors
Before you use the drawing, you must correct all errors. Otherwise the project might not
compile; and the animation will not work.
State Solution
Errors ( )
Busbar number must be a The busbar number is missing, or it is less than or equal to 0. Add or
number greater than 0. change the busbar number.
When the Advanced Properties box is checked, the table expands to include
everything that is known about the selected breaker(s).
Column Description
Normal ( ), Warnings ( ), or Errors ( ). See the following table for
State
explanations of errors.
Name of the page on which the genie is found (displays only from the folder
Page
level).
The equipment name entered when adding the genie via the I/O Device
Equipment
Manager.
Before you use the drawing, you must correct all errors. Otherwise the project might not
compile; and the animation will not work.
State Solution
Errors ( )
Source busbar number must be a The source busbar number is missing, or it is less than or equal to 0. Add or
number greater than 0. change the source busbar number.
Destination busbar number must The destination busbar number is missing, or it is less than or equal to 0. Add
be a number greater than 0. or change the destination busbar number.
Source and Destination busbars The source and destination busbars have the same number; change one
must not be equal. number.
Meter Information
The most commonly used information about the meter genie displays by default.
When the Advanced Properties box is checked, the table expands to include
everything that is known about the selected breaker(s).
Column Description
Normal ( ), Warnings ( ), or Errors ( ). See the following table for
State
explanations of errors and warnings.
Name of the page on which the genie is found (displays only from the folder
Page
level).
The equipment name entered when adding the genie via the I/O Device
Equipment
Manager.
The Cicode expression (such as MyTag1 > 0) that determines when the
Line Active
meter detects power on the busbar.
Before you use the drawing, you must correct all errors. Otherwise the project might not
compile; and the animation will not work.
Warnings indicate settings that might be incorrect. Verify that the settings indicated by
the warnings are what you want.
Errors and warnings that you might see for meters are:
State Solution
Errors ( )
Meter number must be a number The meter number is missing, or it is less than or equal to 0. Add or change
greater than 0 and unique. the meter number.
Busbar number must be a The busbar number is missing, or it is less than or equal to 0. Add or change
number greater than 0. the busbar number.
Warnings ( )
Line Active should be present. Line Active should be entered to determine when the meter detects power.
Busbars across all meters should Verify that all busbars connected to this meter have the correct, unique,
be unique. numbers.
Source Information
The most commonly used information about the source genie displays by default.
When the Advanced Properties box is checked, the table expands to include
everything that is known about the selected source(s).
Column Description
Normal ( ), Warnings ( ), or Errors ( ). See the
State
following table for explanations of errors and warnings.
Before you use the drawing, you must correct all errors. Otherwise the project might not
compile; and the animation will not work.
Warnings indicate settings that might be incorrect. Verify that the settings indicated by
the warnings are what you want.
Errors and warnings that you might see for sources are:
State Solution
Errors ( )
Warnings ( )
Line Active should be Line Active should be entered so the source can detect
present. power on the busbar.
Transformer Information
The most commonly used information about the transformer genie displays by default.
When the Advanced Properties box is checked, the table expands to include
everything that is known about the selected transformer(s).
Column Description
Normal ( ), Warnings ( ), or Errors ( ). See the following table for
State
explanations of errors.
Name of the page on which the genie is found (displays only from the folder
Page
level).
Sim. Source This is the top source number used when adding the transformer.
Sim. Source 2 This is the bottom source number used when adding the transformer.
Transformer Errors
Before you use the drawing, you must correct all errors. Otherwise the project might not
compile; and the animation will not work.
State Solution
Errors ( )
State Solution
Source busbar number must be a The source busbar number is missing, or it is less than or equal to 0. Add or
number greater than 0. change the source busbar number.
Destination busbar number must The destination busbar number is missing, or it is less than or equal to 0. Add
be a number greater than 0. or change the source busbar number.
Source and Destination busbars The source and destination busbars have the same number; change one
must not be equal. number.
If a top or bottom source is The number for the top or bottom source for this transformer must be greater
identified, it must be greater than than zero (for voltage-level transformers) or must be left blank (for pass-
0. through transformers).
Alarms Overview
This section discusses two alarm types: time stamped analog and time stamped digital.
To access the alarms, from Citect Explorer, select the project folder, then click Alarms.
In the right-hand pane, the alarm types display. Double-click the one you want to
view/edit.
PC-Based Alarms
1. PC-based alarm tags are added in the Profile Editor, when adding each device
profile. See Add Edit or Delete Device Profile on page 45for instructions. For
instructions on entering setpoints and delays, see Add Setpoints and Delays on
page 136.
Onboard Alarms
If onboard alarms have been configured in a supported device, you can use the Profile
Editor to map these alarms to digital time-stamped alarms in PowerSCADA Expert.
You cannot configure new onboard alarms from PowerSCADA Expert. You must add
the alarm at the device, then you can create the alarm tag for it here. See Add an
Onboard Alarm Tag on page 138.
For information about alarm types, see AlarmDsp in the Cicode Programming
Reference help file.
There are two ways to add setpoints and delays for analog alarms. Before you enter
setpoints and delays, ensure that you have configured the alarm server so that Publish
Alarm Properties is set to TRUE.
• From the Analog Alarms window (accessible from the Project Explorer or Project
Editor screens), you can type the setpoint and delay values for each alarm.
• When in the runtime environment, you can edit setpoints/delays that were set by the
method above. See Use Use the Equipment Pop-Up Page on page 162 for
instructions.
Also, set the following parameter to allow persisting of alarm parameters at runtime.
[Alarm] UseConfigLimits = 1
0 = unknown
1 = good
2 = warning
3 = alarm
3. In the Category field, ensure that the correct alarm level is entered (_PLSALM_
HIGH, _PLSALM_MEDIUM, _PLSALM_LOW, _PLSALM_EVENT).
4. Replace the alarm.
Set Parameters for Event Log Length and Historical Logging of Events
You can use two parameters to determine the maximum number of entries in the Event
Log and whether you want to log entries after they are FIFO’d out of the Event Log.
When the value is set to a number greater than 1000 for a multiple-cluster system, the
alarm log might not display correctly. The list of alarm history that displays on a client
might be shorter than the actual history stored on the alarm server. To avoid this
problem, do one or more of the following:
• Set alarm filtering in the alarm viewer to reduce the number of alarms that are
returned by the server.
• Only support a one-cluster system.
• If a multiple-cluster system is necessary, display a separate alarm page for each
cluster.
You can only add onboard alarms for devices using the CM4, PM8, Micrologic, or
Sepam drivers. CM4, PM8, and Micrologic unique IDs must be decimal; SEPAM
unique IDs must be hexadecimal.
1. From the device, obtain the unique identifier for this alarm. Additionally, for
MicroLogic, you need to include the unique sub-identifier.
2. You also need the file number in which alarms on stored on the device.
3. From the Profile Editor, add the onboard alarm (see Onboard Alarm Tag Addresses
on page 40 in Editing Tag Addresses.
To add the tag viewer to a project graphics page, follow these steps:
When viewing the tag viewer in runtime, as long as the screen resolution is one that
Citect supports, the view will be correct.
For information about viewing tags, see View the Tag Viewer on page 166.
Restore a Project
To restore a project, overwriting its current settings, follow these steps:
1. From the Citect Explorer, select the project you want to restore; click Tools >
Restore.
2. In the Restore from box, browse to the location of the file you will use to restore.
3. In the To box, check Current Project.
4. In the Options box, check Configuration files to restore backed up INI files and the
TimeSyncConfig.xml file (used to store time synchronization settings). If you backed
up the sub-directories under the project, the directories will be listed under Select
sub-directories to restore. You can restore all or no sub-directories, or you can
select specific sub-directories to restore.
5. Click OK.
PowerSCADA Expert Backup
Use this feature to back up a Citect project file. To back up a Profile Editor project file,
see Profile Editor Export on page 61.
1. From the Citect Explorer, click Tools > Backup.
2. At the Backup Project window, select the project you want to back up
3. Browse to the location where you want to store the backup file.
4. In the Options box, check “Save configuration files.” This saves the citect.ini file.
5. Click OK.
The backup .CTZ file is written to the location that you choose during backup. This is a
Citect Zip file; you can open it with WinZip.
Using Cicode, you can access all real-time data (variables) in the project: variable
tags, alarms, trends, reports, and so on. You can also use Cicode to interface with the
computer's operating system and communication ports.
For information about driver-specific INI parameters that you can configure, see
Appendix 2: Citect INI Parameters on page 231 .
For information about other parameters, see the Cicode Reference help file in the
citectSCADA.chm help file (Program Files> Schneider Electric > PowerSCADA Expert
> v8.1 > bin).
PLSProviderEngine.ci Module
Use this module when you want to invoke a provider to produce results that can be
displayed or acted on in a custom table or report that you create. Providers invoked by
this method must be written so that they take a single string as input and return a single
string as output.
Module Construction
The following string functions are included in this module:
CallProvider
This function invokes a provider (whose GUID-based identifier must appear in the
sProvider argument) with a single string as input (the sArgs argument). The input string
can consist of anything that is meaningful to the provider that you invoke.
Construction of CallProvider:
STRING FUNCTION CallProvider(STRING sProvider, STRING sArgs)
INT hHandle;
STRING sResult;
ErrSet(1);
sProvider = "^"" + sProvider + "^"";
sArgs = "^"" + sArgs + "^"";
hHandle = DLLOpen("ProviderGatewayUnmanaged.dll", "MakeRequest",
"CCC");
sResult = DLLCall(hHandle, sProvider + "," + sArgs);
DLLClose(hHandle);
IF IsError() THEN RETURN "ERROR"; END
RETURN sResult;
END
--------------
GetProviderStatus
This function reports the status of a provider invocation by showing the percentage of
its completeness. A provider has completed its work when the status reaches 100
percent,
To retrieve status with this function, pass in a token (obtained previously by calling
CallProvider) and examine the number contained in the function's return string (from 0
to 100).
------------
STRING FUNCTION GetProviderStatus(STRING sToken)
INT hHandle;
INT iPercent;
ErrSet(1);
sToken = "^"" + sToken + "^"";
hHandle = DLLOpen("ProviderGatewayUnmanaged.dll", "GetPercent",
"JC");
iPercent = DLLCall(hHandle, sToken);
DLLClose(hHandle);
IF IsError() THEN RETURN "ERROR"; END
RETURN iPercent;
END
-------------
GetProviderResult
This function retrieves the result from a provider. Pass a unique token (obtained
previously by calling CallProvider) to this function. It returns the provider result as a
string. Note that you should only call this function after you verify that the provider work
is 100 percent complete.
Construction of GetProviderResult:
------------
--------------
When you clear the cache, you remove data that is potentially out-of-date. Thus, we
recommend that you clear the cache of outdated material.
After you clear the cache, you need to refresh the platform. This step will refresh the
Schneider Electric CoreServiceHost, updating its list of devices and topics
PLS_CLearCache
In the Schneider Electric CoreServiceHost, when you call a provider and it returns its
result, it caches that result for a given amount of time (which varies by provider). If
someone calls that provider again, the system will return the cached result.
If someone adds a device during this time, and then restarts run mode, the device is
not available for features like LiveView or basic reporting. Thus, if someone tries to
view a table or run a basic report, using the new device, it will not display. The next call
that is made to the cache will refresh it.
NOTE: You may also wish to create a graphics page that includes a button that calls
the cache and/or refresh.
To clear the cache, call the PLS_ClearCache function by doing one of the following:
• If the Schneider Electric CoreServiceHost is on the machine from which you are
invoking the function, you can call it with no input parameters:
PLS_ClearCache();
This may be done during startup or using a button handler.
• If the Schneider Electric CoreServiceHost is on a different machine, you must
supply parameters to identify where the Application Services core resides. For
PLS_PlatformRefresh
After you clear the cache, run the platform refresh to update the Schneider Electric
CoreServiceHost, causing it to refresh its list of devices and topics.
To run the refresh, call the PLS_PlatformRefresh function by doing one of the
following:
• If the Schneider Electric CoreServiceHost is on the machine from which you are
invoking the function, you can call it with no input parameters:
PLS_PlatformRefresh();
• If the Schneider Electric CoreServiceHost is on a different machine, you must
supply parameters to identify where the Application Services core resides. For
example, if the customer's Schneider Electric CoreServiceHost resides on an
IOServer named "IOServer1" on "Cluster1", to call PLS_PlatformRefresh, enter:
PLS_PlatformRefresh("IOServer", "IOServer1", "Cluster1");
To learn about the parameters that you can use to configure drivers, see Appendix 2:
Citect INI Parameters on page 231.
[PLOGIC870.Cluster1.PM870_Port.PM870_Device1]
Timezone = Singapore Standard Time
2. Use general section [POWERLOGICCORE] to specify the time zone for all devices,
e.g.
[POWERLOGICCORE]
Timezone = Mountain Standard Time
The device-specific time zone specification takes precedence. In other words, if both of
the above examples are present in the Citect.ini file, the PM870_Device1 would be
located in “Singapore Standard Time” time zone, and all the other I/O devices in the
project would be located in “Mountain Standard Time” time zone.
If there is no time zone specification (or if it does not match the time zone from
Windows database), the device would be in the same time zone as the machine where
the I/O Server is running; thus, no time conversion will be done.
If only the first of the above examples is present within the Citect.ini file, the PM870_
Device1 would be located in “Singapore Standard Time,” and all the other devices use
the current local time zone.
Time Synchronization
Current time can be sent to the corresponding device by means of Set Time command
or (in case of Sepam) by writing directly to the corresponding registers within the
device. In addition to the manual procedure, this process can be scheduled to occur
periodically (using PowerSCADA Expert events).
Automatic time synchronization applies only to Micrologic and PM devices and takes
place based on the following rules:
1. For Micrologic devices, the value of the top-most bit of the register 679 is examined
(for both the Circuit Breaker Manager and the Chassis Manager). If the bit is equal
to 1, it means that the device is out of sync and needs to be synchronized.
2. For PM devices, an alarm 50700 (“Unary Power Up / Reset”) indicates that the
device needs to be synchronized. In addition, bit 6 of register 3055 of the device is
examined. If this bit is equal to 1, the device has a real-time clock; so automatic time
synchronization should never take place.
The default tags are: Current A, Current B, Current C, Voltage A-B, Voltage B-C,
Voltage C-A, Power Factor Total, Apparent Power Total, Reactive Power Total, Real
Power Total, and Frequency. When you choose one of these tags for trending, you will
get both long and short interval trending. The long interval trend will use the trend tag
name from the Profile Editor. The short interval trend tag will have the same name as
the long tag with an “s” appended to it.
You can edit the Profile Editor.exe.config file to add or delete tags that will have short
scan intervals, and to change the short scan interval for all of the tags that are listed.
For example, if you wanted to change the scan interval to ten seconds and add
Overcurrent A for a CM4000, you would edit these two lines in this way:
"TrendShortIntervalSamplePeriod" value="00:00:10"
"TrendShortIntervalTags"
value="1003,1004,1005,1050,1046,1042,1014,1015,1016,1001,1034,19"
Deadbands
<ConfigurationItem Key="Deadbands" Category="Platform Mapping"
Application="CitectPlatform">
<Value />
</ConfigurationItem>
Use this line in Configuration.xml to reduce the sensitivity to minor changes in real-time
data. You can set default deadbands for variable tags. To set a deadband, enter the
following in the value field:
<Value>XX|NN;</Value>
where XX is the IEC 61850 tag name and NN is the percentage. For example, to set
Current A to 5% and Current B to 10%, you would enter the following:
<Value>mmxu1\A\phsA|5.0;mmxu1\A\phsB|10.0;</Value>
Use these two lines in the Configuration.xml to develop a list of devices and topics that
you want to ignore in system queries/data acquisition. Typically, you will use this to
exclude devices such as the memory device zOL. Ignored devices and topics will not
appear in Reporting or LiveView.
To set a value for ignored devices, type the Citect device names (semi-colon delimited)
that you want to ignore. For example, to exclude zOL (the one-line memory device) and
the network tags device (for monitoring comms loss), type:
<Value>zOL;NetworkTagsDev</Value>
In the Ignored Topics list, type the topic names (semi-colon delimited) that you want to
ignore. Do not include the device name prefix that displays in the Citect project tag
names. For example, to exclude AlarmUnhandled and AlarmInvalidTimestamp, type:
<Value>AlarmUnhandled;AlarmInvalidTimestamp</Value>
Waveform Management
This chapter discusses how waveforms are stored and associated with alarms. In this
section, you will find these topics:
Waveform Storage on page 147
Waveform Database and Special Waveform Tags on page 147
Waveform Storage
Waveform records are organized within devices into files. These files are periodically
checked for and downloaded as they appear on the device. When downloaded, on the
PowerSCADA Expert I/O server the files are converted into a Comtrade format and
then stored in a hierarchical fashion.
<Waveform DB
root>\<ClusterName>\<IODeviceName>\Waveforms\<UTCTimestamp>.CFG
<Waveform DBroot>\<ClusterName>\<IODeviceName>\Waveforms\
<UTCTimestamp>.DAT
For example,
C:\Data\Cluster1\Sepam_IODev\Waveforms\
DST_00000000001203566197_0000000511_utc.CFG
DST_00000000001203566197_0000000511_utc.DAT
The CFG file is a Comtrade configuration file, and the DAT file is the Comtrade data
file. Within the CFG file is a timestamp that reflects the device time start time of the
waveform (this time is not adjusted to the I/O Server time zone or daylight saving, but it
is stored per the device configuration). The file name has the UTC time in seconds
since 1970 of the waveform.
The prefix of waveform file name reflects the type of the waveform. Currently,
waveforms of the following types are supported:
If it is detected that the waveform data file has changed while it is being downloaded,
the file gets discarded and is not stored on the IOServer.
perform this search, a list of all matching waveforms displays. If there are multiple
waveforms in the list, you can select the waveform you want to view.
In addition, there are two special digital waveform tags defined (0 = FALSE, 1 = TRUE):
• WaveformDownloading: indicates whether a waveform file is currently being
downloaded
• WaveformCollectionEnabled: indicates whether the waveform collection is
enabled at all
The figure below illustrates a configuration example and replication and linkage
processes.
Before you begin, define the primary and standby alarm servers, trend servers, and I/O
servers. Then, to enable communication for runtime operations, use the information in
the following tables. Each server has a unique default port assigned to it. Use this
default port only with that type of server. If you attempt to use a default port on another
type of server, you will see a compilation error:
5500–5509 Web client/ Range of ports for server advise between web server and web client, for alarm notifications. Inbound on
web server client; outbound on server.
Close Runtime: There are two ways to shut down the runtime environment:
• Click the “X” in the upper right corner of the screen. Then enter a user name and
password. (It is important to define at least one user in your project.)
• From the computer taskbar, click the Runtime Manager:
This displays the Runtime Manager screen. Click Shutdown All. There is no
required user name/password. Unless you disable this feature on the taskbar,
users can shut down the runtime environment without having to enter any
information.
In the upper left corner of the screen, the project name is listed. Your logon name is
below that. At the top of the page, there are left and right navigation arrows that allow
you to go to previously visited pages.
These two arrows allow you to go back and forward one page in your navigation
history. To see the history of visited pages, click the small down arrow next to the right
arrow. This displays a listing of visited pages (the current page is checked). To jump to
a page in this list, click it in the menu.
Just beneath the left and right arrows is the alarm banner. It lists the last five active
alarms.
Beneath the alarm banner is a tabbed-style menu. Its contents are determined by the
information entered in the Menu Configuration tool: Use Menu Configuration to Edit
Pagemenu.dbf (Change the Graphics Page Appearance) on page 112. These tabs
display in two rows:
• The upper row is typically used for organizing pages into several topics (or tabs). A
typical system would include topics for single lines, alarms/events, analysis (for
trends), and system supervision (allows you to view the network connection topics).
• The lower row lists the links/pages under the topic that is currently selected in the
upper row. If you select the single lines topic on the upper row, the lower row
displays all of the links to individual single line pages.
If there are more links available than the ones that fit on the page, a small arrow
displays at the right hand side of the row. Click the arrow to display a pop-up menu of
the remaining links. Click a link in the menu to shift the contents of the row to make it
visible for selection.
NOTE: When viewing the single lines: if the busbars and circuit breakers do not display
as expected, it could be that a custom genie is not set up correctly. See Create New
Genies on page 113 for details on customizing genies.
Lockout/Tagout Icon
This feature causes an icon (see below) to display when a tag attribute for a device
indicates that the equipment should be locked out and tagged out. For example, you
could assign a tag value from a PLC or other indicating device that reads the condition
of the device.
Lockout/tagout icon:
DANGER
HAZARD OF ELECTRIC SHOCK, EXPLOSION, OR ARC FLASH
• Do not rely solely on the display of the icon on the one-line. Before working on
the equipment, verify that the device is physically locked out/tagged out before
performing work on it or any downstream equipment.
• Ensure that all safety regulations and procedures have been followed before
you work on the equipment.
Failure to follow these instructions will result in death or serious injury.
Communications Loss
When there is a communication loss for a device, the genie or any part of the genie on
the one-line page should have cross-hatches (gray dots) over the affected area, and a
communication loss (CL) indication displays on the genie. An alarm should also
annunciate. The color state before communication was lost will remain unchanged.
However, the indication of loss of communications does not filter through the
entire bus animation: the downstream part of the drawing may still appear as if
communication is working. When any part of a one-line drawing loses
communication, do not continue to trust downstream readings until you address
the loss of communication.
To view the alarms or events, click the Alarms/Events tab; then select the tab for the
Alarm Log or Event Log. The Event Log displays all alarms and events that have
occurred. The Alarms Log displays enabled alarms.
Equipment Column
On the left side of the page, there is an equipment column. To hide or display this
column, click the splitter:
All of the equipment in the project is listed. Most of the equipment is grouped by
voltage level. By default, none of the names are checked, which means that
information for all of them will display. To list alarms and events for a shortened list of
equipment, check the box(es) to the left of the equipment name(s).
The number to the right of the equipment name is the number of active alarms for that
equipment.
Filter Information
To filter the information that displays, click Filter, just above the Date column (see
Alarm/Event Filter Form on page 158 for more information). From the Alarm Filter
window, you can select from a variety of filters.
Remove/Insert/Move Columns
To remove a column from the list, right-click its header and select Remove Column.
To insert a column, right-click a column header, select Insert Column, then check the
name of the column from the dropdown list. The new column displays to the left of the
column you right-clicked. If you right-click the white area to the right of existing
columns, you will insert the column to the right of the last column.
To move a column, left-click the column that is to be moved. Drag the column to the
position you want it.
Sort by Column
To sort on the information in a single column (such as the Equipment column), double-
click the column header. It will toggle between ascending and descending order.
Each alarm provides additional options. To view these options, right-click the alarm.
Then you can do the following. Note that these changes will remain only until you
leave the page. To set the order, use the parameters,
• acknowledge or disable the alarm
• view alarm detail (similar to the genie status page in the single lines of the runtime
environment)
• view waveforms: (If the [equipment name Waveform] option does not display, there
are no waveforms for this alarm.) Waveforms can display only if the device is set to
“acquire on event,” and the waveform option is checked in the Profile Editor (see
Enable Waveforms on page 43).
When the waveform is available for viewing, the Search Waveform dialog displays.
From this dialog, click Time Range, and then select the appropriate times; or click
All Available to see all waveforms for this equipment. Click OK to display a list of
waveforms that fit the date criteria. Highlight the waveform and click View.
After the selected waveform displays, you can view a PDF file that describes the
operation of the waveform viewer. Access this file (WaveWeb.pdf in the Citect Bin
folder (64-bit example: C:\Program Files (x86)\Schneider Electric\PowerSCADA
Expert 8.1 with Advanced and Reporting\Bin).
Waveforms must be correctly set up before they will display. See Enable
Waveforms for Onboard Alarms on page 137 for more information. See Use the
Equipment Pop-Up Page on page 1 for instructions on viewing waveforms.
When you select the waveform option, you may see a message telling you “please
try again after waveform has been acquired.” This means one of two things:
— the alarm has been acquired at the device, but it has not yet been passed to
PowerSCADA Expert
— the device was not set to acquire a waveform, and the waveform option was
checked in the Profile Editor
NOTE: If there are multiple waveforms captures for this alarm, and if there is a
disturbance waveform, it is the only one that is available here. If there are both an
adaptive and transient, but no disturbance, the one with the earliest time stamp
displays.
Button Description
Acknowledge Current Page of Alarms: Click to acknowledge all of the alarms that display on the
current page.
Note: You can acknowledge individual alarms in this way: Right-click the alarm that you want to
acknowledge, then choose Acknowledge. On a touch screen, tap twice on the alarm row to display
the menu, then tap "Acknowledge."
Silence Alarms: Click to silence all active alarms. This does not clear unacknowledged alarms or
make alarms inactive; it only stops the audible portion of the alarm.
Print/Export Alarms: Click to begin printing or exporting part or all of the log. Select All or the number
of pages, then choose whether to print or export (to HTML file, which can then be opened in Excel
or OpenOffice). When printing, the default location is:
Windows XP: Documents and Settings\All Users\Application Data\Schneider Electric\PowerSCADA
Expert 8.1 with Advanced and Reporting\Data
Vista operating systems or later: ProgramData\Schneider Electric\PowerSCADA Expert 8.1 with
Advanced and Reporting\Data
Notes: When printing: To avoid truncation of data, choose the Landscape orientation.
When using Internet Explorer 8 and a dot matrix printer, you might have problems with overlapping
columns in the printout. To solve this, either switch to Internet Explorer 7 or select a "square" matrix
(e.g., 180 x 180 DPI).
PC-based and onboard This is due to the difference between way the two alarm types are handled:
alarms do not appear or When an alarm is enabled, the system processes alarms for that tag. If the alarm
disappear as expected. is disabled, the system cannot process alarms for that tag.
For the PC-Based alarm, the condition for this is, for example, IA > 80; if the tag
value for IA is > 80, the appearance will show. The tag is constantly scanned, so
the condition triggers the alarm once it is enabled.
For the Onboard alarm, the condition for this is a digital tag, which is set by the
driver when a new alarm record on the device is read. If the alarm was disabled,
the driver cannot set the digital tag. When the alarm is enabled, nothing happens
because the alarm was already "processed" by the driver and will never get
reprocessed.
Thus, there is no resolution.
The number of alarms that This happens when the Set alarm filtering in the alarm viewer to reduce
display is fewer than the number of alarms exceeds the number of alarms that can display.
limit set by Alarm Summary 1000 and the system has Only support a one-cluster system.
length parameter. multiple clusters.
If a multiple-cluster system is necessary, display
a separate alarm page for each cluster.
To remove a column from the table, right-click its header and select Remove Column.
alarm log only: these entries come from the time-stamped digital alarm window
AlmComment
“Comment” fields
Date date (MMDDYYYY) that the event occurred or that the alarm annunciated
Equipment default equipment name displays; used for alarm filtering and viewing
LogState alarm logs only: The last state that the alarm passed through.
This column displays the quality (accuracy) of the time stamp for alarms/events.
Use the "Time Sync" filter to display only data that has confirmed time quality in the log
(see Alarm/Event Filter Form on page 158 for instructions on enabling the filter).
When there is no SER data, this column reads "No Time Sync Information."
Time Quality When the filter is set to Yes, the view displays only the available time sync information
from SER devices.
Note: If there is no SER data from any device and the filter is set to Yes, the entire log
will be blank.
[Alarm] UsePLSFilter
To filter for the information that displays in the alarm logs and the event log, click Filter
(in the upper left corner of the screen). The Advanced Alarm Filter screen displays. The
table below describes its settings.
a date range.
Start Date/End Choosing only a start date displays alarms from that date to the current date.
Date Choosing only an end date displays alarms for the past year up to that date.
For example, to display alarms only for today’s date, enter only a start date.
a time range.
Choosing only a beginning time displays alarms from that time through the end of the day
Start Time/End
(23:59:59 or 11:59:59 p.m.).
Time
Choosing only an ending time from the start of the day (00:00:00 or 12:00:00 a.m.) through
the time selected.
a single tag; use tag name only, do not include equipment name. For example, enter
MMXU1\A\phsA, not MainCM4\MMXU1\A\phsA.
Tag
To filter on tag and equipment, enter the tag here and the equipment in the Equipment
Name field.
a device entered when using the I/O Device Manager; (listed in Citect Explorer > System >
Equipment Name
Equipment)
a single cluster, which was added when setting up the project (listed in Project Editor >
Cluster
Servers > Clusters)
Alarm Desc from Time Stamped Digital Alarms: a customized on and off text description,
Alarm Description
such as “active” and “inactive”
There are eight custom filters, which can be assigned by the customer in each alarm. A
group of alarms in a specific location could have the same name in CUSTOM8 so that
custom filtering can be easily applied.
Custom Filter Custom8 has a default assignment of “Equipment.” To change custom filter assignments,
use the AlarmFormat parameter (Project Editor > System > Parameters). This is the only
means available for filtering on a custom field. When viewing the log, you can use the new
custom filter by typing it into the Custom Filter field.
Categorization
Alarm Type
Alarm Group These “alarm filters” are created in the Profile Editor when alarms are created.
Subcategorization
Alarm Level
Type Filter box: These are advanced topics; see PowerSCADA Expert help for more information.
This is the alarm category. There are four predefined categories (high, medium, low, and
event).You can assign alarms to their own categories by changing the equipment profiles
and then re-generating the database.
Category See the following table (Categories and Priorities) for a list of the categories and their
defaults.
Keep in mind that alarms that are categorized as events need to keep the category of _
PLS_ALM_EVENT (category 1004).
This is the priority of the alarm category; not used in the default PLS_Include project.
Priority As with the category, priority has defaults (see Categories and Priorities table below). You
can change these settings in the equipment profiles. However, be sure that you use
priority 1 for events.
Yes = in the Alarm or Event Log, only events/alarms with time quality information will be
listed. The time sync data displays in the Time Quality column of the log. Data displays to
Time Sync the accuracy recorded at the device.
Default: no
_PLSALM_HIGH 1001 1
_PLSALM_MEDIUM 1002 2
_PLSALM_LOW 1003 3
_PLSALM_EVENT 1004 0
View this information from the runtime environment: Click the Alarms/Events tab; then
select the Security Viewer subtab.
For more information on these fields, see Alarm SOE fields in the citectSCADA.chm
help file (Program Files> Schneider Electric > PowerSCADA Expert > v8.1 > bin).
To change the view of the log, you can use any of the sort or filter features that are
available in the Event Log.
Filter
Description: Display all alarms for:
Option
Start Choosing only a start date displays alarms from that date to the current date.
Date/End Choosing only an end date displays alarms for the past year up to that date.
Date For example, to display alarms only for today’s date, enter only a start date.
Choosing only a beginning time displays alarms from that time through the end of the day
Start
(23:59:59 or 11:59:59 p.m.).
Time/End
Choosing only an ending time from the start of the day (00:00:00 or 12:00:00 a.m.) through the
Time
time selected.
Filter
Description: Display all alarms for:
Option
This is a single cluster, which was added when setting up the project (listed in Project Editor >
Cluster
Servers > Clusters)
Area (Between 0 and 255). See Alarm SOE fields in the citectSCADA.chm help file (Program
Area
Files> Schneider Electric > PowerSCADA Expert > v8.1 > bin).
The class of the event. See Alarm SOE fields in the citectSCADA.chm help file (Program
Classification
Files> Schneider Electric > PowerSCADA Expert > v8.1 > bin).
Operator The user ID of the person who has logged on PowerSCADA Expert.
Message This comes from the Message field in the Alarm Log.
There are eight custom filters, which can be assigned by the customer in each alarm. A group of
alarms in a specific location could have the same name in CUSTOM8 so that custom filtering
can be easily applied.
Custom Filter Custom8 has a default assignment of “Equipment.” To change custom filter assignments, use
the AlarmFormat parameter (Project Editor > System > Parameters). This is the only means
available for filtering on a custom field. When viewing the log, you can use the new custom filter
by typing it into the Custom Filter field.
Trend data is automatically logged when you check “Trend Tag” for tag and then add it
to the project. If too many tags are chosen as trend tags, it could cause the hard drive to
fill up.
NOTE: The maximum number of tags (pens) that will display correctly on the screen is
ten. If you exceed ten pens, labels for these pens will not display correctly. Use one of
these methods to correct this issue:
1. Enlarge the window to accommodate the extra pens/labels.
2. Write custom code to cause the labels to always be in the same position,
overlapping each other when the trend pen is created. The user can then move the
label around for better viewing.
3. As with option number two, control the label positions with code; but then, move the
labels back to that same spot when a user selects the trend pen again.
There are two methods of calculating disk space usage: scaled and floating point. For
more information on these calculations, see Calculating Disk Storage in the
citectSCADA.chm help file (Program Files> Schneider Electric > PowerSCADA Expert
> v8.1 > bin).
• Trending: Use this option to view historical trends. To select tags, click the Add Pen
button on the toolbar:
Then associate the pen with a tag. By default, most trend data is polled every 15
minutes, and it is stored for one year (Citect Project Editor > Tags > Trend Tags) or
until it is FIFO’d out. Some tags are polled every 5 seconds and are stored for two
weeks. These tags are:
Current A
Current B
Current C
Apparent Power Total
Reactive Power Total
Real Power Total
Voltage A-B
Voltage B-C
Voltage C-A
Frequency
Power Factor Total
• Instant Trend: Use this option to view real-time trends. This allows viewing of data
that is not set up for storage. To select tags for this trend, click the Instant Trend
Selector on the toolbar:
NOTE: If one of the pens returns a value of "1.#R,' the tag selected was not valid; no
number could be reported for it. None of the values for any of the pens in the trend
will be updated. To solve this issue, close the trend and open it again. This time, do
not include the pen that gave the invalid return.
In either trending option, click Help for help using the tool:
This page displays when you click on a device symbol/genie on a single-line page.
This page shows a detailed status for a particular device. Some controls on this page
are available only to users with certain privilege levels (see Add and Modify User
Accounts on page 220 for user access levels).
One of two status pages displays. The page on the left illustrates the status page for a
meter genie. The page on the right illustrates the status page for a circuit breaker
genie.
At the top of the page, the most recent alarms and events are listed (racked in/out,
Comms Loss, and so on). To view details about an individual alarm or event, right-click
the alarm. You can view:
• a waveform. (If you do not see “Waveform” in the list when you right-click the alarm,
there are no waveforms for this alarm.) Waveforms can display only if the device is
set to “acquire on event,” and the waveform option is checked in the Profile Editor
(see Enable Waveforms on page 43).
When the waveform is available for viewing, it displays when you click this link. For
information about how the waveform viewer works, see the WaveWeb.pdf file in the
Citect bin folder (64-bit example: C:\Program Files (x86)\Schneider
Electric\PowerSCADA Expert\v8.1\bin).
Waveforms must be correctly set up before they will display. If there are multiple
waveforms, you must select from the list that displays (by default, the waveform
search returns all waveform files acquired within the 24 hours prior to the time of
the alarm). See Enable Waveforms for Onboard Alarms on page 137 for more
information. See Use the Equipment Pop-Up Page on page 1 for instructions on
viewing waveforms.
When you select the waveform option, and no waveforms are returned, one of two
things is likely:
— the alarm has been acquired at the device, but it has not yet been passed
PowerSCADA Expert
— the device was not set to acquire a waveform, and the waveform option was
checked in the Profile Editor
• details about the device (currents, voltages, powers, resets, others.),
• Finally, you can acknowledge or disable the alarm. Acknowledged and disabled
alarms are moved to their own sub-tabs.
On the left side of the of the status page, status messages display, based on the tags
defined for equipment referenced in this genie. The list varies, depending on the
device. Possible tags are:
On the right side of the page, real-time values will display for the tag type that you
chose in the Value field when you added the genie in the design-time mode. For
example, if you enter MMXU1\A\phsA as the value, you will see real-time currents here,
as illustrated above. If you did not enter anything in the Value field when adding the
genie, this area will be blank.
At the bottom left corner of the circuit breaker status page, Open, Close, Reset (for
circuit breakers).
At the bottom right corner, are the Setpoints, Trend, and List options. See the following
sections for descriptions.
View Waveforms
After you select a waveform for viewing from the genie status page, the external
waveform viewer displays it. For instructions on using the tool's analysis feature, see
WaveWeb.PDF, located in the Bin folder of the PowerSCADA Expert 8.1 with
Advanced and Reporting Bin folder (example: C:\Program Files (x86)\Schneider
Electric\PowerSCADA Expert 8.1 with Advanced and Reporting\Bin.
Based on these setpoints, alarms can begin to display both in the alarms window at the
top of the runtime screen and on the Alarms/Events tab (assuming you have set one up
for this installation).
When there is a comms loss for a device: the last state before the loss happened is
displayed on the screen.
The indication of loss of communications does not filter through the entire bus
animation: the downstream part of the drawing may still appear as if
communication is working. When any part of a one-line drawing loses
communication, do not continue to trust downstream readings until you address
the loss of communication.
To view a trend: From the one-line page in the runtime environment, click a genie to
view its status window. Click Trend, in the lower right corner. The Analyst screen
displays for that trend.
You can select the timeframe for the trend. You can also uncheck phases to remove
them from the trend, or highlight a phase to bring it to the front of the trend. For detailed
information about the buttons on the screen, click “?” at the top of the page.
For resets and controls, which are interactive, you should assign users a high level of
security. For a list of the default user levels, see Add and Modify User Accounts on
page 220. That link also includes information on creating unique users.
When you click an item from the list, individual tag readings display for that tag type
(depending on the tags that you have chosen for this device type). When you click any
item in that list, the tag pop-up menu displays with these options: Trend, Override Tag,
Control Inhibit Tag, and Tag Status. See Override Tag Status, below, for details.
Trend: This link allows you to view a trend for the tag that you clicked.
Override Tag: You can use this feature to override a real-time value that is incorrect, or
to test graphics. Enter the value that you want the system to "read" for this tag in the
Override Value line. When you click Apply, the tag is highlighted. When you have
finished the test, return to this list to remove the override.
Control Inhibit Tag: When this feature is ON, you will not be able to process writes for
this tag. To enable this inhibit, click Apply for this tag from the list. The tag reading is
highlighted. To disable this feature, return to the list view of this tag; click Remove.
You can perform control inhibit on an entire device. To do this, you will use the
IODeviceControl Cicode function. For more information, see the I/O Device
Properties topic in the citectSCADA.chm help file (Program Files> Schneider Electric
> PowerSCADA Expert > v8.1 > bin).
Tag Status: This screen views the status of the display value, override status, control
inhibit status, and field value. You can also change the override status and control
inhibit status on this screen.
Changing background colours: Default colors are assigned for the tag override and
control inhibit. Change the default background colors in the parameters, not in the ini
file.
You can filter the tags that you view by individual equipment included in the project.
You can also filter on strings that are part of the tag description or tag name. The tag
viewer will work in all supported Citect screen resolutions.
To view tags:
Click the tab for the page that was used when setting up the tag viewer, then select the
tag viewer. The viewer displays in a screen similar to this:
Use the Previous and Next links at the bottom right of the page to scroll through
multiple pages.
You can either check the features without sending an open/close command, or you can
send an open/close command without running the checks..
Only users who have privilege level of Engineer or Admin can perform these checks or
operate the equipment.
WARNING
UNINTENDED EQUIPMENT OPERATION
• Do not incorrectly configure the tag, as this can lead to unexpected equipment
operation.
• Ensure that you understand the effects of using the "bypass" option so you do
not shut down critical equipment.
• Also consider the possibility of communications loss that could yield false read-
ings.
• Ensure that all safety regulations and procedures have been followed before
you work on the equipment.
Failure to follow these instructions can result in death or serious injury.
NOTE: For information on enabling this feature, see Set Up IEC 61850 Advanced
Control on page 114
To access the advanced control window, open the equipment genie pop-up page on
the one-line. Note that, after you enable this feature, there is a "Check" button on the
lower left:
Synchro Check: Use synchro check to verify that the waveforms for the equipment's
power factor, voltage, and current are all aligned.
On the Synchro Check line, click Check to perform the synchro check, or click Bypass
to ignore the synchro check. Default: Check.
Interlock Check: Use interlock to verify that there are no blocking conditions that
need to be considered before switches are opened or closed.
On the Interlock Check line, click Check to perform the interlock check option, or click
Bypass to ignore the interlock check. Default: Check.
Test: Click Operate if you want to send the command to the equipment and to
complete the "value" setting. Click Test if you want to send the command to the
equipment, and to verify the synchro and/or interlock statuses, but not complete the
"value" setting. Default: Operate.
NOTE: If you choose "Check" for the synchro and/or interlock checks and "Operate" for
the Test line, the open/close operation will not occur if the equipment fails the checks.
Value: Choose the command that you want to send to the equipment: open or close.
Default: Closed if the breaker is open; otherwise, Open.
Send: Click to send the command to the device to perform the action(s) that you
selected.
EWS uses web-based http protocol to transfer data. It enables two-way data transfers,
which allows the acknowledgment of alarms from SBO. To include this new EWS
implementation in your installation, select the EWS Server checkbox during
installation.
EWS is set up and configured using the Application Configuration Utility (Start > All
Programs > Schneider Electric > PowerSCADA Expert 8.1 with Advanced and
Reporting > Config Tools > Application Config Utility. For details, see EcoStruxure Web
Services Setup on page 204 .
Before you can set up Basic Reports and generate/view reports, you must set up data
acquisition parameters. To do this, use the Application Configuration Utility. See
Application Services Host—Citect Data Platform on page 205 and (for receiving reports
via email) Basic Reports on page 207 for instructions.
In System > Menu Configuration, menu tabs are configured to use the new "PLS_
ReportDsp()" Cicode function to send URLs to the web browser control at runtime. The
control then browses to the available reporting web pages. See the PLS_Example
project for examples of this functionality.
When switching between PowerSCADA Expert projects in runtime, you must restart the
Schneider Electric Service Host (CoreServiceHost) service before you run the
reporting application. This allows the reporting application to load data from the
currently running PowerSCADA Expert project.
To get started setting up a report, see Set up the Runtime Environment for Basic
Reports on page 169.
For descriptions of each report type, see PowerSCADA Expert Basic Reports on page
177.
NOTE: If you install Matrikon Explorer on the same computer as PowerSCADA Expert
8.1 with Advanced and Reporting, the LiveView and reporting features will not launch.
To prevent this, install Matrikon before you install PowerSCADA Expert 8.1 with
Advanced and Reporting. If you install Matrikon after you install PowerSCADA Expert
8.1 with Advanced and Reporting, you need fix the issue in this way: Go to IIS > ISAPI
Filters, and then reset the dll that is already selected (click browse and re-select
v4.0.30319 aspnet_filter.dll). Click OK.).
The following steps describe how to interact with the reporting web application via the
runtime environment.
1. From Citect Project Editor, click System > Menu Configuration.
2. Add the new menu item that you want for each of your basic reports.
3. In each of these menu items, in the Menu Command line, add the Cicode method
that will display a report tab. You can create your own custom method or use the
default:
PLS_ReportDsp(STRING sIPAddress, STRING sName, STRING sOptions = "", STRING
sTitle="")
Examples:
PLS_ReportDsp(“10.10.10.10", "SingleDeviceReport”,
"ShowConfiguration/MyConfiguration", “Single Device Usage Report”);
which opens a configured single device report with the saved configuration name
"MyConfiguration"
or
PLS_ReportDsp(“10.10.10.10", "SingleDeviceReport”, "", “Single Device Usage
Report”);
which opens an unconfigured single device usage report at the parameters entry
page
Create the following DWORD value at the following registry key path:
Path: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet
Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION
Value: 9999 (decimal)
NOTE: This registry setting affects the Citect32.exe process only. It has no effect on
other applications that use the MS Web Browser ActiveX control.
For instructions on interacting with the reporting web application via the runtime
environment, see Set up the Runtime Environment for Basic Reports on page 169.
2. Browse to the default reporting URL, and click the report you want to view.
An example of this format is:
http://<ServerName>/Reporting/
where:
<ServerName> = the name or IP of the reporting server
Additional formats are required, depending on the operating systems. For more
information, see URL Routing for Basic Reports on page 181.
NOTE: If you plan to view a basic report using Rapid Access Labels on page 200, you
must save a configuration. After it is saved and you generate a rapid access label, do
not change the configuration name. If the configuration name is changed, you must
generate a new rapid access label.
To create and save a basic report configuration so you can view it later:
1. Visit the "build configuration" URL of the report you wish to use. Use this format:
http://<ServerName>/Reporting/Report/<ReportName>/BuildConfiguration
where:
<ServerName> = the name or IP of the reporting server
<ReportName> = the name of the report you wish to view
2. Enter the report query parameters.
NOTE: If you enter a fixed date range, all reports that you generate with this
configuration will use that date range. The best practice is to use one of the relative
date ranges, such as "last month."
3. After the report displays, scroll to the bottom of the page. You should see a text box
with XML. This XML represents your saved report configuration. Copy the entire
contents of the text box into the text editor of your choice.
4. Save this new file to the Reporting\ReportConfigurations\ directory, located on the
application root install directory (which is also the physical directory behind the
reporting web application's virtual path in IIS).
Example (64 bit):
C:\Program Files (x86)\Schneider Electric\PowerSCADA Expert\PowerSCADA
Expert Reporting\Reporting\ReportConfigurations\
The filename must be in the following format:
<ReportName>_<ConfigurationName>.cfg
where:
<ReportName> = the name of the report (such as MultiDeviceReport,
SingleDeviceReport)
<ConfigurationName> = a name for this configuration (alphanumeric only)
If you use Notepad, ensure that you apply the correct suffix (.cfg) and not the default
(.txt).
To view a basic report with a saved configuration, browse to the URL of the report and
specify the configuration. This method runs the report directly with the saved
configuration (you cannot change the parameters).
http://<ServerName>/Reporting/Report/<ReportName>/<ReportConfiguration>
where:
Use this procedure to modify a configuration that you saved according to "Run a Basic
Report and Save its Configuration," above.
Browse to the "show configuration" URL for the report that you want to modify. Use this
format:
http://<ServerName>/Reporting/Report/<ReportName>/<ReportConfiguration>/ShowC
onfiguration
where:
Run the report as you normally would, editing selections on the parameter entry page
as necessary.
After the report runs, a text box displays at the bottom of the finished report. It contains
the new XML of your saved configuration.
Copy and paste this new XML into your saved configuration file (overwriting the old
XML).
NOTE: You must configure the SMTP server and email list(s) before you email reports.
See Send Basic Reports via Email on page 174 for instructions on sending these
emails.
For instructions on setting up the SMTP server, see Basic Reports on page 207.
Email Lists
Before you can send email via the URL or ReportMailer method, you must create at
least one email list:
1. Open your preferred text editor; enter one or more email addresses (one per line,
no commas).
2. Save this text file in the Reporting\ReportConfigurations\ directory, located on the
application root install directory (which is also the physical directory behind the
reporting web application's virtual path in IIS).
Example (64 bit):
C:\Program Files (x86)\Schneider Electric\PowerSCADA Expert\PowerSCADA
Expert Reporting\Reporting/ReportConfigurations\
The filename must be in the following format:
Email_<EmailListName>.cfg
where:
<EmailListName> = an alphanumeric (no spaces) name for the email list (for
example, Administration)
Email Body
The email body that you send is contained in a resource (.resx) file in the
Reporting\bin\Resources\Reporting.en-US.resx\ directory, located on the application
root install directory (which is also the physical directory behind the reporting web
application's virtual path in IIS).
Example (64 bit):
C:\Program Files (x86)\Schneider Electric\PowerSCADA Expert\PowerSCADA
Expert Reporting\bin\Resources\Reporting.en-US.resx\
The email body is the same for all Report Configurations and Email Lists, but you can
modify the entry for ReportEmailBody to change the body of the email that is sent.
NOTE: Each visit to a URL causes the email to be sent. Be sure that you have the
correct report and email list before you visit this URL/send the email. Also, you should
secure this URL using the web.config file. For information on modifying/using the
web.config file, see http://support.microsoft.com, and search on kb 815179.
To send a basic report to an existing email list, visit the following URL:
http://<ServerName>/Reporting/Report/<ReportName>/<ReportConfiguration>/Email/<
EmailList>
where:
<ServerName> = the name or IP of the reporting server
<ReportName> = the name of the report you wish to view
<ReportConfiguration> = the name of the saved configuration to use
<EmailList> = the name of the email list you wish to use
You must use a saved configuration (see Create and View Basic Reports on page
171 for instructions). You cannot change report parameters from this URL.
No progress bar or update will display, as these interfere with some scheduling
clients.
You can use a utility called ReportMailer to email basic reports. This command line
utility is located in the PLS_Include project. It can be called by Cicode. You can create
a button on the graphics page and have it call the Cicode function or use a scheduled
process to trigger an email.
Before you can use ReportMailer, you need to create or edit the file called
ReportMailer.ini file that is in your project (not in PLS_Include). The ReportMailer.ini
file must include the text listed in the table below:
http://SCADASERVER/ The URL of the logon page(this is an example; use your own
LogOnUrl
Reporting/LogOn.aspx server name)
After this file is configured, run the ReportMailer.exe with the following syntax:
This command line application may be called from Cicode following the below
example:
FUNCTION
PLS_EmailReport()
ErrSet(1);
STRING FilePath = ParameterGet("CtEdit","User","") + "\PLS_
Include\ReportMailer.exe " +
"MultiDeviceReport SampleConfiguration SampleList " +
"^"C:\ProgramData\Schneider Electric\PowerSCADA Expert 8.1 with
Advanced and Reporting\User\PLS_Example^"";
Exec(FilePath);
END
NOTES
— The SCADA project path must be enclosed in escaped quotes (^").
— This is an asynchronous (non-blocking) call. While the EXEC() method will
return immediately, it may take a few moments to run and email the report. See
the web.config timeout value (see option 2 above) for more information.
— You can also call the ReportMailer application directly from a command line. In
this case, you can add the term "blocking" to the command line (as a fifth
parameter). This causes ReportMailer to act in a synchronous state (block the
call) and to return any error messages to the console. Never use the "blocking"
parameter by Cicode, as it could prevent EXEC() from returning in a timely
fashion.
You can schedule the emailing of basic reports by executing the above Cicode as an
action from a timed event. For more information, see Configuring Events in the
CitectSCADA.chm help file (Program Files> Schneider Electric > PowerSCADA Expert
> v8.1 > bin).
You can also use the Windows Task Scheduler to send these reports. Refer to
Microsoft's documentation on the task scheduler at: http://windows.microsoft.com/en-
US/windows7/schedule-a-task.
Toolbar Options
Option Description
Option Description
Export ( )
See instructions below for exporting a report.
Before you can print a basic report, you must export it into a format that can be printed.
To export:
Before you can view basic reports, there must be data logged for the project. See Use
the Analysis Page on page 161 for help.
You must also create a report tab for the graphics page in runtime mode. See Set up
the Runtime Environment for Basic Reports on page 169.
NOTE: If the Schneider Electric CoreServiceHost has not been refreshed after devices
or topics have been added, you should clear the cache and refresh the platform in
order to access the new devices or topics.
See Clear Cache and Refresh Platform on page 142 for instructions.
After you have logged trend information, you can create and view basic reports. From
the graphics page in the runtime environment, click the reports tab and choose the
basic report type you want to create:
Single Device Usage Reports on page 178
Multi Device Usage Reports on page 179
Tabular Reports on page 179
Trend Reports on page 180
Rapid Access Labels on page 200
See also:
Localization for Basic Reports on page 182
NOTE: The report is optimized for up to five topics. If you choose too many topics, the
chart legend can become unreadable.
Before you can create and view a report, you must set up reporting in the runtime
environment. See Set up the Runtime Environment for Basic Reports.
After the report is generated, it displays on the screen. It includes a usage summary
table, and a graph and table for each topic you selected. You will probably have to
page forward in the report to see all of the information.
For information about reading, exporting, printing, or editing reports, see Read, Export,
Print, and Edit Basic Reports.
NOTE: If you choose too many devices, the chart legend can become unreadable.
Before you can create and view a report, you must set up reporting in the runtime
environment. See Set up the Runtime Environment for Basic Reports.
After the report is generated, it displays on the screen. It includes a usage summary, a
value table by interval for all of the devices selected, and a pie chart. You will probably
have to page forward in the report to see all of the information.
For information about reading, exporting, printing, or editing reports, see Read, Export,
Print, and Edit Basic Reports.
Tabular Reports
Use tabular reports to display a system's historical data in a table format. Tabular
reports can include one or more devices and one or more topics. A tabular report can
include all available topics.
NOTE: The report is optimized for up to five topics. If you choose too many devices or
topics, the chart legend can become unreadable.
Before you can create and view a report, you must set up reporting in the runtime
environment. See Set up the Runtime Environment for Basic Reports.
If you choose Custom..., the Start Date/Time and End Date/Time fields display.
Enter the date and hour:minutes:AM/PM. (The date/time fields do not apply for
the other reporting periods.)
— From the Period Grouping dropdown box, choose the interval by which you
want to see the data reported. (The options here vary, depending on the date
range selected.)
If you leave the default By Interval, you will get every data point in the selected
date range.
— Check the name(s) of the device(s) for the report.
— Check the topic(s) to be included.
3. Click Generate Report.
After the report is generated, it displays as a table on the screen. It lists data for all of
the tags according to their timestamps. You will probably have to page forward in the
report to see all of the information.
For information about reading, exporting, printing, or editing reports, see Read, Export,
Print, and Edit Basic Reports.
Trend Reports
Use trend reports to display a system's historical data in a trend (line) and table
formats. Trend reports can include one or more devices and one or more topics. A
trend report can include all available topics.
NOTE: The report is optimized for up to five topics. If you choose too many devices or
topics, the chart legend can become unreadable.
Before you can create and view a report, you must set up reporting in the runtime
environment. See Set up the Runtime Environment for Basic Reports.
After the report is generated, it displays on the screen. It includes a trend for each topic
included (selected data points over the period of the trend) followed by a table with
every timestamp in the period selected. You will probably have to page forward in the
report to see all of the information.
For information about reading, exporting, printing, or editing reports, see Read, Export,
Print, and Edit Basic Reports.
NOTE: These steps are specific to Windows 7; they may be different for other operating
systems. For further assistance, view Microsoft's documentation on this topic at:
http://technet.microsoft.com/en-us/library/cc754628(v=ws.10).aspx
1. Turn on the Windows Authentication feature:
a. From the control panel, click Programs and Features > Turn Windows features
on or off.
b. Check Windows Authentication.
2. Enable Windows Authentication in IIS:
a. From the Control Panel > Administrative Tools, choose Internet Information
Services (IIS).
b. Select the root node from the tree on the left (or the Reporting website, if this
server hosts multiple sites).
c. From the right hand pane, in the IIS section, click Authentication.
d. Enable Windows Authentication.
3. Modify web.config to specify Windows Authentication:
a. From the root of the Reporting direction, locate web.config.
b. Change the line:
<authentication mode="Forms">
to
<authentication mode="Windows">
4. Add roles to web.config:
You must add roles to web.config to allow access to the basic reporting application.
For example, to allow the role (group) Administrators, add the following to the
web.config file:
<authorization>
<allow roles="Administrators"/>
<deny users="?" />
</authorization>
Modifying the web.config file is an advanced topic that is covered on the Microsoft
website.
See the following link for instructions provided on the Microsoft website:
http://www.iis.net/configreference/system.webserver/security/authentication/window
sauthentication
Additional information may be available in the following knowledge base article:
http://support.microsoft.com, and search on kb/815179.
This hotfix is included in Service Pack 1 for Windows 2008 R2 and Windows 7. To
receive the hotfix, you should install Service Pack 1. This installation provides
additional important updates to the operating system. To obtain Service Pack 1 for
Windows 2008 R2 and Windows 7, go to either Windows Update or
http://support.microsoft.com/kb/976932.
Windows XP
When you install IIS on a Windows XP operating system, IIS version 5.1 is installed.
When browsing to the default URL, you must append to the URL "default.aspx".
Example:
http://<servername>/Reporting/default.aspx
Make copies of the .resx files listed in the table below. Change the extensions of the
copies into the culture name for the target language. Note that you do not need to
include both the culture ("es") and the region ("ES"), unless you specifically want a
language that is different from the default.
For a list of the culture names you can use, see the National Language Support (NLS)
API Reference, currently at:
NLS API
After you change the extensions, provide translations for the strings in each .resx file.
Store the localized .resx files in the same Resources folder as the English versions.
Template Editor
Use theTemplate Editor to begin creating, duplicating, modifying, and deleting
LiveView templates and views.
Use LiveView
PowerSCADA Expert provides the ability to create and view LiveView templates and
views. Some basic predefined templates are included with the software; you can create
new templates or make copies of the predefined templates and edit the copies.
Before you view LiveView templates and views, you must set up data acquisition
parameters. To do this, use the Application Configuration Utility. See Application
Services Host—Citect Data Platform on page 205 for instructions.
NOTES:
• If you find that a predefined table does not include enough cells for the data you
want to display, use the duplicate feature to make a copy of the predefined table.
Then add the needed cells to the duplicate.
• If you install Matrikon Explorer on the same computer as PowerSCADA Expert 8.1
with Advanced and Reporting, the LiveView and reporting features will not launch.
To prevent this, install Matrikon before you install PowerSCADA Expert 8.1 with
Advanced and Reporting. If you install Matrikon after you install PowerSCADA
Expert 8.1 with Advanced and Reporting, you need fix the issue in this way: Go to
IIS > ISAPI Filters, and then reset the dll that is already selected (click browse and
re-select v4.0.30319 aspnet_filter.dll). Click OK.).
You can only view data in these templates if your system is online and you are
connected to devices that provide data.
To begin creating LiveView templates, click Start > Programs > Schneider Electric >
PowerSCADA Expert 8.1 with Advanced and Reporting > Config Tools > Table Editor.
The LiveView Template Editor screen displays.
See also:
LiveView Placeholders
LiveView Tables
Click any of the following links to learn about the live view tables:
LiveView Basic Readings Summary on page 184
LiveView Power Flow Summary on page 184
LiveView Energy Summary on page 184
LiveView Energy Readings on page 185
LiveView Fundamental Phasor Readings on page 185
LiveView THD Current Summary on page 185
LiveView THD Voltage Summary on page 185
LiveView Uptime Summary on page 186
LiveView Incremental Reactive Energy Summary on page 186
LiveView Incremental Real Energy Summary on page 186
LiveView Harmonic Apparent Power Flows on page 187
LiveView Harmonic Reactive Power Flows on page 187
LiveView Harmonic Real Power Flows on page 188
LiveView Demand Current Summary on page 188
After opening the power flow summary template, you set the update interval for this
summary. You can also add or remove devices from the summary.
After opening the energy summary template, you set the update interval for this
summary. You can also add or remove devices from the summary.
Absolute (unsigned): The device stores positive energy values, regardless of the
direction of power flow. The energy value increases, even during reverse power flow.
Signed: The device stores both positive and negative energy values. The energy
value increases or decreases, depending on the direction of the power flow.
After opening the live view energy readings table, choose the device you want and set
the update interval for this table. Click Display Table.
The live view energy readings table provides these accumulated readings:
• real energy (kWHr)
• reactive energy (kVARHr)
• apparent energy (kVAHr)
After opening the fundamental phasor reading template, choose the device for which
you want readings and set the update interval for this table. Click Display Table.
The fundamental phasor readings table provides a phasor diagram that indicates
current and voltage magnitudes and angles for each phase.
After opening the THD current summary template, you set the update interval for this
summary. You can also add or remove devices from the summary.
THD current (%):
• phase A
• phase B
• phase C
• neutral
After opening the THD voltage summary template, you set the update interval for this
summary. You can also add or remove devices from the summary.
THD voltage (%):
• Vab
• Vbc
• Vca
• Van
• Vbn
• Vcn
After opening the uptime summary template, you set the update interval for this
summary. You can also add or remove devices from the summary.
After opening the incremental reactive energy summary template, you set the update
interval for this summary. You can also add or remove devices from the summary.
After opening the incremental real energy summary template, you set the update
interval for this summary. You can also add or remove devices from the summary.
After opening the harmonic apparent power flows template, select the device, then
click Display Table.
In the upper right, you can set the update interval for this table.
You can set meter registers to enable frequency domain analysis of waveforms and the
format used in analysis. Harmonics and trend tables reflect these register settings. For
details about these settings, read the Notes to the right of the table.
Magnitudes and angles are available for all odd harmonics from H1 through H31.
After opening the harmonic reactive power flows template, select the device, then click
Display Table.
In the upper right, you can set the update interval for this table.
You can set meter registers to enable frequency domain analysis of waveforms and the
format used in analysis. Harmonics and trend tables reflect these register settings. For
details about these settings, read the Notes to the right of the table.
Magnitudes and angles are available for all odd harmonics from H1 through H31.
After opening the harmonic real power flows template, select the device, then click
Display Table.
In the upper right, you can set the update interval for this table.
You can set meter registers to enable frequency domain analysis of waveforms and the
format used in analysis. Harmonics and trend tables reflect these register settings. For
details about these settings, read the Notes to the right of the table.
Magnitudes and angles are available for all odd harmonics from H1 through H31.
After opening the demand current summary template, you set the update interval for
this summary. You can also add or remove devices from the summary.
• Ic
After opening the demand voltage summary template, you set the update interval for
this summary. You can also add or remove devices from the summary.
demand voltage
• Vab
• Vbc
• Vca
• Van
• Vbn
• Vcn
LiveView Viewer
Use this screen to view table templates, and to view or create table views, in the
LiveView Viewer.
To open this screen, in Runtime mode, click the menu links that have been set up
when you created the graphics page (see Create Menu Item for LiveView Page on
page 193). In the PLS_Example project, there is a tab for LiveView. For information
about an individual table, click a link from the Contents folder.
NOTE: If you plan to view a table using the Rapid Access Labels on page 200 feature,
do not change its name after you print the QR code. If the name is changed, you must
generate a new rapid access label.
To open this view using a URL link, use one of these options:
• From the computer where LiveView is installed, enter
http://localhost/LiveViewViewer
• From a remote client computer, enter
http://10.10.10.10/LiveViewViewer
(where 10.10.10.10 is the URL of the server where LiveView resides)
To automatically open a specific table when you launch LiveView Viewer, add the
table name to the end of the address. For example, to open the basic readings
summary view while on the local computer, you would enter:
To view a template, select it from the list. Then, select the device(s) for which you want
to display values. (Only devices that have at least one assigned topic from the topic
placeholders in this template are available for selection.
To save a template as a view, display the template. Click ( ) on the upper right of
the Viewer page. In the View Name window, edit the name, then click OK. The new
view is saved in Tables > Views on the server. The view will also display in the left-
hand pane of the Views tab.
Views: A view is a template that is saved with its device selection(s). The views listed
are saved on the server in Tables > Views. Views are available to all users, whether on
the server or a client. They also display on the Views tab of the Live View Viewer.
To open a view, highlight its name, then click Display. The view displays in the right-
hand pane with updated data. You can delete a view (click Delete, to the right of the
View tab). You can change a view by adding or deleting devices and then either
overwriting the view or saving it as a new view.
Update List: This link forces the cached table and view lists to be refreshed, displaying
any newly added tables and views.
Select Device(s) and Update Device List: This link forces any new devices (with at
least one assigned topic) to display. In the Select Device(s) list, you can move devices
higher or lower in the list that you see, so that they display in the order you prefer. To
do this, right-click and highlight a device, then click one of these icons:
: Move to the top (double arrow) or move up one step (single arrow)
: Move to the bottom (double arrow) or move down one step (single arrow)
Where's My Device? on page 191: Click this link to explain why an expected device
does not display in the table.
The template (after you click Display) or view displays with devices and data. The
following information is included:
Placeholders: All placeholders that were added during setup will display with the
appropriate device name or tag value.
Thresholds: If any of the tag values are outside of the normal range established in
the Thresholds that were added during setup, the font color will reflect the high or low
status of that tag.
On the right-hand side of the top of the screen are these buttons:
Save ( ): Click to save a template as a "view." You are prompted to name the
view (default: table name appended with "view"). The view is saved in Tables
> Views on the server. The view includes the devices that were selected for the
table.
Notes ( ): Click to display a description of the table that was added when the table
was set up.
Print ( ): Click to print a copy of the table with its current values.
Last Update: This is the most recent date/time that the template or view values were
updated.
Update Interval: Choose the interval of time that will pass between requests to update
the data in the template or view. Options are:
Manual: Updates only occur when you click Update Now.
5 seconds
10 seconds
30 seconds
1 minute
10 minutes
Update Now: Click to manually update values and refresh the template or view.
Where's My Device?
This help topic displays when you click "Where's My Device?" below the device list in
LiveView Viewer.
Missing Topics
Only devices that have topics available for the selected template will appear in the
device selection list. If you do not see an expected device, it is missing because it does
not include topics that are used in this template.
If this is a template that you have created, you can open the template in the LiveView
Placeholders on page 195 screen of LiveView Template Editor to add the placeholder
(s). If this is a predefined template, you cannot change it; you will need to make a
duplicate template and then add the desired placeholder(s).
See Clear Cache and Refresh Platform on page 142 for instructions.
Set Up LiveView
Use this application to begin creating, duplicating, modifying, and deleting LiveView
templates and views.
You can configure a LiveView template in LiveView Template Editor, and then display
it on the server or on a web client. A "template" includes all of the setup data except
devices.
You can create "views" of templates in LiveView Viewer. A "view" is a template that
includes devices.
To access LiveView Template Editor, click Start > Programs > Schneider Electric >
PowerSCADA Expert > v8.1 Config Tools >Template Editor.
Only one user at a time can access LiveView Template Editor. When a user accesses
LiveView Template Editor, a file called TemplateEditor.lock is saved on the
PowerSCADA Expert folder of the server (default location: Program Files > Schneider
Electric > PowerSCADA Expert > v8.1 > Applications > LiveView > Viewer). If
necessary, an administrator can unlock the utility by deleting TemplateEditor.lock from
the server.
about the template that will be useful. The information displays in a notes field, to
the right of the template. This field closes when you click Done.
• In the left-hand pane are the following:
New: (You are prompted to save if you are editing a template that is not saved.)
Click to save the template you are editing, and then to add a new template. The
"New Template" name displays in the list, a new template file is uploaded to the
server in Table > Templates, and an empty template displays in the right-hand
pane. All fields are set to their defaults.
Duplicate: Click to save a copy of the selected template. The current template
name is used with "Copy" appended. Use this option to edit a predefined template.
NOTE: If you find that a predefined table does not include enough cells for the data
you want to display, create a duplicate. Then add the needed cells to the duplicate.
Delete: Click to delete the current template (you cannot delete predefined
templates). Confirm that you want to delete it. All views associated with the template
will also be deleted.
Select Template: This list includes all of the templates that are set up. Predefined
templates display a lock icon ( ) to the left of the name. These templates cannot
be deleted or edited.
Template Name: Overwrite the current name, which updates the template here
and in the list of templates. This will also update the views that are associated with
this template.
Single Device/Multiple Device: Click the radio button for the type of template
you want (default: Single Device).
View Area: Use this field to determine the area of the table that will be viewed in
LiveView Viewer. When you set up a table, there may be information (such as
formulas or notes) that you do not want to display in the final table in the Viewer. To
select only the material that you want to view, do one of the following:
— In the View Area text field, type the cell range that you want to view (for
example, A1:D20).
— Select the cells that you want to include, then press Use Selection.
In either case, a border displays around the cells in the range you select.
Save the template. When you view it in LiveView Viewer, it will only include the
cells you selected.
Save: This button becomes live only after you make a change to a template that is
being edited. The template is saved as an .xlsx file; it is uploaded to the server in
Table > Templates. The saved template appears in the View tab after you click
Save. (You do not need to click Save when you create a new template or a
duplicate; these files are automatically saved.)
See also:
See also:
To add data formulas to the real-time table, see LiveView Formulas on page 195.
To add data (device names and tag names) to the real-time table, see LiveView
Placeholders on page 195.
To add visual alerts (color changes) when the value of the tag associated with a cell
becomes too high or too low, see LiveView Thresholds on page 196.
To add formatting to cells, such as font and font size, see LiveView Formatting on page
194.
LiveView Formatting
Use this feature to add cell formatting, such as font, font size, and color. To use this
feature, click the Formatting subtab in LiveView Template Editor. A formatting toolbar
displays on the screen. It allows you to set the appearance of the cells in the template.
NOTE: Formatting changes become visible only after you click outside of the cell that
you change.
To format a cell or range of cells, select the cell(s). When you select a format, the active
cell(s) will be set to the specified format attribute. When a cell becomes active, the
format selections on the toolbar will reflect the selections for that cell. When you select
multiple cells, the format selections will reflect those of the first cell you select.
See also:
To add data formulas to the Live View template, see LiveView Formulas on page 195.
To add data (device names and tag names) to the Live View template, see LiveView
Placeholders on page 195.
To add visual alerts (color changes) when the value of the tag associated with a cell
becomes too high or too low, see LiveView Thresholds on page 196
See also:
LiveView Placeholders
Placeholders provide the data (device names and tag names) to a LiveView template.
The placeholders are the identifiers that are added when setting up the template, but
are replaced with the name of the selected device or the tag value when the template
is viewed.
To use this feature, click the Placeholder subtab in LiveView Template Editor.Then
enter the appropriate information in the following fields.
1. To begin, place the cursor in a cell. Note that the Insert Location displays the cell
number for the placeholder you are setting.
2. TAG Value/Device Name:
From the drop-down field in the top left corner of the page, choose either Tag Value
or Device Name.
Tag Value: Select the tag group, such as Alarm, Current, Energy. Beneath the tag
group, select the specific tag you want. The list is filtered to include only the most
common tags that belong to the group you selected. To view all of the tags
available in this tag group, check Show Advanced.
Device Name:The list of devices is filtered to include only devices for which this
template's data is available. To display the device name in this cell of the template,
select Device Name. You will choose the actual device during runtime.
3. Insert Location: This offers a second way of inserting the placeholder location.
After choosing the device or tag, type the cell number for the placeholder cell.
4. Insert: Click to add the selected placeholder to the specified cell.
See also:
LiveView Formulas
Follow these instructions to add the formulas needed to include data in a Live View
template. You can add formulas to:
• add, subtract, multiply, or divide the contents of two individual cells
• add, multiply, or average the contents of a range of cells
To use this feature, click the Formulas subtab in LiveView Template Editor. Then
choose one of the following fields:
• Cell: Use this field to enable a formula for two individual cells. Then enter:
Cell 1 Address: Type the cell address. The cell address displays in this field.
Repeat the above procedure for the rest of the formulas you want to use for this Live
View template.
NOTES:
• You must "Protect Current Sheet" in order for formulas to be maintained and visible
in the LiveView Template Editor.
• If you want to use conditional formulas ("IF" formulas), you must first create them in
Excel. To do this, you must access the template you want on the server (Program
Files > Schneider Electric > Applications > LiveView > TemplateEditor >Templates
Temp). Open the template in Excel and add the conditional formula(s) that you
want. After you save the changes, the formula(s) will function correctly in Live View.
You must copy the IF statement into every cell of the column that displays the result
of the IF statement.
• In multiple device tables that rely on formulas to display information for each
device, the results column will display zeroes when that row has no device in it. To
avoid this, use a formula that will display no result if there is no device in that row. In
the following example, when no device is in cell A2, no results will display (no
zeroes) in cell E2.
See also:
LiveView Thresholds
Use this feature to display tag readings that fall outside of the normal range. You can
apply it to an individual cell or a range of cells. You determine the tag or tags for which
you want to display out-of-normal (threshold) readings. When the value of the tag in a
cell (or any tag in a cell range) is below the minimum or above the maximum that you
set, the tag value displays in the threshold cell.
You can set both minimum and maximum values for a cell or cell range. Use different
colors to indicate the high and low readings.
To use this feature, click the Threshold subtab in LiveView Setup. To add a threshold:
1. Cell: For a single cell: Select the cell for which you want the font color to change.
The font color will change when the value for the tag in that cell goes above the
specified Max Value (or below the Min Value) for the threshold.
or
Cell Range: For a range of cells, either select the range, or type the range in the
format C4:C20.
NOTE: When setting up a multiple-device table, you should use a cell range to
ensure that threshold font colors display for each device in the table.
2. Min Value: Type the low value for the "normal" range. If the tag value drops below
this value, the cell font color will change as specified in step 3.
3. Below Min Threshold Color: Open the color palette and select the font color that
you want to indicate the "low" status.
4. Max Value: Type the high value for the "normal" range. If the tag value goes above
this value, the cell font color will change as specified in step 5.
5. Above Max Threshold Color: Open the color palette and select the font color that
you want to indicate the "high" status.
6. Insert Location: Choose an empty cell, one that is not part of the table. This cell will
be the location for the threshold definition that you are creating.
The default cell for the threshold definition is the next available cell in the template.
For example, if the tag in cell B7 has an unused cell to the right of it (C7), the
threshold definition defaults to C7. Then, when the value in B7 exceeds the
threshold defined in C7, the value in B7 displays in the font color you specified. To
override the default cell location, change it in the Insert Location field.
7. Insert: Click here to create the threshold(s).
See also:
1. Open LiveView Template Editor. In Runtime mode, click the menu links that have
been set up when you created the graphics page (see Create Menu Item for
LiveView Page on page 193). In the PLS_Example project, there is a tab for
LiveView.
2. Highlight the name of the template that you want to modify.
The template displays.
3. You can change any field on the template. Click any of the subtabs (Placeholder,
Formula, Threshold, or Formatting) to edit the related information. For help on the
subtabs, see the "See Also" links below.
4. When you have finished making changes, click Save.
See also:
LiveView Delete
You can delete any template except one that is predefined.
1. Open LiveView Template Editor. In Runtime mode, click the menu links that have
been set up when you created the graphics page (see Create Menu Item for
LiveView Page on page 193). In the PLS_Example project, there is a tab for
LiveView.
2. Highlight the name of the template that you want to delete.
The template displays.
3. Click Delete (on the top of the left-hand pane).
You are prompted to verify the deletion.
4. Click Yes to delete the template, or click No to cancel the deletion.
2. Locate the file called LiveViewViewer.resx. The default location is in the App_
GlobalResources folder.
3. Make a copy of the resx file.
4. Use Visual Studio to open the copy resx file.
5. Replace the English terms in the right hand column with the localized terms that
you need.
6. Save this file with a new extension, which must match the language. For the
example above, the new file name would be:
LiveViewViewer.fr-FR.resx
The LiveView template fields that you replaced will now display in the localized
language.
NOTE: These steps are specific to Windows 7; they may be different for other operating
systems. For further assistance, view Microsoft's documentation on this topic at:
http://technet.microsoft.com/en-us/library/cc754628(v=ws.10).aspx
1. Turn on the Windows Authentication feature:
a. From the control panel, click Programs and Features > Turn Windows features
on or off.
b. Check Windows Authentication.
2. Enable Windows Authentication in IIS:
a. From the Control Panel > Administrative Tools, choose Internet Information
Services (IIS).
b. Select the root node from the tree on the left (or the LiveViewViewer node, if this
server hosts multiple sites).
c. From the right hand pane, in the IIS section, click Authentication.
d. Enable Windows Authentication.
3. Modify web.config to specify Windows Authentication:
a. Locate web.config:
C:\Program Files\Schneider Electric\PowerSCADA Expert\
v8.1\Applications\LiveView\Viewer
b. Change the line:
<authentication mode="Forms">
to
<authentication mode="Windows">
4. Add roles to web.config:
You must add roles to web.config to allow access to the LiveVIew application. For
example, to allow the role (group) Administrators, add the following to the
web.config file:
<authorization>
<allow roles="Administrators"/>
<deny users="?" />
</authorization>
Modifying the web.config file is an advanced topic that is covered on the Microsoft
website.
You will enable Windows Authentication in IIS and modify web.config to specify Live
View.
See the following link for instructions provided on the Microsoft website:
http://www.iis.net/configreference/system.webserver/security/authentication/windowsa
uthentication
7. Optional: You may wish to print a sticker for a different URL (such as a corporate
website). To do this, enter the URL in the URL line of the Manual URL Entries box
(the site name automatically displays in the upper box).
8. Optional: On the Caption line, you can type any text that you want to have printed
above the QR code on the sticker. If you want the output table or report to have a
title, enter it here.
9. Click Generate Report.
NOTE: To print correctly, use the icon on the report control bar, not the one from the
browser (which would add a header and footer, and throw off alignment).
Place each sticker in the desired location, such as next to the device that is being
monitored.
To read a sticker, use a QR code reader (such as a Smart phone or iPhone). The
reader must have access to the network and server. We recommend that you use the
QR Droid application if you are viewing reports/tables from an Android phone.
Troubleshooting
If you cannot read the QR code, verify the following:
• Your phone/reader has access to the wireless network, and the server can be
reached by the IP you selected when generating labels.
• The server address and port name are correct.
• The report configuration name or LiveView table name are correct (and have not
been changed or deleted).
Multi-Monitor Support
PowerSCADA Expert provides the means for viewing the runtime environment from
multiple monitors. This setup allows you to view unrelated information at separate
monitors that are placed beside each other. In this example, there are four monitors,
configured left to right in a single row:
In the Citect.ini file for the project, add the following instructions:
Add the following instructions to the Citect.ini file (changes can be added directly to the
Citect.ini file or in the project database, via menu command: System > Parameters in
Project Editor):
[MultiMonitors]
Monitors = 4
StartupPage1 =
StartupPage2 =
StartupPage3 =
StartupPage4 =
where
Restart Services: This feature is available only when changes are made to the Citect
Data Platform page. Click this link to restart Application Services. If you click inside any
field of this area and then click Display Selected or Display All, you are prompted to
save your changes before the configuration file displays.
Display Selected: Click this link to display the settings that have been entered in
specific area of the Application Configuration Utility (Application Services, Application
Services Host, Applications, Security) that you are viewing.
Display All: Click this link to view the settings that have been entered for the entire
Application Configuration Utility.
Search: Click this link to open a search window. Type the key word or phrase you want
to search on, then click to view the list of screens on which the word or phrase are
found. Click a screen name, and the screen displays. Click the 'x' in the upper right
corner of the search results to close the search window.
Tooltips: To view help for an individual field, point your mouse and hover over the field.
Application Services: The Application Services on page 203 section includes screens
for setting up:
• Diagnostics on page 204
• EcoStruxure Web Services Setup on page 204 (EWS)
• Event Notification Service on page 205
Application Services Host—Citect Data Platform on page 205: four tabs contain
settings to configure server/user name, ignored devices and topics, deadbands, and to
display the license of the server.
Basic Reports on page 207: Use this screen to set up the delivery mode and email
address from which PowerSCADA Expert 8.1 with Advanced and Reporting basic
reports will be sent.
One-Line Engine on page 206: Three tabs contain settings to configure one line
engine behaviors.
Diagnostics page: The Diagnostics page on page 208 provides a quick view of the
I/O device INI settings for all protocols, clusters, servers, ports, and devices. Use this
information as the first step in troubleshooting device/communication issues in your
system.
Security
• One-Time Password (Two-Factor Authentication) on page 209
• Single Sign On on page 218
Application Services
Use this section to configure services that connect with Citect. There are three tabs:
Diagnostics on page 204: This is a read-only list of web services hosted by the
Schneider Electric CoreServiceHost, details about them, and whether they are running.
You can also choose the logging level.
EcoStruxure Web Services Setup on page 204: EWS uses web-based http protocol to
transfer data. It enables two-way data transfers, which allows the acknowledgment of
alarms from SBO.
Event Notification Service on page 205: This feature serves alarms and events to the
Event Notification Module application through a web service endpoint named
Alarms/Alarm Proxy.
Diagnostics
Logging Level:
This feature turns on extra diagnostic information that can be useful when diagnosing
problems that occur in application services or its hosted applications (such as
LiveView). Choose the level of logging to be used in all applications. Debug and
Verbose increase the amount of information that is logged during runtime for
applications such as Basic Reports and LiveView.
• Normal: Use when the project is live.
• Debug: includes additional logging statements (in the Windows event log named
PowerLogic). This logging should not affect performance in the system during
runtime.
• Verbose: releases additional diagnostic information, such as large lists, that could
affect system performance.
Service Inventory:
password. When you enter a valid username and password, a message displays
telling you they are valid.
Default location;
After the data that you want is processed, you need to return this key to its original
setting.
Use this page to link a Citect user name and password to be used when the Schneider
Electric CoreServiceHost services connect with Citect runtime. Before you begin:
• Add the username/password to the Citect project.
• Have Citect running in runtime mode.
Citect Licensing Details: This is a read-only field that displays the license key
currently in use on the Citect server machine.
NOTE:
To provide extra security, you can use the following method. You will run Citect as a
Service. Citect and services must both run on Session 0.
1. In the Citect INI file, remove [ctAPI] Remote or set it to 0.
2. Leave Citect I/O Server Address blank.
3. Leave Citect User Name blank.
4. Leave Citect Password blank.
5. When you Test Credentials, the test will fail. However, you can verify that the
service has started by viewing the Event Log.
Applications
Use this section to set up information for:
One-Line Engine
To access this feature, click Start > All Programs > Schneider Electric > PowerSCADA
Expert 8.1 with Advanced and Reporting > Config Tools > Configurator.There are three
tabs in the One-Line Engine module. On all three tabs, two buttons at the bottom allow
you to:
Restart AOL: Click to manually restart the Advanced One Line engine.
Citect User: After you add a user to your Citect project, use this tab to test whether the
user ID can be used by the One Line engine to connect with runtime. Type the Citect
user ID and password, and click Test Credentials. The test connection will attempt to
log in with this user information. A message displays, telling you whether the user
information passed. If it does not pass, you see a message telling you that the
connection failed because the user name/password are incorrect or
PowerSCADA Expert is not running. Make sure that PowerSCADA Expert is running
and that the user name/password have been set up in Citect, then try again.
General: You can edit the following parameters that enable one lines to run properly.
For more complete descriptions of the parameters, see Add INI Settings to
AdvOneLine.ini and Citect.ini on page 118. If you are not setting up a redundant
system, the default settings should be sufficient.
• Update Interval: interval in seconds at which the system tries to solve the system
one-line
• Max Startup Delay: sets the amount of time in seconds the AdvOneLine.exe has to
start up
• Health Timeout: performance parameter; dictates the amount of time in seconds
that must elapse before the one-line engine is considered to be non-functioning
• Log File Length: suggests the log file length in number of lines
• Debug Level: selects the level of logging for AdvOneLine.exe
Redundancy:
• Primary Server IP: used in redundant configurations to specify the IP address of the
primary IOServer. Click Clear to clear the current address, then type the correct
address for the primary server.
• Standby Server IP: used in redundant configurations to specify the IP address of the
standby IO Server. Click Clear to clear the current address, then type the correct
address for the secondary server.
Use the following two buttons to save an encryption key and export it to another
computer as an .aes file.
NOTICE
LOSS OF SYSTEM CONFIDENTIALITY/INTEGRITY/AVAILABILITY
Do not save the .aes encryption file to the local computer. Always export it to a
secure site, such as a secure network or to the target computer.
Failure to follow these instructions can result in unauthorized access to, modi-
fication of, and unavailability of the system.
This allows you to move an INI file from one computer to another and to have its
contents unencrypted for use by that computer.
• Export Key: After making/verifying changes here or in the AdvOneLine.ini file, click
to save a configuration that you can use on another computer.
A Save As window displays, allowing you to browse to the preferred location. Save
the .aes to a secure location, such as a secure network drive or a flash drive.
• Import Key: After you save the .aes file to the secure drive, ensure that the drive is
accessible to new computer. At the new computer, click this button to access the
.aes file.
After you access the .aes file at the new computer, copy the INI file to the new
computer. You will be able to access and use it.
Basic Reports
Use this screen to set up the delivery method and email address from which
PowerSCADA Expert 8.1 with Advanced and Reporting basic reports will be sent.
These settings specify the SMTP server for emailing basic reports. They are not used
for Event Notification Service.
Diagnostics page
The Diagnostics page provides a quick view of the I/O device INI settings for all
protocols, clusters, servers, ports, and devices. Use this information as the first step in
troubleshooting device/communication issues in your system.
When you first click the Diagnostics tab, a short description and help link display on the
right-hand side. The basic steps you follow are below. See the section after the steps
for the logic behind how data displays.
1. To begin viewing data, click the Diagnostics link on the left. The I/O Device Settings
link displays. Click that link.
Notice that the right-hand pane displays a link for the project name.
2. Click the Project Name drop-down box and choose the project for which you want
to view data.
PowerSCADA Expert loads the server information for this project. Note that you
could have multiple servers: I/O, alarm, and trend.
3. From the View pane, click a cluster and then a server.
4. (I/O servers only): From the Protocol column, choose a protocol and then the port
and device.
5. View the data for that device:
— The top row of the Settings are a "breadcrumb," showing the device information
from cluster to device.
— The second row, just above Effective Settings, displays details about the device,
equipment name, number of tags, address, priority, memory mode and startup
mode.
— The remaining sections display information only if there have been changes
made to the default settings.
Depending on the server type that you select, the Settings on the right display with
different information.
I/O servers alone display a separate column: When you select an I/O server, the
Protocol column displays beside it. You will select protocol, port, and device.
The Effective Setting uses the CacheRefreshTime of 1000 from the Port Setting.
Security
Use this section to set up information for:
Single Sign On
To log in, the user enters their user name and password. PowerSCADA Expert then
prompts the user to press a button on the YubiKey device (which has been plugged
into a USB port on the client). The YubiKey will send a string of characters (the OTP) to
PowerSCADA Expert for authentication. If both the password and the OTP authenticate
successfully, then the user is logged in. Note that the OTP is only authenticated
successfully one time. Once successful, the OTP expires. This means that if the string is
captured (snooped from the network, for example) and reuse is attempted, the OTP will
fail.
A YubiKey is assigned to a PowerSCADA Expert user (see below). After that, the
YubiKey and the assigned user account share a secret code. The YubiKey uses this
secret code to generate encrypted strings of text (the OTPs) when the user presses the
button on the YubiKey.
Using the secret code, PowerSCADA Expert decrypts the OTP to determine if the OTP
is valid (ensuring that it has not been replayed, it is assigned to the current user, etc.).
After successful authentication, PowerSCADA Expert marks the OTP as expired and
will no longer accept it as valid.
YubiKeys are not shipped with PowerSCADA Expert. Instead, you must buy them from
a third-party vendor, such as Amazon. The following table describes the various
YubiKey models that are compatible with PowerSCADA Expert.
Small form factor, designed to remain inserted in the USB port. Suitable for
YubiKey Nano
use in clients with a dedicated single user account.
Deployment Guidelines
Keep in mind these points when you are ordering or using a YubiKey.
• You must set "Allow RPC" to TRUE for all roles that are using YubiKey.
• YubiKey is compatible with all thick clients and web clients.
• YubiKey requires access to a USB port at each client (or must include NFC
capability).
• While technically compliant, NFC has not been validated for use with PowerSCADA
Expert.
• Each PowerSCADA Expert I/O server must have Application Services (Core
Service Host) running.
• Multiple I/O servers may reside on a physical machine. In this case, only one
instance of Application Services resides on the machine.
• Yubikey must be configured and synchronized across all I/O Servers (this includes
redundant pairs and distributed systems).
• YubiKey is enabled on each client independently.
• It is possible to configure YubiKey on one machine, export the configuration for all
users, and import the configuration to all remaining machines.
• It is not necessary to re-program YubiKey when changing passwords. The YubiKey
constantly changes the OTP (as it is only valid once); so it is not susceptible to
replay attacks.
• YubiKey is authenticated against all physical servers that contain at least one I/O
server. All physical servers must successfully authenticate the OTP for success. If a
single physical server does not authenticate (due to misconfiguration, etc), the user
will not be able to log in.
• If a physical machine (with an I/O Server) is not available, it is not included in the
authentication scheme (this means that, if a primary server is down, the secondary
can still successfully authenticate the OTP).
• If no physical servers (with I/O Servers) are available, the user will not be able to
log in on clients that have YubiKey enabled.
You need to add the parameter that allows PowerSCADA Expert to communicate with
the YubiKey. You can do this before after you configure the YubiKey.
From the Citect Project Editor, click System > Parameters. At the Parameters screen,
type the following:
• Section Name: Security
• Name: OneTimePasswordRequired
• Value: true
To be able to use YubiKey in PowerSCADA Expert, you must set "Allow RPC" to
TRUE for all roles that include users with assigned YubiKeys. The default for
PowerSCADA Expert 8.1 with Advanced and Reporting is False. To change this to
True, access the user account through Roles in the Citect Project Editor. (System >
Roles). Change "Allow RPC" to TRUE.
To avoid the lengthier process of programming the key, in most cases you can choose
to autoconfigure it.
NOTES:
• This procedure requires that you have a USB port on your computer. It will not work
for virtual machines.
• An option for computers without USB ports is to autoconfigure on a local
workstation, then export the settings to a shared drive and import the settings onto
the computer where you need them. (See Import and Export One-Time Password
Settings on page 216, below.)
• You can only have one YubiKey inserted at a time.
• If Autoconfigure will not work, and you must manually program the YubiKey, see
Program the YubiKey on page 212 for instructions.
4. In the User field, type the PowerSCADA Expertusername to which you want to
assign the YubiKey.
5. Click Autoconfigure YubiKey (in the lower half of the screen). You see this
message:
This message tells you that all settings on the key will be erased, including any key
assignments.
6. To continue, click Yes. The key will receive a new secret key.
7. Click Accept.
If you cannot autoconfigure, use this procedure. After you obtain the YubiKey from a
third-party vendor, (such as Amazon), you need to download the YubiKey
Personalization Tool from the Yubico website (www.yubico.com; click Products >
Services & Software > Personalization Tools > Download Yubikey Configuration
Tools).
3. Insert the YubiKey into a USB port of your computer. Click the Yubico OTP Mode
link. At the next screen, click Advanced.
This screen displays:
If you want to use both of the key's configuration slots, download the YubiKey doc-
umentation, found under the Support tab of the Yubico website.
The key is programmed. Follow the next procedure to manually configure it at the
PowerSCADA Expertcomputer:
1. Access the One-Time Password screen.
3. User: Type the user name that you are adding. This should be a Citect user.
4. Serial Number: Type the number that is printed on the underside of the key.
5. Secret Key: Enter the Secret Key from the YubiKey Personalization Tool (created
above). Enter the secret key exactly as it was created, including all spaces. After
you enter it, the key will be encrypted and will display as bullets (••••) in the future.
6. Press the button on the top of the YubiKey.
7. Yubikey String: This field is populated when you press the button in step 6.
8. Click Accept.
9. Repeat the steps above for any additional keys.
To copy and use one-time password settings on multiple server computers, use this
procedure.
NOTE: When you import password settings into another server, you will overwrite any
password settings that already exist there. You are not simply adding the new
password settings to the existing ones.
1. On the One-time Password screen, create the password settings that you want to
use.
2. Click Export. A file named ExportedOTPConfiguration.xml is generated. You can
rename it if you wish. Save it where you can access it from other servers, or place it
on a jump drive.
3. From a server to which you want to import the password settings, click Import. You
are prompted for a location.
4. Browse to the location where you placed the .xml file. Click Open and accept the
.xml file.
Disabling YubiKeys
To "disable" a YubiKey, use the Citect Parameter that you created for the YubiKey (see
Add the Citect Parameter on page 211). Scroll to the parameter for the Yubikey.
Change the Value from true to false. Click Replace, then compile the project.
After the key is programmed and associated with a user in PowerSCADA Expert, and
you have enabled YubiKey usage, the user will use the key to log in to the system. To
log in:
1. Insert the programmed YubiKey into a USB port of the PowerSCADA Expert server.
2. Launch PowerSCADA Expert Runtime, or access runtime via a remote web client.
3. Run the project you want to view.
4. In the upper right corner of the Startup screen, click Login.
You see the Citect login screen:
The one-time password is generated. The key and software communicate behind
the scenes to verify the uniqueness of the one-time password and to click OK.
Single Sign On
Use this feature to associate a Citect user with either a PowerSCADA Expert
(PowerSCADA) or Power Monitoring Expert (PME) username/password. When the
Citect user is logged in to runtime and accesses an external application (such as
Dashboards), the SSO user password from PME is used to authenticate with the
external application.
We recommend, when you use Single Sign On, that you maintain the components on
the same computer or on a secure network. If higher security is needed, use SSL
(https).
NOTICE
LOSS OF SYSTEM CONFIDENTIALITY/INTEGRITY/AVAILABILITY
Ensure that all single sign on information is secured, either on the same computer or
a secure network.
Failure to follow these instructions can result in unauthorized access to, modi-
fication of, and unavailability of the system.
This chapter discusses how to establish user security for the system. This section
includes the following topics:
Default User Access Settings (Privileges) on page 219
Add and Modify User Accounts on page 220
Change Access Rights on page 221
PL_Sec_
IED configuration 2 X X X
IEDConfig
Alarms PL_Sec_
4 X X X X X
acknowledgment AlmAck
PL_Sec_
Alarm deletion 5 X X X
AlmDelete
Alarm PL_Sec_
6 X X X
configuration AlmConfig
PL_Sec_
Shutdown runtime 9 X X X
Shutdown
PL_Sec_
View waveforms 10 X X X X X
ViewWaveform
NOTE: Privileges 1, 3, and 5 are currently unused. You can use them as you wish. See
Change Access Rights on page 221 for instructions on changing access level
privileges.
following list of .exe files should be restricted to users who have design
time/configuration privileges.
• CtDraw32.exe - Graphics builder
• CtEdit32.exe - Project Editor
• CtExplor.exe - Project Explorer
• ProfileWizard.exe - I/O Device Manager
• ColorSwap.exe - Color Swap Tool
• ProfileEditor.exe - Profile Editor
All of these files need to have the same level of security, as they are interrelated.
Additionally, to prevent users from accessing and changing the code responsible for
enforcing user security in the runtime environment, you need to lock down the user
rights for the Cicode files (.ci extension) in the PLS_Includes project.
NOTE: Another way to lock users out from changing an existing project is to implement
read-only projects.
NOTE: A security parameter in Citect.ini controls whether users are required to enter a
password when they initiate a breaker control in runtime. The default setting is 1 (true),
meaning that all users will be forced to enter a password to operate a control, even if
they are logged in. The 0 setting (false) means that no user will ever be required to
enter a password when operating a control. See Security Parameters on page 239 for
parameter information.
The Users screen controls all of the user access levels for each project. To assign user
access, follow these steps:
1. From the PowerSCADA Expert Explorer, choose the project for which you want to
assign user access.
2. From the Project Editor, click System > Roles.
3. For the first user, assign a user role, Windows group name (optional), and global
privileges. If you need additional information, click Help from that screen. For global
privileges, see the table in Default User Access Settings (Privileges) on page 219
for the level of each type of access right.
4. After you add the first role, click Add.
5. From the Project Editor, click System > Users.
6. Assign a user account. If you need additional information, click Help from that
screen.
7. After you add the first user, click Add.
8. To add additional users, do the following: with a user displayed, click Add (which
creates a copy of the user); type the new user information in place of the old
information; then click Replace to overwrite the information.
Note that the record count increases by one with each addition. To view the users
one at a time, scroll through the list.
To link a Windows user to a PowerSCADA Expert role, you should add the "role" that
specifies the Windows group of which the Windows user is a member.
The pre-existing AutoLogin capability is extended to include the client, when the user
is a Windows user, having an associated PowerSCADA Expert role. In order to invoke
this functionality for a Windows user, you need to set the [Client]AutoLoginMode
parameter in the Citect.ini file.
Instead of using auto-login when the system starts up, users can also log in to
PowerSCADA Expert using any Windows user credential that is a member of the linked
group.
When the name of a PowerSCADA Expert user also has the same name as a Windows
user, the PowerSCADA Expert user takes priority at runtime. However, if a valid
PowerSCADA Expert user login does not succeed for some reason, the Windows user
credentials will not be checked and an alert will be generated to advise that the login
was not effective.
style = navigation
Additionally, the actual genies have abbreviated names. When you highlight a genie
name, the abbreviation displays above the top row of genie icons.
The following tables list and define the individual genies in each of the PowerSCADA
Expert libraries.
PLS_ALARM
This library includes genies that provide functionality to alarm displays.
PLS_ANSI_BASE_1 / PLS_ANSI_BASE_2
These libraries include a variety of base symbols used to created genies for
ANSI equipment.
1 = small size
2 = large size
sl_capacitor capacitor
sl_inductor inductor
sl_relay relay
sl_resistor resistor
PLS_ANSI_CB_1 / PLS_ANSI_CB_2
These libraries include genies for ANSI-type high-voltage and low-voltage drawout
circuit breakers.
1 = small size
2 = large size
Additional definitions:
bus = busway
cb = circuit breaker
hv = high voltage
lv = low voltage
dr = drawout
nd = non-drawout
hv_cb_fd_dr_c high-voltage, drawout circuit breaker, remote control, with earth at bottom
hv_cb_inc_dr_c high-voltage, drawout circuit breaker, remote control, with earth at top
hv_cb_inc_dr_nc high-voltage, drawout circuit breaker, no remote control, with earth at top
hv_cb_inc_nd_c high-voltage, non-drawout circuit breaker, remote control, with earth at top
PLS_ANSI_SW_1 / PLS_ANSI_SW_2
These libraries include ANSI-style switches:
1 = small size
2 = large size
PLS_DISPLAY
This library includes two genies that provide data row items for equipment.
PLS_GEN_BASE_1 / PLS_GEN_BASE_2
These libraries include a variety of "parts" related to generators, motors, and
transformers.
gen_AC generator: AC
gen_DC generator: DC
genset engine-generator
ground ground
motor_ac motor: AC
motor_dc motor: DC
SL_Out feeder
SL_Tripped tripped
PLS_GEN_CMD_1 / PLS_GEN_CMD_2
These libraries include genies that control display of popups and values:
1 = small size
2 = large size
PLS_GEN_EQ_1 / PLS_GEN_EQ_2
These libraries include the general equipment used to make up generators, motors,
and transformers:
1 = small size
2 = large size
gen_ac generator: AC
gen_dc generator: DC
mot_ac motor: AC
mot_dc motor: DC
PLS_IEC_BASE_1 / PLS_IEC_BASE_2
These libraries include a variety of symbols for IEC equipment:
1 = small size
2 = large size
sl_capacitor capacitor
sl_ct contact
SL_Head head
sl_head_2 head
sl_inductor inductor
SL_Open open
sl_resistor resistor
PLS_IEC_CB_1 / PLS_IEC_CB_2
These libraries include high-voltage drawout circuit breakers:
1 = small size
2 = large size
Genie
Description
Abbreviation
Genie
Description
Abbreviation
PLS_IEC_SW_1 / PLS_IEC_SW_2
These libraries include IEC-style switches:
1 = small size
2 = large size
PLS_METER
This library includes meter symbols.
ITEM1
This library includes miscellaneous symbols.
Protocol Name > Cluster Name > Port Name > I/O Device Name
The level at which you want the INI settings to be in effect determines the name you
define. For example:
To set the default timeout for all devices using the Micrologic protocol, use:
[MICROLOGIC]
Timeout = 2000
To override this default for cluster ‘Cluster_1,’ use:
[MICROLOGIC.Cluster_1]
Timeout = 1000
To override the default value for port ‘Port_1’ on cluster ‘Cluster_1,’ use:
[MICROLOGIC.Cluster_1.Port_1]
Timeout = 3000
To override the default value for I/O device ‘CircuitBreaker_1’ on port ‘Port_1’ on
cluster ‘Cluster_1,’ use:
[MICROLOGIC.Cluster_1.Port_1.CircuitBreaker_1]
Timeout = 4000
Most settings can be configured to be specific to a particular I/O device. Exceptions are
noted in the description for the individual parameter.
Parameters Database
All INI parameters described in the sections below can be set in the Parameters
database. Using special syntax, you can access the parameters in the Project Editor
(System < Parameters):
• The section name generally corresponds to the INI section name, although it
includes the protocol name, cluster name, and primary device name only.
• The name is the INI value name.
If the parameter is set in the Parameters database, it becomes a new default for either
protocol, cluster, or a concrete device (depending on the section name hierarchy).
Examples:
The INI file is read after the parameter database is processed; thus the override options
are set in the Parameters database.
In this section, you will find parameters organized into these categories:
General PowerSCADA Expert Parameters on page 232
Performance Tuning Parameters on page 239
Waveform Parameters on page 247
Sepam Event Reading Parameters on page 248
MicroLogic Modules Configuration Parameters on page 249
Data Replication Parameters on page 251
watchtime
Controls how often the product will interrogate the driver to determine whether it is still
online. This parameter can only be configured for an entire driver, and hence will have
the driver dll name as its section name. Where another setting may be [PM870], to set
this setting it must be [PLOGIC], as PLOGIC is the name of the dll. This is the only
parameter whose section name is defined in this fashion.
kernelStatisticUpdateRate
Controls how frequently the statistics displayed in the driver kernel window are
updated. This time period can be increased in order to decrease CPU load. This
parameter can only be configured for the entire protocol (as with the watchtime
parameter); it will have the driver dll name as its section name.
Examples:
[SEPAM40]
kernelStatisticUpdateRate = 20000
[SEPAM80]
kernelStatisticUpdateRate = 10000
UseWriteMultiRegistersOnly
Controls PWRMODBUS driver behaviour when a single register is to be written. This
parameter is set to 1 by default, enabling all writes to be made using "write multiple
registers" MODBUS function. Setting this parameter to 0 allows driver to perform write
using "write single register" function if (and only if) one MODBUS register is about to be
written in current operation.
Examples:
[PWRMODBUS]
UseWriteMultiRegistersOnly = 1
[PWRMODBUS.MYCLUSTER.PORT_1.BCM1]
UseWriteMultiRegistersOnly = 0
timeout
Controls how long the driver waits for a response from a device before setting that
device as offline. This value should be greater than the device/gateway timeout period.
A timed out request will not be retried. The reason for this is that TCP is a guaranteed
transport mechanism, and the lack of a response indicates that the device is offline or
communication has been lost with that device. A device connected via a gateway
should use the gateway's retry mechanism.
Examples:
[SEPAM40]
Timeout = 2000
[SEPAM40.MYCLUSTER.PORT_1.SLOW_SEPAM]
Timeout = 15000
retry
Defines the number of retry attempts for specific MODBUS requests. Retries may occur
either when the request is timed out or certain MODBUS exception reply messages are
received. The exact behaviour is controlled by the RetryTimeout and RetryException
parameters.
Examples:
[SEPAM40]
retry = 1
[SEPAM40.MYCLUSTER.PORT_1.SEPAM_DEVICE]
retry = 5
RetryTimeout
When enabled (by default), the driver will re-try a timed-out MODBUS request.
Examples:
[SEPAM40]
RetryTimeout = 1
[SEPAM40.MYCLUSTER.PORT_2.SEPAM_DEVICE]
RetryTimeout = 0
RetryException
When enabled (disabled by default), the driver will re-try a MODBUS request that has
received MODBUS Exception messages. The number of retries is defined by the Retry
parameter.
When Retry Exception is enabled, retry occurs when any of the following MODBUS
exception messages is received:
SLAVE_DEVICE_FAILURE_EXCEPTION = 0x5
GATEWAY_PATH_UNAVAILABLE_EXCEPTION = 0xA
GATEWAY_TARGET_DEVICE_FAILED_TO_RESPOND_EXCEPTION = 0xB
SLAVE_DEVICE_BUSY_EXCEPTION = 0x6
MEMORY_PARITY_ERROR_EXCEPTION = 0x8
NEGATIVE_ACKNOWLEDGE_EXCPETION = 0x7
Examples:
[SEPAM40]
RetryTimeout = 1
[SEPAM40.MYCLUSTER.PORT_2.SEPAM_DEVICE]
RetryTimeout = 0
standbyRefreshRate
Controls how often a standby IO server attempts to poll a device to update its cache.
This time period determines the maximum age that values may be when switching from
a primary IO server to a standby. Decreasing this value degrades communications to
the device.
Examples:
[SEPAM40]
standbyRefreshRate = 30
[SEPAM40.MYCLUSTER.PORT_1.SLOW_SEPAM]
standbyRefreshRate = 120
standbyCheckTime
Controls how often the driver will enquire of PowerSCADA Expert as to whether it is in
standby or primary mode. This value can be increased to reduce CPU load.
Examples:
[SEPAM40]
standbyCheckTime = 500
[SEPAM40.MYCLUSTER.PORT_1.SLOW_SEPAM]
standbyCheckTime = 1000
statusUnitCheckTime
This parameter defines how frequently the driver will try to re-establish the connection
with a device that has gone offline on a port that is not disconnected. It sets the
maximum rate at which the driver enquires of the device, to determine if it is still
operational. If the "watchtime" parameter is set to a longer time, that value will be used
instead.
NOTE: If a network gateway has multiple devices connected to it, and one device is
disconnected, the driver takes it offline and does not try to reconnect it according to this
parameter's schedule. If the port is taken offline and then is reconnected, the driver will
reconnect the devices immediately.
Example:
[SEPAM40]
statusUnitCheckTime = 5
[SEPAM40.MYCLUSTER.PORT_1.SLOW_SEPAM]
standbyCheckTime = 10
initUnitCheckTime
Controls how long the driver waits before attempting to bring a device online after it
has gone offline. This value can be decreased to bring offline devices back into service
in a shorter period of time. In a multi-drop scenario, this time should be relatively long,
to prevent init unit requests from stalling communications to the rest of the devices on
that port.
Examples:
[SEPAM40]
initUnitCheckTime = 5
[SEPAM40.MYCLUSTER.PORT_1]
initUnitCheckTime = 120
initCacheTimeout
Controls how long the driver will spend attempting to populate the cache before
bringing a device online. When a tag has been incorrectly configured, the device will
come online after this period of time.
Examples:
[SEPAM40]
initCacheTimeout = 60
[SEPAM40.MYCLUSTER.PORT_1.SLOW_SEPAM]
initCacheTimeout = 30
cacheRefreshTime
Controls the maximum rate at which the driver will attempt to repopulate its cache. If the
driver cannot refresh its cache within the time period specified, it will collect data as fast
as the network allows.
Examples:
[SEPAM40]
cacheRefreshTime = 1000
[SEPAM40.MYCLUSTER.PORT_1.FAST_SEPAM]
cacheRefreshTime = 200
[SEPAM40.MYCLUSTER.PORT_1.UNIMPORTANT_DEVICE]
cacheRefreshTime = 5000
TimeSync
Enables/disables time synchronization for the PM5000S driver. On startup and on a
15-minute schedule, the driver reads each device clock. If a device clock is not within
the specified 10-second drift, the driver sets the time on that device to the current
system time.
Example:
[PM5000S] TimeSync = 1
StatusRegister
Defines a holding register that the driver reads to determine whether a device is
responding to communication requests. The result of this read is not important,
however it must be a valid register address within the device.
Examples:
[PWRMODBUS]
statusRegister = 1000
[PWRMODBUS.MYCLUSTER.PORT_DEVICE_PM1200]
statusRegister = 3911
StatusRegistersCount
Defines the number of registers that the driver reads to determine whether a device is
responding to communication requests. The result of this read is not important,
however it must be a valid register address within the device.
Examples:
[PWRMODBUS]
statusRegistersCount = 2
[PWRMODBUS.MYCLUSTER.PORT_DEVICE_PM1200]
statusRegistersCount = 2
StatusRegisterType
Used together with StatusRegister; defines the type of the status register. Can only be
configured for the PWRMODBUS driver. This parameter can have one of the following
values:
0 - HOLDING register (default)
1 - INPUT register
2 - COIL register
3 - DIGITAL input (input coil) register
Example:
[PWRMODBUS]
statusRegister = 1000
[PWRMODBUS.MYCLUSTER.PORT_1.DEVICE_A]
statusRegister = 16000
statusRegisterType = 2
ModbusBase
Defines the base address for a device. Some MODBUS device registers are defined
using a base address of 1. in this case, reading register 100 would actually require
reading register 99. In other devices (such as the Sepam) the base address is 0. This
parameter allows the base address to be configured according to the device.
Examples:
[PWRMODBUS]
ModbusBase = 1
[PWRMODBUS.MYCLUSTER.PORT_1.DEVICE_A]
ModbusBase = 0
RegMode
Specifies the order of bytes in a device register. It can only bet set for PWRMODBUS
driver, and is supposed to be unit-specific. Value values are:
Little endian 1 01
Examples:
[PWRMODBUS]
RrMode = 0 # Default
[PWRMODBUS.MYCLUSTER.PORT_1.DEVICE_A]
RegMode = 1 # This device has little endian registers
timeZone
Time zone names are taken directly from the Windows registry database (case-
insensitive), and will otherwise default to using the I/O server's local time zone. The
Windows time zone database is located in the Windows registry in:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time
Zones\. The examples of time zone names are:
AUS Central Standard Time
China Standard Time
Pacific Standard Time (Mexico)
Use the general section [POWERLOGICCORE] to specify the time zone for all devices,
e.g.
[POWERLOGICCORE]
Timezone = Mountain Standard Time
This sets the default time zone for all devices (Sepam, PLogic, Micrologic,
PWRMODBUS). Otherwise the time zone can be specified for each device with
precedence taken as described in the start of this section.
Examples:
[PLOGIC870.Cluster1.Singapore_Port]
Timezone = Singapore Standard Time
[PLOGIC870.Aus_Cluster]
Timezone = Aus Central Standard Time
Not having a time zone specification means that the device is in the same time zone as
the machine where the I/O Server is running. No time conversion will be done.
Alarm Parameters
The following parameters are used for alarms.
UsePLSFilter
Controls whether alarm/event filtering is done by the PLSCADA filter form or the Citect
filter form. Both forms cause the same information to display on the page, but each is
presented in a different format.
Security Parameters
Use the following security parameters to add system security
EnterPasswordForControl
This parameter controls whether users must enter a password when they control a
breaker. Regardless of whether the user is logged in, a setting of 1 (true) will require a
password when the user initiates breaker control. When set to 0 (false), the password
check is removed. In this case, no user will be required to enter a password to control a
breaker.
Parameter type: integer
Default: 1 (true)
EventBandwidth 25 integer
WaveformsBandwidth 12 integer
CommandsBandwidth 13 integer
RealTimeBandwidth 50 integer
The percentage bandwidth allocated to each queue will be the ratio of an individual
queue's value when compared to the total sum of defined bandwidths. The default
values have a sum of 100 for ease of reference. Any unused bandwidth will be shared
amongst the other categories.
Bandwidth can be configured at the port level, but not the device level.
Example:
[SEPAM40]
EventsBandwidth 30
WaveformsBandwidth 5
CommandsBandwidth 15
RealTimeBandwidth 50
[SEPAM40.MYCLUSTER.PORT_1]
EventsBandwidth 50
WaveformsBandwidth 30
CommandsBandwidth 10
RealTimeBandwidth 10
BandwidthAllocation
This parameter allows the ratio of bandwidth assigned to each device sharing a port to
be configured. This parameter can only be configured at the device level.
Example:
[SEPAM40.MYCLUSTER.PORT_1.DEVICE_A]
BandwidthAllocation 70
[SEPAM40.MYCLUSTER.PORT_1.DEVICE_B]
BandwidthAllocation 30
enableScatteredReads
This causes the driver to use the ‘scattered read’ extension that can help improve
blocking. This option should be enabled for devices that support this extension.
Example:
[PWRMODBUS.MYCLUSTER.PORT_1.DEVICE_A]
enableScatteredReads 1
[PWRMODBUS.MYCLUSTER.PORT_1.DEVICE_B]
enableScatteredReads 0
percentBlockFill
This parameter defines the maximum percentage of configured registers contained in a
block before the drivers creates fixed blocks instead of scattered blocks. The following
figure illustrates now a block of N registers can be constructed:
• If M<N registers are configured, the block builder can either create a scattered
block or a multi-register block.
• If M/N*100% is less than PercentBlockFill, the block builder creates a scattered
registers block.
• If the percentage of configured registers ≥ PercentBlockFill, the block builder
creates a multi-register block.
Example:
[PM870.MYCLUSTER.PORT_1.PM_DEVICE]
percentBlockFill 50
[CM4000.MYCLUSTER.PORT_1.CM_DEVICE]
percentBlockFill 80
maxBlockSize
This parameter defines the maximum number of registers that can be read in a single
request. By default, this is 124, but some devices can read more than this.
Example:
[PWRMODBUS.MYCLUSTER.PORT_1.DEVICE_A]
maxBlockSize 1024
minBlockSize
This parameter defines the minimum number of registers to read as a fixed block
before the block builder will instead add those registers to a scattered block. If latency
is low, and scattered reads are expensive, this value should be lower. If latency is high,
or scattered reads are inexpensive, it is better to set this value higher. Only applicable
when scattered reads are enabled.
Example:
[PM870.MYCLUSTER.PORT_1.LOW_LATENCY_DEVICE]
minBlockSize 10
[CM4000.MYCLUSTER.PORT_1.HIGH_LATENCY_DEVICE]
minBlockSize 100
HighScanRate
Parameter type: percent relative to nominal
Default value: 50
LowScanRate
Parameter type: percent relative to nominal
Default value: 200
Using the default parameters, the high priority tags will be refreshed twice as fast as
the normal priority tags, and the low priority tags will be refreshed at half the rate of the
normal priority tags. These parameters can be configured at the port level and higher.
Using the default settings and a nominal tag refresh rate of 1 second:
Example:
[PM870.MYCLUSTER.PORT_1]]
HighScanRate 25
LowScanRate 500T
These devices create a challenge for the PWRMODBUS driver. If the device has
invalid blocks that do not support scattered reads (or they are disabled for this device),
the driver may try to read registers in blocks that intersect with the registers that cannot
be read. This can result in the whole block being invalidated and, in certain cases, may
also result in device being taken offline. Figure 1 (below) illustrates an invalid block in
the middle of an address space.
Figure 1 shows how the "invalid memory access block" affects MODBUS register
blocking. In this situation, if the driver does not know that the block of 3 inaccessible
registers exists, it will try to block all registers from 1 to N (depending on data that was
requested by the real-time data collector). This block, however, will never be read
successfully, as the device will respond with an exception to all attempts to read invalid
registers.
If the configuration includes information about invalid memory access blocks, the driver
will create two blocks instead of one, as shown in Figure 2:
In Figure 2, invalid registers were taken into account when the block was constructed.
When configuring device that has invalid memory areas, it is especially important to
define all blocks that may interfere with any of the tags.
T:IB;{m|i|c|s}:<start_register>:u<count>;E:1;L:P:0
where
Example:
T:IB;m:300:u10;E:1;L:P:0
This defines an invalid access block of ten holding registers starting from register 300.
Configuration Notes
When one or more invalid access blocks is defined according to the syntax above, tags
configured to read any of invalid registers will be affected by it. If any of the tag
registers fall into an invalid memory access block, this tag will not be readable; any
attempt to read its value will result in #COM, as shown on Figure 3:
However, such tags do not affect other tags, because the PWRMODBUS driver
implements algorithms that prevent tags from being invalidated by invalid memory
block logic.
Tags that try to use invalid registers are detected on startup and can be found by
analysing the log file. This is an example trace:
[DEBUG] [REAL][GeneralDriver::BaseDatapointBuilder::BuildDataPoints
()] Adding datapoint. Tag - BCM1\H_QIVR34\SwlStr Address -
T:SS;m:283:2;E:1;L:P:26 Datapoint: class Datapoints::Status_SS
[ERROR] [MISC]
[GeneralDriver::BaseDatapointBuilder::BuildDataPoints()] Could not
init datapoint. Tag BCM1\H_QIVR34\SwlStr Address
T:SS;m:283:2;E:1;L:P:26. Analyze other messages, this tag address
may contain invalid registers
Such output is expected when a holding register with address 283 is declared invalid.
This trace helps figure out any configuration issues.
Write-only Memory
If a certain register range is accessible for write only, no additional configuration may
be needed. However, to prevent the driver block optimizer from including these
registers in a poll, they also must be configured by adding “invalid block” tags as
described in the Invalid Block Tag Definition Syntax, described above. Declaring these
registers invalid will not prevent drivers from trying to write to them. Figure 4 illustrates
a write-only memory configuration:
Write-only registers should not be confused with write-only datapoints that internally
read a register before attempting to write. Declaring the register they read invalid will
result in a datapoint not working; such mistake should be avoided. Figure 4 shows
“WriteOnlyDP” as an example; this tag cannot be read (it will result in #COM), but
internally it needs to get the register value before writing into it. If this register was
declared invalid, tag writes would also not succeed.
Tags found invalid, due to intersection with invalid memory areas, are not blocked with
“good” real-time tags and will not therefore interfere with them.
Write-only Tags
Beginning with driver version 2.0.1.1, the write-only tags feature is fully supported.
There are no special logic codes or address formats for write-only tags. If a tag
references memory that was declared invalid (see Invalid block tag definition syntax,
above), and its datapoint has writing capabilities, the tag becomes write only. No
preliminary checks are performed to verify that the memory can be written to, and no
additional configuration is needed. It is assumed that, if the tag is configured to write
into memory that has been declared “invalid,” the memory can actually be written to.
It is important to understand that scaled write tags (code 110) will become write-only
tags, if that scale register can be read. Tag Device\TagN on Figure 6 explains this
case: the datapoint needs to read the scale value from the scale register in order to
write scaled value to write-only register. However, as long as the actual register
belongs to the memory that can only be written to (and it is configured using T:IB tag
syntax as explained in Invalid Block Tag Definition Syntax above), this tag cannot be
read.
The fact that the tag mentioned before cannot be read will not affect other tags reads
(see Tag Blocking Notes, above).
Note: The write-through feature of the device cache is disabled for write-only tags.
Waveform Parameters
The following parameters configure the waveform downloading behaviour. These
parameters are only applicable for Sepam devices and PowerLogic devices that
support waveforms.
WaveformMatchMargin 10 seconds
WaveformsDisable
This parameter enables or disables waveform downloading for a particular device.
Example:
[SEPAM40.MYCLUSTER.PORT_1.DEVICE_A]
WaveformsDisable 1 //Disable waveform downloading
NOTE: This INI setting is a global setting that sets the default at startup. You can set this
for any set of devices (such as clusters, individual devices)
There is also a tag that will change an individual device's setting at runtime (it will reset
to the default when you restart the project). This tag is
LLNO\WaveformCollectionEnabled. 1 = True, 0 = False.
WaveformMatchMargin
Alarms are matched to waveforms by the timestamp of each. This parameter is the
maximum difference between alarm timestamp and waveform timestamp for the
product to consider it a match.
Example:
[SEPAM40]
WaveformMatchMargin 2
Example:
[SEPAM40.MYCLUSTER.PORT_1.DEVICE_A]
WaveformCheckTime 60 (checks every 60 seconds)
WaveformZone (Sepam)
This parameter defines the Sepam waveform zone that the Sepam driver will use to
collect waveforms from the device. This allows two masters to extract waveforms from
the same device. Valid values are 1 or 2.
Example:
[SEPAM40.MYCLUSTER.PORT_1.DEVICE_A]
WaveformZone 2
EventTable
This parameter defines the Sepam event table that the Sepam driver uses to collect
alarms from a device. This allows two masters to extract alarms from the same device.
Valid values are 1 or 2.
Example:
[SEPAM40.MYCLUSTER.PORTO_1.DEVICE_A]
EventTable 2
EventIdle
This parameter defines the time that the driver will wait before requesting the next
event from a Sepam device. It may be possible to reduce this value to increase the rate
at which alarms can be retrieved from the device.
Example:
[SEPAM40.MYCLUSTER.PORTO_1.DEVICE_A]
EventIdle 200
[Sepam]
Value 2 tells the driver to use event buffer starting at 0x70; any other value falls back to
0x40.
NOTE: If the installation uses any other software—such as SMS, CET, or ION—the
setting in that application should be buffer 2.
‘EventIdle’ is the time the driver will wait before requesting the next event from the
Sepam device. It may be possible to reduce this value to increase the rate at which
alarms can be retrieved from the device.
Example.
[SEPAM40.MYCLUSTER.PORT_1.DEVICE_A]
EventIdle 200
See Edit Tag Addresses on page 38 for information about PowerLogic device driver
addresses.
CCM
The CCM parameter specifies whether a CCM is present on the device or if the driver
should try to detect its presence ("auto mode"). Valid values are:
CCM not present - 0
CCM present - 1
Auto mode - 2 (default)
Example:
[Micrologic.MYCLUSTER.PORT_1.DEVICE_A]
CCM=1
[Micrologic.MYCLUSTER.PORT_1.DEVICE_A.BCM]
maxBlockSize = 21
The parameter set for the device applies to all of its modules unless overridden in a
module-specific section (e.g., [Micrologic.MYCLUSTER.PORT_1.DEVICE_A.BCM])
MicrologicV INI Settings
The MicrologicV device driver includes these additional INI settings:
• Level3: This is the level 3 device password (four digits), used by the driver when
executing commands.
• Level4: This is the level 4 device password (four digits), used by the driver when
executing commands.
If you do not supply this parameter, the driver uses the default device passwords.
[WaveformDB]
LocalRoot = c:\path\to\the\database\root
[WaveformDB]
UNCPath = \\computerName\shareToTheLocalRootAbove
If the UNC path to the database root is not specified, all waveform file names returned
by the library will be local file names for the I/O server, making viewing the waveforms
on the remote clients impossible.
[WaveformDB]
ReplicationDestinationRoot=\\OtherMachine\share\path
The destination path is the name of the network share on the redundant machine
where its waveform database root is located. It must also allow write access.
Each event requires 256 bytes of memory, plus the length of the comment. 32,000
entries will require at least 8 MB of memory. If you have many events, you should
ensure that there is enough memory to store them in RAM.
After the parameter number is reached, older events are FIFO’d out to storage in
[Installed Project Directory]\Schneider Electric\PowerSCADA Expert 8.1 with Advanced
and Reporting\Logs
[AlarmFormat]
EventLog=OnDate | Date, OnTimeMS | Time, Custom1 | Equipment, Name | Descrip-
tion,
SumState | State | Custom2 | Location, UserName | User
[AlarmStateText]
ON=<default text for ACTIVE state>
OFF=<default text for INACTIVE state>
ACK=<default text for ACKNOWLEDGED state>
ENA=<default text for ENABLE state>
DIS=<default text for DISABLE state>
CLE=<default text for CLEAR state>
These parameters are read only when the system starts up. The user must restart
PowerSCADA Expert if they change these parameters.
If you do not specify any value for these parameters, these default values will be used,
in this order: .
Appearance
Disappearance
Acknowledge
Enable
Disable
Clear
[General] IODevCheckStartupDelay
Delay time before the I/O server starts checking for I/O device status at start-up. The
delay allows time for the I/O devices to come online. Otherwise, the I/O server would
have triggered alarms to indicate that communication was not successful for the rel-
evant equipment.
Allowed Values: ≥ 0
Default Value: 0
[General] IODevCheckInterval
The time interval in seconds that the I/O server repeats the I/O device status check.
Allowed Values: ≥ 2
Default Value: 2
Integration Parameters
The following parameters deal with single sign-on and integration of
PowerSCADA Expert and Power Monitoring Expert.
[Applications]PSEHostName
If you do not have Power Monitoring Expert installed, and you want
PowerSCADA Expert reports, use this parameter. This parameter specifies the
IP address for PowerSCADA Expert.
[Applications]HostName
[PWRMODBUS]
TSEventsEnabled = 1
0 by default, valid values 1 or 0
TSMailboxAddress = 1104
1104 by default
TSAddrLost = 705
705 by default
Appendix 4: Glossary
address
The address contains all the information the SCADA system needs to get values from a
known device, and to return a value determined by the values read from the device
and the calculation rules defined in the address.
alarm categorization
Added when setting up custom tags, this is one of the alarm filters. which will be used
for filtering and sorting alarms in the Alarm Log. Categories are: normal, over, over hs,
rate of change, reversal, sag, swell, transient, under, and under hs.
For onboard alarms, this is the text (added while adding a custom tag) that displays
when the alarm is on or off. This text will display in the Alarm Log.
alarm filters
Setup in the Profile Editor, these filters help you filter and sort data that displays in the
Alarm Log.
alarm groups
Added when setting up custom tags, this is one of the alarm filters. which will be used
for filtering and sorting alarms. Groups are: frequencies, motors, power factors, powers,
temperatures, time, and voltages.
alarm levels
Added when setting up custom tags, this is one of the alarm filters. which will be used
for filtering and sorting alarms. Levels are: event, high, medium, and low.
alarm types
Added when setting up custom tags, this is one of the alarm filters. which will be used
for filtering and sorting alarms. Types are: diagnostic, power quality, protection, and
system.
bandwidth
The amount of space or processor resource being used by a part of the system. You
can use the bandwidth allocation parameters to allocate bandwidth for different types
of data.
baud rate
The speed of transmission of electrical signals on a line. This is often described in bits
per second (bps), although the baud rate and bps are not truly interchangeable. The
baud is actually the measurement of how frequently the sound changes on the line.
bitmask
A mask is defined as data that is used with an operation to extract information that is
stored in another location of the code. A bitmask is the most common mask used. It
extracts the status of certain bits in a binary string or number (a bit field or bit array).
Cicode
This programming language, which is similar to Visual Basic or "C," allows you to
access and edit real-time data in the project. Although not difficult to use, the person
working in Cicode must have received Cicode training.
cluster
A discrete group of alarms servers, trends servers, reports servers, and I/O servers. It
would usually also possess local control clients. For a plant comprising several
individual sections or systems, multiple clusters can be used, one cluster for each
section.
ComPort
(also COM port) The computer's communications port used to connect to devices, for
sending and receiving serial data.
A composite profile can be made from more than one device type. Each device type
included in the composite profile can use its own protocol for communication. The
composite device type allows the engineer to use two devices for one monitoring point,
e.g., a breaker and a monitoring device. PowerSCADA Expert combines the
functionality of the two devices so that the end user only needs to consider one device
when analysing that location in their system.
configuration environment
control
This is a command written to a device register that then causes an action within some
equipment. There are a series of default control tags in PowerSCADA Expert to
achieve these actions. For example, in the Sepam 40, there are control tags to operate
a circuit breaker and enable a recloser.
This is a "new" device type that is added to a system. Although the Profile Editor
includes many standard device types, it may be necessary to add a new device type
that includes custom tags, or one that includes a different set of tags than the standard
device types.
custom tag
This is a "new" tag that is added to the system. Although the Profile Editor includes
many standard tags, you may need to add a tag for a third party device, or to edit an
existing tag to change its attributes. In these cases, you need to add a custom tag.
These tags are then added to a customized device type to be made available in
profiles and projects. The custom tag creation interface applies rules to the tag creation
to help guide the user to making tags that will correctly retrieve the desired information
from devices.
DataBits
This is the number of data bits used in data transmission. The I/O device and the
ComPort must have the same value.
data type
Data types are restricted to these types that are supported by the SCADA system:
digital, int, long, real, and string.
demo mode
This demonstration mode allows you to run the product without a hardware key. You
can use all of the product features, but with limited runtime and I/O options. See The
Demo Mode on page 202 for details.
To be used only by the person who is creating and installing the project for the end
user, this is the environment in which you add devices, profiles, and projects, as well
as create genies and one-lines.
device category
Used in the I/O Manager to logically group device profiles, to make them easier to
locate. The default category is "Schneider Electric, and the default subcategories are
"Monitoring Device," "PLC," and "Protective Device." Do not confuse these terms with:
• categorization and subcategorization (alarm filters, used during runtime, to filter
and sort alarm data)
• category type: real-time filters that provide metadata for future reporting
device profile
A subset of the device type: where the device type includes all of a device type's
attributes, the device profile includes only the specific tags that are used by an
individual customer. A device profile is set up like a device type, except that it is
specially configured for a particular need. For example, a CM4000 that is being used to
monitor the main at a given facility would have a different profile from the CM4000 that
is used to monitor water and gas at a facility. The profile also allows you to designate
that some tags will be used for trending and/or for PC-based alarming.
device type
A device type contains all the information for retrieving the available information from a
given device type. This information is stored in the form of tags. Tags can be of these
types: real-time, onboard alarms, controls, and Resets. Real Time tags can be further
separated into groups such as Currents or Energies.
A device type has a name and has one or more drivers associated with it. It also has
one or more tags associated with it; for each driver/tag combination, the device type
can have an address.
These are programs that allow PowerSCADA Expert to interact with a device or series
of devices. PowerSCADA Expert includes several generic drivers (generic MODBUS,
Sepam 40 Range, MicroLogic 5P and 6P, CM4000 series, and PM800 series) that
interact with "standard" device types.
Used for conversions between base units and their conversions (for example, inches to
centimeters or amperes to kiloamps).
This is a single value (0-5) that defines a condition that is determined by multiple bits.
They allow for dynamic contingencies, such as when you need to use multiple bits to
describe the position of a circuit breaker.
format code
These codes define the attributes of the address field of a tag. See Format Code
Definitions on page 71 for a list of format codes.
functional addressing
Creates addressing for a device that has data residing in different registers. Functional
addressing dynamically addresses the device, based on its configuration (using C#,
you can write code to account for user-defined variables). When you add the profile to
a project, you will enable functional addressing. Then, when exporting to the I/O
Manager, you are prompted for the variable(s) related to these device types.
genie
A genie is a multi-layer graphic that is used on the Graphics page to indicate an object,
such as a motor, generator, circuit breaker, or switch. Using genies, you only have to
configure common behaviours of that object once. The default genie library includes a
large number of pre-defined genies. A graphics page can contain any number of
genies.
ICD file
IED capability description: This is the file that is imported into the Profile Editor from an
IEC 61850 device. Editing for ICD files is limited to the ability to add/delete datasets
and control blocks, and the ability to edit buffered and unbuffered control blocks that
were created in the Profile Editor.
IEC tag name
The IEC 61850-compatible name that is created when a tag is created. This is the
name that is used by the SCADA system. The tag names provided use an abbreviated
form of the IEC 61850 naming convention. A tag name cannot include any special
characters except ( _ \ ). It can be a maximum of 32 characters.
IED
IID
I/O Manager
This tool allows you add device profiles to, or delete them from, a project. From the
Profile Editor, you export profile data into a file that can be used in the project. From
there, you use the I/O Manager to add the device profile into a project.
logic code
Logic codes tell the program how to mathematically certain values in device registers,
thus providing values that the user needs. Examples of logic codes are date and time
for a circuit monitor or a Sepam device, digital inputs/outputs, and IEEE power factor.
metadata
Metadata provides data about other data. In PowerSCADA Expert, metadata might
include additional information about a custom tag: its category type, utility type,
statistical type, or quantity. It is often used for reporting purposes.
multi-monitor support
This option allows you to view the runtime environment from multiple computer
monitors. In PowerSCADA Expert, this allows you to view a different startup page on
each monitor.
onboard alarm
Onboard alarms are alarms that are detected and stored in a device's data logs. If an
onboard alarm is configured within a device, you can map it, via the Profile Editor, to a
digital time-stamped alarm in PowerSCADA Expert. These alarms and associated
waveforms can be read and displayed in the Alarm Log.
parity
Parity is used as a simple means of detecting error by verifying that the result is odd or
even. In PowerSCADA Expert, parity is required for the generic serial or MODBUS/RTU
comms methods, when adding a device.
PC-based alarms
PC-based alarms are alarms that are detected from a device and are stored in the
software. You can add them to the Profile Editor when you create the device profile. All
PC-based alarms are analog by default.
PMCU
The Meter Configuration Help Utility. Use this application to set up the features within
PowerLogic devices, and enabling such features as onboard alarms and waveforms.
The information that is generated from PMCU is then available for use within
PowerSCADA Expert.
point (see SCADA tag)
polling priority
When adding a custom tag, this field determines the level of priority that PowerSCADA
Expert uses when reading data from the related device. Options are low, normal, or
high.
This library includes electrical parameters, or measurements or topics. A tag name has
three parts:
Profile Editor
This tool allows you to create device type tags, device types, and device profiles. This
information is then imported into PowerSCADA Expert, for use in creating graphics
pages.
project
A project is made up of any number of profiles. Profiles that have been added to a
project can be imported into the SCADA system and made available for setting up
actual devices in the SCADA system.
A project name must match exactly between the Profile Editor and Citect SCADA.
Each project includes: a unit template, display name, and one or more instantiated
device profiles (instantiated by choosing a device profile and specifying a name). The
following is a simple example of how device profiles and projects inherit information
from the device type.
• The device type myCM4Type can use either the Modbus driver or the IEC 61850
driver.
• The device profile myCM4Profile inherits this device type.
• The project myCM4Project instantiates the myCM4Profile and calls it
myModbgusCM4, and it specifies that it uses the Modbus driver.
• When this project is imported into the SCADA system, Modbus addressing will be
used.
register scaling
This is a conversion that is the result of applying a scaling multiplier to a register value.
resets
This feature allows you to reset data from a device. There are some pre-defined resets,
such as device date/time and onboard data logs, You can also add custom resets.
reserved names
The following terms are reserved for use in the Include project. If you use them in
projects that you create, they can cause compilation errors:
• IO_Server
• Report_Server
• Alarm_Server
• Trend_Server
• Client
runtime environment
This is where the end user views system information. This environment includes the
one-line diagrams with interactive objects, alarm and event pages, and analysis pages
(from which users can view trends and waveforms).
A SCADA tag is an extension of the tag name. A SCADA tag is made up of five parts:
two in addition to those already defined in the PowerSCADA Expert tag library:
• an easy to read name (such as Current Phase A)
• a unique identifier
• an address (where on a device to read the raw data from)
• a formatting scheme (what to do with the data after it is read to scale it)
• meta data (attributes used to categorize the data for intelligent display/analysis).
SCL
StopBits
The number of bits that signals the end of a character in asynchronous transmission.
The number is usually 1 or 2. Stop bits are required in asynchronous transmissions
because the irregular time gaps between transmitted characters make it impossible for
the server or I/O device to determine when the next character should arrive.
super-genie
Dynamic pages (usually pop-ups) to which the system can pass information when the
runtime page displays. You can use super-genies for pop-up type controllers (for a
very specific task that may not be always needed).
tag
Any quantity or measurement (topic) that is recorded by the device; for example,
current A. All tag names will use the IEC61850 naming convention. The user can
create custom tags; the naming convention will be in the following format:
<EquipmentName>\<PointName>
A tag contains a tag description, units, tag name, data type, and address.
tag name*
display name*
group*
data type*
engineering units
Citect formatting
polling priority
alarm "on" text
alarm "off" text
category type
utility type
statistical type
quantity
alarming categorization
alarm type
alarm group
alarm subcategorization
alarm level
If the tag's group is onboard alarm, control, or reset, the tag's class is the same.
If the tag's group is anything else, the tag's class is real time.
tag address
This "address" includes everything you need to know about a tag (quantity/topic).
Included are the data type, priority, and logic code; and how the tag is displayed in
registers. You can change address attributes on the Edit Address screen. The full tag
address displays on the Define Device Type Tags tab when "Advanced Properties" is
selected.
tag description
The tag description is a human readable name which can include spaces and special
characters (except for \ / : * ? < > | ). The description can be a maximum of 32
characters long.
tag group
The basic groups include: real-time, of which there are several sub-groups (for
example, currents, energies, frequencies and power factors); onboard; control; and
reset.
units
Units are the standard measurement associated with the quantity measured by a tag.
Units come in two types: base units and conversion units.
Some information is common to all units, and some applies only to conversion units:
units template
The units template defines the conversion factor that must be applied to the standard
units provided in order to give the user their information in their desired units. The units
profile applies to an entire project. For example, If the standard unit for a device is MW,
but the user wants their project to display KW, they must define this units conversion in
the units template and then apply it to an entire project.
This feature allows you to control the amount of access that each user has to the
system. User privileges are password-protected. SeeDefault User Access Settings
(Privileges) on page 219 for more information.
vector math
Vector math and vector math IEEE are two logic codes. They are the result of math that
use vectors, which are directed quantities.
The integration team can choose which Input to which they will wire circuit breaker
status and position. In this case, the tags for circuit breaker status and position would
have different addressing, based on how that particular circuit breaker is wired. We
recommend a new device type in this case.
3. Any changes that you made inside the Citect Project Editor (such as setpoints or
data type modifications) are lost when you delete the device from PowerSCADA
Expert.
If you use a naming convention that incorporates location, you will be able to do
filtering on alarm location.
• For example, Site_Building_Panel_device would be named Sx_Bx_Px_Device.
(Site1_Building1_Panel1_CM41 — S1_B1_P1_CM41).
• The fewer levels you have, the more characters you can have in each level.
Device Comment:
This comment will be placed in the Equipment database, which is accessible from
Cicode.
MODBUS TCPIP: Use this for any device that can speak TCP/IP natively. This includes
CM4 or PM8 devices that have an ECC card installed.
If the automation spreadsheet attempts to add a device that is already present in the
project, an error will be thrown.
In the event that an error is thrown (for invalid profiles, communication parameters,
etc), the row containing the error will display in Excel. To prevent duplicate device
entries from being attempted, you must remove any rows above the row indicated
in the error message.
If you need to keep a record of the devices added to the system, then keep each of the
spreadsheets that was used to install devices in a known location for that customer.
The Setup Sheet needs to be modified for each project. Specify the entire path for each
file.
Each team should come up with a naming convention for the servers and clusters. If
the team is consistent, it will make it easier to edit/create the automation spreadsheet
used for device addition.
The default graphics objects (such as circuit breakers and alarm pages) are
constructed using a pre-defined set of user privileges the security grid). During
development, you must have users of various privilege levels for testing purposes.
Create users for each of the various levels according to the security grid. To make the
best use of these privileges, we recommend that you use this security grid when
adding users as you create new projects.
See Default User Access Settings (Privileges) on page 219. For additional information,
see Using Security in the citectSCADA.chm help file (Program Files> Schneider
Electric > PowerSCADA Expert > v8.1 > bin).
4. Upgrading PLS_Include:
Document all changes to PLS_Include. This is absolutely necessary when
upgrading to a new version of the PLS_Include project.
Minimize changes to the PLS_include project.
Abstract as many changes to the PLS_Include project as possible. This should be
accomplished by the use of multiple include projects as shown in the diagram
above.
New versions of PLS_Include will include a detailed description of each change,
allowing you to merge the old and new versions.
New versions of PLS_Include will maintain backward compatibility where possible.
All objects on the page contain one or more Animation Numbers (ANs). Symbols take
one AN while genies may take tens to hundreds of ANs. Placeholder ANs allow you to
add objects to a template that is used on existing pages.
Some default templates contain ANs that have associated Cicode functions that rely on
the animation number to remain a fixed number. For this reason, we have pre-
allocated a set of ANs for the default templates. The base normal template uses ANs
1–263, and it has placeholder ANs from 264–500. When customizing this template,
you should use the placeholder ANs as required.
You can place an AN (or a placeholder AN) on the page by using the “System 3.x/4.x
tools available in the Graphics Builder under Tools< Options.
The default template uses ANs 1–263 and it has placeholder ANs from 264–500.
New objects added to a page or template will take the next available ANs. Any
previously used (and now abandoned) ANs will be reused.
To change globally:
This text may be changed by configuring INI parameters in the citect.ini file. For
more information, see the System Integrator’s Guide (Graphics Library Parameters
on page 251)
This is the global fallback text that will be used in the event that pickup/dropout text
is not specific on a per-alarm basis in the Device Profile. You can specify the per-
alarm pickup/drop-out text on the profile tab in the Profile Editor.
Events Accessible at runtime: By default, 5000 events are accessible (view, filter,
print) during runtime. Additional events are logged to disk. The number of events
accessible at runtime may be changed by the [Alarm] SummaryLength parameter in
the INI file.
Event fields that are logged to disk may be configured by adjusting the AlarmFormat
parameter.
There is no automatic maintenance performed on the log files. It is important that the
log/waveform data be cleared out periodically (to prevent the hard drive from filling up;
this does not affect performance).
If the expression is TRUE, the ACTIVE color will be shown. The active color is
determined by the voltage level assigned.
If the expression is FALSE, the DE-ENERGIZED color will be shown.
Hard-Coded:
If no upstream devices are available (in the event of an incomer, for example), you
may have no other choice than to ‘hard code’ this field to a ‘1’. This forces the
busbar to always be ACTIVE.
Parameter: [PowerLogicCore]
DebugCategory = All
DebugLevel = All (or Error)
LogFileArchive = Deprecated; no longer used. Use [Debug]SysLogArchive instead.
LogFileSize = Deprecated; no longer used. Use [Debug]SysLogSize instead.
Parameter Details:
DebugCategory defines which message categories to log. (See table below).
DebugLevel defines debug levels of messages to be logged. (See table below).
Debug Levels
The following debug levels are accepted by PowerLogic driver core library:
WARN: log all warning level messages
ERROR: log all error messages
TRACE: log all trace messages
DEBUG: log all debug messages
ALL: include all level messages
Debug Categories
PowerLogic core library and drivers messages are grouped in categories. Each of
these categories can be enabled independently from others in any combination.
MISC: miscellaneous messages that do not all into any other category
ALARM: messages related to alarms, regarding collection and detection
WAVE: messages related to waveforms -- waveforms download, processing
REAL: messages related to real-time data collection
STATE: messages related to internal object-state changes
CORE: core events that do not fall into driver-specific logic
MODBUS: TCP/MODBUS messages
ENTRY: trace messages produced when driver API entry points are called
PORT: traces related to the port events
UNIT: traces related to specific unit events
WAVETOALARM: not used
DATAPOINT: debug messages related to data points
STATISTICS: enables driver statistics data output
COMMAND: messages related to commands
Parameter: [Debug]
Menu = 1
Parameter Details:
The Menu parameter determines whether the Kernel option is displayed on the control
menu of the runtime menu. This can also be enabled using the Computer Setup Editor.
Driver-tuning parameters:
Parameter (Back Polling Rate): [SEPAM40]
CacheRefreshTime = 1000
InitUniCheckTime = 120
Retry = 3
Timeout = 1000
Parameter Details:
The CacheRefreshTime parameter controls the maximum rate at which the driver
will attempt to repopulate its cache. If the driver cannot refresh its cache within the
time period specified, it will collect data as fast as the network allows.
This back polling rate can be global to all devices or tuned up to a specific I/O
device.
The InitUniCheckTime parameter controls how long the driver will wait before
attempting to bring a device online after it has gone offline. This value can be
decreased to bring offline devices back into service in a shorter period of time. In a
multi-drop scenario, this time should be relatively long, to prevent init unit requests
from stalling communications to the rest of the devices on that port.
The Retry parameter defines the number of retry attempts for specific MODBUS
requests. Retries will only occur in response to the MODBUS errors which are
defined below.
The Timeout parameter controls how long the driver will wait for a response from a
device before setting that device as offline. This value should be greater than the
device/gateway timeout period.
Parameter: [Device]
WatchTime = 5000
Parameter Details:
Device WatchTime is the frequency that PowerSCADA Expert checks devices for
history files and flushes logging data to disk.
Default: 5000
Range: 1000–3600000 milliseconds.
Miscellaneous Parameters
Parameter: [Kernel]
Task = 20000
Parameter Details:
Kernel Task is the number of tasks. Increasing the number of kernel tasks is used
when “Out of Kernel Task” message is received. The change will be likely for large
systems.
Default Value: 256
Range: 50–32767
Parameter: [Page]
ScanTime = 250
Parameter Details:
Page ScanTime determines how often the Animator refreshes a graphics page at
runtime.
Default: 250
Range: 1–60000 milliseconds
Parameter: [ALARM]
ScanTime = 500
Parameter Details:
Alarm ScanTime determines the rate at which alarms are scanned and processed.
Default: 500
Range: 0–60000 milliseconds
The ModNet driver polls real-time tags on a user demand basis (when a user opens a
page with the tags on it). Therefore, the time to retrieve data will vary, depending not
only on the communications bandwidth, but on the amount of data being requested.
This can vary significantly, depending on which pages are displayed by the operators
at any particular time.
The PWRMODBUS driver polls all configured tags; however, different types of tags can
be polled at different relative rates, and the available communications bandwidth is
carefully managed. This approach means that tag update rates are not subject to the
scalability issues associated with operator actions (as is the case for the ModNet
driver). It is also advantageous in that performance issues associated with
communications bandwidth or IODevice response times can be determined at
SAT/time of implementation and are not subject to significant change during operation.
The different tag types can be allocated relative importance in data requests,
expressed as a percentage. (See Bandwidth Allocation Parameters in Performance
Tuning Parameters on page 239.) Keep in mind that any unused bandwidth allocation
(from, for example, events retrieval) is made available for other data types to use. If the
event does not need the default 25% allocation, it will be made available to the other
parameters (real-time tag retrieval, etc). This potentially increases the update rate of
real-time tags.
Additionally, the real-time tag relative scan rate based on priority can be set to three
different levels. (See Tag Scan Rate Parameters in Performance Tuning Parameters
on page 239.) This means that, if some real-time tags are more important that others,
you can set their relative priorities. For example, configuration tags vs. important real-
time tags vs. normal real-time tags.
Section: Page
Default = 48. The problem will occur with a larger font or if the window is resized. The
default value of 48 can be changed or the window and associated genies can be
resized.
A device can prevent writes to its registers: how do I ensure that writes
are successful?
PowerSCADA Expert cannot provide feedback about whether a write to a device
register is successful. If a device is capable is preventing (blocking) writes to its
registers (for example, Sepam), you need to verify that its “block” feature is not
enabled. Do this at the device.
NOTE: In Cicode, you can also use the tagwrite function in blocking mode, i.e., bSync
parameter = true; Check the return code: 0 = success, anything else = error. For more
information, see the Cicode Programming Reference help file.
How do I create an audit in the Event Log for user logins and logouts?
//LOGOUT
FUNCTION
PLSLoginUser()
Why am I seeing #COM for circuit breaker status in the genie status
page?
If this is a Micrologic P device, and it does not have a CCM, you will not be able to view
data referring to circuit breaker status, e.g. racked in/racked out. When there is no
CCM, the device profile should not have tags that refer to the CCM.
You can click "ignore" at this error, and the install will finish. The next time you open
Excel, the DBF toolbar will display.
To resolve this issue, simply shut down and then restart the Citect Explorer.
To do this:
1. Locate the Select Before Operate tag in the variable tags.
2. Append \str to the end of the tag name.
3. Change the data type to STRING.
4. Click Add.
This creates the SBOw tag for the IEC 61850 advanced control screen. For more
information about advanced control, see:
AdvOneLine.csv 117
.
AdvOneLine.exe 117
.aes file
stopping and starting 120
encryption 207
AdvOneLine.ini 117
1
AdvOneLine.ini settings
1.#R
one-lines 118
value returned in instant trend 162
AdvOneLineDebug.Bus.csv 117
A
AdvOneLineStatusLog.txt 117
access rights
alarm
adding for users 43
adding an onboard tag 138
changing for users 221
associated with waveforms 147
Windows integrated users 221
category 159
ACE969TP device type
category number 159
used with DNP3 55
changing pickup/dropout text 269
ACE969TP module
changing the severity 137
used with DNP3 55
codes
additional sources of information 9
unique identifier 40
address
colors 155
correcting missing or invalid 28
filtering
functional 29, 57
custom 159, 161
defiined 258
historical logging parameters 137
advanced control
issues 156
perform for IEC 61850 164
level
set up
setting in Profile Editor 44
IEC 61850 114
onboard 135
advanced tag block capabilities
pc-based 135
configuration notes 244
setting up in Profile Editor 46
invalid block tag definition syntax 243
priority 159
tag blocking notes 246
priority number 159
write-only memory 245
Alarm On/Alarm Off text 46 before system integrator can set up system 1
deleting 27 category/subcategory
before you use the I/O Device Manager 91 changing alarm severity 137
communications loss 153 create menu item for LiveView page 193
described 2 custom
filters debugging
genie define
icon 21 enumeration 71
datasets defining 27
adding/editing 48 type
DBF Add-In toolbar will not install 276 adding, editing, deleting 30
adding 34 editing 4
composite 51 drivers
adding more than one device at a time 266 what can I modify during runtime? 270
changing default pickup/dropout text 269 filter genie states 126, 157
creating and configuring busbars 270 filter the alarm and event logs 158
SCL files 63 J
template adding 3, 31
applying 63 L
for supported device type drivers 143 demand current summary 188
formatting 194
THD current summary 185 LiveView and reporting do not launch 169, 183
O parameter
setting up 46 ports
adding onboard alarms and waveform printing the alarm log 156
captures 137
user sub-tab 55
overview 17 PSEHostName
using to change trend tag scan intervals 144 genie in Graphics Builder 230
enabling waveforms 43 R
S sequence of events
SBOw tag alarm/event logs 158
creating 276 SER (sequence of events recorder) 3, 51, 158-159
SCADA serial device
defined 1 adding to PowerSCADA Expert project 94
scan intervals servers
source tag
support generic 43
T viewing 166
scanning intervals for trend tags 52 voltage-level and pass-through 118, 124, 135
time zone setting parameter 143 determining for onboard alarms 40, 138
transformer deleting 27
exceptions 25 waveforms
visit to send reports via email 174 special digital tags 148
launch Live View Viewer 189 viewing from the Alarm Log 155
URL reporting for basic reports 181 viewing from the runtime environment 155
XML files
YubiKey 211
disable 217
programming 212
zOL