As an avid user/admin of AF, in PSE I would like an option to display large attribute values with commas
Currently, in PSE there is no way to display attribute values greater than or equal to 1000 with commas for the thousands separators. Ex: 1,234,456 instead of 123456. This option exists in other PI Clients (i.e. PI Vision) and should be available ...
1. AF Transformer should be able to sync changes made in the source AF Database: if an element is added, deleted or edited. For the deletions there should be a way to select the behavior: delete an object from the target database, place it u...
Add a function to calculate the week number of the year
In order to calculate the current shift operating at a plant, I need to calculate where in the 28-day cycle the current week is. Knowing which week of the year it is allows me to do that. Note that current PI weekday functions always count Sunday ...
Currently, the only way to acknowledge a notification in PI Notifications (2.X) is to acknowledge the event frame in PI Vision. Not all customer's have PI Vision.
Therefore, the Acknoledgment Site from PI Notifications (1.X) should be upgraded t...
Guest
almost 3 years ago
in Notifications
2
Declined
Improvement of AF Identities/Mappings - Make it similar to PI Data Archive
When adding a Mapping to an Identity in the AF Server this will always generate a new mapping linked to a user/group account.
If this user/group account it's already mapped to an identity then, by default, it will add 1 to the mapping name.
If...
Use %Duration% with Formula Data Reference as Best Practice for EF Duration Attribute (AF 2017 R2+)
This is a followup to discussions with Roger Palmen and Rick Davin about their excellent writeups on the topic of EF Duration attributes; see Event Frame duration - easy way in AF2.6 or higher & Duration attribute on an Event Frame - Part 1 , ...
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...
Make Acknowledged status available within Event Frame
Since we have an EventFrame() function to pull in StartTime, EndTime, and Duration from within an event Frame, it would be useful to also be able to access whether or not the event frame was acknowledged.
Use case: If level 1 users have not ackno...
It is possible to name these files more specifically to convey what to expect when running them:
Example 1: AF_SQL_295.bat
Example 2: AF_SQL_290.bat
Example 3: Vision_SQL_320.bat
Currently a single name of Go.bat is assigned to SQL management scr...
Allow specifying conditions (or case constructions) for ParentID/ElementID functionality
Allow specifying conditions (or case constructions) for ParentID/ElementID functionality. Example:
if [1].Value=x then ParentID=[2].value ElementID=[3].Name
else
if [1].Value=y then ParentID=[4].value ElementID=[3].Name
 ...