In Historian 4.5
We would like to calculate some points through a complex calculation. Each calculation may calculate 5-10 other points.
We can run the same calculation for each calculated datapoint or we can run it once and then use addData() to add the data to other historian tags.
How would we create a historian tag that is only updated through the addData interface?
A calculated tag with no calculation?
A calculated tag without a Result and Quality assignment?
Something else?
We would like to calculate some points through a complex calculation. Each calculation may calculate 5-10 other points.
We can run the same calculation for each calculated datapoint or we can run it once and then use addData() to add the data to other historian tags.
How would we create a historian tag that is only updated through the addData interface?
A calculated tag with no calculation?
A calculated tag without a Result and Quality assignment?
Something else?