Storage

<< Click to Display Table of Contents >>

 

Storage

Let's create a Storage object and configure it to store system information. After that, let's add information to store, which are the variables referring to the position of Breakers and Switches and Transformer's oil temperature.

1.Insert a Storage object in project Elipse_Power_Tutorial.prj. To do this, select the Insert Storage in option of the contextual menu on Server objects - Databases item.

Insert Storage

Insert Storage

2.Change this object's name to "StoragePower".

3.In StoragePower object, insert a Field and select the Value property of Measurement BreakerPosition of Breaker 52-01 on Substation SE1. This configuration must be performed as follows:

Source: SE1.[52-01].Measurements.BreakerPosition.Value

Type: 3 - eStorageInteger

Storage Field

Storage Field

4.Repeat the previous step for other Discrete Measurements to store on the database.

5.Now let's configure an information about Transformer's oil temperature to store. Let's add a new Field in the Storage, pointing to this Measurement:

Source: SE1.[TR-01].Measurements.OilTemperature.Value

Type: 0 - eStorageDouble

Dead Band: 5

Unit: 0 - dbPercent

 

6.Repeat the previous step for other Analog Measurements to store on the database.

7.Open the properties window of StoragePower object and configure the following options on Storage tab with the following values:

Database Server: DB1 (using AppBrowser)

Table name: PowerMeasurements

Storage tab

Storage tab

8.Click Create Table. The window displayed on the next figure must appear.

Structure successfully created

Structure successfully created

Was this page useful?