Executing query or stored procedure directly from AF analysis
Currently you can add a query or stored procedure to the library in AF. From there you can retrieve data to be used in an attribute via table lookup. What I am looking for however, is to be able to directly execute a stored procedure from an analy...
Currently PI Analysis Service has a built-in Statistics tool in PI System Explorer.
It is able to show statistics regarding Evaluation and Calculation Lag as well as Skipped Evaluations and some other important information.
PI System Explorer ...
Add a PI Analysis Service performance counter to track stopped analyses
The PI Analysis Service has performance counters to track the number of running analyses and the number of suspended analyses, but there is not one that tracks the number of stopped analyses. Currently, the only way to monitor how many AF analyses...
As a user of analyses, I would like to have a Percentile function so that I can filter out atypical events when doing summary calls. The function would look like this: Percentile('attribute', 'timerange', value). This is related to enhancement req...
Add IsExcluded('attribute') function to AF Analysis.
Add new isexcluded(attribute_reference) function to be able to easier distinguish between Tag/Attribute errors and excluded attributes. Currently it is quite tricky to filter if an attribute is in error due to data source error or an excluded tag....
Expose backfilling/recalculation status in the AFSDK
Currently analysis runtime information can be accessed programmatically using the AFSDK (AFAnalysisService.RuntimeInformationFields - https://techsupport.osisoft.com/Documentation/PI-AF-SDK/html/P_OSIsoft_AF_Analysis_AFAnalysisService_RuntimeInfor...
Add configurable defaults for PI Point "Pointsecurity" and "Datasecurity"
Read access to the PIPOINT table is required for most identities. Pointsecurity and Datasecurity currently use the settings on the PIPOINT table as the default. New points will generally give read access to most identities because of these default...
On PI System explorer when you copy an attribute with child attributes, only the first child attribute get's copied as well and the rest is missing. This was working with PI System Explorer 2016 R2 SP1 whereas it does not with Version 2018 SP3 pat...