<?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: Modbus Connectivity in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modbus-Connectivity/m-p/530294#M23606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like more of PLC issue. Does it work with Modbus Simulator? Or Does writing allowed in Siemens PLC? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2016 09:44:47 GMT</pubDate>
    <dc:creator>rpalaniappan</dc:creator>
    <dc:date>2016-03-10T09:44:47Z</dc:date>
    <item>
      <title>Modbus Connectivity</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modbus-Connectivity/m-p/530290#M23602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to write value from ThingWorx to PLC with modbus protocol. I could connect ThingWorx and PLC.&lt;/P&gt;&lt;P&gt;But,as a result, the value I overwrote on ThingWorx didn't reflect to PLC like the picture below.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="2467" alt="20160303_1509.PNG" class="image-1 jive-image" src="https://www.ptcusercommunity.com/legacyfs/online/thingworx/2467_20160303_1509.PNG" style="height: 316px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Which does this problem occur by mistake of programming source-code or setting of PLC?&lt;/P&gt;&lt;P&gt;If anybody knows the cause and solution, please let me know...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:17:57 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modbus-Connectivity/m-p/530290#M23602</guid>
      <dc:creator>hshintani1</dc:creator>
      <dc:date>2016-03-03T06:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Modbus Connectivity</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modbus-Connectivity/m-p/530291#M23603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hideyuki, just so I understand correctly, you can send the values from the PLC to ThingWorx and it updates, but it doesn't work the other way around? Are you using any simulators?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 16:46:38 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modbus-Connectivity/m-p/530291#M23603</guid>
      <dc:creator>Aanjan</dc:creator>
      <dc:date>2016-03-03T16:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Modbus Connectivity</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modbus-Connectivity/m-p/530292#M23604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aanjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I could send the value of holding_register in PLC to ThingWorx with modbus function code NO.3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And, i try to send s&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;et-p&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;oint value for control system from ThingWorx to PLC with modbus function code NO.6.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In wireshark, the packet(NO.141) sent from EMS to PLC with modbus function code NO.6 exists as query packet.&lt;/P&gt;&lt;P&gt;But, PLC send response packet to EMS with modbus function code NO.3.&lt;/P&gt;&lt;P&gt;I can't understand&amp;nbsp; why query and response packets use different function codes...&lt;/P&gt;&lt;P&gt;I use modbus package and siemens PLC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 01:48:16 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modbus-Connectivity/m-p/530292#M23604</guid>
      <dc:creator>hshintani1</dc:creator>
      <dc:date>2016-03-04T01:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Modbus Connectivity</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modbus-Connectivity/m-p/530293#M23605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hideyuki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I were you, I will try to write modbus register using the other Modbus Master tool to confirm the setup of PLC and IP network connection. &lt;/P&gt;&lt;P&gt;Also I will use Modbus slave simulator tool in place of PLC and will see if it responds the correct response to the write register command from ThingWorx&amp;nbsp; modbus package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will help you to separate the issue whether the issue is coming from the ThingWorx side or PLC side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not have favorite Modbus master tool, here is my favorite one.&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" src="https://www.ptcusercommunity.com/7.0.4.3b79b96/images/emoticons/wink.png"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.chipkin.com/products/software/modbus-software/cas-modbus-scanner/"&gt;http://www.chipkin.com/products/software/modbus-software/cas-modbus-scanner/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This tool is free of charge and easy to use and powerful for debugging modbus issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.plcsimulator.org/"&gt;http://www.plcsimulator.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;free Modbus simulator &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Kunio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 07:31:37 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modbus-Connectivity/m-p/530293#M23605</guid>
      <dc:creator>khorie</dc:creator>
      <dc:date>2016-03-10T07:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Modbus Connectivity</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modbus-Connectivity/m-p/530294#M23606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like more of PLC issue. Does it work with Modbus Simulator? Or Does writing allowed in Siemens PLC? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 09:44:47 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Modbus-Connectivity/m-p/530294#M23606</guid>
      <dc:creator>rpalaniappan</dc:creator>
      <dc:date>2016-03-10T09:44:47Z</dc:date>
    </item>
  </channel>
</rss>

