Skip to content

Add Asset Template#

🔒 Asset.Create

🔒 AssetTemplate.Edit

Overview#

This operation is used to create an Asset Template.

Setup#

No specific setup is required other than to meet the preconditions of the transaction.

Preconditions#

  • The Asset Template name must be provided and must be unique.

Sequence of Steps#

  1. Navigate to the Data Platform section from the main menu and click the Asset Directory tile on the Data Platform section.
  2. In the left side panel, select the Template Library tab and press the button to add a new Asset Template. The Asset Template will be put in editing mode, no additional dialog will be displayed and the information to be filled will be on the right side panel.

Step 1: General Data#

When adding a new Asset, the default tab on which to input information is the General Data.

  1. Provide a name for the Asset Template.
  2. Optionally, provide a description of the Asset Template.
  3. Select the default view to be used when the Asset is selected in the Asset Browser. The available options are:

  4. Alerts

  5. Commands
  6. Dashboards
  7. Data
  8. Events
  9. Map
  10. Measurements
  11. Properties
  12. Rules

add_asset_template_general_data

After this information has been filled, the other tabs extend the possibilities to add further information to the Asset.

Step 2: Property Definitions#

In this section, you can add Property Definitions to be used in this Asset Template.

Standard Property Definitions#

  1. Press the button in the middle of the tab to add the Property Definition.
  2. Starting in the Standard tab, add as many Standard Property Definitions as desired (press in the top right of the grid to add an item or a group, and to remove, ordering the items with the and buttons) - providing for each item the following information:

    • Name (mandatory)
    • Display Name - the name to be shown when the property is used
    • Description - a short description of the Property Definition
    • Data Type (mandatory). Can be one of the following reserved data types:
    • Boolean
    • Date
    • Datetime
    • Decimal
    • Geopoint
    • Integer
    • Long
    • String
    • Time
    • Url
    • Depending on the Data Type selected above, several other options are displayed. A short table to summarize the default values needed for each Property Definition is displayed below:
Boolean Date Datetime Decimal Geopoint Integer Long String Time Url
Default Value x x x x x x x x x x
Units x x x
Display Units x x x
Minimum Value x x x
Maximum Value x x x
Decimal Places x x x

Table: Default Values for different Property Definition Data Types

add_asset_property_definitions_standard

Telemetry Property Definitions#

  1. In the same dialog you can find a different tab indicating Telemetry property definitions. Add as many Telemetry Property Definitions as desired (press in the top right of the grid to add an item or a group, and to remove, ordering the items with the and buttons) - providing for each item the following information:

    • Name (mandatory)
    • Display Name - the name to be shown when the property is used
    • Description - a short description of the Property Definition
    • Telemetry Type (mandatory). Can be one of the following types:
    • Location

      • Choose whether to enable a link to the Asset Location

        Info

        Data Type will be set to Geopoint.

        add_asset_property_definitions_telemetry_location

    • Sensor

      • Choose the color to visualize the Property Definition by selecting it from the color palette

      add_asset_property_definitions_telemetry_sensor

    • Setting

      • Choose the Write Access (Asset or Asset And User)
      • Data Type (mandatory). Can be one of the following reserved data types:
      • Boolean
      • Date
      • Datetime
      • Decimal
      • Geopoint
      • Integer
      • Long
      • String
      • Time
      • Url

      Info

      The same Data Type field settings described above in the Standard Property Definition apply to this section.

      add_asset_property_definitions_telemetry_setting

    • State

      • Choose any number of States to represent the Property Definition. Also choose the color to visualize each State of the Property Definition by selecting it from the color palette
      • Choose whether Is Asset Main State is true, which allows the events to have SEMI E10 attributes

        Info

        There can only be one Property Definition with the Is Asset Main State property set to true

        add_asset_property_definitions_telemetry_state

    • Depending on the Telemetry Type selected above, several other options are displayed

  2. Press the Add button to finish adding the Property Definitions.

Info

These Property Definitions will be displayed in the Properties tab.

add_asset_property_definitions_telemetry

Step 3: Events#

In this section, you can add Events to be used in this Asset Template.

  1. Press the button in the middle of the tab to add the Event.
  2. Add as many Events as desired (press in the top right of the grid to add, and to remove, ordering the items with the and buttons) - providing the required information for each item:
  3. Name (mandatory)
  4. Description desired
  5. IoT Event Definition
  6. Choose whether the Event will be validated

add_asset_events

Step 4: Dashboards#

In this section, you can add Dashboards to be used in this Asset Template.

  1. Press the button in the middle of the tab to add the Dashboard.
  2. Add as many Dashboards as desired (press in the top right of the grid to add, and to remove, ordering the items with the and buttons) - selecting the desired UI Page to be used as Dashboard from the selection box on the right side of the dialog.
  3. Press the Add button to finish adding the Dashboards.

add_asset_dashboard

Warning

For a Dashboard to be selected for an Asset, a specific property must be added to the UI Page that will serve as a dashboard. This property must be named AssetId and the type must be set to UrlParameter, as can be seen in the example below:

add_asset_dashboard_ui_page_property

Note

If at any time during the process you wish to cancel the operation without saving any changes, press the Cancel button on the top ribbon and all changes will be discarded.

add_asset_main_cancel

In the end of this process, press Save on the Asset group located on the top ribbon to complete the operation.

add_asset_main_save