Skip to main content
10-Marble
February 5, 2025
Solved

How to get machine's data from kepware to thingworx ?

  • February 5, 2025
  • 1 reply
  • 866 views

i'm completely new to this but i have connected a machine to kepware and i read its PLC data. Now i want to get this through Thingworx , any guidance on how to do this ? thanks 

1 reply

Lo_ry9610-MarbleAuthor
10-Marble
February 6, 2025

thanks for ressources shared, quite helpful. My end goal is to get the data through Thingworx via api calls for an external use.  Does this mean that i need to set up the whole thing (thing, industrial connection, mashup...) to finally get data when i perform a request API ? if you can clarfiy this , it will be very helpful . thanks 

12-Amethyst
February 6, 2025

Roughly yes, they set up a "Remote Thing" from the signals from the machines, with properties that correspond to their signals.
You should then be able to read this Remote Thing and the properties from the outside using API without any problems. The service that you can control to read out the values of the thing again, for example Service "GetPropertyValues".


addition:
Once you have set everything up, you can initially find your connection under Industrial connections in Thingworx.
Under Industrial connections - Discovery, you will find your signals, which you can grab and "Bind to new Entity" to create as a "Remote Thing".
Recommend creating one Thing per machine to better distinguish between them in TWX.

Hope this helps.