0
Geo SCADA Strings
Forum / Questions & Answers
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
-
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" />