cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

how to push data to my raspberry pi from thingworx?

yyu1
1-Newbie

how to push data to my raspberry pi from thingworx?

I want to measure the round trip time for sending data,but I don't know how to push data back to my raspberry pi since I thought the mashup only monitor the data value and I can't find some operation to send data.

1 REPLY 1
ibanham
1-Newbie
(To:yyu1)

If you have an Edge SDK application or EMS on your Pi, then you just need a property defined on the Pi that is defined with ReadOnly=false and a push type of Always or VALUE. Once you have that set up and the application on the Pi is connected to the ThingWorx server, just update the property on the ThingWorx server.

The update will be sent to the Pi, and then sent back to the platform. You may well find that the value doesn't update on the platform until the remote device has processed it.

Top Tags