Prerequisite: to manage the calculated metrics, you must have the role of Functional Administrator in io-base.
Log in to Io-base and click the button at the top right of your screen, highlighted below :
The Io-base administration page opens.
Go to the Referentials/Formulas management menu.
This "Formulas" screen allows you to create new metrics, with values automatically calculated based on the values of other metrics.These metrics are referred to as "Calculated metrics".
These metrics are added to your database, in the same way as the metrics coming from the measuring devices.
To begin the creation of a new calculated metric, click on the "Add a formula" button :
The creation of a formula involves three steps :
Defining the metric to be added to the database
Configuring the frequency (periodicity) for calculating the metric’s values
Writing the formula to calculate the values
Once the three parts have been entered, simply click on the "Add the formula" button.
The new formula will appear in the table, and the metric will be created in the database and available in the different tools (Indaba Explorer...).
Note : for the "Add the formula" button to be available, all input fields must be valid (including the formula expression and the metric's name).
Definition of the metric
The Definition section allows you to give general information about the new metric:
Metric name : special characters and spaces are not allowed
Database : the database in which the metric will be stored
Description : allows you to give indications on the metric
Unit : unit of the metric values
Note : the fields Metric name and Metric database cannot be modified after the creation of the metric. If you want to modify them, you will have to delete and recreate the metric.
Calculation periodicity
The Periodicity field allows you to define the frequency with which the metric values will be calculated. There are three possible options :
Continuous : the values will be calculated continuously (every 10 seconds), if a value of a metric used in the formula changes.
Simplified : allows to define a number of seconds/minutes/hours between the calculation of two values
Advanced : allows you to define a more complex frequency, using "CRON Expressions". A help link is available on the screen, to help you write this frequency.
To summarise, the frequency will be defined by 5 characters.
minute
hour
day of the month
month
day of the week
Special characters can be entered:
* : any value
, : value separator for a list
- separator for a value range
/ : step value
Example: 5 0 * 8 * means "At 00:05 in August".
Note : For the simplified periodicity, it is not possible to enter a value below 10 seconds.
Please also specify the timezone you want to configure for your formula.
An autocomplete feature is available : simply start typing, and the available timezones will be displayed :
When entering your data, begin by specifying the continent, followed by the capital (or economic capital) of the country, separated by a slash (/).
examples :
Note : You have the option to adjust the timestamp of the result, when your formula is calculated.
To do so, simply specify the desired offset :
For example, if you enter "1h", the value of your formula will be timestamped one hour before the calculation time.
So, if the calculation happens at 12:00 PM, the value will be recorded with a timestamp of 11:00 AM in the database.
Defining the formula
This section was made to define the formula that will be applied to calculate the values of the new metric. It contains the following fields :
Data validity in seconds : This value ensures that the calculated values are based on valid data.
For example, if the expression is main@tag + 5, and the validity time is 60 seconds. When the formula needs to recalculate, it will analyse the date of the last value in base for main@tag. If this date is older than 60 seconds, then the value is considered unreliable. The formula will not be recalculated, and no new value will be inserted for the moment.
If you want to recalculate a value every time, and ignore this feature, simply enter 0 in this field.
Result type: indicates in which format the calculated values will be stored in the database:
BOOL : boolean
INT : integer
REAL : decimal
Expression : this is the field that will contain the formula.
You can type directly into the text box, or use the various buttons to help you.
With the Search Metric button, you can search for an existing metric in the database to avoid typing it.
The buttons below show the list of operators that can be used in the expression.
The ? button available on the Expression field gives you additional explanations on how to enter a formula. An article about "Expressions and Formulas" is available.
Once you have entered your formula expression, you need to test it by clicking the Test Expression button. If the formula is correct, the expression field will be framed in green. Otherwise, it will be red.
Example of a valid expression :
Example of an invalid expression :
If the expression is invalid, an indication appears to explain where the error comes from.
The Erase button allows you to clear the content of the Expression field to start the input again.