0

Geo SCADA Strings

Hi, I'm looking to see if there is a way to import strings from Geo SCADA using the Geo SCADA Collector. I have some some wells that share a Test Separator and Geo SCADA stores which well is on test through a string of the well name. I am wondering if there's a way to import this into Canary or if I am limited to Digital/Analog

2 replies

null
    • smason
    • 12 days ago
    • Reported - view

    Hi ,

    You may need to add a key into the Filter Allowed Types for string. Can't say I've tried this, but that's where I would start.
     

        <!-- ~~~~~~~~~~~Filter Allowed Types~~~~~~~~~~~ -->
    <!-- Add a new key value pair for each filter (true/false). ie <add key="GeoSCADATAagPaths.Example" value="true"/> -->
    <!-- If the Tag (Point) has one of the following types in its name, it will be watched by the driver -->
    <add key="FilterAllowedTypes.analog" value="true" />
    <add key="FilterAllowedTypes.algmanual" value="true" />
    <add key="FilterAllowedTypes.digital" value="true" />
    <add key="FilterAllowedTypes.binary" value="true" />
    <add key="FilterAllowedTypes.accumulator" value="true" />
    
      • simon_lavoie
      • 12 days ago
      • Reported - view

      This is what I've tried adding so far and none of these seem to be catching the strings
          <add key="FilterAllowedTypes.algcalc" value="true" />
          <add key="FilterAllowedTypes.paramstring" value="true" />
          <add key="FilterAllowedTypes.str" value="true" />
          <add key="FilterAllowedTypes.string" value="true" />
          <add key="FilterAllowedTypes.param" value="true" />

      The first one was for calculated analog which was successful on the first try. Geo SCADA seems to be labeling the strings as ParamString in the background based on the templated point queries but I've had no success bringing these into Canary so far.

Content aside

print this pagePrint this page
  • 12 days agoLast active
  • 2Replies
  • 15Views
  • 4 Following