Versions Compared

Key

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

This is the latest update for FrameworX version 10.1. 

`Planned to be published on December 22, 2025. Version 10.1.2 (1034).

Latest Update

Module

Description

Designer

  • Project upgrade support extended for version 8.1.
    The project upgrade process has been enhanced to allow projects created in version 8.1 to be upgraded seamlessly to newer releases.
  • Corrected DLL reference verification in Solution environments.
    The reference verification process has been adjusted to correctly validate DLL availability on the appropriate side of the Solution architecture. While the validation behavior has been corrected, ensuring that assemblies and their dependencies are placed in the correct locations remains the responsibility of the solution configuration.
Display - Enhancements
  • LinearGauge: Revised and improved controlThird-party controls: Reviewed and aligned third-party DLL dependencies.
    The set of third-party DLLs  has been reviewed to ensure proper dependency alignment and cleaner installation consistency, improving reliability when loading external components.
  • TrendChart: 

    • Improved TrendChart stability when handling null values.
      The TrendChart rendering logic has been enhanced to better handle scenarios involving null data, preventing excessive logging and improving overall client stability during display rendering.
    • Improved stability when opening Trend layouts via script.
      The layout opening process using @Layout.Trend.Open() has been improved to prevent runtime exceptions, ensuring proper execution of lifecycle methods and more reliable layout initialization and cleanup.
    • TrendChart runtime configuration persistence improved.
      The TrendChart component now preserves pen square settings during runtime when navigating between displays, ensuring consistent chart appearance across display transitions.
  • AlarmViewer:
    • Improved AlarmViewer display for asset-based tags.
      AlarmViewer has been updated to correctly display ValueAsString information for alarms associated with tags organized under Assets and Levels, ensuring clearer alarm visualization.
  • Trace: Improved @Info.Trace logging during display shutdown. The tracing mechanism has been enhanced to ensure that @Info.Trace calls executed during the display closing lifecycle are properly shown in the trace window, providing more consistent execution visibility.
  • Improved evaluation of logical operators in expressions.
    Expression handling has been refined to ensure consistent and correct evaluation of logical operators such as AND, OR, and XOR when used with asset-based values, providing more predictable results in dynamic properties.
  • HTML5

    • DataGrid
      • Improved column alignment when updating rows.

Historian

  • Improved replication support for TagHistorian and AlarmHistorian using Postgres with TimeScaleDB

  • Improved robustness of Normalized Historian tag indexing.
    Historian handling has been enhanced to improve the consistency of tag indexing and internal dictionary synchronization when adding new tags to existing historian tables, increasing reliability during tag historization updates.

Protocol Drivers

  • PI: User interface improvements for PI configuration.
    The PI configuration interface has been refined by disabling the Use DataPipe option when a PI Server is selected and improving overall text alignment, resulting in a clearer and more consistent user experience.

  • ControlLogix: Import improved.

TagProviders

  • OPCUA: Improved OPC UA connectivity with certificate validation handling.
    OPC UA connections have been enhanced to ensure more consistent behavior when interacting with servers using untrusted certificates, improving reliability when browsing assets and during runtime execution.
  • DataHub: Improved performance Server.IsRunning reporting in DataHub communication.
    The Info.Server.Module.Server.IsRunning property has been adjusted to correctly reflect the server runtime state when accessed through DataHub, ensuring more accurate status monitoring.

Plug-in


Report


Runtime

  • .Enhanced licensing transparency and evaluation mode handling.

    This release introduces new properties to provide clearer visibility into the current license and evaluation state. The new Info.EvaluationMessage property exposes detailed information about the active license mode, while Device.Channel.<Name>.TotalPoints reports the total number of points configured per device channel.

    RichClient and HTML5Client now display the evaluation reason directly in the interface, improving runtime awareness. Additionally, the system now automatically enters evaluation mode for a 72-hour period when the combined total of device points (Server.SystemMonitor.TotalDevicePoints) and defined assets (Server.SystemMonitor.TotalDefinedAssets) exceeds the licensed model or solution limits.

    These enhancements provide more consistent monitoring and clearer feedback regarding license usage during system operation.

  • Enhanced trace logging for TagReference linking.
    The Trace Window now provides clearer warnings when an invalid tag reference is linked, helping users quickly identify and correct configuration issues during design time.

Redundacy

  • Improved retentive behavior in redundant environments.
    Retentive value handling has been enhanced to operate more reliably when redundancy is enabled, improving data persistence consistency and stability during concurrent operations.
  • Improved redundancy role stability during startup.
    Redundancy handling has been enhanced to prevent unintended role switches between primary and standby nodes during startup, preserving loaded tag values and ensuring more stable behavior regardless of startup order or initial layout configuration.

Security

  • Access control corrected for Symbols page security settings.
    Editing permissions for the EditSecurity column on the Symbols page have been aligned with administrator-only access rules, ensuring consistent security enforcement and proper editor behavior.

  • Improved permission enforcement for asset value editing.
    Writing to the Value column in the Asset Tree now follows stricter and more consistent permission checks based on user rights, tag access mode, and runtime connection state, ensuring more reliable enforcement of value editing rules.

Script