I want to make queries to the PI System in order to obtain values of some PI points

Hi guys,

I want to make queries to the PI System in order to obtain values of some PI points

Is this possible? How?

 

Thanks in advance 

Parents
  • A non-developer solution would be the PI DataLink add-in for Excel, assuming your company has a license for it.

     

    For developer solutions, there are so many choices depending upon your skill set. You could use the PowerShell tools for PI, but it requires an older version of PowerShell. The AF SDK can be used with .NET Framework applications for Windows applications only. For Python, Java, or almost any language of your choice, there is the PI Web API, assuming you have a PI Web API server.

     

    There are also SQL based options but again you need to have the SQL products available to your company.

Reply
  • A non-developer solution would be the PI DataLink add-in for Excel, assuming your company has a license for it.

     

    For developer solutions, there are so many choices depending upon your skill set. You could use the PowerShell tools for PI, but it requires an older version of PowerShell. The AF SDK can be used with .NET Framework applications for Windows applications only. For Python, Java, or almost any language of your choice, there is the PI Web API, assuming you have a PI Web API server.

     

    There are also SQL based options but again you need to have the SQL products available to your company.

Children
No Data