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
Solved! Go to Solution.
here is a video tutorial
Kepware PTC Thingworx connectivity |Kepware Thingworx Configuration| Kepware to Thingworx connection - YouTube
and here's a little instruction
Article - CS279234 - How to link / connect ThingWorx to KEPServerEX / ThingWorx Kepware Server
Hope this helps.
here is a video tutorial
Kepware PTC Thingworx connectivity |Kepware Thingworx Configuration| Kepware to Thingworx connection - YouTube
and here's a little instruction
Article - CS279234 - How to link / connect ThingWorx to KEPServerEX / ThingWorx Kepware Server
Hope this helps.
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
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.
Hi @Lo_ry96
It appears you've received an answer to your question. If you agree, please mark the appropriate response as the Accepted Solution for the benefit of others in the community.
Regards.
--Sharon