You are here: Driver Reference > DNP3 WITS Driver > DNP3 WITS Driver Guide – Configuring a WITS Rate of Change Point

Configuring a WITS Rate of Change Point

In ClearSCADA, you use a WITS Rate of Change point database item to represent a Rate of Change point in a WITS Field Device. A Rate of Change point is a virtual analog input point.

The Field Device calculates the rate of change of the value of a particular analog point, over a specific calculation period, and then scales this rate of change value to a time base (for example, seconds, minutes or hours). The Field Device then stores the rate of change value in the Rate of Change point. The Rate of Change 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).

The rate of change calculation is as follows:

((new value - old value) / calculation period) x time base.

where the 'new value' is the current value of the parent point and the 'old value' was the value of the parent point 'calculation period' seconds earlier.

Example:

A device analog point is measuring the level of water in a tank. The current water level is 25cm, the level 30 seconds earlier was 24cm. You want to know the water level's rate of change per minute. The Field Device would perform the following calculation:

((25cm-24cm) / 30 seconds) x 60 seconds = 2cm per minute.

The water level is rising by 2cm per minute. The Field Device would store this value in the Rate of Change point.

The rate of change value will be negative if the analog value is falling, positive if the value is rising, and zero if it is unchanged over the calculation period.

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

To configure a WITS Rate of Change Point database item, you use the WITS Rate of Change 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).

The Rate of Change 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