CQProcessValuesSameDataSet
- Last UpdatedJan 11, 2021
- 1 minute read
This Azure custom query returns the process value of the tags that belong to a given source.
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 |
CQProcessValuesSameDataSet |
Azure function query name |
|
SelectColumn |
Optional |
["*"] Or ["FQN","DateTime","OpcQuality","Text","Value"] |
Option to pick required properties from AVEVA Insight. |
|
Source |
Optional |
AVEVA Insight Datasource Name |
The tag source. |
Sample query expression
{
"QueryName":"CQProcessValuesSameDataSet",
"SelectColumn": ["FQN","DateTime","OpcQuality","Text","Value"],
"Source":"Weather"
}