You are here: System Administration > Client Administration > ViewX Client - System Connections > Systems.xml File Attributes

Systems.xml File Attributes

When you use the Client Configuration applet to configure a client - system connection, the settings you define are saved within the auto-generated Systems.xml file as attributes and values. If you create or edit a Systems.xml file manually, you can include the attributes in your file and also define their values.

Many of the elements in a Systems.xml file have attributes for which you can set values. The attributes correspond to the settings on the Client Configuration applet and the various displays you can access via the Client Configuration applet, such as the Advanced Settings window.

For each of the elements, you need to define or edit the attributes correctly:

When you use the ClearSCADA Client Configuration Tool to configure a connection, the resulting Systems.xml file contains auto-generated <opcdaclsid>, <opchdaclsid>, and <opcaeclsid> elements. These elements can allow Third Party OPC clients to connect to a system and can only be included as part of a ClearSCADA generated Systems.xml file. You cannot include them in manually edited Systems.xml files - you should use the ClearSCADA Client Configuration Tool to configure Third Party OPC Client connections Third Party OPC Client - System Connections.

Example: Systems.xml file for a ViewX Client with Connections to 2 Servers

The following example shows the contents of a valid Systems.xml file for a ViewX client that is connected to a single logical database called "Main". The logical database "MAIN" is implemented on two servers called "TAPC04" and "TAPC06" respectively:

<Systems>

<Default system="MAIN"/>

<System name="MAIN" type="ClearSCADA" enabled="true" visibleInViewX="true" clientLicensing="true" workstationName="CentralSite Area C PC3">

<Server name="TAPC04" cost="6" port="5481" compress="false" connectTimeout="30000" requestTimeout="120000" disconnectTimeout="30000" pollInterval="10" pollTimeout="15000">

</Server>

<Server name="TAPC06" cost="8" port="5481" compress="false" connectTimeout="30000" requestTimeout="120000" disconnectTimeout="30000" pollInterval="10" pollTimeout="15000">

</Server>

</System>

</Systems>


ClearSCADA 2015 R2