Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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?
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.