Transfer data from Aveva PI to Historian? (data flow: third party data source -> Aveva Pi -> Aveva Historian)

Hi, is it possible to transfer data from Aveva PI to Historian? (data flow: third party data source -> Aveva Pi -> Aveva Historian)

Parents
  • Hi Johnson,


    Could you explain what is the use case that you are trying to solve? In our ideal architecture AVEVA Pi should be on top of Historian to consolidate all the operational data coming from all the different data source plus Historian.

    So there isn't any native/direct way to send data from PI to Historian, but there are different options:

    • Manual insert to Historian using CSV files. You can export data from PI in CSV format and then import as manual data into Historian. Format should be the one requested by Historian.
    • Using AVEVA Application Server as a "gateway". From App. Server read data from PI using the webAPI and then this data can be mapped into Objects-Attributes and finally store in Historian.
    • Using external tools to read data from PI, using one of the different options available and then insert this data to Historian using one of the existing options.
Reply
  • Hi Johnson,


    Could you explain what is the use case that you are trying to solve? In our ideal architecture AVEVA Pi should be on top of Historian to consolidate all the operational data coming from all the different data source plus Historian.

    So there isn't any native/direct way to send data from PI to Historian, but there are different options:

    • Manual insert to Historian using CSV files. You can export data from PI in CSV format and then import as manual data into Historian. Format should be the one requested by Historian.
    • Using AVEVA Application Server as a "gateway". From App. Server read data from PI using the webAPI and then this data can be mapped into Objects-Attributes and finally store in Historian.
    • Using external tools to read data from PI, using one of the different options available and then insert this data to Historian using one of the existing options.
Children