The Insight Connection presents its Result in a table.
Some default fields are always displayed, and some additional fields can be added, to help add more context to the data.
Data Fields
The following fields are returned by default :
- FQN : the fully qualified name for the tag
- Value : the process value as a number
- DateTime : the process measurement time
- Text : the process value as text
- OPCQuality : the measurement quality
Additionally, you can select the following fields to add metadata to the result :
- EngUnit : the measurement unit
- EngUnitMax : the measurement high limit
- EngUnitMin : the measurement low limit
- InterpolationType : the type of interpolation used when returning data
- MessageOff : the text to display when the boolean is false
- MessageOn : the text to display when the boolean is true
- SourceTag : the TagName of the source Tag
- Namespace : the namespace
- Raw@odata.navigationLink : a link to more JSON data about the tag, which requires authentication
- Minutely@odata.navigationLink : a link to more JSON data about the tag, which requires authentication
- Hourly@odata.navigationLink : a link to more JSON data about the tag, which requires authentication
- Daily@odata.navigationLink : a link to more JSON data about the tag, which requires authentication
- Description : the Tag description
- TagName : the name of the Tag
- TagType : the type of tag (Analog, etc)
- Source : the data source
- Alias : the Tag alias
- TagDataType : the data type (double, etc)
- Location : the Location property of the tag
How to select additional fields
The Extra Fields presents a list of fields to select. Just check/uncheck the boxes corresponding to the desired fields :
Query limits
You can apply a limit to the number of records retrieved, by using the Query Row Limit field :
When a Insight query returns more results than this limit, it returns the first X results only.
Last modified:
Sep 13, 2021
Post your comment on this topic.