Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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.