When generating Event Frames it would be useful to automatically remove the Event Frame, either when no longer active or in combination with no longer active and acknowledged, or other conditions.
An example use case would be for PI Notifications...
Put an Asset into Offline Mode which stops related analyses and notifications
Have a way to manually (or automatically via another calculation/analytic) put the status of an asset/equipment into an offline/maintenance mode that has the effect of turning any analyses and notifications for that asset off.
Analyses can suffer from bad calculations due to bad events for a tag, such as system digital state events returned for a numerical tag.
Although BadVal() can be implemented to avoid using bad events in these analyses, they add another layer of ...
Trigger Rollup Analysis Upon Adding Child Elements
It would be useful to trigger event-triggered rollup analyses upon adding new children. Currently rollup analyses are only triggered when rollup attributes are updated (and not triggered when rollup attributes are added). This would be particularl...
Better search criteria in Management tab of PI System Explorer
PI System Explorer Management Tab should have better search criteria. For example, select specific elements in which to rerun an Analysis. Maybe use Element = something OR/AND Element = something else. Or search by element path.
Provide a way to backfill/recalculate analyses from Analysis Template tab in PSE
It is difficult to find all the analyses from template to backfill/recalculate after making changes in Analysis Template. Currently one has to navigate to the Management plug-in, do some sort of search/filter, then queue the analyses. ...
When a failover occur or at service startup, ALL analysis configured for backfilling executes based on the last configured backfill/recalculate timerange.
There is actually no feature to manually remove a configured backfill on a specific analysis.
Include subseconds in output timestamp from variable
Currently we have an analysis with the output timestamp set to be a variable within the analysis. If I map that variable to an output, it includes the subseconds, but the output time for the analysis is truncated to the second. The output time for...
Allow arguments/parameters to be passed to variable definitions, effectively creating user-defined functions.
For example, suppose that I want to define the function TagSum, which adds the values at all events in a time range. Then:
TagSum(tag, s...