<?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 Can I bind Kepware properties with Remote Thing with Java Script code in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-Can-I-bind-Kepware-properties-with-Remote-Thing-with-Java/m-p/1055378#M71230</link>
    <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/660024"&gt;@JK_10565232&lt;/a&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you gotten this fixed? It should work if you did the exact same thing &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/286088"&gt;@Sathishkumar_C&lt;/a&gt;&lt;/SPAN&gt; has shared. But I assume creating a property before executing the "SetRemotePropertyBinding()" service is necessary.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding your issue, have you noticed any error messages from the ThingWorx Application Log?&lt;/P&gt;</description>
    <pubDate>Thu, 19 Feb 2026 00:59:44 GMT</pubDate>
    <dc:creator>CharlesJi</dc:creator>
    <dc:date>2026-02-19T00:59:44Z</dc:date>
    <item>
      <title>How Can I bind Kepware properties with Remote Thing with Java Script code</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-Can-I-bind-Kepware-properties-with-Remote-Thing-with-Java/m-p/1042343#M70849</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've created an Industrial Thing with a Kepware connection. I want to create an application where adding and binding properties will be done from code without using Composer.&lt;BR /&gt;&lt;BR /&gt;I tried to connect the ready properties with remote bind using the service&amp;nbsp;&lt;SPAN&gt;SetRemotePropertyBinding&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JK_10565232_0-1762511972802.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/130804i386C70E7688AA3C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="JK_10565232_0-1762511972802.png" alt="JK_10565232_0-1762511972802.png" /&gt;&lt;/span&gt;Without success.&lt;BR /&gt;&lt;BR /&gt;I tried to create a new property using AddPropertyDefinition and it also didn't work.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JK_10565232_1-1762512172462.png" style="width: 999px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/130806i4AE99F006F4F43F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="JK_10565232_1-1762512172462.png" alt="JK_10565232_1-1762512172462.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my aspcect json looks like that :&lt;/P&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"industrialDataType": "String",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"tagAddress": "DB2000.STRING0.20",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"scanRate": 1000,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"tagType": "Static",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"readOnly": "true"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;}&lt;BR /&gt;&lt;BR /&gt;Where I did something wrong?&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2025 10:43:55 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-Can-I-bind-Kepware-properties-with-Remote-Thing-with-Java/m-p/1042343#M70849</guid>
      <dc:creator>JK_10565232</dc:creator>
      <dc:date>2025-11-07T10:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I bind Kepware properties with Remote Thing with Java Script code</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-Can-I-bind-Kepware-properties-with-Remote-Thing-with-Java/m-p/1042614#M70868</link>
      <description>&lt;P&gt;I tried following.. It's working fine.&lt;/P&gt;
&lt;P&gt;The Kepware tag path is "Channel1.Device1.Tag1"&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Created Thing Property called "TEST" as STRING base type.&lt;/LI&gt;
&lt;LI&gt;Executed "SetRemotePropertyBinding()" service and passed following parameters.&lt;LI-CODE lang="markup"&gt;{
  "propertyName": "TEST",
  "sourcePropertyName": "Channel1.Device1.Tag1",
  "timeout": "0",
  "pushType": "VALUE",
  "pushThreshold": "0",
  "aspects": {
    "industrialDataType": "Word",
    "tagAddress": "Channel1.Device1.Tag1",
    "scanRate": 1000,
    "tagType": "Static",
    "startType": "readEdgeValue",
    "source": "",
    "dataShape": ""
  }
}​&lt;/LI-CODE&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sathishkumar_C_0-1762779478479.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/130904i6656622CCA1CD867/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sathishkumar_C_0-1762779478479.png" alt="Sathishkumar_C_0-1762779478479.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 10 Nov 2025 12:58:31 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-Can-I-bind-Kepware-properties-with-Remote-Thing-with-Java/m-p/1042614#M70868</guid>
      <dc:creator>Sathishkumar_C</dc:creator>
      <dc:date>2025-11-10T12:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I bind Kepware properties with Remote Thing with Java Script code</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-Can-I-bind-Kepware-properties-with-Remote-Thing-with-Java/m-p/1042694#M70874</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Sathishkumar_C&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;Thank you for your answer. What kind of TW version are you using?&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 10 Nov 2025 20:29:54 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-Can-I-bind-Kepware-properties-with-Remote-Thing-with-Java/m-p/1042694#M70874</guid>
      <dc:creator>JK_10565232</dc:creator>
      <dc:date>2025-11-10T20:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I bind Kepware properties with Remote Thing with Java Script code</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-Can-I-bind-Kepware-properties-with-Remote-Thing-with-Java/m-p/1042987#M70899</link>
      <description>&lt;P&gt;I tried it in 10.0.1&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 07:54:31 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-Can-I-bind-Kepware-properties-with-Remote-Thing-with-Java/m-p/1042987#M70899</guid>
      <dc:creator>Sathishkumar_C</dc:creator>
      <dc:date>2025-11-12T07:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I bind Kepware properties with Remote Thing with Java Script code</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-Can-I-bind-Kepware-properties-with-Remote-Thing-with-Java/m-p/1042991#M70901</link>
      <description>&lt;P&gt;I have TWX 9.3 and its not working still. Maybe I should change something in platform settings json?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 08:14:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-Can-I-bind-Kepware-properties-with-Remote-Thing-with-Java/m-p/1042991#M70901</guid>
      <dc:creator>JK_10565232</dc:creator>
      <dc:date>2025-11-12T08:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I bind Kepware properties with Remote Thing with Java Script code</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-Can-I-bind-Kepware-properties-with-Remote-Thing-with-Java/m-p/1042994#M70903</link>
      <description>&lt;P&gt;I tried the same with TWX 10.0.1 and its not working too. I did something wrong before. Did you set up your properties TEST like remote properties before you executed Set Property Binding Service?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 08:47:21 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-Can-I-bind-Kepware-properties-with-Remote-Thing-with-Java/m-p/1042994#M70903</guid>
      <dc:creator>JK_10565232</dc:creator>
      <dc:date>2025-11-12T08:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I bind Kepware properties with Remote Thing with Java Script code</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-Can-I-bind-Kepware-properties-with-Remote-Thing-with-Java/m-p/1055378#M71230</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/660024"&gt;@JK_10565232&lt;/a&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you gotten this fixed? It should work if you did the exact same thing &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/286088"&gt;@Sathishkumar_C&lt;/a&gt;&lt;/SPAN&gt; has shared. But I assume creating a property before executing the "SetRemotePropertyBinding()" service is necessary.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding your issue, have you noticed any error messages from the ThingWorx Application Log?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 00:59:44 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/How-Can-I-bind-Kepware-properties-with-Remote-Thing-with-Java/m-p/1055378#M71230</guid>
      <dc:creator>CharlesJi</dc:creator>
      <dc:date>2026-02-19T00:59:44Z</dc:date>
    </item>
  </channel>
</rss>

