Changes to make to your OMF application
- Last UpdatedSep 04, 2025
- 1 minute read
-
All the type definitions need to be converted to what PI Web API expects. The relay stores these in a local file in addition to AF Element Templates, but the relay's representation of the AF Element Template differs from how PI Web API represents them.
-
Relay stores in temp storage on the relay
-
__Data items are reserved in new implementation
-
Relay prefixes OMF___
-
It may be simpler to make a new database
-
-
All the AF Elements need to be converted to the form that the PI Web API plugin expects - This might not be possible in a backwards-compatible fashion, due to an issue with PI Point Data Reference attributes.
-
All the containers need to be converted to the form that the PI Web API plugin expects -The relay has a local file that defines the containers, which should contain the information needed for ingress to Data Archive DA.
-
Dynamic values should be unaffected