Connect Foundry to Aveva PI System (formerly known as OSIsoft PI Server) to read data.
Capability | Status |
---|---|
Exploration | 🟡 Beta |
Bulk import | 🟡 Beta |
Incremental | 🟡 Beta |
Streaming | 🟡 Beta |
Export tasks | 🟡 Beta |
This connector leverages the PI Web API ↗.
Learn more about setting up a connector in Foundry.
You can authenticate to PI System in the following ways:
The connector (for instance, the agent when connecting through an agent) needs to have access to the Web API of the PI server. This is usually a connection over HTTPS (default port 443) to the provided URL.
Since the PI System connector works through the web API, it follows the concepts of streams and values ↗, unifying the data retrieval from attributes with a data reference and PI points. Each row in the target dataset will be a value with metadata (name, path, web ID, and so on) from the associated stream.
Additionally, the PI System connector's use of the web API means that the value of an attribute backed by static input (as opposed to backed by tag data) cannot be retrieve through streaming or bulk retrieval with temporal value target, but can be retrieved via a latest value bulk sync.