Geo SCADA Knowledge Base
Access vast amounts of technical know-how and pro tips from our community of Geo SCADA experts.
Link copied. Please paste this link to share this article on your social media post.
Originally published on Geo SCADA Knowledge Base by Anonymous user | June 10, 2021 03:16 AM
Please read the information below prior to upgrading to SCADA Expert ClearSCADA 2015 R1.1 for important information on changes in this version.
As a result of the changes to the ViewX User Interface for ClearSCADA in 2014 R1, the strategy for upgrading to ClearSCADA 2015 R1.1 from earlier versions has been modified. Adhering to the previous strategy of upgrading ViewX clients prior to the ClearSCADA server could result in these upgraded clients being unable to communicate with the system until the server is upgraded to ClearSCADA 2015 R1.1.
The recommended strategy for upgrading to ClearSCADA 2015 R1.1 is to upgrade the ClearSCADA server(s) first, followed by any remote clients. Previous versions of ViewX will provide remote clients with continued connectivity with ClearSCADA before and after the upgrade to ClearSCADA 2015 R1, after which time these clients can be upgraded to ClearSCADA 2015 R1.1.
It is recommended that all ViewX clients be upgraded to ClearSCADA 2015 R1.1 following successful upgrade of the server(s).
Please be aware of all the issues covered in the previous sections in addition to the following.
Translate('@This section of string is translated') + ' but this section is not.'
Please be aware of all the issues covered in the previous sections in addition to the following.
Please be aware of all the issues covered in the previous sections in addition to the following.
Please be aware of all the issues covered in the previous sections in addition to the following.
Please be aware of all the issues covered in the previous sections in addition to the following.
As a result of this, users upgrading from versions older than ClearSCADA 2010 R2, will see two options available for the driver selection when configuring the ODBC DSN. The old driver name has been left in to ensure backwards compatibility.
To work around this
Due to limitations on the errors that can be returned to the Standby, the dialog will not display a list of the missing classes. This dialog has been added to prevent the problems that could occur as a result of running the system with this unsupported configuration.
You will need to make the following changes after the upgrade
HKEY_CURRENT_USER\Software\Serck Controls\SCX6
to
HKEY_CURRENT_USER\Software\Schneider Electric\ClearSCADA
There is now a single 'Transfer Interval' setting (on the Miscellaneous tab) which controls how often a standby transferred is triggered. Normally all standbys are triggered on each interval, but the 'Interleave' setting can be used to only trigger every n intervals e.g. if Interval = 5s and Interleave = 2, then that standby will only trigger an update every 10s.
Please be aware of all the issues covered in the previous sections in addition to the following.
Please be aware of all the issues covered in the previous sections in addition to the following.
Please be aware of all the issues covered in the previous sections in addition to the following.
Editing the names of database fields this way creates some entries in the "Metadata" key at the following location "HKEY_LOCAL_MACHINE\SOFTWARE\Serck Controls\SCX6\Metadata" in the Registry. The entries will look like one of the following depending on the field that has been renamed.
Before upgrading databases containing these renamed fields, these entries must be removed from the Metadata registry key. Otherwise, after the upgrade when the server is started, the Server Icon will go purple with "Invalid Metadata" error. By removing these registry values, the rename functionality will be disabled while maintaining the data associated with these points.
ClearSCADA 2007 and earlier
Sub main()Dim objserver As ScxV6ServerDim obj As ScxV6ObjectDim sPort0DLRetries as StringSet objserver = New ScxV6Serverobjserver.Connect "MAIN", "", ""Set obj = objserver.FindObject("E-Series OS")'read the properties directlysPort0DLRetries = obj.Property("Port0DLRetries")End Sub
ClearSCADA 2009
Sub main()Dim objserver As ScxV6ServerDim obj As ScxV6ObjectDim aggOSType As ScxV6AggregateDim sPort0DLRetries as StringSet objserver = New ScxV6Serverobjserver.Connect "MAIN", "", ""Set obj = objserver.FindObject("E-Series OS")'Note that you need to find the board type aggregate before reading propertiesSet aggOSType = obj.Aggregate("BoardType")sPort0DLRetries = aggOSType.Property("Port0DLRetries")End Sub
Please be aware of all issues covered in the sections above.
Please also be aware of the Known Issues and Release Notes for each release since the version of ClearSCADA that is being upgraded.
Go: Home Back
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.