<?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: GeoEvent server as OPC client? in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-server-as-opc-client/m-p/716440#M3118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN style="background-color: #ffffff;"&gt;Al,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I got exactly same question like this, but I am still in the middle of finding a solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Do you mind if I ask how&amp;nbsp;were you able to store data from&amp;nbsp;&lt;SPAN&gt;OPC server and to MS SQL? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Do you think you can share your workflows with me?&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Thank you so much&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Steven &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Aug 2017 23:18:26 GMT</pubDate>
    <dc:creator>StevenJin</dc:creator>
    <dc:date>2017-08-21T23:18:26Z</dc:date>
    <item>
      <title>GeoEvent server as OPC client?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-server-as-opc-client/m-p/716437#M3115</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 have a Motorola irrigation control system (ICC Pro). Sytem controls irrigation system and meters water usage data. Data is sent back to server.&lt;/P&gt;&lt;P&gt;I can setup an OPC server function and stream water usage data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does Geoeventserver support OPC? Can it "grab" data from an OPC server as an OPC client?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 01:32:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-server-as-opc-client/m-p/716437#M3115</guid>
      <dc:creator>AlVera</dc:creator>
      <dc:date>2015-01-29T01:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: GeoEvent server as OPC client?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-server-as-opc-client/m-p/716438#M3116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thans for viewing. I have an update:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figured out how to grab data from OPC server and store data to MS SQL. Can I input this data into GeoEvent Processor and then based on conditions create or modify a feature(s)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 05:25:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-server-as-opc-client/m-p/716438#M3116</guid>
      <dc:creator>AlVera</dc:creator>
      <dc:date>2015-02-25T05:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: GeoEvent server as OPC client?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-server-as-opc-client/m-p/716439#M3117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Al / Alexander -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My apologies that no one has replied to you on this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ArcGIS GeoEvent extension does not have an out-of-the-box connector for the Motorola ICC Pro. Generally GeoEvent does not provide connectors for specific commercial devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When considering GeoEvent for real-time event processing the questions we need to ask are more general.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;How is the data being broadcast such that GeoEvent could receive it?&lt;/LI&gt;&lt;LI&gt;Can data from the device be sent as an HTTP/POST to a REST endpoint hosted by GeoEvent, for example?&lt;/LI&gt;&lt;LI&gt;Can the data be streamed over a TCP socket or WebSocket?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once we've figured out how the data will be delivered to GeoEvent, we need to know what format the data will be in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Will the data be broadcast in a generic XML structure, as generic JSON, or as comma-separated text, for example?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are adapters for the above data formats available out-of-the-box. If the ICC Pro were broadcasting its data in some other data format, then a custom adapter would need to be developed to interpret the data being sent by the device. A developer would use the provided GeoEvent SDK to develop the needed adapter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Al indicated that he was successful in getting the ICC Pro data written out to SQL Server tables. You might want to take a look at the thread &lt;A _jive_internal="true" href="https://community.esri.com/message/392202"&gt;GeoEvent process Oracle/SQL connector&lt;/A&gt; which describes some options for retrieving this data. Generally speaking, the Esri Feature Service is the interface GeoEvent relies on to access data in enterprise database tables. GeoEvent does not support direct database table queries out-of-the-box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are preparing a response to a recent post &lt;A _jive_internal="true" href="https://community.esri.com/message/448292"&gt;How can I put a depedency in a custom processor&lt;/A&gt;​​. The response will likely be very technical and intended for developers. The developer in this case needs advice on incorporating a 3rd party JDBC component into the Apache Karaf OSGi container GeoEvent uses to manage the various components it uses during runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information is of some use to you -&lt;/P&gt;&lt;P&gt;RJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 19:39:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-server-as-opc-client/m-p/716439#M3117</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2015-05-21T19:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: GeoEvent server as OPC client?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-server-as-opc-client/m-p/716440#M3118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN style="background-color: #ffffff;"&gt;Al,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I got exactly same question like this, but I am still in the middle of finding a solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Do you mind if I ask how&amp;nbsp;were you able to store data from&amp;nbsp;&lt;SPAN&gt;OPC server and to MS SQL? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Do you think you can share your workflows with me?&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Thank you so much&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Steven &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 23:18:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/geoevent-server-as-opc-client/m-p/716440#M3118</guid>
      <dc:creator>StevenJin</dc:creator>
      <dc:date>2017-08-21T23:18:26Z</dc:date>
    </item>
  </channel>
</rss>

