The Resource Center is your one-stop-shop for everything Geo SCADA Expert; from New Release information, Downloads, Upgrades, configuration resources and tips. Open this page for an index.
It's your place to connect with experts and peers, get continuous support, and share knowledge.
Access vast amounts of technical know-how and pro tips from our community of Geo SCADA experts.
Label: "application programming"
View in: "Geo SCADA Knowledge Base" | Community
12 Posts | First Used: 2021-06-09
The Resource Center is your one-stop-shop for everything Geo SCADA Expert; from New Release information, Downloads, Upgrades, configuration resources and tips. Open this page for an index.
📖 HomeIn many applications there is a need to interface ClearSCADA to external programs. Geo SCADA supports a range of application program interfaces (APIs) that can be accessed ...View More
📖 HomeBackThe .Net API, introduced in ClearSCADA 2009 R1, is a programming interface that can be used to connect to the ClearSCADA server allowing client applications to perform ...View More
📖 HomeBackUsing the automation interface with C# is very similar to using it within VB, apart from the obvious syntax differences between the two languages.We do recommend you ...View More
📖 HomeBackPerl scripts default OLE threading model is multi-threaded, which isn't supported by the automation interface. Fortunately there is a work around.Any Perl script needs to include ...View More
📖 HomeBackThere are a number of errors that could appear when connecting to the ClearSCADA database server. When the errors are not trapped in the code, they ...View More
📖 HomeBackEditing the content of a mimic, trend or logic program can be done through the use of the ViewX automation interface. This interface allows an application ...View More
📖 HomeBackThe historic settings on a point in the ClearSCADA database make up what is called an aggregate. The aggregate is a class in the database structure ...View More
📖 HomeBackThe automation interface supports two methods to configure security on objects in the ClearSCADA database, GetSecurity and SetSecurity. GetSecurity MethodGetSecurity returns the security settings on an ClearSCADA ...View More
📖 HomeBackWhen using the automation interface to query the properties of objects in the ClearSCADA database, there are three main methods. The examples below read the State0Desc property ...View More