EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-03-19 10:14 AM
Has anyone used the COM (GeoScada Client API) or ViewX Automation interface to read / write mimics?
I'm trying to read / write the contents of text boxes on the mimic and the same with the mimic script.
I'm using C# to build a console application using the clearscada.client.dll.
I can list the mimics and export configuration but can't see any difference between a mimic with a text box and one without so must be missing something.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-03-24 03:45 AM
You'll need to use the ViewX Automation Interface to modify the content of mimics, which is the client-side automation functions. For more info see https://community.se.com/t5/Geo-SCADA-Knowledge-Base/Introductions-to-the-Server-and-Client-Automati... and scroll down to "ViewX COM Interface" for how to add the reference and some basic info on how to use it. Unlike the other automation interfaces its not documented except for random code snippets (including on these forums) and the class definitions in Visual Studio. I don't believe support will be able to provide any more info.
The old Server COM interface (DBClient.dll) and the new .NET API cannot manipulate the inside of mimics.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-03-24 03:45 AM
You'll need to use the ViewX Automation Interface to modify the content of mimics, which is the client-side automation functions. For more info see https://community.se.com/t5/Geo-SCADA-Knowledge-Base/Introductions-to-the-Server-and-Client-Automati... and scroll down to "ViewX COM Interface" for how to add the reference and some basic info on how to use it. Unlike the other automation interfaces its not documented except for random code snippets (including on these forums) and the class definitions in Visual Studio. I don't believe support will be able to provide any more info.
The old Server COM interface (DBClient.dll) and the new .NET API cannot manipulate the inside of mimics.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-03-27 10:28 AM
Thanks Adam, much appreciated.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.