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

Multiple devices

nweller
1-Newbie

Multiple devices

I am trying to send GPS sensor data from multiple raspberry pi's and analyze their data. Is it possible to combine data from multiple raspberry pi's in thingworx composer 5? I want to analyze all of there data and send responses to each of the devices. I also want to log all their coordinates on a google maps widget. Is this at all possible?

1 REPLY 1

Yes, this is possible.

If all of the devices are using the same thing template you can do the following:

1. call the service getImplementingThings() from your thing template

     this will return a list of devices that use the template

2. you can use the returned device names to get their current or logged GPS values

3. you can them combine all of the sensor data into an info table then return the table value.

Top Tags