Copyright ©2006 - Inspired Interfaces


            Initial released version build 1404

================================================
ReticMaster 11 Patch 1 - build 1410 (31-08-2009)
================================================

The previous (v2008) methodology of non-unique Conductor User Codes is re-introduced. 
This implies that the Data library can be used as is without modification within ReticMaster. 
(ReticMaster will no longer append the user codes with _A, _B, etc.)

To make things much easier, we introduced two synchronized Combo Boxes, i.e.
1) Full Conductor Description, and 
2) Conductor User Code

The Combo boxes are present on  a number of forms thast use conductor data:

a) Load Node placement and edit
b) Co-Generator placement and edit
c) Motor node placement and edit
d) Induction Motor node placement and edit
e) Change Down and Change up tool 

This means that the user can select Conductors either via the User Code Combo Box, or via the Full Conductor Combo Box which will make general usage much simpler.

================================================
ReticMaster 11 Patch 2 - build 1412 (10-09-2009)
================================================

A) ReticMaster.ini
------------------
An optional ReticMaster.ini file is provided and must be installed in the root ReticMaster folder. Two flags are provided:
[ALLOW REGISTER] 
0 - The Registration menu found under the Help menu will not be visible to the user
1 - The Registration menu found under the Help menu will be visible to the user
[ALLOW OLE SHOW LIBRARY]
0 - During OLE calls and in cases where the selected Conductor is not found in the Data Library, ReticMaster will not provide the user the option to launch the Data Library
1 - During OLE calls and in cases where the selected Conductor is not found in the Data Library, ReticMaster will provide the user the option to launch the Data Library

If the ini file is not installed then ReticMaster will set both these flags = 1 as default.

B) New OLE properties to allow modification of ReticMaster.ini flags
--------------------------------------------------------------------
Two new OLE properties are available to enable the programatic overriding of the ReticMaster.ini flags:
1) Property Allow_Registration : Boolean
2) Property Allow_OLE_ShowDataLibrary : Boolean

Typical VBA usage:
Sub AllowReg()
    ReticObject.Allow_Registration = True
End Sub

Sub AllowShowDL()
    ReticObject.Allow_OLE_ShowDataLibrary = True
End Sub

C) Improved Conductor Selection Interface 
-----------------------------------------
During OLE calls and in cases where the selected Conductor is not found in the Data Library, ReticMaster will provide a list of Conductors to allow the user to choose an alternative Conductor. This functionality now provides two Combo boxes, one for the User Code and another for the Full Description. An OK button is also provided to allow the user to carefully choose the correct Conductor first and once satisfied to end the process by selecting OK. Any key can be pressed to quickly search the Conductor data, e.g. in the Conductor Code Combo, the user may press "F" a few times to find occurrences of Fox.

D) Clearing of Replacement Conductor List when changing the Data Library
------------------------------------------------------------------------
During OLE calls and in cases where the selected Conductor is not found in the Data Library, ReticMaster will provide a list of Conductors in the Library and the user has to choose an alternative conductor. This conductor choice will remain in memory if File\New is called and ReticMaster will continue to replace the previously unknown conductors with the user choices made for new write-outs until the OLE link is broken and ReticMaster re-started or re-linked. Build 1412 will also clear the list if the Data Library file is changed.

E) Display Data Library and Version in Status Bar
-------------------------------------------------
The Data Library Version and Data Library Path will be displayed in the 5th tab found in the Status Bar.


================================================
ReticMaster 11 Patch 3 - build 1414 (08-02-2010)
================================================

A roundoff error was resolved in unbalanced three phase bulk load. 
The Load Node Edit interface would change kVA to MVA and divide by 1000, which is correct, but it incorrectly set the load to 0 MVA.

================================================
ReticMaster 11 Patch 4 - build 1416 (12-04-2010)
================================================

A file Save\Read bug regarding co-generator data was resolved. The Interface Technology (Star, Delta, etc.) was not saved adequetely causing file interpretation problems. 
This is an essential patch due to the fact that the error causes the ReticMaster data to be modified if a co-generator is edited, which is especially evident in cases where 
multiple generators were modelled. 

================================================
ReticMaster 11 Patch 5 - build 1420 (19-04-2010)
================================================

Improved the load balancing algorithm for Co-Generators when technology changes takes place.

================================================
ReticMaster 11 Patch 6 - build 1422 (29-04-2010)
================================================

Improved search routines for the following functions:

1) Main Menu: Search Node by Name...
2) Main Menu: Search Node by Description...

These routines now allow for case-insensitive sub-text search as requested.

================================================
ReticMaster 11 Patch 7 - build 1424 (28-05-2010) - Not released since no effect on system
================================================
Regulator Edit Dialog call fix in Main Window

================================================
ReticMaster 11 Patch 8 - build 1426 (04-06-2010)
================================================
Improved methodology for Server License checking and Application usage logging
This works with ILibS.dll Version 2010.1.0.154  

          
Inspired Interfaces Home Page.