Skip to main content
1-Visitor
July 10, 2017
Question

Is there a tutorial for sending data from Thingworx to an edge device using REST?

  • July 10, 2017
  • 4 replies
  • 3186 views

Are there any examples of how to setup bidirectional communication between  Thingworx and an edge device like an Allen Bradley PLC, a Raspberry Pi, or anything else?

4 replies

20-Turquoise
July 13, 2017

What exactly are you trying to do with the REST? Call services/update properties?

Generally there are quite a few blog posts/documents on the community regarding the Pi (please use the search bar at the top to utilize) as well as the whole Edge helpcenter:

PTC

DO NOT READ THIS: Installing ThingWorx on a Raspberry Pi

5-Regular Member
July 13, 2017

Just to add here there's a blog covering setting up C SDK and sending data from RaspberryPi to ThingWorx Using the C SDK to Deliver Data to ThingWorx from a Raspberry PI

1-Visitor
July 17, 2017

Sorry, I am looking for an example in which Thingworx is able to control an edge device by means of RESTful communication.

1-Visitor
July 18, 2017

To set up bi-directional communication , you need to use Thingworx edge sdks , I have used Java SDK and its achievable through web socket connection.