Have pre-made PI Identities with minimum permissions by default
It currently takes more effort to follow AVEVA's recommendation of setting minimum permissions for all PI service accounts than it is to use fewer service accounts with more permissions. To help steer PI administrators in the right direction, plea...
Improve AF Transformer logging:
In some cases it's hard to investigate why AF Transformer doesn't include certain elements in transformation.
it would be helpful to have a debug level that enables following features:
- log element names that were ...
Allow passing parameters to XML script file so that I can maintain one general script for many sites
Below in the examples are the parameters that would change from site to site. Other than these parameters the transformation XML script is identical across sites. With parameters, it would be simpler to maintain these files.
• Host, D...
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
almost 4 years ago
in Data Archive
1
Declined
Enable Data Fanning for PI Collectives through PI System Management Tools
Currently, PI System Management Tools supports buffering but not data fanning (does not send data to all collective members).
When using a PI Collective, customers would like to make changes to PI Point values in Archive Editor in the Primary Dat...
Guest
almost 4 years ago
in Data Archive
1
No status
Conditional Analytics within event frame templates
As a PI Admin, I'd like to be able to calculate conditional based analytics within my event frames rather than in an outside calculation that you need to reference within the event frame. This causes timing issues when trying to schedule that calc...
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, ...
Performance equation to calculate tag median over time range
Currently we do not have functionality to calculate a median over a set of tag archive values. For example a function such as TagMed('sinusoid', '*-2h', '*-30m') to return the median of that set of archive values.