<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Positioning tracking mashup in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Positioning-tracking-mashup/m-p/603189#M35214</link>
    <description>&lt;P&gt;Yes.&amp;nbsp; I built exactly this for a real-time location system running in TWX.&amp;nbsp; I created a widget that loads an image as a background map and receives an infotable of x,y location values along with some other metadata.&amp;nbsp; You can also specify the image to use as the location marker on the map, along with the scale value.&amp;nbsp; As the x,y values update, the location marker images update accordingly on the map.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For fun, I added heat map and historical views so you could see where things were on the map and where they spent the most time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, I can't share this, but it definitely is doable as a TWX widget.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2019 15:35:38 GMT</pubDate>
    <dc:creator>wposner-2</dc:creator>
    <dc:date>2019-03-26T15:35:38Z</dc:date>
    <item>
      <title>Positioning tracking mashup</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Positioning-tracking-mashup/m-p/602959#M35187</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to have a image at the background and a pointer in this image showing its positioning which comes from a UWB sensor. Would it be possible?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Felipe Duarte&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 15:52:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Positioning-tracking-mashup/m-p/602959#M35187</guid>
      <dc:creator>Duartefe</dc:creator>
      <dc:date>2019-03-25T15:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Positioning tracking mashup</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Positioning-tracking-mashup/m-p/603003#M35193</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/291578"&gt;@Duartefe&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You said you wanted a background image.&amp;nbsp; What needs to appear in the foreground?&amp;nbsp; Can you provide a mock up of what you're talking about?&amp;nbsp; Please clarify what you mean by "positioning."&amp;nbsp; Which version of ThingWorx are you running?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Sharon&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 20:13:05 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Positioning-tracking-mashup/m-p/603003#M35193</guid>
      <dc:creator>slangley</dc:creator>
      <dc:date>2019-03-25T20:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Positioning tracking mashup</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Positioning-tracking-mashup/m-p/603073#M35205</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/183931"&gt;@slangley&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will use a UWB to track the physical location for parts in a industrial plant. What I need is, exactly as a map on the background and a pointer showing the latitude and longitude at the map, I would use the plant that I have as background and a image located somewhere according to X and Y position sent from UWB Sensor.&lt;/P&gt;
&lt;P&gt;I would like to use 3D plant (X,Y and Z axis) but I know it would not be possible in TWX, so X and Y axis would work fine for now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if you need more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Felipe Duarte&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 09:01:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Positioning-tracking-mashup/m-p/603073#M35205</guid>
      <dc:creator>Duartefe</dc:creator>
      <dc:date>2019-03-26T09:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Positioning tracking mashup</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Positioning-tracking-mashup/m-p/603189#M35214</link>
      <description>&lt;P&gt;Yes.&amp;nbsp; I built exactly this for a real-time location system running in TWX.&amp;nbsp; I created a widget that loads an image as a background map and receives an infotable of x,y location values along with some other metadata.&amp;nbsp; You can also specify the image to use as the location marker on the map, along with the scale value.&amp;nbsp; As the x,y values update, the location marker images update accordingly on the map.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For fun, I added heat map and historical views so you could see where things were on the map and where they spent the most time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, I can't share this, but it definitely is doable as a TWX widget.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 15:35:38 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Positioning-tracking-mashup/m-p/603189#M35214</guid>
      <dc:creator>wposner-2</dc:creator>
      <dc:date>2019-03-26T15:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Positioning tracking mashup</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Positioning-tracking-mashup/m-p/603345#M35242</link>
      <description>&lt;P&gt;Nice to hear that you could create this but since you cannot share it does not help at all. Thanks anyway.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone else has any idea that can really help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Felipe Duarte&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 08:48:15 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Positioning-tracking-mashup/m-p/603345#M35242</guid>
      <dc:creator>Duartefe</dc:creator>
      <dc:date>2019-03-27T08:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Positioning tracking mashup</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Positioning-tracking-mashup/m-p/603377#M35248</link>
      <description>Your question was whether it’s possible. I told you it is. Now that everyone here is aware of the type of “help” you really want, I highly doubt you’ll get what you’re looking for. &lt;BR /&gt;&lt;BR /&gt;Don’t expect someone to just give you code for that type of functionality. That’s the kind of code clients have spent tens of thousands of dollars to create &lt;BR /&gt;&lt;BR /&gt;Here’s your last bit of help. Get an older version of ThingWorx (8.2 or earlier) and take a look at the code for the value display widget. Use that as a starting point. Good luck...:</description>
      <pubDate>Wed, 27 Mar 2019 12:40:45 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Positioning-tracking-mashup/m-p/603377#M35248</guid>
      <dc:creator>wposner-2</dc:creator>
      <dc:date>2019-03-27T12:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Positioning tracking mashup</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Positioning-tracking-mashup/m-p/603385#M35251</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/281946"&gt;@wposner-2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was not expecting a code at all. I was expecting ideas. For example, I could make what I need adding the plant as background for my mashup and using a XY Chart hiding the labels and thicks. Using a image as marker a an Infotable with X and Y columns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is the type of help I was looking for. For sure, if you could explain how you build your custom widget would also help. But just say, "Yes, I can do that", for me seems more as a advertsement than help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, thank you for your help and I am marking this as solved since I could make what I was expecting using OOTB widgets and some criativity.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 13:21:47 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Positioning-tracking-mashup/m-p/603385#M35251</guid>
      <dc:creator>Duartefe</dc:creator>
      <dc:date>2019-03-27T13:21:47Z</dc:date>
    </item>
  </channel>
</rss>

