New in R2025

This page describes the changes made to UniPlot R2025 since UniPlot version R2024.

New in R2025.3 (2025-10-24)

Enhancements

  • (UNI-931): UniPlot now supports import of CONVERGE output files. CONVERGE is a product from Convergent Science: https://convergecfd.com/.

  • (UNI-920): Time channel selection for 2D y/t diagram has been improved in case several channels groups are using the same dimension.

  • (UNI-927): In the Data Browser, the X channel is now automatically selected when choosing a Y channel. This functionality requires that the imported file contains a declared time axis.

  • (UNI-933): New icons added to menu entry of New Dataset for 2D curves.

  • (UNI-918): Conditional Formatting in tables now support sliding (relative) and blocked references ($A$1 vs A1).

  • (UNI-919): Table formulas in the name field now support the $A$1 syntax, improving robustness when copying/pasting cells or modifying the table structure.

  • (UNI-934): Table formulas in the name field now support calculations between different tables on the same page.

  • (UNI-613): The Conditional Formatting range in tables is now automatically updated when the table shape changes (addition or deletion of rows/columns).

  • (UNI-917): Table now support converting cells into button to call user script. See Edit Object Table in callback section.

  • (UNI-937): Data table for 2D datasets now displays data in the filtered state if filtered.

  • (UNI-612): Conditional formatting in tables now supports field functions that return numbers.

  • (UNI-869): Sequencer: New Action: Norm Names. The action automates the AddIn "Norm Names" for Channel Translations. Additionally, it provides the Unit Conversion of the menu function "Formula Configuration…" (see Unit Convertion).

Bug Fixes

  • (UNI-911): When using the DialogBox function to create a dialog containing a list box field (|Lnn |), a bug caused the last item to be removed if it was a duplicate of the previous item. Additionally, if no selection was specified in the initialization string, the last item in the list was automatically selected. This behavior has been corrected:

    • Duplicate entries at the end of the list are now preserved.

    • If no initial selection is specified, the first item in the list will be selected by default.

  • (UNI-912): When using the DialogBox function to create a dialog containing a multi-select list box field (|Mnn |), a bug caused all the duplicated entries to be deleted (only 1 is kept) and each of these entries is selected without respecting the initial selection of the createlistboxtext function. This behavior has been corrected:

    • Duplicate entries are now preserved.

    • If no initial selection is specified, the first item in the list will be selected by default.

  • (UNI-913): MDF4 file import lastest bug correction on zipped data import was not compatible with the transposition algorithm. This release makes it compatible.

  • (UNI-928): Due to an update in PPT from Version 2508: September 03 (Build 19127.20192), the UniPlot export was broken. The export has been repared.

New in R2025.2 (2025-06-10)

Enhancements

  • (UNI-870): Sequencer: New Action: Unit Conversion. Allows to automatically convert channels into different units using the standard UniPlot unit table files. Additionally allows to define a subset of channels in the file to be converted.

  • (UNI-814): Sequencer: Added buttons to enlarge/shrink the workspace/sequences/acton view.

  • (UNI-900): MDF (VS100/INCA) now supports Little Endian (Intel) Byte order corresponding to Signal data type 13, 14, 15 and 16.

  • (UNI-905): Packing of log file on UniPlot shutdown has been reactivated.

  • (UNI-827): UniPlot Excel importer now supports files where the sheets have missing DIMENSION attribute.

  • (UNI-4): UniPlot now supports import of Calibration Data File. It has functions to plot their contents or place them into tables. This is a beta version.

  • (UNI-823): The field function @f{xyinterpol} allows to call a field function as a parameter.

    @f{xyinterpol(Data1,x=xystatvalue(Data2, ymaxpos))}
    
  • (UNI-701): 2D-Max-Point and 2D-Min-Point have been added. They will create a point dataset instead of the line when using regular New Dataset=>2D-Max and New Dataset=>2D-Min. The functions can be accessed via:

Bug Fixes

  • (UNI-918): Conditional Formatting in tables now support sliding (relative) and blocked references ($A$1 vs A1).

New in R2025.1 (2025-04-11)

Enhancements

  • (UNI-828): DocAddDatafiles UniScript function has been added to allow addition of data file in a template via UniScript. The function DocExchangeDataFiles has been updated to also support file addition using this new function.

  • (UNI-432): PDF-Export functionality has been udpated so that the user does not have to use GhostScript for the export. The user will looses the GhostScript functionality (bookmarks and other specific PDF export settings)

  • (UNI-877): Sequencer action PDF Export now supports the selection of the document to be exported (not only the active one).

  • (UNI-867): The Sequencer Data Slots now come with a button to load data directly without using the Data Load action.

  • (UNI-858): Sequencer action Export Data now allows selection of channels to be exported.

  • (UNI-857): Sequencer action Export Document now supports the selection of the document to be exported (not only the active one).

Bug Fixes

  • (UNI-878): MDF4 file import has been improved to properly import zipped data even if the record is not contained completely in the current fragment of the data section.

  • (UNI-883): The NC_AddFiles has been updated to properly handle concatenation of channels of different type (eg. DOUBLE in file 1 and CHAR in file 2).

New in R2025.0 (2025-02-14)

Enhancements

  • (UNI-835): Sequencer: New action Export Data. The action exports data of a data slot into various data formats.

  • (UNI-834): Sequencer: New action Export Document. The action exports the currently active document.

  • (UNI-849): In the ATFX import has been improved to be more flexible to variation in the format.

Bug Fixes

  • (UNI-864): Ifile import now use XStart_XDelta channel attribute to create an X-axis that fits the data.

  • (UNI-863): Ifile import has been corrected so that cycle information is stored in the correct group.

  • (UNI-848): In the Picture edition dialog activating the World Coordinates moved away the picture in some conditions.

  • (UNI-785): Sequencer: In the Data Exchange action the AutoScale is now properly disabled when unchecked in the data exchange option dialog.

  • (UNI-841): The NC_AddFiles function now does not limit number of characters to 2nd dimension of 1st file for string channels.

  • Fix encoding issues when exporting to PDF. If the page title contained non ACSII characters the title got mangled in the table of contents of the generated PDF file.

  • PDF generation fails in UniPlot R2024.4 and is solved with this release.

id-1379641