Currently the Audit Trail cleanup, when turned on, just deletes everything. When there is a large backlog for the cleanup, this causes a huge load on the SQLserver.
I would like some throtthling feature to not load the server too high with the cl...
Optimize SID resolution when viewing mappings in PI System Explorer
In PI System Explorer → File → Server Properties, the Mappings tab loads much more slowly than the other tabs when you have a slow connection to the PI servers and the domain controller. In tech support case 00589952, I found that the loading time...
Optional Link between underlying PI tag and AF attribute to use for description, UOM, etc
An optional link to connect an AF attribute with the underlying PI tag. This would allow the user to pull in the PI tag description and engineering units in the AF attribute description and UOM. When the underlying PI tag is updated the changes ar...
In AF, right clicking an attribute reveals an options called "change display UOM", but it's not doing what is expected.
To change the displayed UOMs (if, for instance, we want to see "km/h" instead of "m/h" in PI Vision), we need to do the follow...
AF should allow you to have a PI Point Data Reference as individual bits within an INT. Ex. PIPOINTA is an int16 or int32. PIPOINTA.0 and PIPOINTA.1...etc.. should be able to be mapped to a bool attribute. (where .0 is the 0th spot in the integer ...
As a user I NEED a more user friendly approach to saving various versions of my databases inside of AF. Currently every change requires a manual export xml which we have to save with the current date. Then we use a word document to track those cha...
PI AF Linked Tables used for Time-Series Data with OOO events
As AF Table Lookup Data Reference is configured with a time column in order to support cashing, edits of the following types to the table data will not be picked up by AF Clients:
1- Update the value of an Existing record/Event
2- Add a ne...
Possibility to join internal PI AF tables for Table Lookup Data Reference
Users must use an SQL JOIN clause while configuring linked table to join Link Tables belonging to the same data source .
For table Lookups, joining internally existing Link Tables in AF within the AF Server is not possible as Table Lookup Data Ref...
Currently, a user can crash the AF server by linking to a SQL query, but if the query changes unexpectedly to returning many records (if a user changes from an INNER join to a FULL OUTER join for instance), the AF server can crash. If would be goo...