Skip to main content
12-Amethyst
December 13, 2023
Solved

Methods for sending data from Osi PI to Thingworx Platform

  • December 13, 2023
  • 2 replies
  • 1813 views

Hello, everyone,
I need some advice. My goal is to send telemetry from OSI PI to Thingworx. Browsing the internet I have read various solutions to answer my question. I wanted to ask you, the community, for a solution for data transmission, which is not using the Capula connector, and whether these proposed solutions have additional licensing costs.

 

Thingworx Version: 9.0.3

 

Thank you

Best answer by Rocko

If you want to PUSH data, then you would have to implement this in OSI/AVEVA PI and look in their forum, pushing data to Thingworx is quite easy using its REST API or Edge SDK.

If PULLING data from PI is also ok, take a look at https://github.com/ptc-iot-sharing/OsiPiWebApiConnectorThingworx

 

2 replies

8-Gravel
December 14, 2023

Is there any rest api or odbc offered by osi

12-Amethyst
December 14, 2023

Hi @LeoChen , Is there any documentation on this? I would be grateful if you would share it, thank you

Rocko
Rocko19-TanzaniteAnswer
19-Tanzanite
December 14, 2023

If you want to PUSH data, then you would have to implement this in OSI/AVEVA PI and look in their forum, pushing data to Thingworx is quite easy using its REST API or Edge SDK.

If PULLING data from PI is also ok, take a look at https://github.com/ptc-iot-sharing/OsiPiWebApiConnectorThingworx

 

12-Amethyst
December 14, 2023

Thanks so much for your advice @Rocko