EventFrame schema
- Last UpdatedFeb 07, 2023
- 1 minute read
- PI System
- PI OLEDB Enterprise 2019
- Developer
Tables representing event frames, such as , , , and so on, are grouped into the EventFrame schema.
Event frames can reference elements (column ) and refer to data using element attributes.
Event frames can also have attributes (table ) and refer to data using these attributes. Event frame attributes reference data tables in the Data schema, prefixed EventFrame (for example, , , and ).
Typical queries are as follows:
-
Event frame element attribute query = inner join of and .
-
Event frame attribute query = inner join of and .
-
Time-series data query = inner join , , and any one data table or TVF dedicated to element attributes from the Data schema
or
inner join , , and any one data table or TVF dedicated to event frames from the Data schema.
Note: PI OLEDB Enterprise Event Frames support requires PI AF server 2012 or later.