<?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 Why Use Kepware Static Tags Rather Than FTView SE HMI Tags ? in Kepware</title>
    <link>https://www.ptcusercommunity.com/t5/Kepware/Why-Use-Kepware-Static-Tags-Rather-Than-FTView-SE-HMI-Tags/m-p/1033049#M3056</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used Kepware with Siemens WinCC SCADA in the past to communicate with Rockwell Control Logix PLC's but did not create any static tags within Kepware.&amp;nbsp; I created a tag database within WinCC and the WinCC SCADA tag addresses contain the path to the OPC topic and the controller tag within the PLC.&amp;nbsp; I am now looking at an existing FTView SE application that is using Kepware to communicate with Mitsubishi PLC's but has created static tags within the Kepware configuration so the FTView application uses the Kepware static tags directly without having to create HMI tags in the FTView application.&lt;BR /&gt;&lt;BR /&gt;Are there any performance advantages by creating static tags in Kepware and using them directly within the FTView&amp;nbsp; application as opposed to creating the tags within the FTView system ?&amp;nbsp; How does the Kepware comms driver handle comms in these two situation ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Sep 2025 09:49:11 GMT</pubDate>
    <dc:creator>PL_9524549</dc:creator>
    <dc:date>2025-09-09T09:49:11Z</dc:date>
    <item>
      <title>Why Use Kepware Static Tags Rather Than FTView SE HMI Tags ?</title>
      <link>https://www.ptcusercommunity.com/t5/Kepware/Why-Use-Kepware-Static-Tags-Rather-Than-FTView-SE-HMI-Tags/m-p/1033049#M3056</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used Kepware with Siemens WinCC SCADA in the past to communicate with Rockwell Control Logix PLC's but did not create any static tags within Kepware.&amp;nbsp; I created a tag database within WinCC and the WinCC SCADA tag addresses contain the path to the OPC topic and the controller tag within the PLC.&amp;nbsp; I am now looking at an existing FTView SE application that is using Kepware to communicate with Mitsubishi PLC's but has created static tags within the Kepware configuration so the FTView application uses the Kepware static tags directly without having to create HMI tags in the FTView application.&lt;BR /&gt;&lt;BR /&gt;Are there any performance advantages by creating static tags in Kepware and using them directly within the FTView&amp;nbsp; application as opposed to creating the tags within the FTView system ?&amp;nbsp; How does the Kepware comms driver handle comms in these two situation ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 09:49:11 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Kepware/Why-Use-Kepware-Static-Tags-Rather-Than-FTView-SE-HMI-Tags/m-p/1033049#M3056</guid>
      <dc:creator>PL_9524549</dc:creator>
      <dc:date>2025-09-09T09:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why Use Kepware Static Tags Rather Than FTView SE HMI Tags ?</title>
      <link>https://www.ptcusercommunity.com/t5/Kepware/Why-Use-Kepware-Static-Tags-Rather-Than-FTView-SE-HMI-Tags/m-p/1033487#M3057</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="81" data-end="391"&gt;When you create &lt;STRONG data-start="97" data-end="162"&gt;static tags directly in &lt;SPAN class="hover:entity-accent entity-underline inline cursor-pointer align-baseline"&gt;&lt;SPAN class="whitespace-normal"&gt;Kepware&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;, you’re essentially letting Kepware handle the tag resolution and polling cycle internally. That can give a few practical benefits compared to relying only on &lt;STRONG data-start="322" data-end="390"&gt;dynamic tags from &lt;SPAN class="hover:entity-accent entity-underline inline cursor-pointer align-baseline"&gt;&lt;SPAN class="whitespace-normal"&gt;FactoryTalk View SE&lt;/SPAN&gt;&lt;/SPAN&gt; (FTView)&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL data-start="393" data-end="1184"&gt;
&lt;LI data-start="393" data-end="585"&gt;
&lt;P data-start="395" data-end="585"&gt;&lt;STRONG data-start="395" data-end="429"&gt;Lower overhead on the HMI side&lt;/STRONG&gt; – FTView doesn’t need to build and maintain its own separate tag list or constantly resolve OPC paths at runtime. It just subscribes to known Kepware tags.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="586" data-end="821"&gt;
&lt;P data-start="588" data-end="821"&gt;&lt;STRONG data-start="588" data-end="619"&gt;Centralized tag definitions&lt;/STRONG&gt; – All your PLC addresses live in one place (Kepware). If a PLC address changes, you update it once in Kepware, and all-consuming clients (FTView, historians, scripts, etc.) will automatically see the change.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="822" data-end="1033"&gt;
&lt;P data-start="824" data-end="1033"&gt;&lt;STRONG data-start="824" data-end="857"&gt;More efficient communications&lt;/STRONG&gt; – Kepware optimizes reads/writes when it knows the complete set of tags in advance. With dynamic HMI tags, it can’t batch as effectively because the subscriptions are more ad-hoc.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1034" data-end="1184"&gt;
&lt;P data-start="1036" data-end="1184"&gt;&lt;STRONG data-start="1036" data-end="1059"&gt;Cleaner diagnostics&lt;/STRONG&gt; – It’s easier to troubleshoot data quality and comms in Kepware’s diagnostics when you know precisely what tags it is serving.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="1186" data-end="1596"&gt;That said, this doesn’t mean static tags are strictly faster; it depends on the number of tags you have and how frequently they are updated. If you only have a small set of HMI tags and don’t expect them to change, creating them directly in FTView is fine. However, for larger systems or when multiple clients will consume the same data, static Kepware tags provide better consistency and reduced administrative effort in the long run.&lt;/P&gt;
&lt;P data-start="1598" data-end="1609"&gt;In short:&lt;/P&gt;
&lt;UL data-start="1610" data-end="1731"&gt;
&lt;LI data-start="1610" data-end="1668"&gt;
&lt;P data-start="1612" data-end="1668"&gt;&lt;STRONG data-start="1612" data-end="1640"&gt;Few tags, simple system:&lt;/STRONG&gt; FTView HMI tags are fine.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1669" data-end="1731"&gt;
&lt;P data-start="1671" data-end="1731"&gt;&lt;STRONG data-start="1671" data-end="1703"&gt;Lots of tags or shared data:&lt;/STRONG&gt; Use static tags in Kepware.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 17:21:44 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Kepware/Why-Use-Kepware-Static-Tags-Rather-Than-FTView-SE-HMI-Tags/m-p/1033487#M3057</guid>
      <dc:creator>pshashipreetham</dc:creator>
      <dc:date>2025-09-11T17:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why Use Kepware Static Tags Rather Than FTView SE HMI Tags ?</title>
      <link>https://www.ptcusercommunity.com/t5/Kepware/Why-Use-Kepware-Static-Tags-Rather-Than-FTView-SE-HMI-Tags/m-p/1034914#M3063</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Creating tags in Kepware might be ok when using a Rockwell FTView SCADA as you then don't need to create HMI tags within the FTView application. However when using an application like WinCC you would end up having to create two tag databases: one in Kepware and one in WinCC.&amp;nbsp; I have used Kepware with WinCC and Rockwell ControlLogix PLC's but created the tags in WinCC and not in Kepware.&amp;nbsp; I'm would be interested to know if others create two sets of tag databases when using SCADA applications which require a tag database .&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 15:13:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Kepware/Why-Use-Kepware-Static-Tags-Rather-Than-FTView-SE-HMI-Tags/m-p/1034914#M3063</guid>
      <dc:creator>PL_9524549</dc:creator>
      <dc:date>2025-09-19T15:13:59Z</dc:date>
    </item>
  </channel>
</rss>

