Hi,
I am hoping someone can assist me with the following question:
I am using PCo to perform a time weighted average query on an OPC HDA connection.
I have noticed, that sometimes the result is returned as TagName_AverageTW and other times it is returned as AverageTW_TagName.
I am busy doing a lot of dynamic queries, and this lack of standard naming is causing me some problems when processing the results. Please can you advise how to resolve
Example below:
A.) AverageTW_ResultAlias
DateTime | AverageTW_MGO2_POWER_PRODUCED |
29-Sep-2014 00:00:00 | 31.15 |
B.) ResultAlias_AverageTW
DateTime | MGO2_BLOWDOWN_AverageTW |
29-Sep-2014 00:00:00 |
|