Getting Started
Getting Started
December 2016
Contents
About this book ................................................................................................................v
Chapter 1 DeltaV system overview ...................................................................................................1
Important information ...............................................................................................................................1
What you need to get started .................................................................................................................... 1
DeltaV system hardware ............................................................................................................................ 3
DeltaV system concepts .............................................................................................................................4
DeltaV system terminology ........................................................................................................................4
Opening DeltaV software applications ....................................................................................................... 6
DeltaV software applications ..................................................................................................................... 8
DeltaV help .............................................................................................................................................. 13
Chapter 2 The tutorials ...................................................................................................................15
Overview of the tutorials ..........................................................................................................................15
Control modules used in the tutorials ...................................................................................................... 16
Example tank process used in the tutorials ...............................................................................................16
Sequential function chart used in the tutorials ......................................................................................... 17
Operator pictures used in the tutorials ..................................................................................................... 17
Chapter 3 Learning about DeltaV Explorer ......................................................................................19
DeltaV Explorer overview ......................................................................................................................... 19
Open DeltaV Explorer ...............................................................................................................................19
Documentation conventions for navigating in DeltaV Explorer ................................................................ 21
Navigate in DeltaV Explorer ......................................................................................................................21
Exploring function block templates in the DeltaV library .............................................................. 22
Exploring module templates in the DeltaV library .........................................................................23
DeltaV system time ..................................................................................................................................24
Define the Master Time Server node .............................................................................................25
Chapter 4 Creating and downloading the control strategy ............................................................. 27
Creating the control strategy - overview .................................................................................................. 27
The Control Studio interface .........................................................................................................28
Plant areas overview ................................................................................................................................ 30
Add a plant area ........................................................................................................................... 31
Copying module templates from the library .............................................................................................31
Copy and rename a module ..........................................................................................................32
Create a control module from a library template ......................................................................................32
Modify the control module template ............................................................................................34
Finishing steps for creating control modules ............................................................................................ 37
Identify the primary control picture associated with the control module ...................................... 38
Assign the module to a controller node ........................................................................................ 40
Save the module .......................................................................................................................... 40
Verify the module configuration ...................................................................................................41
Creating a new module from scratch - overview .......................................................................................43
Create a new module from scratch ............................................................................................... 43
Add and modify an analog input function block ............................................................................44
Add a module-level parameter for the process output value .........................................................46
Add history collection to the PV parameter .................................................................................. 46
i
Contents
ii
Contents
iii
Contents
Configure the first channel on the first I/O card .......................................................................... 151
Configure the remaining cards and channels ..............................................................................154
Downloading the controller configuration ............................................................................................. 154
Download the controller configuration ...................................................................................... 155
Setting up the first user account ............................................................................................................ 155
Open the DeltaV User Manager .................................................................................................. 156
Add a new user ...........................................................................................................................157
The Groups and Keys tabs .......................................................................................................... 159
Chapter 9 Download the workstation setup data ..........................................................................161
Index ................................................................................................................................................163
iv
About this book
Preface
This book is intended for users of a new system, not one that is already controlling a
process. We recommend that you do not perform any tutorial procedures that involve
installation of configuration information into an operational system without fully
considering the impact of these changes.
v
About this book
vi
DeltaV system overview
Important information
The first user must log into Windows using an administrator account. The computer
comes with either Administrator (on server class computers) or Emerson (on workstation
class computers) as the default administrator account. The procedure for the first user’s
logon differs between workgroups and domains. Refer to the topic on setting up the first
user account for information.
It is assumed that the Windows operating system and the DeltaV software are installed on
your computer and that you are using a new DeltaV system. The Emerson-recommended
Windows installation and the DeltaV installation procedure set up your computer to
operate properly with DeltaV software. Do not make any registry changes to your
operating system, as these may result in unpredictable behavior. It is also assumed that
you are a control engineer getting ready to configure a DeltaV application. You are familiar
with control theory and are somewhat familiar with the implementation of control
systems.
Related information
When you turn on your workstation for the first time, you will see a screen telling you that
you need to configure your workstation.
1
DeltaV system overview
Before using the DeltaV system, you must perform the following startup steps:
Refer to the related information for more information about the steps listed above. After
completing the startup steps, you can go through the other tutorials in this book to get
acquainted with the system.
Related information
2
DeltaV system overview
The System Identifier, shipped in the License Pack, is a connector that plugs into a
Universal Serial Bus (USB) port of the ProfessionalPLUS workstation. It gives each DeltaV
system a unique identification that allows you to download changes to the system. Install
3
DeltaV system overview
the System Identifier on the ProfessionalPLUS workstation before you power up your
system. Online, running DeltaV systems require a User System Identifier. Development
System Identifiers are used to engineer and configure DeltaV systems before the systems
go online. Multi-Node Simulate System Identifiers are used for training and simulation with
DeltaV systems. Development System Identifiers and Multi-Node Simulate System
Identifiers cannot be used with online, running systems. For information about converting
a system based on a Development or Multi-Node System Identifier to one based on a User
System Identifier, contact the Global Support Center or your local sales representative or
sales office.
Generally, a control module contains one uniquely tagged control entity, such as a control
loop or motor, with its associated logic. Defining a module around a single field device and
its related control logic makes it easy to create, download, operate, debug, and take a
single module out of service without affecting other modules.
Equipment modules coordinate the operation of control modules and other equipment
modules that work together to control related equipment. The algorithm for the
containing equipment module manages the operation of the contained modules.
Unit modules can be used in non-batch applications to group control modules and
equipment modules for alarm management purposes. For example, alarms for a specific
unit, such as a boiler, can be combined. All control and equipment modules associated
with the unit will be contained within the unit module.
Function blocks are building blocks for creating the continuous and discrete algorithms
that perform the control or monitoring for the process. The DeltaV Library contains
function block templates for analog control (bias/gain, lead/lag, PID, etc.), Logical, I/O
(analog and discrete input/output), and other basic functions. Each function block
4
DeltaV system overview
contains parameters that can be modified to customize the algorithm. Algorithms range
from simple input conversions to complex control strategies. Function blocks can be
combined into composite function blocks to build complex algorithms.
In addition to Function Block algorithms, the DeltaV system supports Sequential Function
Charts (SFCs) as well as Command-driven and State-driven algorithms for control tasks
requiring sequencing strategies.
Parameters are the user-defined data used within a module's algorithm to perform its
calculations and logic. Parameters can be described by the type of information they
provide, such as input or output. Tables listing the parameters and their properties are
included in Books Online.
The DeltaV system includes a library of pre-engineered module templates with basic
characteristics. You can customize these library modules or create your own modules from
scratch. You can then add your customized modules to the library, making them available
for reuse in the development of your control strategy.
Modules that work closely together to perform a specific process control function are
typically grouped in an area. An area is a logical division of a plant. Areas typically
represent plant locations or main processing functions. The configuration engineer
determines how to logically divide the plant into areas.
Nodes are physical pieces of equipment on the control network, such as a controller or a
workstation. You control your process by downloading modules to the controller nodes.
The configuration tells the node how to act and what information to receive or save from
the process.
Device Tags represent the instruments, valves, and other field devices. A Device Signal
Tag consists of a specific signal from a device.
Alarms alert the operator that an event has occurred. (Alarms are assigned to modules.)
Typically, you want the operator to perform some action and respond to the alarm. Alarms
can be both visible and audible.
The database contains configuration information and lets you make off-line changes
without affecting the process. Online control algorithm monitoring and modification are
also available.
5
DeltaV system overview
There are several ways to start an application. One is to click Start (in the lower left corner of
your screen), point to DeltaV, point to the category, and click the name of the application.
For instance, to start DeltaV Explorer, the Start menu selection would look like the
following:
6
DeltaV system overview
In this book, the instruction for starting DeltaV Explorer is expressed as "Click Start > DeltaV >
Engineering > DeltaV Explorer."
Many applications allow quick access to other DeltaV applications through buttons on
their toolbars and through an Applications menu. The following example shows the
Applications menu and some of the toolbar buttons in DeltaV Explorer.
7
DeltaV system overview
Related information
8
DeltaV system overview
9
DeltaV system overview
10
DeltaV system overview
11
DeltaV system overview
DeltaV Op- DeltaV Operate functions in two modes. In configure mode, you use it to
erate Run build high-resolution, real-time process graphics. In run mode, control
system operators use these graphics in the daily monitoring and mainte-
nance of the process.
In run mode, operators interact with the process control system through
the DeltaV Operate application. High-resolution graphics allow extensive
detail and flexibility in the way information is displayed. A standard oper-
ating desktop designed specifically for DeltaV process control systems
provides an easy-to-use, highly reliable operator environment.
Alarm presentation and management focus the operator's attention on
the most important alarms. Toolbar buttons enable single-click access to
common operator functions.
Diagnostics The Diagnostics application provides information on the status and integ-
rity of system devices. You can view the diagnostics information any time
after you have placed the system devices on the control network and
downloaded your workstations.
MPC Oper- MPC Operate provides an overview of the MPC (Model Predictive Control)
ate block operation. It contains faceplates to view and manipulate parameter
values associated with the block's inputs and outputs and a trend chart to
view historical, current, and predicted values for Controlled and Con-
strained inputs.
MPC Oper- MPC Operate Pro is the operator's view of MPCPro control. Through MPC
ate Pro Operate Pro, you can make setpoint and mode changes associated with
the MPCPro and MPCPlus function blocks.
Process DeltaV Process History View displays real-time and historical data from an
History historical data server as well as from the Event Chronicle. Module and
View node parameters are plotted on a graph and events are displayed in a tab-
ular (grid) format.
You use the application to examine how your process functioned at any
point in time. You must download the setup data for the workstation that
has an enabled Event Chronicle and historian in order for the Process His-
tory View to view the historical data server and Event Chronicle data.
Alarm Mo- Alarm Mosaic is a timeline based display that provides operators with a
saic different way to monitor alarms so as to more easily identify problems in
the running process control system and take corrective actions. Alarms
are depicted as icons and presented both graphically and in list form.
They can be viewed in their current state (updating view) or by their acti-
vation history (Activation History view). The alarm actions supported in
both views are similar to those supported in the classic DeltaV Operate
Alarm List.
Installation Tools
Application Description
12
DeltaV system overview
DeltaV help
The DeltaV system provides several forms of online assistance.
13
DeltaV system overview
Online help
Books Online
DeltaV Books Online is a set of online reference books on installing, configuring, operating,
and troubleshooting your DeltaV system. This Getting Started book is also available online.
There are several ways to access Books Online:
When Books Online opens, click the plus sign (+) next to the title in the Table of Contents.
DeltaV website
Paper manuals
Most DeltaV product information is in Books Online. You can print single pages, chapters,
or whole books. You can also order a paper copy of most manuals from Emerson
Automation Solutions.
Technical service
There are several options available for technical service, including help desk support,
remote diagnosis, 24-hour emergency support, and software update service. The technical
support options are described in the Maintenance manual in Books Online.
14
The tutorials
2 The tutorials
Topics covered in this chapter:
• Overview of the tutorials
• Control modules used in the tutorials
• Example tank process used in the tutorials
• Sequential function chart used in the tutorials
• Operator pictures used in the tutorials
Hardware configuration is typically a one-time operation, and the hardware in your system
may already be configured. Therefore, we have put this information near the end of the
book. If your workstation has not been configured, you may want to begin with that
section after reading this chapter.
Once your workstation has been configured, you can do almost all the tutorial exercises
without having actual controllers and I/O set up. However, to make the examples more
realistic and to be able to do some things (such as assigning control modules to a
controller), you need to have a controller configured.
The tutorials focus on developing the control strategy and operator pictures for a process
that involves monitoring the level in a tank and controlling the flow while discharging the
contents. The book contains six tutorials that:
• Show how to open DeltaV Explorer and use the navigation features.
• Step through the creation of four modules for controlling the tank process and a
sequential function chart that defines the process startup sequence.
• Introduce the basic tools of DeltaV Operate in configure mode and show how to
create a set of operator pictures complete with colorful graphics, faceplates, detail
displays, pushbuttons, and a trend chart.
• Show the operator pictures from the operator viewpoint and explain how to
navigate the pictures, change operating parameters, acknowledge alarms, and
perform other operator tasks.
• Show how to gather and display system and process data using DeltaV tools, such as
DeltaV Reporter and the DeltaV Excel Add-in.
• Step through the procedures for configuring workstations, controllers, and I/O.
15
The tutorials
Related information
Output
Control Mod- Input De- Device
ule Description Purpose vice Tags Tags
LI-101 Level Indicator Monitor level of product LT-1
in tank
MTR-101 2-State Motor with in- Start and stop pump XI-1 ZX-1
terlocks
XV-101 Block Valve Open/close valve for tank LSC-1 XV-1
discharge
FIC-101 Flow Control Loop Regulate flow rate FT-1 FY-1
The Device Tags are assigned to I/O card channels as part of the I/O configuration process.
Related information
16
The tutorials
1. Set the flow loop controlling the outlet flow valve (FIC-101) to automatic.
2. Specify a desired setpoint for the flow loop.
3. Wait for the regulatory valve to open, then open the block valve (XV-101).
4. Start the outpump motor (MTR-101).
5. Confirm the motor start.
17
The tutorials
18
Learning about DeltaV Explorer
DeltaV Explorer also provides a fast way to add control modules to your database. When
creating your control strategy, you can simply drag control modules from the template
library into a plant area. While you are still in DeltaV Explorer, you can edit the module
parameters to tailor them to your application. (For more extensive editing, you can use
Control Studio.)
19
Learning about DeltaV Explorer
Under the View menu, there are several options you may want to try. You can change from
small icons (the default) to large. You can also choose to have additional details displayed
in the right pane. As you work with DeltaV Explorer, you will determine which view option
is best for the work you are doing.
20
Learning about DeltaV Explorer
This direction means: open the Library, open the Module Templates, open Analog Control, and
then click the module named PID_LOOP.
Here are a few tips about opening and closing levels in the DeltaV Explorer hierarchy.
21
Learning about DeltaV Explorer
• Select the object, and then press the RIGHT ARROW key on the keyboard.
The items listed are the categories of function block templates available.
•
Click the Details button or select View > Details
This lets you see at a glance the object name, the type of object, a description, and other
information.
22
Learning about DeltaV Explorer
The items listed in the right pane are the basic function blocks used in analog control,
including bias/gain, deadtime, filter, lead/lag, and so on.
Tip
You can change the width of columns in the right pane by clicking and holding the line between
columns in the column title bar and dragging the line right or left.
• Click the other Function Block Template categories to see their contents.
• Close Function Block Templates.
23
Learning about DeltaV Explorer
You will use this module template later to configure a pump for the tank process
example.
• Click beside Motors-2State to close the category.
DeltaV systems that require precise system time derive master time from a Global
Positioning System (GPS) network time server configured to a specific IP address on the
DeltaV Control Network.
If a GPS network time server is not in use, you can synchronize system time by running
deltav\bin\SystemTime.exe to open the DeltaV System Time dialog. By clicking the Apply
button in the DeltaV System Time dialog, time and date settings are applied to the Master
Time Server node, which broadcasts them to all workstations and controllers on the DeltaV
Control Network.
24
Learning about DeltaV Explorer
CAUTION!
Do not attempt to change system time by using the Windows Date and Time utility, accessed
from the Control Panel or the Taskbar clock. The Windows Date and Time utility does not
synchronize system time on all workstations and controllers in the DeltaV Control Network.
Use the Windows Date and Time utility only to specify the local time zone and to enable the
Automatically adjust clock for Daylight Saving Time option.
To define the Master Time Server node, complete the following steps:
You can also define the Backup Time Server node on the System Time tab in the
Physical Network Properties dialog.
25
Learning about DeltaV Explorer
26
Creating and downloading the control strategy
Strictly speaking, you do not need to create an SFC. You can set up your process system in
such a way that an operator would activate specific equipment, change setpoints, and
perform other operations. However, in many cases, it is useful to define a Sequential
Function Chart to automate the process (or parts of the process, such as startup or
shutdown procedures) with minimal operator intervention.
When creating the control modules that make up your control strategy, sometimes you
will create a module from scratch (using the basic function blocks), but more often you will
start with one of the predefined module templates.
• In DeltaV Explorer, you can copy a module template from the library by dragging
and dropping it onto your plant area and then renaming it.
• In Control Studio, you can start from a module template, modify the module, and
save it in your plant area under a new module name.
27
Creating and downloading the control strategy
• In Control Studio, you can start from scratch by dragging and dropping function
blocks and other items from palettes of predefined items, connecting the blocks,
and modifying block parameters.
• In Configuration Assistant, you can copy a module template from the library.
In the exercises in this chapter, you will learn how to use the first three methods.
Note
This manual assumes that you are working on a new system or one that is in the beginning stages of
configuration-not one that is controlling a process.
You can set the size of the overall window by dragging the sides or corners. Then, on the
View tab, in the Windows group, click Arrange to automatically reshape the views to a
predefined arrangement.
28
Creating and downloading the control strategy
The figure above shows the default arrangement of the Control Studio views. The views
are:
The palette shows the items that can be dragged to the diagram. Several palettes are
available. You can change to a different palette by clicking the palette name.
Note
If the palette is not showing, point to the edge of the Diagram window, hold down the left mouse
button and drag the side of the window to resize it to show the palette column.
The palette can be moved from one side of the Diagram View to the other. To do this, point
anywhere in the palette, right-click, and then select Switch Sides from the menu.
The items in the palette can be displayed with either large or small icons. To change the
selection, point anywhere in the palette, right-click, and then select the desired icon size.
Note
If another user has changed the Diagram Preferences (on the Diagram tab in the Layout group), your
pictures may look different from the ones in this book. The default settings are shown below:
29
Creating and downloading the control strategy
The DeltaV system provides a default system area called AREA_A. You cannot delete
AREA_A because it is essential for system operations and for performing certain DeltaV
functions. If you decide to create additional plant areas, you may want to put your control
modules in other areas and reserve AREA_A for only these system operations and
functions. You can rename AREA_A to a more meaningful name for your process.
The name must be 16 characters or less, and may contain only alphanumeric characters,
hyphens (-), and underscores (_). Hyphens or underscores are typically used to represent
spaces between words.
Notes
In order for system-wide events (such as logins, logouts, and downloads) to be recorded or other
operator activities (such as alarm area filtering) to function correctly, the following applies:
30
Creating and downloading the control strategy
In the next procedure we will create a plant area named TANK-101 to hold the tutorial
modules.
A new area, named AREA1, is added and appears in an edit box in the right pane.
3. Enter a new name (for our example, TANK-101) and press Enter.
Note
If you are copying a module from an area, you must hold down the CTRL key or the module will be
moved rather than copied to the new location. If you are copying a module from the library, it is not
necessary to hold down the CTRL key while dragging the module.
You can add additional history collection to the module if you wish. We will add history
collection to the module that we create from scratch. Later, we will use the Process History
View application to view the field value.
31
Creating and downloading the control strategy
Note
In naming the motor (MTR) templates, the following convention was used: the first digit after MTR is
the number of outputs; the second is the number of inputs. Thus, MTR-11_ILOCK is for a motor with
one output, one input, and interlocks.
Related information
1. In DeltaV Explorer, open Library > Module Templates > Motors-2State, and select
MTR-11_ILOCK.
2. Drag the MTR-11_ILOCK module onto the TANK-101 plant area.
3. Open TANK-101 and select MTR-11_ILOC_1. The name is highlighted.
4. Click the module name a second time (or right-click, and then select Rename from
the context menu).
5. Enter the new name for the module: MTR-101. You now have a control module in
your TANK-101 plant area.
6. Click the Minimize button in the upper right corner to minimize DeltaV Explorer.
To choose a template from the library, click the Main button, and then click
New.
32
Creating and downloading the control strategy
3. In the New dialog, select Start from Existing, and then click the Browse button.
4. Click the Object Type field at the bottom of the dialog, and then select Module
Templates.
33
Creating and downloading the control strategy
5. In the large center box that lists the contents of Module Templates, double-click
Valves-Normally Closed.
6. From the contents of Valves-Normally Closed, select VLVNC-11. (This name is
automatically placed in the Object name field.)
7. Click OK in the Browse dialog.
8. Click OK in the New dialog.
1. In the Diagram view, click the Device Control function block, DC1.
Four small black squares (called "handles") appear at the corners to indicate that this
block is the currently selected item on the diagram.
2. Select and right-click a parameter in the Parameter view, and then select Filter
Parameter List.
34
Creating and downloading the control strategy
3. In the System group, select Common configuration to display the parameters most
commonly used for configuring process control, and select On-line to display the
parameters most commonly used for operating a process.
4. Deselect any other boxes that may be checked, and then click OK to close the dialog.
5. In the Parameter View, select IO_IN_1. You may have to scroll down the list to find it.
6. Double-click IO_IN_1to open the Properties dialog.
7. In the Device Tag field, enter LSC-1. (LSC-1 is the Device Tag used in our tank example
for Limit Switch-Closed.)
The Device Tags for the tank application are listed in the table in
Control modules used in the tutorials.
35
Creating and downloading the control strategy
The IO_IN_1 parameter is given a value of FIELD_VAL_D. (You can click the Parameter
field to see this value. It also appears in the Parameter view.) LSC-1, together with the
FIELD_VAL_D parameter define the Device Signal Tag (DST).
(If you have configured placeholders for the I/O cards, you can browse for the Device
Tags. Clicking the Browse button opens a dialog that lists all the configured I/O card
channels and their assigned Device Tags. You can scroll down the list, select the
appropriate Device Tag, and then click OK. Click the Alphabetic tab to alphabetize
the list and scroll past the entries beginning with COxx to get to the Device Tag
names such as LSC-1.)
8. Click OK.
9. In the Parameter View, double-click IO_OUT_1.
XV-1 is the Device Tag used in our example for the Block Valve. The DST is given a
default parameter value of OUT_D.
36
Creating and downloading the control strategy
Related information
• Identify the operator pictures that will be associated with the module.
• Assign the module to a controller node.
• Save the module to the database.
• Verify the module's configuration.
The procedures for accomplishing these tasks follow. (An additional step is downloading.
Modules can be downloaded to a controller individually. However, we will download our
whole control strategy at one time, as you will see at the end of this chapter.)
You will see what operator pictures look like and how they are used. For now, you simply
need to know how to associate the module with the pictures.
Related information
37
Creating and downloading the control strategy
1. In Control Studio, click the Main button, point to Module, then click Properties.
TANK101 will be the primary control picture associated with this control module.
You will create TANK101 later.
Note
Picture file names must be alphanumeric and cannot contain the hyphen character, begin
with a number, or use a Visual Basic reserved word.
38
Creating and downloading the control strategy
Note that the fields for the detail display and faceplate are already filled in. All the
control module templates in the library have pre-defined detail displays and
faceplate s associated with them.
3. Click OK.
Related information
39
Creating and downloading the control strategy
1. Click the Main button, point to Download, and then click Assign to Node.
Related information
40
Creating and downloading the control strategy
4. In the Object Name box, type XV-101 as the name for this module, and then click Save.
41
Creating and downloading the control strategy
You now have two control modules, one for the motor and one for the block valve.
42
Creating and downloading the control strategy
• Edit the IO parameter of the analog input block to identify the Device Signal Tag for
the level transmitter, LT-1.
• Change the OUT_SCALE parameter on the analog input block from the default value
of 100 to 10,000 to reflect the 10,000-gallon capacity of the tank.
• Change the HI_HI_LIM value will be changed to 1000.
• Add history collection to the PV of the AI block so that the tank level can be trended
in the Process History View application.
43
Creating and downloading the control strategy
DeltaV Books Online opens to a topic about the AI block. After reading about the
function block, close DeltaV Books Online and return to Control Studio.
4. Make sure the block is selected.
5. In the list of parameters, double-click HI_HI_LIM (or right-click it and then select
Properties).
6. In the Properties dialog, change the value to 1000 and click OK.
7. Double-click the IO_IN parameter.
8. In the Properties dialog, enter the Device Signal Tag, LT-1 (for the level transmitter),
and then click OK. The system selects the default parameter.
In the Parameter list, note that the parameter named L_TYPE (linearization type) has
a default value of Indirect. This must remain Indirect for you to be able to define the
Engineering Units of the input.
9. To set the Engineering Units (EU) and the scale, double-click the OUT_SCALE
parameter.
44
Creating and downloading the control strategy
• Change the 100% scale from 100 to 10000 (for 10,000 gallons).
• For Engineering unit, select gal (for gallons).
11. Click OK.
For our example, we want to make the output value easy to reference systemwide.
Promoting the parameter to the module level allows the value to be referenced
throughout the system as LI-101/PV rather than LI-101/AI1/OUT.
45
Creating and downloading the control strategy
5. Select Floating point with status in the Parameter type field, select I/O in the Parameter
category field, accept the default status (it will be overwritten), and click OK.
46
Creating and downloading the control strategy
2. In the Parameter View list, right-click PV and select Add History Recorder.
3. The path to the current value for PV (AI1/PV.CV) appears in the Parameter field path
box. (If this path does not appear here, click the Browse button and browse for it.)
4. Click Enabled.
5. For Display Representation, select Line.
Note
You can change the line style later using the Process History View application.
Later, we will assign the area (TANK-101) to the Continuous Historian subsystem, enable
history collection on the workstation, and download the workstation in order to collect
and view the historical data for the field values.
47
Creating and downloading the control strategy
The pencil icon changes to a * when you are over the right spot for making the connection.
Tip
If you want to rearrange the diagram, click one of the function blocks and move it. The connector
line moves and resizes automatically.
Note
The picture TANK101 does not exist yet. You will create it later.
When you have finished, quit Control Studio. Do not simply minimize Control Studio. In an
upcoming procedure we will show you a new way to open Control Studio directly from
DeltaV Explorer. If you minimize Control Studio, you will have two copies of Control Studio
open.
If you have DeltaV Explorer minimized, restore it to full size by clicking its name in the
Windows taskbar at the bottom of your screen. Otherwise, open it from the Start button.
Related information
48
Creating and downloading the control strategy
49
Creating and downloading the control strategy
• Double-click IO_IN. In the Properties box, enter the Device Tag of FT-1.
• Double-click IO_OUT, and then enter the Device Tag of FY-1.
• Double-click GAIN, and then change the value from .5 to 1.
• Double-click RESET, and then change the value from 10 to 3 (that is, 3 seconds per
repeat).
• Double-click PV_SCALE, and then change the Engineering unit to GPM (gallons per
minute).
50
Creating and downloading the control strategy
Alarms overview
In DeltaV Operate in run mode, alarms notify operators about changes in the process that
might require operator attention. Alarms are visible on the Alarm Banner at the bottom of
the operator picture, as well as on any faceplates or other displays that are set to show
alarms. Alarms are set up in the module templates.
Modify an alarm
Alarms have been set up in the PID_LOOP template, which we used as the basis for the
FIC-101 module. Only three of the alarms, HI_ALM, LO_ALM, and PVBAD_ALM, are
enabled. For the example, you will modify HI_ALM slightly to change the value from 95 to
90. This means that an alarm will be activated if the flow goes above 90 gallons per
minute.
1. In the Alarm view, double-click HI_ALM (or right-click it and select Properties).
2. Change the Limit value from 95 to 90, and then click OK.
51
Creating and downloading the control strategy
The TANK101 picture does not exist yet. You will create it later.
3. Save the module.
Tip
Tip If you have access to a printer, you can print the diagram, which includes configuration tips. In
Control Studio, click the Main button, and then click Print.
The motor module, shown later in this procedure, includes the following function blocks,
all of which are on the Logical palette:
The CND, BFI, AND, NOT, and OR blocks are used to specify the interlock logic. The DC
block is for motor control.
52
Creating and downloading the control strategy
3. If TANK-101 is not in the Look in field, click the pull-down list, and then select Control
Strategies. In the large center box that lists the contents of Modules, double-click
TANK-101.
Remember, you can select and right-click a palette item or a function block on the
diagram, and then select Help to open DeltaV Books Online for information about
the selected item.
53
Creating and downloading the control strategy
1. Place the mouse pointer outside the upper left corner of CND4.
2. Click and hold the left mouse button, then drag to include the lower right corner of
the CND8 box.
54
Creating and downloading the control strategy
Boxes CND4 through CND8 should now be selected. If not, click a blank spot and try
again.
3. Press the Delete key to delete the selected items (or right-click, and then select Delete
from the context menu.)
4. Click Yes when asked to confirm the deletion.
Another way to delete multiple blocks is to select them while holding down the Shift
key, and then press the Delete key.
55
Creating and downloading the control strategy
Now we need a way to specify these requirements. The condition blocks serve this
purpose. Each condition will have associated with it an expression that identifies the
condition precisely in mathematical or logical terms. Expressions are made up of operands,
operators, functions, constants, and keywords.
The DeltaV system provides an Expression Assistant to help you define expressions. After
you enter an expression, the Expression Assistant checks the syntax, indicates any
problems, and identifies any unresolved parameters. You can access the Expression
Assistant using either the Object menu or the right-click context menu for Action,
Calculation/Logic, and Condition function blocks.
The Expression Assistant inserts the characters shown in the following table when
constructing expressions. If you type the expressions without using the Expression
Assistant, you need to use these characters in the same way.
Charac-
ters Use Example
/ Precedes a reference to an internal parameter (one within
the current module). Use the Insert Internal Parameter button
to browse for these parameters.
^/ Precedes a reference to an internal parameter up one block
level. Use the Insert Internal Parameter button to browse for
these parameters.
// Precedes a reference to an external parameter (one within '//XV-101/DC1/PV_
another module). Use the Insert External Parameter button to D.CV'
browse for these parameters.
## In Batch processing, used to enclose an alias.
: Used to separate a named set from the named set value. 'vlvnc-sp:OPEN'
:= Used to assign values. Step actions use this operator. The 'SP':='SFCCTRL:IDLE'
value of the right operand is assigned to the left operand.
= Used to compare values. Similar operators include >, <, >=, 'SP'='SFCCTRL:START'
<=,!= (not equal to), <> (not equal to). Transitions use these
operators.
+ Used to add numeric values or to concatenate strings.
'' Single quotes are used to enclose parameters.
"" Double quotes are used to enclose strings.
; Used to continue action statements on subsequent lines of
the Expression Assistant.
56
Creating and downloading the control strategy
module/function block/parameter
When identifying parameter tags, you can build the tags from scratch by typing them in or
you can use the parameter browser to search the database.
1. On the View tab, in the Windows group, click Arrange so that you can see all the views
again.
2. Select the CND1 block, right-click it, and then select Expression from the context
menu to open the Expression Assistant. .
3. Highlight and delete the entire first line of the expression. (The default first line is
"FALSE". )
4. Click the External Parameter button. This button browses for parameters that are
external to the current parameter.
6. Double-click these items in each succeeding level: XV-101, DC1, PV_D and CV.
The Expression Assistant assembles the tagname and puts it in the Expression box.
7. Click or type "=".
57
Creating and downloading the control strategy
8. Click Named State, double-click the named set vlvnc-pv, select the state CLOSED, and
then click OK.
9. Type a semicolon at the end of the expression.
'//XV-101/DC1/PV_D.CV' = 'vlvnc-pv:CLOSED';
XV-101 is the module for the block valve; DC1 is the function block; PV_D.CV is the
current value for the process value; and CLOSED is one of the states in the named
set, vlvnc-pv. The expression indicates that an interlock should occur (the motor
should shut off) if the block valve is closed. (A named set is simply a way to define
names and equate them to integer values. Named sets are defined in DeltaV
Explorer under System Configuration > Setup.)
10. Click Parse.
The Expression Assistant checks the syntax. If there are any errors, correct them.
11. Click OK.
12. Select the CND2 block and use the Expression Assistant to specify the second
interlock condition as: '//LI-101/AI1/PV.CV'< 100;
LI-101 is the control module for the level indicator. AI1 is the analog input function
block. PV.CV is the parameter for the analog input current value. The expression
indicates that an interlock should occur (the motor should shut off) if the tank level
goes below 100 gallons.
13. Click Parse, correct any errors, and then click OK.
14. Select the CND3 block and use the Expression Assistant to specify the third interlock
condition (the regulatory valve is less than 5 percent open) as: '//FIC-101/PID1/
PV.CV' < 5;
FIC-101 is the module for controlling the outlet flow (regulatory) valve. PID1 is the
loop function block. PV.CV is the parameter indicating the current state of the valve
(percent open). The expression indicates that an interlock should occur if the valve is
less than 5 percent open.
15. Click Parse, correct any errors, and then click OK.
If you have configured the controller hardware and I/O channels, you can browse for
the Device Tag under the controller.
58
Creating and downloading the control strategy
5. In the Properties dialog, type ZX-1 in the Device Tag field, and then click OK.
Related information
Note that this module has two predefined pictures: DL_DT8 is the detail display and
DL_FP is the faceplate.
2. Change the Detail to DL_DT3 to match the number of conditions. (Remember, in a
previous topic you removed the five unused condition blocks.)
3. Assign the control module to the controller.
4. Save the control module by clicking the Save button. (The module has already been
named.)
5. Minimize Control Studio by clicking the Minimize button in the upper right corner.
Each time the SFC scans, the system evaluates the active steps and transitions. When a
transition evaluates as True, the step prior to the transition is made inactive and the step
following the transition becomes active.
There are no predefined module templates for SFCs since process sequences are highly
individual. In defining an SFC, you may find it helpful to first define the steps in the process,
and then identify the conditions that must be met before proceeding from step to step.
59
Creating and downloading the control strategy
Step 2: Put the flow loop in auto mode and set the setpoint to 50 gpm.
First, you will create the named set, SFCCTRL, in DeltaV Explorer. Then you will go to
Control Studio to create the module containing the Sequential Function Chart.
A new entry, NamedSetn (where n is the next number available), is added to the end
of the list of existing named sets. The entry is in an edit box, ready to be renamed.
4. Type the new name, SFCCTRL, and press Enter.
5. Double-click SFCCTRL (or select and right-click SFCCTRL, and then select Properties
from the menu).
60
Creating and downloading the control strategy
7. Click Add.
Note
Named sets are case sensitive. You can define them using any combination of uppercase and
lowercase characters, but all future references to a state must be as originally defined.
61
Creating and downloading the control strategy
10. Type START in the Name box, and then click OK.
The Properties dialog now has two named states, IDLE and START.
62
Creating and downloading the control strategy
63
Creating and downloading the control strategy
64
Creating and downloading the control strategy
An action with the P Pulse qualifier is active only on the first scan when the step goes
active. Thus, the assignment statement is evaluated and the assignment made on
the first scan through the step actions when the step goes active. After the first scan,
the assignment destination retains the assigned value; it is not rewritten for each
scan.
7. To set the setpoint to the IDLE state, type the following in the Action expression field:
65
Creating and downloading the control strategy
66
Creating and downloading the control strategy
Alternatively, you can click the Expression Assistant button and use the Expression
Assistant to define the Action expression. (You used the Expression Assistant earlier
to define the interlock conditions for the motor control module.) Click the Insert
Named State button in the Expression Assistant and follow the prompts to define the
Action expression.
8. Click OK in the Properties dialog. Make any necessary corrections, and then click OK.
9. Select the step action (A1) in the Step Action View, right-click, select Rename, and then
change the name to SET_TO_IDLE.
Giving the step actions meaningful names instead of A1, A2, etc., helps you identify
a particular action you may later want to modify.
'SP' = 'SFCCTRL:START'
4. Click Parse in the Expression Assistant, correct any errors, and then click OK in both
dialogs.
67
Creating and downloading the control strategy
Tip
On the View tab, in the Diagram group, click Diagram Preferences, and then check Display Grid and
Snap to Grid to help you line up the SFC objects on the diagram.
Note
In the example, all Action Types are Assignment; all Action Qualifiers are Pulse, except for
Action 2 in Step 2, which has an Action Qualifier of Non-stored. (The reason is that if Action 2
Step 2 were Pulse, it might not get set because it waits until the actual mode is Auto. It would
fail on the first try and never be set.)
2. Use the Connect Mode tool to connect the steps and transitions in order.
3. Change the step and transition names by right-clicking, selecting Rename, and then
typing the name listed in the following table. Be sure to read the table footnote for
important information about statement syntax.
68
Creating and downloading the control strategy
69
Creating and downloading the control strategy
Downloading modules-overview
Now that the control modules are all defined, you need to download the control strategy
to the controller, assuming you have a controller configured. If you are working with a
controller placeholder, you can assign the modules to the placeholder, but you cannot do
a download.
There are several different levels of downloads. In DeltaV Explorer, you can download:
• individual modules
• the controller node
• the control network, including the workstations and controllers
Important
If you are working on a system that is controlling a process, it is recommended that you do not
perform any downloads for this tutorial unless you understand the impact of doing so.
Note
You must load and assign the controller licenses before downloading the modules to the controller.
Related information
70
Creating and downloading the control strategy
3. When asked, confirm that you want to proceed with the download.
4. When asked, confirm that you want to check the configuration.
A window opens to show you the progress of the download and to let you know
when it is complete.
71
Creating and downloading the control strategy
72
Creating operator pictures in DeltaV Operate
Let's start by taking a look at the standard DeltaV operator desktop, as seen in the DeltaV
Operate application in run mode.
73
Creating operator pictures in DeltaV Operate
This desktop was designed specifically for use with DeltaV process systems. It is made up
of three sections: the Toolbar, the main window, and the Alarm Banner. The Toolbar buttons
provide single-click access to important pictures, directories, and other applications.
Important
Although it is possible to add, modify, or delete buttons from the Toolbar and make other changes to
the operator desktop, it is recommended that you do not do any customization until you are
thoroughly familiar with the purpose and function of all its elements.
The Alarm Banner at the bottom of the desktop also has important predefined functions.
The large buttons are used to notify the operator of the highest priority alarms that have
been activated. When an alarm is tripped, the name of the associated control module
(such as XV-101) is displayed on one of the alarm buttons. By clicking one of these
buttons, the operator goes directly to the appropriate process graphic for taking action on
74
Creating operator pictures in DeltaV Operate
that alarm (the primary control picture or the faceplate). The Alarm Banner also includes a
node monitor button to enable operators to monitor the current status of controllers and
workstations.
You may remember that we assigned a primary control picture to each control module as
one of the finishing steps. Modules created from library templates have predefined
faceplates. A little later you will learn more about the Alarm Banner and how to
acknowledge alarms.
The main window is where the operator views a main picture, which is typically a process
graphic that provides a view of the process or equipment. A main picture is any picture
created using the main template. The main template has some predefined features, such
as a small toolbar (with five buttons) in the upper left corner. The template also contains
some picture commands that are required by the DeltaV environment.
Even in relatively small process systems, there are likely to be a number of main pictures.
Each main picture is created and saved as a picture file with its own unique name.
Important
The most important thing to remember about main pictures is that they must start from the
predefined template named main. Only subordinate pictures, such as pop-up messages to
operators, should be created without using the main template. If you create a new picture file from
scratch or use a different template as a basis, much of the DeltaV Operate environment will not
work.
The DeltaV system starts you off with an Overview picture that you can tailor to fit your
application. Generally, the Overview is used as the top level in the hierarchy. You can add
pushbuttons to the Overview that let you link to other pictures. You can even use a
photograph or drawing with hotspots (rather than pushbuttons) that link your Overview to
other pictures.
The design of your Overview picture is limited only by your imagination. Here is an
example:
75
Creating operator pictures in DeltaV Operate
Important
The Overview picture has its own button on the Toolbar, so no matter how deep an operator
gets into the hierarchy of pictures, it is always easy to get back to the Overview. This is one reason
why you should put some thought into your Overview picture and how to make it useful for
navigating to other important pictures.
The Overview picture has initial text explaining how to rename the Overview picture by
editing the file UserSettings (or User_Ref) in the Standard folder in the system tree. This file
is for advanced users who want to rename the Overview, set up the Display History List with a
predefined list of pictures, modify or add global variables, and do other tasks that define
the operator's startup environment. It is beyond the scope of this introductory manual to
go into this in detail. To learn more about the UserSettings file and global variables, refer
to Books Online.
76
Creating operator pictures in DeltaV Operate
Here are some of the ways operators can move from one picture to another:
•
Each picture can have a Next Picture and Previous Picture defined for it.
The operator can easily jump to those pictures using the forward and back arrows in
the upper left corner of a picture created with the main template.
•
The Main field above the tools on
the Toolbar shows the name of the current main picture. The button next to the Main
field opens a History List. Simply click a picture in the list to go to that picture. The list
can be predefined and locked to show only a select group of pictures or it can be set
up to act as a "most recently used" list that is updated with each new jump.
•
The operator can use the Open button to select a picture to replace the
current picture in the main window.
You can use buttons or other hotspots to link to new graphics. The hotspot can be a word,
an icon, a section of a photograph, or whatever you want to use as a visual clue to the link's
destination.
Clicking an alarm button in the Alarm Banner immediately replaces the current main
picture with the primary control picture for the module indicated on the button and pops
up the faceplate for that module.
77
Creating operator pictures in DeltaV Operate
Note
The User Preferences dialog provides the means to define the DeltaV Operate start environment. To
ensure security in your plant, it is very important that you carefully develop your security scheme
before making changes to the start environment. Refer to the online help and Books Online for more
information before making changes to the User Preferences dialog.
1. Click Workspace > User Preferences, and then select the Environment Protection tab.
2. Select the Enable Environment Protection check box, and then select the options that
you want to enable.
Click Start > DeltaV > Engineering > DeltaV Operate Configure.
DeltaV Operate in Configure mode opens with a blank drawing. In addition to the menu
bar and toolbars, the window is made up of a system tree and the work area.
78
Creating operator pictures in DeltaV Operate
The system tree shows a hierarchical view of the files on the local node and all objects
associated with each file. The system tree can be resized, moved, or hidden. Opening and
closing folders in the system tree is the same as opening and closing folders in Windows
Explorer: click a plus sign (+) to open a folder and see its contents; click a minus sign (-) to
close a folder and hide its contents.
Take a few minutes now to become familiar with the system tree. Open a folder and
double-click a file to open the file in the work area. Click the plus sign (+) next to the file and
select an object associated with the file. Notice how that object is highlighted on the
picture in the work area. Select File > Close to close the file, or right-click and then select
Close. Continue to explore the system tree, and when you are ready, continue to the next
section.
79
Creating operator pictures in DeltaV Operate
The main template and the Toolbox open in the Work Area. (If the Toolbox is not
visible, select Toolbars from the Workspace menu, select Picture as the toolbox owner,
and then click DeltaV_Toolbox.) Notice how a plus sign appears next to the main
picture. Click the plus signs to see the objects that make up the main template. The
main template has instructional text, including descriptions of the five buttons in
the upper left corner. In your system, the background color may be gray rather than
white, as shown in this document. Later, we will tell you how to change picture
background color, as well as object colors.
3. Read the information on this template. Then delete the text by clicking near the
center of the page, right-clicking, and then selecting Delete. (Alternatively, you can
click near the center of the page and then press the Delete key).
4. Select File > Save As. The Save As dialog appears.
5. Click the Up One Level button to go to the Pic folder.
6. Enter the File Name as TANK101, and then click Save. (Be sure the picture is saved in
the Pic folder.)
Note
Picture file names must be alphanumeric and cannot contain the hyphen character, begin
with a number, or use a Visual Basic reserved word, such as "new".
80
Creating operator pictures in DeltaV Operate
Toolbars are owned by the workspace or by pictures. The owner of a toolbar defines when
that toolbar appears. For example, workspace toolbars appear whenever the workspace
runs, whereas picture toolbars appear only when one or more pictures are displayed.
Note
Picture toolbars are assigned to all pictures. You cannot assign toolbars to specific pictures.
Note
You can hide the Toolbox by selecting and right-clicking its title bar, and then selecting Hide. You can
move and resize the Toolbox and enable docking. To open the Toolbox after hiding it, click Workspace >
Toolbars, and then select Picture in the Owner field. Scroll down, select the DeltaV_Toolbox check box, and
then click Close in the Toolbars dialog.
The Toolbars dialog appears. By default all the workspace toolbars are displayed.
2. Make sure that Show Screen Tips on toolbars in the lower left corner is selected.
With Screen Tips enabled, when you pause the pointer over a tool in the Toolbox, its
name will pop up.
81
Creating operator pictures in DeltaV Operate
3. Uncheck and recheck the various toolbars to see the buttons that belong to each
toolbar. (Watch the toolbar across the top of the window and see which buttons
disappear and then reappear.)
4. Click the Customize button and use the online help to familiarize yourself with the
Customize Toolbars dialog.
Later, when you are more familiar with the tools, you can add and remove buttons
and toolbars to suit your needs.
5. Click Close on the Customize Toolbar dialog.
6. Click Workspace > Toolbars to reopen the Toolbars dialog, and then select Picture in the
Owner field.
7. Select DeltaV_Toolbox if it is not already selected.
82
Creating operator pictures in DeltaV Operate
Using color
You can use color in two ways:
To add color to a selected object, select the object, right-click, select Color, and then
select Foreground, Background, or Edge. Once you select a color, click OK, and then close the
dialog. To add color to multiple objects, select the Color button on the Toolbox. The Color
dialog stays on your screen as you select colors. For the procedures in this book, we will use
the first method.
The Color Selection dialog contains two tabs you can use to choose a color from a palette
or from a list of names. You choose a color by clicking it on the palette or by selecting it
from the list.
Default colors appear in the Shape Preferences tab of the User Preferences dialog. To change
the default colors, click Workspace > User Preferences > Shape Preferences, click the color box
that you want to change (Foreground, Background, or Edge), and then select the new default
color from the palette.
Note
Changes to the default colors do not change the colors of objects that are already in the picture.
Tip
To change the background color of the entire picture, click Edit > Picture, click the Background Color box,
and select a background color from the palette that appears. Click OK to return to the picture and
display the new background color.
83
Creating operator pictures in DeltaV Operate
You may want to take a few minutes to experiment with drawing basic shapes and
changing the foreground, background, and edge colors. The procedure on drawing and
coloring a rectangle with a crosshatch appearance explains how to get started.
Related information
Now you can add some basic shapes and text to your drawing using the rectangle, oval,
line, polyline, polygon, and text tools. Try coloring, moving, and resizing the objects. (If
you use the polyline or polygon tools, double-click to finish the object.) When you have
finished, click File > Close and do not save the work you have done on the file.
If you are ready to continue, open TANK101 from the Pictures folder in the system tree.
In configure mode, properties are parameters of objects that you can alter using tools,
menu commands, and dialog. Dynamic properties are object parameters that change in
DeltaV Operate run mode based primarily on changes in database values. (For example, a
tank may change color as it fills, that is, as the current value of the level indicator changes.)
A parameter reference identifies the database field that supplies data to a link or dynamic
property. The parameter reference syntax is
node.tag.field
84
Creating operator pictures in DeltaV Operate
module/function block/parameter
For example,
DVSYS.FIC-101/PID1/SP.F_CV
is the parameter reference identifying the current value of the setpoint field (parameter) in
the PID1 function block of the FIC-101control module.
If you enter only the tag (for example, FIC-101/PID1/SP), DeltaV Operate fills in the default
node of DVSYS and uses a default current value field of either F_CV (floating point current
value) or A_CV (ASCII current value), based on the type of data (Numeric or Text) you
specify for the link. If the tag does not exist, you are asked if you want to use it anyway.
In most dialogs that require you to enter a parameter reference, a browser is available
to help you search through the network for a particular parameter reference. To access the
browser, click the ellipsis button next to the Source field.
The Data Source Browser from the Expression Builder box appears first. Then the Browse
dialog appears after you select Browse DeltaV Control Parameters. (The Browse dialog may
take a few seconds to appear the first time you call it.)
85
Creating operator pictures in DeltaV Operate
Creating datalinks
Datalinks can be used to display data as numbers or text. For the TANK101 picture, you will
create five datalinks for the following purposes:
• To display the current value of the tank level (parameter reference: LI-101/AI/PV)
• To display the current value of the loop process value (parameter reference:
FIC-101/PID1/PV)
• To allow entry of a setpoint value for the flow loop (parameter reference: FIC-101/
PID1/SP)
86
Creating operator pictures in DeltaV Operate
• To allow the operator to set the regulatory valve position (parameter reference:
FIC-101/OUT)
• To allow the operator to start and stop the pump motor (parameter reference:
MTR-101/DC1/SP_D)
After you have created the links, your working area will look like this:
87
Creating operator pictures in DeltaV Operate
88
Creating operator pictures in DeltaV Operate
3. Select Browse DeltaV Control Parameters to open the Browse dialog. (This may take a
few seconds.)
4. If TANK-101 is not displayed in the Look in: field, click the Up One Level button to go to
Control Strategies, and then double-click the TANK-101 area.
You can use the Up One Level button to move up one level in the hierarchy. The
contents of the selected level are displayed in the list box.
89
Creating operator pictures in DeltaV Operate
5. Double-click the module name, LI-101. A list of function blocks and module-level
parameters is displayed.
6. Double-click the AI1 function block. A list of parameters is displayed for that
function block.
7. Double-click the PV parameter. A list of fields is displayed.
8. Click the CV (current value) field, and then click OK. (Alternatively, you can double-
click the CV field.)
DeltaV Operate assembles the node, tag, and field information and enters it into the
Expression Builder dialog.
9. Click OK to return to the Datalink dialog.
10. In the Datalink dialog box, in the Formatting group, select Numeric for the Type, and
then click OK.
If you have not assigned the module to a controller or if you set up a placeholder
controller, you may get a message about the parameter reference not existing. Click
Use Anyway to use this parameter reference for the tutorial.
Note
DeltaV Operate reads the datalink and automatically configures the settings in the Datalink
dialog.
11. Click the upper left quadrant to place the datalink on the picture. (Refer to the
picture in the Creating Datalinks topic for the approximate location.)
90
Creating operator pictures in DeltaV Operate
12.
To label the datalink, click the text button in the Toolbox, click to the left of the
datalink, and type LI-101/PV.
Tip
To move any object, you can select it and drag it to a new location. You can use the alignment
tools to align objects horizontally and vertically. You can also use the arrow keys on the
keyboard to make minor adjustments to the position of any selected object.
If you use the Parameter Browser, click the Up One Level button to go up to the
module level.
In-place data entry enables operators to change the value from the workstation.
91
Creating operator pictures in DeltaV Operate
Tip
If you accidentally close the Datalink dialog before completing your selections, double-click
the datalink on the picture to reopen the dialog.
92
Creating operator pictures in DeltaV Operate
If you browse for the parameter reference, the system will automatically supply .F
(for floating point) after SP_D. Edit the parameter reference to have .A_CV (for
ASCII) after SP_D.
Tip
Tip Select the Read/Write text data check box in the Browse dialog to make the default datalink
A_CV.
3. On the Datalink dialog box, in the Data Entry group, select None for the Type.
4. Click OK to let the application configure the remaining fields in the dialog box.
5. Place the new datalink in the bottom left quadrant.
6.
Select the datalink, and then click the Data Entry Expert button on the Toolbox.
7. In the Entry Method group, select the Pushbutton tab.
8. Uncheck Get Named Set at Runtime if it is checked.
9. Type STOP in the Open Button Title(0) field.
10. Type START in the Close Button Title(1) field.
93
Creating operator pictures in DeltaV Operate
The operator can start and stop the pump motor by clicking the datalink in the
picture.
11. Click OK.
12. Reposition the new datalink, if necessary, in the bottom left quadrant.
13. Use the text tool to add the label MTR-101/SP.
14. Select File > Close to save and close the picture.
It is a good idea to save your picture file any time you do a significant amount of
work on it.
94
Creating operator pictures in DeltaV Operate
If you have a controller configured, the datalinks appear as numbers. The numbers
are not realistic because you do not have any real I/O devices configured. If you have
a placeholder for a controller, the numeric datalinks appear either as symbols (such
as @ or &) or as specified in the User Preferences dialog.
3. Return to configure mode either by right-clicking anywhere in the background of
the picture and then selecting Quick Edit, or by pressing CTRL+W.
Dynamos overview
As you develop a system of operator pictures, you may need to use an object (such as a
pipe, pump, or valve) in more than one picture. You can save such custom-built objects as
reusable graphics called dynamos. If you assign dynamic properties to an object, those
properties are retained when you save it as a dynamo.
In configure mode, DeltaV Operate provides prebuilt dynamo sets containing common
process control objects, such as pumps, that you can paste into your pictures rather than
drawing them yourself. You can modify an existing dynamo and save it in the original set or
in a new set. You will likely want to save your most used dynamos in your own dynamo
sets.
To complete the TANK101 process picture, you will use several different dynamos and
modify their dynamic properties. Following is a brief summary of what you will do in the
next few procedures.
• Add a pump dynamo and animate the color. It will change from red to green to
signal the pump going from off to on.
• Add a tank dynamo with dynamic properties. The tank level will change to show the
gradual discharge of its contents.
• Add a block valve and regulatory valve. The valves will change color to show their
state (closed or open).
• Add pipes to connect the other objects. These could also be made to change color,
but you will not assign dynamic properties in the example.
The picture will look something like the following figure. Use this as a guideline for placing
objects on your picture.
95
Creating operator pictures in DeltaV Operate
If DeltaV Operate is not open, open it in configure mode, expand the Pictures folder in the
system tree, and then double-click the tank picture file, TANK101.
The dynamo PumpAnimVertA1 is highlighted in the Dynamo Set at the bottom the
screen.
3. Select PumpAnimVertA1 and drag it onto the picture. (Alternatively, you can drag
the dynamo name from the system tree onto the picture.)
Because this dynamo has animation properties, you are asked if you want to
animate the pump color.
96
Creating operator pictures in DeltaV Operate
We will animate the pump color so it changes from red to green when the pump
goes from Stop to Start.
4. Select the Animate Pump Color check box.
97
Creating operator pictures in DeltaV Operate
1. First, close the PumpsAnim dynamo set by selecting and right-clicking PumpsAnim in
the system tree, and then selecting Close.
2. Double-click the TanksAnim1 dynamo set in the system tree to open the dynamo set.
3. Drag the tank labeled TankWDoorD1 to your picture, placing it a little above the
motor, as in the figure shown earlier.
4. On the Tank Dynamo dialog, browse for the following tag for the tank level.
LI-101/AI1/PV/CV
98
Creating operator pictures in DeltaV Operate
5. In the Input Ranges group, select Fetch Limits from Data Source.
6. Click OK.
99
Creating operator pictures in DeltaV Operate
(1) In the Valve Dynamo dialog for the block valve, choose Animate Valve Color, and set two colors, as you did
earlier for the Pump Dynamo.
(2) In the Valve Dynamo dialog for the regulatory valve, choose Animate Valve Color. In the Color By dialog, choose
Color by Current Value. Under the Color Threshold, select Range and set the colors as follows: 0-50 is red; 50-100
is green.
You can resize a pipe by selecting the pipe, dragging one of its resizing handles, and
releasing the mouse button. In fact, you can resize any graphic object, including text, by
dragging the side or corner handles.
Related information
1. Add the vertical pipe to connect the tank and motor. Add an elbow pipe section to
connect the motor to the horizontal pipe. Move and resize objects as necessary.
2. Add the block valve (for XV-101) according to the information in the table.
3. Add a pipe to connect the pump and block valve.
4. Add the regulatory valve for the control loop (FIC-101).
5. Add two sections of pipe between the block valve and regulatory valve by copying
and pasting (or duplicating) the existing section of horizontal pipe. Right-click, and
then use the context menu to select your editing choices.
6. Using the Line tool, draw short vertical lines to indicate the orifice plate measuring
the flow.
7. Rearrange your datalinks so that your picture looks like the image in the dynamos
overview topic. Add text labels as shown.
Related information
Dynamos overview
100
Creating operator pictures in DeltaV Operate
DVSYS.FIC-101/PID1/PV.F_CV
DVSYS.FIC-101/PID1/SP.F_CV
DVSYS.FIC-101/PID1/OUT.F_CV
7. Select and delete the default pen (FIX32.NODE.TAG.F_CV) from the Pen List area
when you originally opened the Chart Configuration dialog.
8. Click the Y-Axis tab, and then change the title to Flow.
9. Enable the Apply to All Pens field.
101
Creating operator pictures in DeltaV Operate
10. Click the X-Axis tab, and then change the title to Time.
11. Take all other defaults or experiment with the settings, and then click OK.
102
Creating operator pictures in DeltaV Operate
By default, the Overview button on the DeltaV opening picture is connected to a standard
Overview picture. In our example, the hierarchy for the tank process will consist of a simple
loop connecting the TANK101 picture to a copy of the standard Overview picture. If we
also connected the main DeltaV opening picture to our copy of the standard Overview
picture, the organization of pictures would look as follows:
103
Creating operator pictures in DeltaV Operate
In a more complex system, this horizontal loop might contain a series of tank pictures or
perhaps a progression from a tank picture to a boiler picture to a reactor picture. You can
have a number of these horizontal loops to define sequences of related pictures. It is just a
matter of determining the sequence you want and then setting the Next and Previous
pictures.
In addition, you can have jump-style links, such as pushbuttons, to replace the current
picture with one that is not in the defined sequence. Such links can be placed on your
Overview picture or any other picture.
104
Creating operator pictures in DeltaV Operate
There are a number of ways to do this. For instance, you can add another datalink that
allows data entry, with the choices of START and STOP.
Another simple method is to put a push button on the TANK101 operator picture.
1. On the DeltaV Operate Configure menu bar, click Insert > Push Button.
2. Move the push button to a blank area near the link named FIC-101/MODE.
3.
Click the Text tool on the Toolbox and type the text to appear on the button:
Start Discharge.
4. Resize the push button to accommodate the text label. To do this, click the box and
drag its handles.
5.
Select the push button and click the Task Wizard button on the toolbar.
105
Creating operator pictures in DeltaV Operate
DVSYS. SFC-START/SP.F_CV
9. Click Numeric and type 1 in the Value field.
This command sets the value for the SFC to 1, which was defined to be the START
value in the SFCCTRL named set.
10. Click OK, and then click Close on the Task Wizard dialog.
11. Save TANK101.
12. Quit DeltaV Operate.
106
Using DeltaV Operate in run mode
If you have installed the control modules to a controller, you will see numbers (rather than
symbols) when you go to the TANK101 picture. These numbers will not be realistic unless
you have I/O with actual signals. So, unfortunately, you will not be able to see the tank
discharging its contents or get the full effect of working in an operator environment.
DeltaV Operate opens in run mode, displaying the DeltaV startup screen.
107
Using DeltaV Operate in run mode
Tip
If your picture does not line up correctly with the Toolbar and Alarm Banner, click the Reset
Layout button to fix the layout.
108
Using DeltaV Operate in run mode
•
Click the Close button in the upper right corner of the help window to close the
help window.
• Click the small question mark in the lower right corner to see a description of the
fields in the Alarm Banner at the bottom of the screen.
• Click the Close button in the upper right corner to close the help window.
•
This button opens a toolbar that contains links to other DeltaV applications (FlexLock,
DeltaV Explorer, Control Studio, Recipe Studio, DeltaV Books Online, and DeltaV Operate
Pictures Help).
Click the Books Online button to open it. The DeltaV Operate section is titled
"Operator Basics and Graphics Configuration."
• Click the Close button in the upper right corner of the Books Online window to close
that application.
• In the DeltaV Operate opening window, click Overview in the upper right corner to go
to the Overview picture.
•
To switch to the copy you created of the standard Overview picture, click the
Open button on the Toolbar, and then select My_Ovw_ref from the Replace Main
Picture list. Click the Enter button.
• To open the TANK101 picture, click the Next Picture button in the upper left corner of
the Overview screen. If opening the TANK101 picture results in a Warning message
about a data retrieval error, click the Skip All button.
109
Using DeltaV Operate in run mode
Tip
The Pushpin button at the top of the Main History list is a toggle switch for keeping the Main
History list open after a selection is made. The Lock button locks the list, and the Close button
closes the list. You can predefine a Display History list and lock it using the UserSettings file.
3. Click DeltaV.
4. Click TANK101 to return to the process graphic.
Related information
Navigates from the current picture to those defined as Previous and Next.
110
Using DeltaV Operate in run mode
Replaces the current main picture with the primary control picture for the selected
link.
To open a faceplate or detail display for a module, select a datalink for the module and
then click the Faceplate or Detail button in the upper left corner of the main window.
If the module does not have a selectable link, click the large Faceplate or Detail button in the
main Toolbar. A dialog opens in which you can enter the module name. The appropriate
faceplate or detail display pops up and the module name is added to the Module History
list, which is similar to the Display History list. This list lets you select, for any module listed,
the faceplate, detail display, or primary control picture. Like the Display History list, the
Module History list can be prepopulated and locked using the User Settings file.
Note
If you used a placeholder for a controller to do the tutorial, you will not be able to view faceplates or
detail displays as described in this section.
Note that the currently selected link is now displayed in the upper right corner of the
picture.
2.
Click the Faceplate button to open the faceplate for the module.
111
Using DeltaV Operate in run mode
At the bottom of the faceplate, notice that the Detail button has a blinking line under
it. This indicates there is a problem with the module (in this case, there is no I/O).
3. Change the mode to Auto by clicking the AUTO button on the faceplate.
4. Change the setpoint by moving the slider bar (large white triangle) to a new value.
5. Close the faceplate.
Tip
The Trend button at the bottom of the faceplate opens the prebuilt, module-specific
trend display for any module created from a DeltaV Library template.
6.
Open the detail display by clicking the Detail button on the faceplate or the
main picture.
112
Using DeltaV Operate in run mode
On the detail display, the operator can change tuning parameters (such as gain and
reset), change high and low limits, and enable or disable alarms, if these have been
configured as changeable.
7. Close the detail display.
113
Using DeltaV Operate in run mode
1. Click the value for the data link for the loop setpoint.
If you used a placeholder for a controller to do the tutorial, you will not be able to
change this value.
Acknowledging alarms
If there are any alarms associated with a control module and an alarm occurs during
operation of the process, the module name will be displayed in the Alarm Banner at the
bottom of the operator's screen. Alarms have a descending priority of Critical, Warning, or
Advisory and a status of acknowledged or unacknowledged. Unacknowledged alarms are
more important than acknowledged alarms. For alarms with equal priority and status,
alarms with a more recent timestamp are more important than older alarms. Depending
on the screen resolution, the five or six most important alarms are displayed on the Alarm
Banner. Selecting the small button to the right of an alarm button displays additional
information about the alarm in the line below the alarm buttons.
You can click an alarm button to go immediately to the primary control picture for the
associated module.
• Click the large Alarm button in the lower right corner of the Alarm Banner to
acknowledge alarms in the main picture.
• Click the Alarm button at the bottom of the module faceplate to acknowledge all
alarms for that module.
If there is an audible alarm, click the Silence Horn button to silence the alarm. This
does not, however, acknowledge the alarm.
114
Using DeltaV Operate in run mode
In addition to the alarms displayed on the process graphics, a standard alarm list shows all
active alarms and their priorities. To see the alarm list, do either of the following:
Click the Open button on the Toolbar, and then select AlarmList from the
Replace dialog box.
115
Using DeltaV Operate in run mode
116
Collecting and displaying data
The DeltaV system also lets you export data to the Microsoft Excel spreadsheet software so
that you can use that application's extensive analysis and reporting features.
History collection is an integral part of a module. If you copy a module that has history
collection, the new module includes the history collection. This enables you to set up
history collection for key parameters and copy the module for similar applications. Library
modules include history collection so that you do not have to set up history collection
when you copy a library module to an area. You can add additional history collection to a
library module.
In earlier exercises, you set up history collection in Control Studio for the module that you
created from scratch (LI-101) and acquired history collection for the other modules that
you copied from the Library.
Related information
117
Collecting and displaying data
You can establish duplicate data acquisition and storage by assigning an area to two or
more Continuous Historian subsystems.
You must assign the areas from which you want to collect history to the subsystems,
enable history collection on the workstation, and download the workstation through
DeltaV Explorer to activate the subsystems and view the data. You can set up history
collection for modules using either DeltaV Explorer or Control Studio.
In the following procedures we will assign area TANK-101 to the Continuous Historian and
Alarms and Events subsystems, enable history and events collection on the workstation,
download the workstation, and view the data with the Process History View application.
A number of icons, including an Operator icon, an Alarms and Events icon, a Continuous
Historian icon, and a Batch Historian icon, are listed under the workstation.
4. Select Continuous Historian.
5. Right-click, select Assign Area, and then browse for TANK-101.
118
Collecting and displaying data
A confirmation dialog instructs you to download the workstation's setup data and
then log off and back on to add the area to the Alarm Banner. Click Yes in this dialog.
TANK-101 appears in the Contents View for the Continuous Historian and Alarms and
Events subsystems. The Continuous Historian subsystem will collect historical data
from the modules in plant area TANK-101, and the Alarms and Events subsystem will
collect alarms and events in plant area TANK-101.
119
Collecting and displaying data
120
Collecting and displaying data
This tab enables you to set the maximum size and time span for the historical
database as well as the size of historical data sets. You can also set up automatic
export of historical data sets by enabling that feature and then setting a valid
directory path on the workstation, outside the DeltaV system. We will not make any
changes on this tab.
5. Click OK.
121
Collecting and displaying data
122
Collecting and displaying data
A window opens showing the progress of the download and providing information
about any problems encountered.
We assigned area TANK-101 to the Continuous Historian and Alarms and Events
subsystems, enabled history and events collection on the workstation, and
downloaded the workstation. Now we will use the Process History View application
to view the data.
Related information
123
Collecting and displaying data
• E +Chart - shows module trends plotted on a graph and historical events displayed in
a grid
• Chart - shows only module trends plotted on a graph
• Event - shows only historical events displayed in a grid
4. Click the Add button, and then click the Browse button in the Parameter Reference
Entry dialog.
124
Collecting and displaying data
5. Select Module Parameters in the Object Type field, and then browse in the TANK-101
area for FIC-101/PID1/PV.CV to plot the value of the outlet flow.
125
Collecting and displaying data
12. Click the Configure Chart tab, and enter MYGRAPH as the Graph Title.
13. Click OK to close the Configure Chart dialog.
The graph appears, showing module trends for the two parameter references, as
well as the events in area TANK-101.
126
Collecting and displaying data
The Process History View application has numerous graph configuration options and
event filtering options that are described in the Online Help.
Tip
Click Trend > Plot Method to change the line style.
14. Quit the Process History View application. Save if you are prompted to do so.
127
Collecting and displaying data
128
Configuring the hardware, loading and assigning licenses, and setting up user accounts
Important
The first user must log into Windows using an administrator account. The computer comes with
either Administrator (on server class computers) or Emerson (on workstation class computers) as the
default administrator account. The procedure for the first user's logon differs between workgroups
and domains. Refer to the important information in Setting up the first user account for instructions.
In this section, you will learn how to configure the controller and workstation nodes and
the I/O. Hardware should be connected and running before you configure it. Refer to the
hardware installation topics in DeltaV Books Online if you need information about
installing hardware.
Look at the DeltaV Explorer screen below to see how the controllers, workstations, and I/O
fit into the overall structure of a DeltaV process system. The numbers show the typical
sequence for configuring the hardware.
129
Configuring the hardware, loading and assigning licenses, and setting up user accounts
Related information
You must configure the ProfessionalPLUS workstation first. There can be only one
ProfessionalPLUS workstation in a DeltaV system. If there are other workstations to be
configured, you must create a workstation configuration file from the ProfessionalPLUS to
configure those workstations.
The specific steps that you take to configure the ProfessionalPLUS workstation vary
depending upon the configuration options that you choose. Refer to the Workstation
Configuration online help as you configure your workstations. Click the Help button or use
the context sensitive help to access additional information. Most of the screens are self-
explanatory and easy to fill out.
130
Configuring the hardware, loading and assigning licenses, and setting up user accounts
After you configure the workstations, you will load and assign licenses and download the
workstations in DeltaV Explorer.
Important
If your workstation has already been configured, do not repeat this procedure.
1. Click Start > DeltaV > Installation > DeltaV Workstation Configuration.
131
Configuring the hardware, loading and assigning licenses, and setting up user accounts
2. Click the Help button to familiarize yourself with the application. When you are ready
to begin the configuration, click Next.
3. Select ProfessionalPLUS workstation, and then click Next.
System software
Major system software versions require a license. A major version is one in which the first
digit in the version number changes from the previous version. A Major Version License is
required when you upgrade from one major version to another and for first-time
installations.
132
Configuring the hardware, loading and assigning licenses, and setting up user accounts
Controller software
Controller software for continuous control is licensed through four I/O-based, system-wide
licenses. For batch control, a fifth system-wide license is added; it is the Advanced Unit
Management license. The system-wide licenses are assigned to the ProfessionalPLUS
workstation and determine both the functionality available in every controller in the
system and the potential size of the system. System size is expressed in Device Signal Tags
(DSTs).
For the controllers in your system, select specific DST sizes of the four I/O-based licenses
by counting the number of discrete inputs, discrete outputs, analog inputs, and analog
outputs required for your process.
Purchase each license with a DST size equal to or greater than the total number of input or
output signals it represents. For example, purchase a 100-DST Discrete Monitor Input
license to bring up to 100 discrete inputs into the controller(s). Or purchase a 100-DST
Analog Control Output license to get up to 100 analog outputs from the controller(s). The
licenses allow input and output signals through conventional I/O, bus I/O, or Serial I/O.
DeltaV Books Online provides a more detailed definition of the system-wide controller
licenses.
For batch systems, the number of licenses required is based on the number of class-based
unit modules under process cells. Advanced Unit Management licenses are sized based on
the number of class-based unit modules configured in the system.
You also specify the total number of DSTs (the sum of all DSTs associated with the four I/O-
based licenses) when selecting a ProfessionalPLUS license.
Workstation software
When you install DeltaV Software on a PC or server, the installation wizard enables you to
define the PC or server as one of three node types: ProfessionalPLUS, Operator, or
Application. After the software installation is complete, you determine the functionality
and size of the workstation with software licenses. Key licenses are bundled in software
suites. Each suite enables the use of specific functions and applications as defined in the
product data sheets. The following table defines which software suites can be assigned to
each of the three node types:
133
Configuring the hardware, loading and assigning licenses, and setting up user accounts
After you install a license suite, you can install Add-on and Scale-up licenses. Add-on
licenses add new licensed features and functionality to the initial license and Scale-up
licenses increase the capacity of an existing license feature.
Seat licenses bundle existing licenses for continuous and batch engineering functions.
Some variations of the seat licenses support floating license capability and temporary
license capability. Floating licenses enable users to have full use of engineering tools on
workstations that have license suites that do not include those tools.
To expand the DST capacity of a workstation that has the DeltaV Experience license
assigned, you must first assign a ProfessionalPLUS license suite. Assigning a
ProfessionalPLUS license suite uninstalls the DeltaV Experience license and enables you to
assign I/O-based and Scale-up licenses.
Batch software
Batch licenses are sized by the number of class-based Unit Modules configured for use in
batch control.
Tip
Be sure that the System Identifier (also located in the License Pack) is connected to the
ProfessionalPLUS workstation, and be sure to have the license disk ready. To verify that the System
Identifier is connected to the workstation, select Help > About in any DeltaV application.
Load licenses
From the ProfessionalPLUS workstation:
1. Click Start > DeltaV > Engineering > DeltaV Explorer to open DeltaV Explorer.
2. Insert the license disk into the drive.
3. In DeltaV Explorer, select File > Licensing > Load License File.
134
Configuring the hardware, loading and assigning licenses, and setting up user accounts
Tip
You can also select System Configuration > Setup > Licenses in the left pane of the Explorer, right-
click, and then select Load License File.
5. Read the information in the Terms and Conditions dialog and, if you agree, enter the
requested information, and then click Next. If you do not agree, return the license
disk and System Identifier to Emerson Automation Solutions.
6. Fill in the User Contact Information dialog, and then click Next.
7. Fill in the End User Company Information dialog, and then click Next.
8. Read the information in the Registration dialog, and then click Finish.
9. The licenses are loaded into the License folder. Select System Configuration > Setup >
Licenses to view the licenses.
135
Configuring the hardware, loading and assigning licenses, and setting up user accounts
Note
Your licenses are exported if you completely export your DeltaV system.
1. Select and right-click the node, and then select Licensing > Assign License.
136
Configuring the hardware, loading and assigning licenses, and setting up user accounts
A dialog opens showing only the compatible licenses for that node. Because the
selected node is a controller node, multiple types of licenses are compatible with it,
as shown in the following figure.
2. Select the licenses that you want to assign to the node, and then click OK.
137
Configuring the hardware, loading and assigning licenses, and setting up user accounts
The Licensing Properties page shows the assigned license features and the number
of features (DSTs, items, and devices) configured on the node.
3. Click the Licensing Details button to see details on the license features included on
each license.
138
Configuring the hardware, loading and assigning licenses, and setting up user accounts
• Open the Licenses folder (under System Configuration > Setup), drag a license from
the list, and drop it onto a node. When you drag a license from the licenses folder
onto a node, you must choose the license from the entire license pool.
• Select and right-click the Licenses folder (under System Configuration > Setup), and
then use the license's context menu to assign the license to a node. When you
assign a license using the license's context menu, you are given a list of
compatible nodes for the license.
Now that you have assigned your licenses, you can download the configuration for
your workstations and controllers.
1. Start DeltaV Explorer by clicking Start > DeltaV > Engineering > DeltaV Explorer.
2. Under Control Network, select and right-click the workstation, and then select Download
> ProfessionalPlus Station from the menu.
139
Configuring the hardware, loading and assigning licenses, and setting up user accounts
3. Read the message and, if you are sure that the workstation is not controlling a
process, click Yes to acknowledge the message and accept the defaults in the
Confirm Download dialog.
A window opens showing the progress of the download and providing information
about any problems encountered.
4. Click Download Anyway if the Configuration Check Results message box appears.
Because you have not assigned I/O, you will probably get some configuration
messages.
140
Configuring the hardware, loading and assigning licenses, and setting up user accounts
You must connect the ProfessionalPLUS and other workstations to the network before
running DeltaV Workstation Configuration. Workstations must be able to communicate
with the ProfessionalPLUS workstation for a successful download.
141
Configuring the hardware, loading and assigning licenses, and setting up user accounts
4. On the General tab, enter the name for the Operator Station. For remote nodes, the
new workstation node names must be the same as the Windows names for those
machines.
5. Accept the default settings, and then click OK. By default, the new workstation is
created with DeltaV network redundancy enabled. If your DeltaV system uses a
simplex network, deselect Enable network redundancy for this node.
142
Configuring the hardware, loading and assigning licenses, and setting up user accounts
A dialog appears for you to specify the file name and destination. The default name
for the workstation configuration file is DevData.cfg.
143
Configuring the hardware, loading and assigning licenses, and setting up user accounts
4. Select a location to save the workstation configuration file, and then click Save.
1. Open the Workstation Configuration application by clicking Start > DeltaV > Installation
> DeltaV Workstation Configuration.
2. Click Next on the opening screen.
3. Select Other Workstation and then click Next to continue.
The Workstation Configuration application guides you through the process of configuring
the workstation. Remember to refer to the online help. This process may take several
minutes to complete. You are instructed to restart your computer for the configuration
changes to take effect.
If you have more workstations to configure, repeat this procedure on each workstation
using the same workstation configuration file.
144
Configuring the hardware, loading and assigning licenses, and setting up user accounts
When you have finished configuring the workstations, you need to download each
workstation's configuration.
Related information
For information about connecting your hardware, refer to the hardware installation and
reference manuals in DeltaV Books Online. At startup, the DeltaV system detects all
connected controllers and lists them in DeltaV Explorer as decommissioned controllers. At
that point you can drag a decommissioned controller to your control network or to a
specific controller placeholder that you have configured in advance.
If you want to do the tutorials that appear in previous sections of this book, you can set up
a controller placeholder called CTLR1 and then configure I/O channels for it according to
the instructions in the next section.
145
Configuring the hardware, loading and assigning licenses, and setting up user accounts
A new controller, named NODE1, is added under the Control Network. The name
appears in the right pane in an edit box, ready for renaming.
Note
A red X next to a controller means that the controller is not communicating.
3. Rename the controller to something meaningful for your system. To do the tutorials
in this guide, name it CTLR1.
1. In DeltaV Explorer, select System Configuration > Physical Network > Control Network >
controller placeholder.
2. From the context menu, select Properties.
146
Configuring the hardware, loading and assigning licenses, and setting up user accounts
3. Select an area to associate alarms and events with, and select the check boxes
required for your installation. You do not need to set any values in the Model/
Software Revision group of the dialog box. Accept the defaults. When you
download, the DeltaV system updates the values in this group to reflect the
controller model and software revision in your system.
147
Configuring the hardware, loading and assigning licenses, and setting up user accounts
1. In DeltaV Explorer, select System Configuration > Physical Network > Decommissioned
Nodes.
2. Select the decommissioned controller in the right pane.
If you drag the decommissioned controller to a placeholder, such as CTLR1, you will
be asked if you want to auto-sense the I/O cards. If you have already configured I/O
cards for the placeholder controller (which you will learn how to do in the next
section), click No. If you click Yes, the auto-sensed cards will be compared to the
ones configured, and any mismatches will be displayed. You can replace any empty
slot with an auto-sensed card. To replace mismatched cards, you must delete the
configured cards.
148
Configuring the hardware, loading and assigning licenses, and setting up user accounts
Tip
You can identify a decommissioned controller and confirm that it is communicating by
selecting and right-clicking the controller, and then selecting Properties. Select the Controller
tab, and then select Flash lights to make the controller's lights all flash at the same time. You
can then select Stop flashing and click OK to close the dialog.
Important
You can decommission a controller by selecting and right-clicking the controller, and then
selecting Decommission. The left pane still shows the controller name. This placeholder still
contains configuration information, such as I/O Device Tags and assigned modules. Do not
delete the controller placeholder. Deleting a controller placeholder will also delete the I/O
configuration, including any Device Tags assigned to the controller's I/O.
In the tank example used in the tutorial, there are four I/O cards installed in the following
order: Analog In, Analog Out, Discrete In, and Discrete Out. If you have a real system set
up, your I/O cards may not have been installed in this order. You may not even have some
of these card types. Therefore, to be able to do the tutorial I/O configuration procedures,
you will need to configure a controller placeholder, as described in the previous section.
You can learn the general I/O card configuration steps by reading this section.
Each I/O card has eight channels, not all of which will necessarily be used. The following
table lists the Device Tags for the tank process examples.
Device
I/O Card I/O Card Type Channel Channel Type Tag Description
C01 Analog In, 8 Ch, 4-20 CH01 Analog In LT-1 Level transmitter
mA, HART
CH02 Analog In FT-1 Flow transmitter
C02 Analog Out, 8 Ch, 4-20 CH02 Analog Out FY-1 Regulatory valve
mA
C03 Discrete In, 8 Ch, 24 CH01 Discrete In XI-1 Confirm motor con-
VDC, Isolated tact
CH02 Discrete In LSC-1 Limit switch-closed
C04 Discrete Out, 8 Ch, 24 CH01 Discrete Out XV-1 Block valve
VDC, High Side
CH02 Discrete Out ZX-1 Motor start contact
149
Configuring the hardware, loading and assigning licenses, and setting up user accounts
Usually, the I/O cards are already downloaded and auto-sensed when you define the
controller node, and you can go directly to the procedure for configuring the first channel
on the first I/O card. However, if you need to add a card or a placeholder, go to the
procedure for adding a card or placeholder.
150
Configuring the hardware, loading and assigning licenses, and setting up user accounts
6. Click OK.
7. Repeat the procedure to add the remaining three cards, using the information from
the table in the topic on configuring I/O channels.
151
Configuring the hardware, loading and assigning licenses, and setting up user accounts
The I/O Configuration window opens, displaying a list of the eight channels available
on all the I/O cards. The default channel names are CH01 through CH08.
152
Configuring the hardware, loading and assigning licenses, and setting up user accounts
3. For the first card (C01), select CH01, the first channel.
4. Double-click CH01 (or right-click, and then select Properties from the menu).
153
Configuring the hardware, loading and assigning licenses, and setting up user accounts
8. Click OK.
Tip
To enable a contiguous group of channels, hold down the SHIFT key, select the channels,
select Properties from the context menu, and then click Enable. To enable individual channels,
hold down the CTRL key, select the channels, select Properties from the context menu, and
then click Enable.
If there is a printer handy, you can print a copy of your I/O configuration by clicking the Print
button on the toolbar.
154
Configuring the hardware, loading and assigning licenses, and setting up user accounts
A window opens showing the progress of the download and providing information
about any problems encountered.
3. When the download is complete, click Close.
By default, the computer arrives with at least one of the following administrator accounts:
• Administrator - enabled on server class computers
• Emerson - enabled on workstation class computers
Important
The first user must log into Windows using one of the above listed administrator accounts. The
default password for both accounts is deltav (lowercase). In a workgroup environment, the first user
must change the account password and then change the passwords for the administrator accounts
on the other workstations to match this password. In a domain environment, the first user must
change the password on the primary domain controller, and then, for security purposes, change the
password for the local administrator account to a different password. Then, that user should
configure the ProfessionalPLUS workstation, load and assign licenses, and download that
workstation's configuration.
The Administrator account is disabled during DeltaV installation. You are prompted at that point to
create a new account with administrator privileges.
In a domain environment, include the domain name when you log on to Windows (for
example, domain_name\Emerson). If you do not include the domain name and the user
name exists on the workstation as well as on the domain, the software logs you in as the
local administrator on the workstation rather than the domain administrator user.
There are other default interactive user accounts on your system, such as Operator,
Supervisor, Maintainer, SIS_Configure, and Configure. We recommend creating unique
passwords on these accounts as well.
Before any other users log in to the system, some thought should be given to the overall
user access scheme. If more than just one or two users will be accessing the system, you
may want to limit their ability to change the process configuration or perform downloads.
To do this you need to set up user names and access privileges in the User Manager.
155
Configuring the hardware, loading and assigning licenses, and setting up user accounts
There are a number of default interactive user accounts, including Administrator (or
Emerson on workstation class machines), Configure, Operator, Supervisor, Maintainer,
SIS_Configure, and Guest. Only Administrator (Emerson) has full privileges.
To learn more about User Manager, particularly the specifics of how to limit access to plant
areas and grant configuration/download privileges, read the online help for this system.
156
Configuring the hardware, loading and assigning licenses, and setting up user accounts
2. Type the Name, usually only the last name, and tab to the next field or click the next
field. Do not press Enter or click the OK button until you have made all your selections
for this user account.
Note
If you press Enter, the new user account is created with all the default settings of Windows and
DeltaV Account types, but no Download or Configure privileges. To add these privileges, you
need to edit the user account properties by clicking the user's name and selecting File >
Properties.
157
Configuring the hardware, loading and assigning licenses, and setting up user accounts
DeltaV accounts are global. Windows accounts are specific to each workstation. A
user's DeltaV account is only usable on a workstation when the Windows account is
also enabled for that user on the workstation. You must enable a Windows account
for each DeltaV user on every workstation on which that user runs the DeltaV
system.
7. Select a role for this user. Roles are used to assign users to groups and to assign
permissions and Group Policy Objects.
8. Click the Advanced tab.
158
Configuring the hardware, loading and assigning licenses, and setting up user accounts
159
Configuring the hardware, loading and assigning licenses, and setting up user accounts
160
Download the workstation setup data
1. In DeltaV Explorer, select the workstation, right-click it, and select Download > Setup
Data from the menu.
2. Click Yes to confirm the download.
3. A window opens to show the progress of the download and to provide information
about any problems encountered.
You have finished the Physical Network part of the system configuration and set up
your user account. Now you are ready to start configuring the control strategy.
161
Download the workstation setup data
162
Index
Index
A Control Studio interface 28
accounts 155 controller
acknowledging alarms 114 configuring 145
Administrator account 155 controller placeholder
alarm banner 51 creating 145
alarms creating modules 43
acknowledging 114
modifying 51 D
Alarms and Events subsystem 118 data collection 117
AREA_A 30 datalinks
areas creating 86
assigning to the Continuous Historian DeltaV Explorer
subsystem 118 opening 19
assigning licenses 134 overview 19
assigning modules to controllers 40 DeltaV help 13, 14
DeltaV Library
C function block templates 22
cards module templates 23
configuring channels 149 DeltaV nodes
channels configuring 129
configuring 149 DeltaV Operate Configure 73
collecting data 117 DeltaV Operate run mode 107
color 83 DeltaV software applications 8
conditions DeltaV User Manager 156
specifying 55 DeltaV Workstation Configuration application 131
configuration DeltaV workstations
controller 145 configuring 130
I/O channels 149 detail displays 111
configuration file 143 domains
configuring DeltaV workstations 130 logging into 155
configuring the hardware 129 downloading
Continuous Historian subsystem ProfessionalPLUS workstation 139
assigning areas to 118 downloading modules 70
control module templates downloading the workstation 123
modifying 34 dynamic properties 84
control modules dynamos 95
creating 43
creating from a library template 32 E
identifying primary control picture associated enable history collection 119
with 38 Expression Assistant 55
verifying 41
control modules used in the tutorial 16
F
control strategy
steps for creating 27 faceplates 111
Control Studio function block templates 22
adding function blocks 44
163
Index
N
H
Named Sets
hardware configuration 129
creating 60
help 13, 14
Network Time Protocol 24
history collection
network time server 24
enabling on the workstation 119
nodes
history data
configuring 129
viewing 124
NTP 24
I O
I/O
operator pictures
configuring 149
adding color to 83
interlock conditions
creating in DeltaV Operate 73
specifying 57
main history list 109
navigating through the picture hierarchy 77
L operator pictures used in the tutorial 17
library Overview picture 75
function block templates 22
module templates 23 P
license details 138
parameter references 84
licenses
parameter tagnames 57
controller software 132–134
parameters
loading and assigning 134
adding history collection to 46
redundant controllers 132–134
adding to function blocks 46
system software 132–134
picture hierarchy
viewing details 138
navigating through 77
workstation software 132–134
placeholder
links 84
configuring a controller placeholder 145
loading licenses 134
plant areas 30
previous and next pictures
M setting 103
main history list 109 primary control picture 38
main picture template process history 124
opening 80 Process History View 124
Master Time Server ProfessionalPLUS workstation
define 25 downloading 139
modifying alarms 51
module history S
collecting 117
Sequential Function Chart
module parameters
creating 62
adding to function blocks 46
Sequential Function Chart used in the tutorial 17
module templates 23
Sequential Function Charts 59
164
Index
165