Table of Contents

Using information templates for enhanced parameter presentation and monitoring

This tutorial will show you how to configure and use an information template to enhance the presentation and monitoring of satellite earth station parameters. You will learn to customize a table for quick data comprehension by adjusting the display name of columns, hiding unnecessary columns, and applying filters.

Because it is common to reuse information templates, you will also learn how to make a quick edit to it for one specific element only.

Although the primary focus of this tutorial lies on information templates, you will also learn to use an alarm template to visualize both minor and critical alarms for earth stations affected by potentially challenging weather conditions.

Expected duration: 20 minutes

Note

The content and screenshots for this tutorial have been created using DataMiner version 10.4.5.

Prerequisites

Overview

This tutorial consists of the following steps:

Step 1: Deploy the 'Info Template Quick Tips' package from the Catalog

  1. Go to https://catalog.dataminer.services/details/32274506-07a4-4ecb-98d3-bea773c3903e.

  2. Deploy the catalog item to your DataMiner Agent by clicking the Deploy button.

  3. Open DataMiner Cube and check whether a view and element named "Info template quick tips" have been added to your DataMiner Agent.

    If this is the case, the package has been successfully deployed.

    On the Data > Table page of the element, you will see that the Master Table of the element contains pre-provisioned data:

    Master Table

Step 2: Create and configure a new information template

In this step, you will configure an information template to change the way the parameters from the example element are displayed.

  1. In Cube, select Apps in the sidebar and open the Protocols & Templates module.

  2. Select Skyline Generic Virtual Connector in the list of protocols.

  3. Under Information Templates, right-click the default information template and select New.

    New information template creation

  4. Specify a name for the template and select OK.

  5. Change the display name of the parameters Master Table, Column 1, Column 2, Column 3, and Column 4:

    1. Select the parameter in the parameter list on the left.

    2. In the details of parameter section, under Description, select the Override checkbox.

    3. Enter the new display name for the parameter.

      Parameter name Display name
      Master Table Earth Stations
      Column 1 Name
      Column 2 Location
      Column 3 Weather Conditions
      Column 4 Hide Me

    Configuration display name

  6. Click Only protocol parameters in the top-left corner, and select Only edited parameters.

    The list of parameters will now be limited to the ones you have just edited.

  7. Select the Hide Me parameter, and under Parameter access > Hide parameter on the right, select the Override checkbox.

  8. Hover the mouse pointer over the Weather Conditions parameter and click the "+" button to duplicate the parameter entry.

    Duplicating a parameter

    This way, there will be two entries for this same parameter, which can each be configured with their own filter.

  9. In the filter boxes next to the parameter names, specify the following filters:

    Parameter Filter
    Name *
    Location *
    Hide Me *
    Weather Conditions *East Coast*
    Weather Conditions *West Coast*

    The information template configuration will now only be applied to a filtered selection of available rows of the dynamic table.

    Filter configuration

  10. Select the Weather Conditions parameter with the West Coast filter, and make changes to the following parameter data:

    • Parameters > Detailed description: The weather at the location of the site

    • Parameters > Custom name: Weather Conditions

    • Parameters > Category: Signal fault

    • Parameters > Key point: Reception

    • Parameters > Component info: Entire service

    • Alarm > Alarm description: Weather impact

    • Alarm > Corrective actions: Rain, mask for 1 hour | Snow, mask for 2 hours

    Tip

    For more information about the different parameter data, see Creating an information template.

  11. Select the Weather Conditions parameter with the East Coast filter, and make changes to the following parameter data:

    • Parameters > Detailed description: The weather at the location of the site

    • Parameters > Custom name: Weather Conditions

    • Parameters > Category: Signal fault

    • Parameters > Key point: Reception

    • Parameters > Component info: Entire service

    • Alarm > Alarm description: Weather impact

    • Alarm > Corrective actions: Rain, mask for 2 hours | Snow, mask for 3 hours

  12. In the lower right corner, select Apply to save your changes.

  13. Click OK to close the information template.

  14. Under Information Templates, right-click your new template and select Set as active Information template.

  15. In the dialog, click Yes to confirm that the information template should be set.

Step 3: Hide the unnecessary table columns (optional)

By default, the table shows a lot of columns that are not useful for this tutorial. In this step, you will hide these to get a cleaner view on the data.

  1. In the Surveyor, select the Info template quick tips element, and navigate to Data > Table.

    Note

    If the element card was still open from earlier, you may need to close and reopen it to see the changes from the information template.

  2. Right-click the top row of the table and hover the mouse pointer over the Columns option until it expands to show all columns in the table.

  3. Clear the selection from all columns except Name, Location, and Weather Conditions.

  4. At the bottom of the menu, select Save layout.

    Only the Name, Location, and Weather Conditions columns will be displayed now.

    Table with only the necessary columns shown

Step 4: Assign a customized alarm template

To enhance the way the table data are shown, in this step, you will assign an alarm template to the element.

  1. Navigate to Apps > Protocols & Templates.

  2. Select Skyline Generic Virtual Connector in the list of protocols, and make sure the production version is selected under Versions.

  3. Under Alarm, right-click Info template quick tips and select Open.

  4. Next to the Earth Stations: Weather Conditions parameter, click Excluded to include the parameter in the alarm template.

  5. Configure the alarm thresholds:

    • In the Normal column, enter Sunny.

    • In the MIN HI column, enter Rain.

    • In the CRIT HI column, enter Snow.

    alarm template

  6. In the lower right corner, select Apply to apply your changes.

  7. Click OK to close the alarm template.

  8. Make sure the Info template quick tips alarm template is selected under Alarms, and select Assign elements at the top of the Elements section.

  9. In the Assign Template window, use the Add >> button to apply the alarm template to the Info template quick tips element, and then select Close.

    Now that you have applied the alarm template, you will find minor and critical alarms in the Alarm Console for the earth stations with weather conditions "Rain" and "Snow", respectively. Additionally, on the Data > Table page of the Info template quick tips element, the alarm severity will be shown with appropriate colors.

  10. In the Alarm Console, add the following columns:

    • Category

    • Alarm description

    • Corrective action

    • Component info

    • Key point

    Depending on whether an alarm is detected for an earth station on the East or West Coast, you will find the appropriate corrective action in the Alarm Console.

    Alarm severity shown on the element card and in the Alarm Console

Step 5: Override the 'Location' parameter description

This step will show how you can make a quick edit to the information template for one specific element only.

  1. Select the hamburger button in the top-left corner of the Info template quick tips element card and select Parameter names.

  2. In the Element parameter names window, look up the "Location" parameter name in the Information template name column.

    To quickly find this parameter, you can use the filter box in the top-right corner.

  3. In the Custom name column for this parameter, enter the custom parameter name Region.

    Custom name configuration

  4. Click Apply to apply your changes and OK to close the Parameter names window.

    On the Data > Table page, the column previously called "Location" will now be called "Region".

    Customized parameter name