Event frames are pretty powerful and mark the start and end of events. We use Event Frames to mark when we are in and out of compliance in regards to certain regulations. We would like the capability to create Notifications that triggers every X a...
Prevent piarchss from logging messages about overflow record insertion
When backfilling historical data, piarchss logs messages like this one:
Inserting overflow record 4035947. Point: 41455, archive start: 4-Jan-17 20:34:10, first event time: 25-Jan-17 09:49:00, record event count: 100, overflow count: 98
When a la...
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
 ...
Currently in AF, if you mark an attribute as a latitude or longitude, by default it will be expressed in degrees (plane angle)
Have you heard of plans to get this value directly from a Degree, Minutes, Seconds format (e.g from 116°14'28.86"W to 1...
Backfilling % complete should be based on time, not number of analyses
Currently, the "% complete" bar for backfilling analyses is based on the number of analyses that are done backfilling. For example, if you are backfilling 4 analyses, the bar only ever updates 4 times: 25%, 50%, 75%, and 100%.
These big gaps betw...
Add support in AF Clients for changes to a single timestamped value in an external system brought into AF using a linked table
A table in an external system (SQL, Oracle, etc...) has a single entry that may change from time to time. When this entry changes, it should be picked up automatically by the PI Analysis Service without an extra "No Data" event. Currently there ar...