Security setting for an identity must be sen in the PI server and AF should get that. Why create additional identities in AF as well. Duplication creates risk for errors and requires additional maintenance.
As an AF administrator, I want to configure templates with Point Creation using Substitution Parameters that can retrieve names and values from an element relative to the root element and working it's way down to the element wanted. A way for this...
Add TimeRangeMethod to StringBuilder DataReference or automatically use StartTime when used on Event Frames.
A frequent PI Square problem regards using StringBuilder DR on event frames and the user wants to see the referenced element's attribute at the StartTime of the event frame. Something like a TimeRangeMethod or UseStartTime flag w...
PI AF shows who created and last edited an element, but does so by showing the user's ID in format "Domain\UserID" which is not always readable. It would be better to display the AD user's display name in these places to make it clear who performe...
Provide a mechanism in AF for moving a UOM from one class to another.
With multi-user AF Servers, it is not unusual for a UOM to end up in the wrong class. Currently, fixing this issue is not trivial. If you try to delete the UOM from its current class so it can be recreated in the correct class, you get...
It's possible to inadvertently change the tag attributes for production tags if they are used with an attribute that has tag creation set. It would be safer if there was a lock that allowed new tags to be created, but blocked tag attribute changes...
Allow specifying primary attribute category in AF and allow to use following options in the "Group by - Category" menu in PI System Explorer:
- show attributes in all categories
- show attributes in primary category only (hide duplicate attr...
Suppose the following scenario: a user has 2 AF databases (a development and a production one), both containing same version of a template. The user deletes a few attributes and analyses from one element template (development), exports the xml and...
This is really a bug/security risk; but the support team has requested that a "Customer Voice" be raised.
Support passwords longer than 15 characters in the PI AF Table Connector.
This would also enable calculation of percentiles.
Percentile calculation would also be possible if the user could use nested substitution parameters in array functions. For example:
RecVals := RecordedValues('Attribute1', start, end)
CountLowe...