You are here: Driver Reference > DNP3 WITS Driver > DNP3 WITS Driver Guide - Configuring a WITS Integrator Point

Configuring a WITS Integrator Point

In ClearSCADA, you use a WITS Integrator Point database item to represent an Integral point in a WITS Field Device. An Integral point is a virtual analog input point.

The Field Device calculates the integral value for a particular analog point, over a specific calculation period, and then stores the value in the Integrator point. The Integrator point is therefore a derived point - that is, it derives its value from the value of another analog point (the parent point) (see Derived Points in the ClearSCADA Guide to Core Point Configuration).

An integral is the sum of a series of analog values, that are multiplied by the elapsed time (in seconds) since the preceding value. The integral accumulates from the start of the calculation period. At the start of the next period, the device resets the integral to 0.

Example:

The following example shows how the Field Device would calculate an integral - in this case, the total volume of water that has flowed past a particular location in a 10 minute period.

The Integrator point's parent point measures the flow of water past the location in liters per second. The graph below shows the recorded values over the 10 minute calculation period:

The Field Device calculates the integral as follows:

(11 x 120) + (12 x 240) + (14 x 120) + (13 x 120) = 7440 liters in 10 minutes.

WITS Integrator Point database items have a combination of configuration properties that are:

To configure a WITS Integrator Point database item, you use the WITS Integrator Point Form.

The Form contains many fields, organized into tabs. Some of these tabs are common to many types of database item (see Tabs on Point Forms in the ClearSCADA Guide to Advanced Drivers).

NOTE: This point is a type of analog point. Therefore, you can find information about the common functionality for this point in the Analog Points sections of the ClearSCADA Guide to Core Point Configuration. Some of the links below refer you to the relevant sections in that guide.

The Integrator tab contains properties that are specific to WITS. Use the fields on the tab to:

When you have completed the point's configuration, you need to download the configuration to the Field Device by using the Outstation database item's Download Configuration (WITS Outstation) action. If your Field Device does not support configuration download, you will need to make the same changes to the Field Device's configuration locally.


ClearSCADA 2015 R2