High availability options with Big-IP F5 for Notifications and Analytics instead of only Windows Clustering?
We have redundant servers for AF components (Notifications & Analytics). In a virtual environment, our IT doesn't support Windows Clustering due to the way storage is implemented enterprise wide.
What does it take to support F5? Our IT engin...
It should be possible to change the used analyses dependent on the version of an element. Currently the analyses are used across all element versions.
For example I want to calculate the expected output of a machine. Starting on 01-Oct the machin...
As a user I want to be able to collect, store and analyze quality information associated with real-time events and assets. This feature will allow the user to determine the trustworthiness of the data when decisions are made.
Note: This was previ...
Guest
about 3 years ago
in Data Archive
0
Declined
PI Archive Subsystem should be able to use operating memory more efficiently. For example by loading as many non-primary archives into its process memory as possible (perhaps it could be affected by a user setting).
Guest
about 3 years ago
in Data Archive
2
Declined
Considering that AF has latitude and longitude traits for elements and already supports files as attributes, would it be possible to provide basic GIS support?
The file attribute could be used to store a shapefile, geoJson or GeoPackage, while th...
Properly handle Event Frame edits on Event Frames that are generated by the PI Analysis Service
Users manipulate open event frames that are generated by the PI Analysis Service. The manipulation can be:
1) Write to an attribute on the EF
2) Write an annotation
3) Acknolwedge the EF
When these manipulations are being performed the Event Fra...
All methods exposed through AF SDK and other Developer Technologies are "fire and forget". Please add methods, at least for time series data, which return when the data has been processed.
A write operation that returns when data has been process...
Guest
about 3 years ago
in Data Archive
1
Declined
Provide function to allow users to get n-th event before/after a certain time
Provide the functionality in AF analytics to get the nth event of an attribute before/after a certain point in time where n is a variable.
In cases where n is small or fixed we can use the PrevEvent() or NextEvent() functions n times to do this, ...