Geo SCADA Knowledge Base
Access vast amounts of technical know-how and pro tips from our community of Geo SCADA experts.
Originally published on Geo SCADA Knowledge Base by sbeadle1 | June 10, 2021 01:06 AM
The .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 monitoring, control or configuration of the ClearSCADA database. The .Net API is provided as an alternative to the COM based Automation Interface.
The documented and supported .Net API is handled through ClearScada.Client.dll.
For the COM based Automation Interfaces, DBClient records a set of low level communications logs describing the interface activity between the data access components on the client and the server. This functionality is implemented by default within the DBClient.dll and is enabled or disabled via registry settings (see DBClient Logs).
In the .Net interface you are recommended to use nlog (the same version shipped with Geo SCADA). Some communications logging will then be logged to the file you specify in your nlog settings. The implementation of this requires the calling client application to actively initialize the logging to specify an output path. No default registry settings are available for enabling and disabling of these logging classes. Go: Home Back
Create your free account or log in to subscribe to the forum - and gain access to more than 10,000+ support articles along with insights from experts and peers.