<?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: How to create thing from Edge micro server ? in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-create-thing-from-Edge-micro-server/m-p/526138#M20281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.thingworx.com/u1/9799"&gt;Mayank Patel&lt;/A&gt;​ You can also check this thread and may find it useful.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.thingworx.com/thread/39665"&gt;How can we programmatically create device template in our own application?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2016 17:53:01 GMT</pubDate>
    <dc:creator>rupadhyay</dc:creator>
    <dc:date>2016-09-21T17:53:01Z</dc:date>
    <item>
      <title>How to create thing from Edge micro server ?</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-create-thing-from-Edge-micro-server/m-p/526136#M20279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Expert ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to develop Edge micro server (Java) agents to remote thing with file transfer, I have multiple system who run this same agent but problem is same agent can't connect with single remote thing in thingworx using web socket , So if you know how can I connect multiple EMS agent in thingworx or every time if different agent run then create remote thing in thingworx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Thing is present in thingworx then directly connect otherwise create new thing in Thingworx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any one have ans.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 17:09:32 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-create-thing-from-Edge-micro-server/m-p/526136#M20279</guid>
      <dc:creator>mpatel-21</dc:creator>
      <dc:date>2016-09-21T17:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create thing from Edge micro server ?</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-create-thing-from-Edge-micro-server/m-p/526137#M20280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if I understand you correctly&amp;nbsp; , rather than mapping a Virtual thing from Java SDK to a Remote Thing Created in Thingworx , You want Java SDK to be code din a way that it creates a Thing on Thingworx server Using specific template from Thingworx .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are severals ways with which you can acheive this ,&amp;nbsp; I am giving you a rough idea , how I achived this (as some one asked similar question few days ago)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tep 1 Create a new Template named as "TemplateForCreatingThingsRemotely" from Remote Template.&lt;/P&gt;&lt;P&gt;Step 2&amp;nbsp; Add Service with Name "CreateThing"&amp;nbsp; with one input which would be name of&amp;nbsp; new Thing which will be created&lt;/P&gt;&lt;P&gt;Example Script :&lt;/P&gt;&lt;P&gt;var params = {&lt;/P&gt;&lt;P&gt;&amp;nbsp; name: NameOfThing /* STRING */,&lt;/P&gt;&lt;P&gt;&amp;nbsp; description: me.description /* STRING */,&lt;/P&gt;&lt;P&gt;&amp;nbsp; thingTemplateName: me.thingTemplate /* THINGTEMPLATENAME */,&lt;/P&gt;&lt;P&gt;&amp;nbsp; tags: me.tags /* TAGS */&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// no return&lt;/P&gt;&lt;P&gt;Resources["EntityServices"].CreateThing(params);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3 , Create a Thing Extending this newly created Template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 4 Test the Service .&lt;/P&gt;&lt;P&gt;Now you need to call the service of first Thing which you have created from "TemplateForCreatingThingsRemotely"from Edge or Java SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do let me know if you find this useful or if&amp;nbsp; you need further clarification or help on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 17:48:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-create-thing-from-Edge-micro-server/m-p/526137#M20280</guid>
      <dc:creator>rupadhyay</dc:creator>
      <dc:date>2016-09-21T17:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create thing from Edge micro server ?</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-create-thing-from-Edge-micro-server/m-p/526138#M20281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.thingworx.com/u1/9799"&gt;Mayank Patel&lt;/A&gt;​ You can also check this thread and may find it useful.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.thingworx.com/thread/39665"&gt;How can we programmatically create device template in our own application?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 17:53:01 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-create-thing-from-Edge-micro-server/m-p/526138#M20281</guid>
      <dc:creator>rupadhyay</dc:creator>
      <dc:date>2016-09-21T17:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create thing from Edge micro server ?</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-create-thing-from-Edge-micro-server/m-p/526139#M20282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is helpful to me for thingworx side but how can I use this for EMS side , Let you clear what is thought behind of this , Actually I want create a agent who can run many machine and same in thingworx using RemoteThing with file transfer and tunnel Thing create each thing for agent machine. So i need code in EMS side for create thing then after connect it &lt;SPAN style="font-size: 13.3333px;"&gt;RemoteThing with file transfer and tunnel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not part of this partner communities so i can't access &lt;A _jive_internal="true" data-containerid="1004" data-containertype="700" data-objectid="39665" data-objecttype="1" href="https://www.ptcusercommunity.com/thread/39665" style="font-size: 13px; font-family: 'Source Sans Pro', sans-serif; color: #3778c7;"&gt;How can we programmatically create device template in our own application? &lt;/A&gt;this&amp;nbsp; link.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I sent a request to join this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks &lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 08:42:13 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-create-thing-from-Edge-micro-server/m-p/526139#M20282</guid>
      <dc:creator>mpatel-21</dc:creator>
      <dc:date>2016-09-22T08:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create thing from Edge micro server ?</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-create-thing-from-Edge-micro-server/m-p/526140#M20283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No issues Mayank , if you are not able to access that . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are numerous ways to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly , Once a Virtual Object from Java SDK is binded with Remote Thing on Thingworx server , all the properties can be pushed from Virtual object to Remote Thing on Thingworx , and you can put an alert against any such properties to call a service once certain specified condition is met. I mean you can call service depending on value of any property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly , You can invoke a service on Thing from Client application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sending you a small documentation wherein an example code is given for service invoked from from Java SDK .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 09:16:28 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-create-thing-from-Edge-micro-server/m-p/526140#M20283</guid>
      <dc:creator>rupadhyay</dc:creator>
      <dc:date>2016-09-22T09:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create thing from Edge micro server ?</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-create-thing-from-Edge-micro-server/m-p/526141#M20284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mayank , you might like to have a look on the give below discussion : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.thingworx.com/thread/39831"&gt;Run a local service from SDK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to be similar issues as requirement seems to be quite similar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do let me know me if you find this helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 09:23:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-create-thing-from-Edge-micro-server/m-p/526141#M20284</guid>
      <dc:creator>rupadhyay</dc:creator>
      <dc:date>2016-09-22T09:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create thing from Edge micro server ?</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-create-thing-from-Edge-micro-server/m-p/526142#M20285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ravi I done my work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 09:44:45 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-to-create-thing-from-Edge-micro-server/m-p/526142#M20285</guid>
      <dc:creator>mpatel-21</dc:creator>
      <dc:date>2016-09-22T09:44:45Z</dc:date>
    </item>
  </channel>
</rss>

