Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page has information about updates, enhancements, and bug fixes in our latest software releases, ensuring you are always updated about our ongoing developments.

On this page:

Table of Contents
maxLevel3


10.0.1

This is the first release or FrameworX v10.

More than just modifications on top of previous release, FrameworX v10 was a generational change of technologies and major evolution on user interfaces,  concepts and nomenclature, new functionality,  enhancements on the internal architecture and product wide performance optimizations. 

Therefore the Release notes shall include the future modifications on top of the FrameworX initial release, but not all the modifications comparing with FactoryStudio. In order to review the major differences of FrameworX v10 comparing with previous product line, refer to the section What is new in FrameworX v10

Release Candidate - Phase

We will include in this section the items found and modified throughout the Release Candidate process, in order to help track and control what is being released throughout the builds:


==>> build RC2 10.0.0.262 [03/21/2024]

  • DF_001 - 10.0.0.260 - Solution Selection - When we create a new solution It's not appearing on main page in the list of solutions until we search for it.
  • DF_008 -10.0.0.260- Dataset - The Name of SqlLite is different for SqlLiteAdmin button when we compare it to other areas in datasets. Modify from “SqlLite Admin” to “SQLite Admin”.
  • DF_003 -10.0.0.260 - Select Object Dialog - User able to see Duplicate SaveToTextFile in Linked value field. Text box->Linked Value->(…dots) clicks
  • Historian - Table - Table1, multiples SaveToTextFile. If click on some SaveToTextFile and after OK button we will get an error.
  • DF_009 -10.0.0.260- Solution Selection - In the Solution Designer, in List of solutions, if a user selects Table view and attempts to double-click on a specific solution, the user cannot opening the solution. However, user can successfully open the solution from List, cards view with double-click.
  • DF_005 -10.0.0.260 - Display Export - In the Displays-List, Export to the Library option is currently not functioning as expected.
  • DF_028 - 10.0.0.261 - License Activation - In the License Information section, when a user clicks on "Online Activation" to activate, if the user enters an invalid serial number and activation code, an error validation popup is displayed behind the Licensing/Activation code screen.
  • DF_029 - 10.0.0.261 - Help About- In Help-About. FrameworX text is overlapped in About FrameworX screen
  • TInternal - 10.0.0.262 - Help About - note the copyright symbol ALT-code is not displaying properly on line 3 to the left of “2024 Tatsoft LLC” - it is showing as “&#169” instead of showing the copyright symbol © .
  • DF_002 - 10.0.0.260 - Historian/Archive - User unable to edit the created archive data set.-
  • DF_028 - 10.0.0.261 - License Activation - In the License Information section, when a user clicks on "Online Activation" to activate, if the user enters an invalid serial number and activation code, an error validation popup is displayed behind the Licensing/Activation code screen.
  • DF_029 - 10.0.0.261 - Help About- In Help-About. FrameworX text is overlapped in About FrameworX screen
  • TInternal- 10.0.0.262 - Help About - note the copyright symbol ALT-code is not displaying properly on line 3 to the left of “2024 Tatsoft LLC” - it is showing as “&#169” instead of showing the copyright symbol © .
  • DF_041 - 10.0.0.262 - User Preferences - In Setting Main Menu-> FrameworX User Preferences-> when user clicks on any one of the link then popup is automatically get closing


==>> build RC2 10.0.0.263 [03/25/2024]

==>> build RC2 10.0.0.265 [04/01/2024]

  • DF_042 - 10.0.0.263 - Solution Explorer Preferences -Solution Explorer Preferences Filter, when user changes the Filter for Process Modules then bottom of the left side Filtering displays - Filtering by Unified Namespace & Proc, it must show the full text or the text must to be changed and Unified Spell is incorrect.
  • DF_010 - 10.0.0.260 - Database Connection configuration -In the Solution Settings, when the user selects "PostgreSQL" as the data provider and "PostgreSQL" as the database, and then clicks on "Test," the error message is not being displayed entirely.
  • TInternal- 10.0.0.265 - In a project where tags are continuously written to the TagHistorian database, if the connection to the database is interrupted and FS is in the process of creating the St&Fw tables, all data recorded between the moment the connection is lost and when FS completes creating the tables is lost. ---> Connection State to Main HistorianDB is verified before trying to save samples
  • TInternal- 10.0.0.265 - WA option was not working.
  • TInternal- 10.0.0.265 - Created new option “sharePortHTML5“ in TStartup/TServer (argument in .bat file, example: /sharePortHTML5:80) to enable share Web Port with IIS. That is necessary when IIS is used as file server. Only works on Windows and solution based to .NET Framework 4.8 (NOT MultiPlatform). Requirements:
  • TInternal- 10.0.0.265 - TServer is very slow when using a TimeZone after UTC such as Taipei (+8h)
  • TInternal- 10.0.0.265 - TServer was very slow when using a TimeZone after UTC such as Taipei (UTC+8h).

    TInternal- 10.0.0.265 - Created ‘SearchPath' class in “T.Toolkit” assembly. It is used to set main path, where “fx-10” files are installed. It must be used before first access to ‘DataAccess’. Now the customer program only needs “T.Toolkit” assembly in its folder. Example:

    T.Toolkit.SearchPath.Initialize(@"C:\Program Files\Tatsoft\FrameworX\fx-10"); using (DataAccess dataAccess = new DataAccess()) { ... }