CQProcessValuesTagTypes
- Last UpdatedJan 11, 2021
- 1 minute read
This Azure custom query returns the process value of the tags based on the given tag type.
Note: This custom query is supported to ensure backward compatibility.
The custom query expression supports the following parameters.
|
Parameter Name |
Parameter Choice |
Example |
Description |
|
QueryName |
Required |
CQProcessValuesTagTypes |
Azure function query name |
|
SelectColumn |
Optional |
["*"] Or ["FQN","DateTime", |
Option to select required properties from AVEVA Insight |
|
TagType |
Optional |
Analog or Discrete or String |
Type of tag. |
Sample query expression
{
"QueryName": "CQProcessValuesTagTypes",
"SelectColumn": ["FQN","DateTime","OpcQuality","Text","Value"],
"TagType":"Discrete,String"
}