Some content on this site is available only to logged-in subscribers. Contact Us for information on becoming a subscriber.

InSource.Solutions | InSource Training | InSource Client Portal
InSource Solutions Logo
Log In Sign Up
InSource.Solutions InSource Training InSource Client Portal Log In Sign Up
  • Home
  • AVEVA Insight
  • AVEVA Insight Tech Notes

TN 1274 Leveraging Metadata in InSight

Last updated: March 5th, 2025

Description

  • Author: Brian Schneider
  • Published: March 5th, 2025

Details:

Description

This article from InSource shows how to add additional metadata (other than tagging content when you save it) in InSight. This can be useful when you want to have additional information stored about an asset

  • Author: Lewis Talley
  • Published: 06/30/2022
  • Applies to: Historian & Cloud InSight 2020 +

Details

This process needs to be done from SSMS via stored proceedure calls in the Runtime database.

Let's assume you wanted to associate a vendor and model of a pump to make them searchable in InSight by those elements:

From the Runtime DB via SSMS

This first block will add the properties

declare @KeyOut int

declare @String int

set @String = (select top 1 AttributeTypeValue from AttributeType where AttributeTypeName='Unicode string')

exec aaAddTagExtendedPropertyName 'Vendor', @String, 0, 1, 1, @keyOut output

exec aaAddTagExtendedPropertyName 'Model', @String, 0, 1, 1, @keyOut

exec aaAddTagExtendedProperty 'Pump1.Temp.PV', 'Vendor', 'Suma'

exec aaAddTagExtendedProperty 'Pump1.Temp.PV', 'Model', 'Optimix 3G'

The above calls with set the vendor information for those tags.  You can also add additional metadata you may find useful.  Location can be added by setting the latitude and longitude, and since InSight is location aware, simply selecting this asset will auto populate a map showing the temperature data.

 

data mining insightful analysis
Give feedback about this article

Recommended articles

TN 1321 Unable to activate license with message "Unable to communicate with the Activation Server." For only one license serial number.

Read More

TN 1439 Successfully exporting data to CSV using the hist data wizard

Read More
Support Icon

CONTACT SUPPORT

How to reach us

10800 Midlothian Turnpike Tpke, Suite 209, Richmond, VA 23235

1.877.INSOURCE

Technical Support - 1.888.691.3858

Contact Us

  • InSource Solutions
  • InSource Training
  • InSource Client Portal
  • Log In
InSource Solutions Logo

© 2025 InSource Solutions. All Rights Reserved.

Knowledge Base Software powered by Helpjuice

Expand