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: 2022-11-16 09:38 AM . Last Modified: 2023-05-02 11:51 PM
Hi,
I'm not sure if anyone knows where to look for the instruction for all methods, properties for ViewX API ?
The one like the ClearScada.Client API?
thanks
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: 2022-11-16 10:55 AM
The ListAnimations example, https://github.com/GeoSCADA/Utilities-and-Examples/tree/main/ListAnimations is using the ViewX COM automation interface in the "Serck Controls ViewX Object Library" type library. There is no documentation for this library, just the COM metadata, as its not officially supported.
If you open the ListAnimations solution in Visual Studio you can use the Object Browser to examine the "Interop.ViewX" assembly and see the classes, methods, properties etc. that are available.
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: 2022-11-16 09:57 AM
The documentation is installed with Geo SCADA, look for the "EcoStruxure Geo SCADA \ Client API Guide" shortcut in the Windows start menu.
NB. The "Data Access" feature must be installed to get this documentation.
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: 2022-11-16 10:19 AM
Thanks for the response
I did have the Client API Guide installed ( attach screenshot). However, that guide only shows Clearscada Client API. I'm looking for ViewX API.
For example, i'm looking at C# ListAnimation script in
https://github.com/GeoSCADA/Utilities-and-Examples/blob/main/ListReferences/Program.cs
inside the script, ViewX.DrwAnimation , ViewX.DrwEmbeddedList , ViewX.DrwObject method were used, but i can not find any document that's explaining where to get all these methods and what they are used for
thanks
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: 2022-11-16 10:55 AM
The ListAnimations example, https://github.com/GeoSCADA/Utilities-and-Examples/tree/main/ListAnimations is using the ViewX COM automation interface in the "Serck Controls ViewX Object Library" type library. There is no documentation for this library, just the COM metadata, as its not officially supported.
If you open the ListAnimations solution in Visual Studio you can use the Object Browser to examine the "Interop.ViewX" assembly and see the classes, methods, properties etc. that are available.
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: 2022-11-16 11:14 AM
Thank you for your promptly response
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.