Add support to create custom AFAnalysisRule plugins
I would like to create a custom AFAnalysisRule that allows us to leverage the resources on the PI Analysis Service to perform calculations that the Analysis Service currently cannot perform. These calculations include matrix operations, array oper...
Event Frames Scalability - For Customer Advisory Lab Scenarios
#of assets (in this specific scenario): 500-1000
EF Count: Generation rate of 25,000/day peak, would like to historize for 1+y = 9,000,000 events+
Attributes: 5-10 attributes/event (static or PI Point)
Flat Hierarchy
Queries: EF are alarms or ...
Store event frame start and end time as DateTime to allow sub-millisecond duration event frames
Because event frame start and end time are stored as a bigint datatype in PIFD.dbo.AFEventFrame, the precision only seems to be to the nearest millisecond. This is a problem for sub-millisecond event frames. Why aren't event frame start and end ti...
Add an Annotations column to the Event Frames search window
It would be nice to add an Annotations column to the search page of Event Frames, so that I can better analyze them directly from PSE for administration purposes
Keeping old events that have been manually worked on in case of Recalculation/Backfill
Case 1.
There are some EFs that should be acknowledged and commented by equipment owners. In Pharma World, these comments qualify as GxP and shall not be deleted. Whereas Event Frames generated by analysis can sometimes due to data coming late or ...
End first child event frame when StartTrigger condition no longer is fulfilled
Currently child event frames are only created when the following applies:
+ There's an End Trigger
+ There's a second Start Trigger that takes over
Unlike later child event frames, the first one will not end simply because its own Start Trigger c...
Option to write EF template attribute result back into a PI-tag
Creating a possibility to populate PI-tag's based on the Events. These PI-tag's can be used in reports/displays. Generating batch, daily, hourly, shift and other "event" driven values and store them in a specific PI-tags would very easy and may re...
Add the option to set the Event Frame output to be the value of a string attribute with the longest time-span over the Event Frame Duration.
I have an Event Frame string attribute that changes its value over the duration of the Event Frame. I'd like to have the option to set the Event Frame output to be the value of the string attribute with the longest time-span over the Event Frame D...
Similar to the Exit() function, a Continue() function would be very helpful in reducing the calculation load on my analysis service, in this case by not fully executing variables if a condition is true. For example, if I'm evaluating the state of ...
Hello, We have a use case that would benefit from being able to insert into an AFTable from an analysis. This would work in the same way that event frames do, where a trigger condition is meet that causes the row to be inserted. The variables from...