For details on updating the XTPlus firmware, refer to the Updating the TAPlus Firmware.doc document located in the Utilities directory on your Exponent CD.
The numbers below are the major and minor version numbers, build number and issue number. So 2,0,1,0 is version 2.0 build 1 issue 0. All release versions for build 1 and later are issue 0 so anything higher in the last group of digits is a test / special version.
Windows 95 and NT4 are no longer supported by Exponent. The last version that runs on these platforms is 3.0.5.0.
Therefore the currently supported platforms for version 4,0,0,0 onwards are: Windows 98, Me, 2000, XP.
Fixed problem where cursor would not run along the curve after a test was saved. (TE32 00725)
Added toolbar and buttons for user tools. (TE32 00726)
Added commands to the T.A. menu that move the probe to a Preset so they are available for shortcut keys to be assigned and also added toolbar buttons to the T.A. category of the Commands tab in the customise toolbars window. (TE32 00727)
Added a command to the T.A. menu to Tare the loadcell and also added a toolbar button to the T.A. category of the Commands tab in the customise toolbars window. (TE32 00728)
Fixed the problem where the User Input dialog would randomly restrict the number of characters allowed. This was noticed when the user was prompted to enter a value for a macro variable at runtime. (TE32 00729)
The Graph window's mouse tooltip that is displayed when the Ctrl key is pressed now shows the value for the second Y axis. (TE32 00731)
It is now possible to delete an empty batch from the results spreadsheet. (TE32 00732)
Value fields that do not have a specified number of decimal places will now show up to 15 significant digits. (TE32 00733)
System Variables are now decoded in the Batch field when a test is run. (TE32 00734)
It is now possible to add the T Test batch formula to a results spread sheet even when there is no data. (TE32 00735)
Fixed GDI resource leak on the tab control used by the graph window, etc. (TE32 00736)
Macro and Sequence views can now show line numbers in the program lists. (TE32 00737)
When saving a document the first view of the document is brought to the front to help see what is being saved. (TE32 00738)
The old generate curve function now always uses the , for list separators and a . for decimal point so it can work on European locales. (TE32 00739)
Added an option in System Configuration that allow the use of the Window user name to log in to Exponent when started via OLE automation. This allows external application to start Exponent without user intervention and therefore better automation. (TE32 00740)
Added the new App.ExitAppDelayed method so external programs can request that Exponent closes as soon as all automation references have been released. Also changed ExitApp so that the last reference can close Exponent without the need to implement the AppClosing event. (TE32 00741)
The report is now refreshed before a macro command exports it to PDF. (TE32 00742)
If a runtime error occurs in the macros embedded BASIC script while stepping through the macro, the error is displayed in the editor and the file can now be edited to fix the problem. (TE32 00743)
Custom formula rows are now restricted to row 5 and greater so they don't cause problems. (TE32 00744)
Startup now checks for the presence of the splash window as well as main window to determine if another instance is running to reduce problems caused by multiple mouse clicks on the icon. (TE32 00745)
Also:
PFA Small vessel sample results files updated
New application studies and associated projects added to sample files
The Cancel button on the "Goto Last Value" macro command now aborts the search. (TE32 00721)
Fixed closing a floating window closed the application. (TE32 00722)
Speeded up the loading process especially on single core CPUs. (TE32 00723)
Fixed selecting a COM port failure saying "The COM port is already open by another application ...". (TE32 00724)
Fixed problem with inserting fields into a table. (TE32 00707)
Pictures added to a report are now resized to fit the page or table cell if they are too big. (TE32 00708)
Graph Text objects now have an option for rounded corners and a shadow. (TE32 00709)
Graph Text objects now have an option to automatically size to fit the text. (TE32 00710)
Speeded up the Reports PDF export. (TE32 00711)
Results Graph objects border style now has rounded corners and a shadow. (TE32 00712)
The Find function in the Macro window now remembers what was last searched for. (TE32 00713)
The Fine Next function now works in the Macro window. (TE32 00714)
All the Macro commands that move the cursor now move an "activated" Anchor. (TE32 00715)
New BASIC commands Get485Decimal and Set485Decimal added. These are used for the revised resistance module calibration for better resolution. (TE32 00716)
Fixed problem where zooming in on the graph with the mouse wheel until it could be zoomed no more was preventing the wheel from un-zooming. (TE32 00717)
Fixed problem with user 6 to user 10 units menu. (TE32 00718)
Fixed problem with trail zeros being removed from values without a decimal place in the preferences window. (TE32 00719)
Fixed problem with preferences window tabs going out of sync with data types when the the data types were removed from the system but saved in a project. (TE32 00720)
New report template used for sample projects. The old template is now called old template.rps and is installed into the Alternative Reports folder.
Updated majority of help files to chm format for Vista compatibility.
mOhms added to Aux channel for resistance module. (TE32 00688)
When a macro was run from the macro window, the Generate Curve command was remembering the first anchor numbers it used and then re-using them every time. (TE32 00689)
It was possible to get a GPF when opening a file if the recent file list (MRU) was not constructed. (TE32 00690)
Projects were not opening from the log-in window. (TE32 00691)
Improved compatibility with Vista by launching Exponent from the setup program so it has full admin rights and pre-creating all global keys so everyone can access them. (TE32 00692)
If no users exist when Exponent starts the Add User window is automatically displayed. (TE32 00693)
The first parameter in the Graph - Info - TO. Settings view was not displayed when the filter was set to "Settable Variables". (TE32 00694)
There was an errant value in the PT100 conversion table causing a 1C error in values between 81C and 82C. (TE32 00695)
Nested #ELSE statements could prevent the end of the outer #IF search from completing in the sequences. (TE32 00696)
Filenames are no longer converted to upper case when a file is loaded and then saved. (TE32 00697)
The "Open File" macro command will now fail silently if the "Set Fail Flag" option is set. (TE32 00698)
Results files saved with the "Save File / Save As File" macro command will now update the open document to reflect the new name. (TE32 00699)
The reports Decimal TAB stop now recognises the comma when configured as the systems decimal character. (TE32 00702)
The reports field for "Results - Complete Column" now works and the help file has been updated with examples of it's use. (TE32 00704)
Added the Word Wrap option to the reports paragraph formatting. (TE32 00706)
Fixed problem with performing calculations on RS485 weight data where the "Insufficient Data" error message was displayed. (TE32 00674)
Added Units option to Macro's Mark Value command. (TE32 00675)
Added the following methods to the BASIC CommPort object: IsOpen, DTR, RTS, XON_OFF, ClearReadBuffer, ClearWriteBuffer, InCharCount, ReadLine, ClearErrors. (TE32 00676)
ARC info button now works for .blo files. (TE32 00677)
The calibrate height command now allows higher forces, requires firmware version 0.01172. (TE32 00680)
The Macro Change Units command dialog box now shows Macro Change Units as the caption. (TE32 00681)
It was not possible to change the column units in a results file when there was no data in the spreadsheet. (TE32 00682)
The Test Configuration window browse options for File ID and Path were not using the current settings to initialise the file browser. (TE32 00683)
Added new system variable %_ACTIVE_GRAPH_PATH_%, %_ACTIVE_GRAPH_NAME_%, %_PROJECT_REPORT_% and %_PROJECT_RESULTS_%. (TE32 00684)
If there was an error in a macros BASIC script the script window could be left open but not attached to the macro. (TE32 00685)
It is now possible to use break points in the macros BASIC scripts when the macro is run from the editor. (TE32 00686)
The spreadsheet functions that use a list separator now use the character specified in Windows regional settings. (TE32 00687)
New BASIC command Refresh added to ReportInterface. (TE32 00649)
The BASIC ReportInterface and ResultsInterface Open commands now select the document if it is already open. (TE32 00650)
The Project list now indicates missing files with a red cross. (TE32 00651)
Search and Replace commands added to reports. (TE32 00652)
The X-Axis title could disappear below the edge of the window when large fonts are used. (TE32 00653)
It was possible to add a footnote to a report without specifying any attributes which would leave strange characters that could not be deleted. (TE32 00654)
Report fields could get deleted if the data text is empty. (TE32 00655)
Using a % in the Store Variable macro command generated an error message. (TE32 00656)
Project Parameters of type Boolean now use BASIC True and False correctly. (TE32 00657)
Check Pressure and Probe Control windows showed g instead of Inch of Water when DrDIS attached. (TE32 00658)
The project notes are now displayed from the top when the window is opened. (TE32 00659)
Added a test button to the RS485 configuration window for easy checking of settings and connection. (TE32 00660)
Break Points added to macro window for easier testing of macros. (TE32 00661)
Mouse wheel now zooms in and out of graph. (TE32 00662)
Enhanced GetParameterValue and GetParameterText BASIC commands to support Date/Time parameters. (TE32 00663)
Cursor box text now refreshed when BASIC SetPreferences Command applied to a graph. (TE32 00664)
New BASIC command, CursorBoxDataTypes, added to Preferences object to get / set the cursor box data types. (TE32 00665)
New BASIC command, CursorBoxUnits, added to Preferences object to get / set the cursor box units. (TE32 00666)
If the Relative Humidity parameter was capture automatically from an RS485 device the value was 1000 times to small. (TE32 00667)
Time display in graph info now includes seconds. (TE32 00668)
Added BASIC commands to Project object, GetFileName and GetFilePath. (TE32 00669)
Added BASIC command to App object, DecodeSystemVariables to convert the system variables into their text. (TE32 00670)
Old DR DIS (.BLO) files was reported as coming from XTRAD instead of DR DIS. (TE32 00671)
X-Axis and Y-Axis intercept values were incorrect when added to the results spreadsheet. (TE32 00672)
Added support for new, larger volume, DR DIS. (TE32 00673)
A TAB character in a sequence string variable could cause a GPF when a test was run. (TE32 00648)
The firmware supplied in 4,0,2,0 was incomplete. Do not use firmware version 0.01168. New firmware 0.01169 is supplied with this update.
The calibrate force function now works with older firmware again. (TE32 00644)
It was possible to get a bad entry in the most recently used file menu that caused Exponent to GPF. (TE32 00646)
Added a new BASIC command (TA.GetParameterEx) to get TA system information. (TE32 00647)
It is now possible to use a few commands to position the cursor, etc while the macro Pause command is active. (TE32 00552)
Copy Project function now automatically adds the .prj extension. (TE32 00572)
Copy Project function now removes references to workspaces so they do not generate errors when the project is opened. (TE32 00573)
Density units are now of the form Kg/mm³ instead of Kg. (TE32 00574)
The Adjust For Buoyancy calculation was not working. (TE32 00575)
The users language was not remembered when the user was first added. (TE32 00576)
On some graphs when you zoomed in then scrolled around and then zoomed out the X-Axis labels where shifted off the bottom of the view. (TE32 00577)
If all the cells in the results file were selected when using the Add Batch Formula function then some of the rows and columns were deleted. (TE32 00578)
The correct file types are now shown in the Save As window when a Report is exported via the "Save / Save As" macro command. (TE32 00579)
Deleting a user now delete the security files so that the user can be added back in without generating errors. (TE32 00580)
New BASIC command added to the GraphDocument object "RemoveGraph" to remove the specified graph from the document / view. (TE32 00581)
Results window is now opened in the minimised state when being opened by adding a new result. (TE32 00582)
The macro command "Display Message" now supports "\n" to insert a new line. (TE32 00583)
New BASIC command "GetMaxMin" added to TestData object to find the max and min values. (TE32 00584)
New BASIC command "MarkValue" added to the GraphDocument object. (TE32 00585)
New BASIC command "DoCalculation" added to the GraphDocument object. (TE32 00586)
New BASIC command "GetResultInfo" added to the GraphDocument object. (TE32 00587)
New BASIC command "MoveAnchor" added to the Graph object. (TE32 00588)
The security log database is now password protected. (TE32 00589)
Changing the TA variable values from BASIC now makes the sequence download when the next test runs so the changes are used. (TE32 00590)
New BASIC command "IsLoadingOrRestarting" added to Project object. (TE32 00591)
New BASIC command "SendTextEx" added to the TA object that returns the text string received from the XTPlus. (TE32 00592)
When Exponent is started via OLE automation most of the information windows, etc are suppressed so the automation flow is not interrupted more than necessary. (TE32 00593)
A user defined filter has been added to the Generate Curve pre-defined functions list to make it easier to find functions. (TE32 00594)
Sequence checking was incorrectly warning about missing END TEST commands in sub-routines. (TE32 00595)
New BASIC command "ModifiedFlagStatus" added to Project object. (TE32 00596)
New BASIC command "LoadSequence" added to Project object. (TE32 00597)
The T Test Formula was not giving any results. (TE32 00598)
New BASIC command "ActiveResultsDoc" added to App object. (TE32 00599)
New BASIC command "Redraw" added to ResultsInterface object. (TE32 00600)
New BASIC command "GetReasonLastTestEnded" added to App object and event Graph_TestFinished added. Requires firmware version 0.01164 for full functionality.(TE32 00601)
g/mm² unit added to Stress. (TE32 00602)
The Graph_TestComplete event is now fired before the auto save and end of test macro run. (TE32 00603)
The BASIC command "Save" of the Graph interface would show an error if the graph had not already been saved. (TE32 00604)
The BASIC command "Save As" of the Graph interface would show an error if an empty filename was passed in. (TE32 00605)
New BASIC command "SelectGraph" added to GraphDocument object. (TE32 00606)
New BASIC command "CreateAverage" added to GraphDocument object. (TE32 00607)
Fixed problem with some importing some Exceed macro commands. (TE32 00608)
Added option to Area macro command to include the data point at the second anchor. (TE32 00609)
Stopped wait cursor appearing every 2 seconds when no TA connected. (TE32 00610)
Fixed problem where distance data was inverted when smooth line function used on Expert / exceed graphs. (TE32 00611)
New BASIC command "IsExpertExceedGraph" added to Graph object. (TE32 00612)
Add option to firmware information window to group information by related items . Requires firmware version 0.01164. (TE32 00613)
Added error message if GenerateCurve failed to create any data. (TE32 00614)
Added the parameter IDs that BASIC uses to the Graph Info tabs for easy reference and the list are now sorted by the ID to keep a consistent order. (TE32 00615)
If the option to view the Project Notes when opened is set they are now displayed before the macro is auto run. (TE32 00617)
The active graph is now drawn on top off all the other graphs so it does not get hidden. (TE32 00618)
An new option has been added to fade inactive graphs so the active graph stands out better. (TE32 00619)
Aborting the Frame Deflection Calibration was leaving the progress window on screen. (TE32 00620)
The macro fail flag was not being set when a test ended due to a stop condition. (TE32 00621)
The generate curve function was duplicating the PPS variable after the curve was generated. (TE32 00622)
The MEC macro now calculates the initial estimates for the curve fitting instead of being fixed values. (TE32 00623)
New BASIC commands added to ResultsInterface: CellText, CellValue, CellFormula for getting and setting cell data. (TE32 00624)
New BASIC command Protected added to ResultsInterface to get / set the cell protection of user sheets. (TE32 00625)
New BASIC command InsertSheet added to ResultsInterface to add new user sheets. (TE32 00626)
New BASIC command SheetName added to ResultsInterface to get / set the name of user sheets. (TE32 00627)
New BASIC command FindSheet added to ResultsInterface to Find the index of named user sheets. (TE32 00628)
New BASIC command ActiveSheet added to ResultsInterface to get / set the index of the active user sheets. (TE32 00629)
It is now possible to set the Frame Deflection Calibration speed to optimise it for the type of test being performed. (TE32 00630)
Converted the following help files to compiles HTML format (.chm) for comparability with Vista: TEE22.chm, TEE32VB.chm, Calibration.chm, ProbeCalib.chm, BendCalib.chm. (TE32 00631)
The macro command "Change Test Run Setting" was not remembering that a variable was selected for "Batch". (TE32 00632)
Expanded the file string buffer for the file open dialog so more files can be selected in one go. (TE32 00633)
Added the options: "Start Number Format", "Auto-Create Batch Dir" and "Use File ID For Batch" to the Macro Run A Test Settings command. (TE32 00634)
The probe area is now displayed in the probe information window. (TE32 00635)
New BASIC object added CommPort that provides access to read and write to a PC serial port. (TE32 00636)
The TA clock is now automatically synchronised with the PC clock when the communications are established. (TE32 00637)
The File ID can now cope better with a single % when not used as part of the System Variable name. (TE32 00638)
Copying a zoomed in graph could cause the pasted metafile to draw outside the box. (TE32 00639)
Added BASIC property to the App object to get and set the Force filter for new tests. (TE32 00640)
Added an option to the results spreadsheet to hide the data rows so that just the formula rows are visible. (TE32 00641)
The wait for temperature in the standard sequences is now optional and incorporates a zone to allow for situations where the target temperature is never quite reached. (TE32 00642)
Frame deflection options now selectable from the T.A. Settings window for the standard tests. (TE32 00643)
New BASIC command SetParameterText added to Graph object so text parameters can be modified.
Added new macro command "Open File" that can open results or report files. (TE32 00235)
Report export was not appending file extension to the exported file. (TE32 00567)
Fixed Go to value - Time in seconds. (TE32 00568)
Fixed relative data values that had an initial value less than 0.05 (TE32 00569)
Ref. Min. line value was not restored correctly from registry. (TE32 00571)
Deleting a graph in one view when a second view can not then display any graphs due to invalid axis type can cause GPFs when further actions are taken such as dropping anchors. (TE32 00542)
The generate curve function now works with X data other than time. (TE32 00543)
The R2 value from the new curve fitting method is now available to the Macro and in the graph info. (TE32 00544)
The fit between anchors option was not working for the new fitting method. (TE32 00545)
Weight data type has been separated from Force and the units have N replaced with mg as Newtons do not apply to a weight and mg was required. (TE32 00546)
If the plotted line makes a loop then dragging the highlighted anchor snapped it to the top line of the plot. The anchor is now placed on the point nearest the mouse location. (TE32 00547)
If a user curve is generated with the Generate Curve function, with the fit between anchors option on, then now the plot is updated when one of the anchors that was used is moved. (TE32 00548)
The data set created by the generate curve function can now be limited to a specified time and the PPS can be specified. (TE32 00549)
User name was being appended to end of macro and project names in the list. (TE32 00550)
Option to show user defined Max and Min lines on the graph with optional shading of out-of-bounds region. (TE32 00553)
If all the Y axis values are positive then the axis is shifted up the page when a graph is printed via a report. (TE32 00555)
New BASIC command added "Send485String" that send a string on the RS485 bus and gets a return string. Firmware version 0.01159 required. (TE32 00556)
Now, Dropping an anchor in one window only draws the anchor in other windows if the same file is active. (TE32 00557)
Generate Curve variables that are set to show in results are now displayed in the results tab of the graph window. (TE32 00558)
Force units have mN option added. (TE32 00559)
The Variable reference for the Advance Cursor Macro command was not being saved. (TE32 00560)
Zero Point Correction now works for Tension curves provided they are setup to appear in the top right quadrant. (TE32 00561)
Added an interface to access the built in models of the Generate Curve engine. New toolbar buttons added to the Graph Toolbar but this toolbar will need to be reset to make them appear. (TE32 00562)
Added ChangeScales Macro command that configures the Max, Min, Auto and Link options for any axis. (TE32 00563)
Relaxed the file name characters validation to allow ASCII characters 127 to 255 for European characters. (TE32 00564)
The report export folder and filename now default to the %_DP_REPORTS_% and %_PARENT_NAME_% system variables if they have not been filled in before. (TE32 00565)
The user probe database and picture folder is now located in the common application data folder to aid NT security issues. If the UserProbes.dat and UserPictures folder already exist in the Te32\Plugins folder then they will continue to be used. (TE32 00566)
The Macro editor context menus and the "My Folders" menus in the file open window were duplicating the entries each time the menu was displayed. (TE32 00541)
The Graph objects parameter Enable flag ('Use' option) is now set automatically when the BASIC command is used to set the value of the parameter. Plus there is now a BASIC command to get / set the Enable flag. (TE32 00515)
If the Macro option to use the filename as the title is set then this is now obeyed correctly by the peek function so the project manager gets the correct information for the macro lists. This ensures the correct macro name is used after a project copy. (TE32 00520)
A new BASIC command has been added to convert PT100 resistance to temperature in centigrade. (TE32 00521)
Fixed a problem with black boxes in some dialogs when the XP Classic theme was used. (TE32 00522)
Fixed problem with opening projects from the help file when the Project bar was unpinned. (TE32 00523)
Added commands to the File - Project menu to open the report and results specified in the project. (TE32 00524)
Enhanced the Report Export function to make it possible to automate. (TE32 00525)
Enhanced the Macro "Save File" command so it can export reports. (TE32 00526)
Fixed a problem with adding user defined probes on some PC's. (TE32 00527)
Fixed "Prompt At Runtime" problem with Product Height. (TE32 00528)
Fixed the problem with random "The graph notes have been modified" messages appearing when switching graphs. (TE32 00529)
Fixed a GPF when big pictures were added to the graph or project notes. (TE32 00530)
The "Save File / Save As" macro command now displays an error message and aborts the macro if the save fails. (TE32 00531)
The items at the top of the graph info lists are now restored after selecting a different curve to make it easier to compare. (TE32 00532)
Fixed auto scaling problem with AED dB data. (TE32 00533)
The graph Export to text file function had the Plotted Points and All Points options swapped. (TE32 00534)
The cursor followed the all points data even when the plot ratio was set higher so it appeared to float in air. (TE32 00535)
File information such as format version, security setting and owner are now displayed in the file open dialog and the macro manager. (TE32 00536)
The ESM inactivity lockout was held off if the mouse was left over the Exponent window due to spurious mouse move message being sent which are now ignored. (TE32 00537)
The user name check is no longer case sensitive so the confusing message displayed after unlocking the interface is not displayed. (TE32 00538)
Results file batch formulae were not updating if the Start Batch text was translated. (TE32 00539)
Speeded up loading of large results files. (TE32 00540)
New Report engine. This has a new field editor that makes it much quicker to insert fields by drag-n-drop plus it adds the ability to export to PDF and RTF, as well as many other new features. Old reports can be loaded but may suffer some reformatting issues so they may need to be tidied up and re-saved. (TE32 00026)
Fixed problem where defining a macro variable that has the same name as the start of an existing variable just selected the existing variable. (TE32 00478)
Fixed drawing problem when the second Y-Axis was set to Sync. with the main Y-Axis when running a new test. (TE32 00479)
Selecting all the rows in a results files and using the Delete Selection command was corrupting the file. (TE32 00480)
The CreateResultsInfo BASIC command did not work if the variable containing the value was DIM'd. (TE32 00481)
Added BASIC command SetActiveGraph to the graph document object to select the active curve in a view. (TE32 00482)
Added BASIC command ShowGraph to the graph document object to show / hide a curve in a view. (TE32 00483)
Added BASIC command GetAnchorTime to the graph object. (TE32 00484)
Added Strain to the goto Parallel Line Intercept. (TE32 00485)
The BASIC command GetHighlightedAnchors was sometimes returning the values in the second anchor variables when there was only one anchor selected. (TE32 00486)
The Aux Mapping window showed blacked out boxes on NT4. (TE32 00487)
If a project had protected entries in the files section and you changed an unprotected file reference it displayed the error message that you can not change protected items. (TE32 00488)
New macro commands "Get Graph Information" and "Get TA Variable" have ben added. (TE32 00117)
Added a new option to capture from 4 byte RS485 devices (requires firmware version 0.01157 or later). (TE32 00489)
New option in ESM that locks out an account after x days of inactivity (does not apply to admin accounts). (TE32 00490)
Fixed problem where some of the TA Sequence end of loop commands where not reducing the indent in the list. (TE32 00491)
The sequence view in the graph info tab now shows all sub routines. (TE32 00492)
New visual themes are available via the File - Preferences - User - Miscellaneous window. (TE32 00493)
Project window now has an auto hide option via a pin on the title bar. (TE32 00494)
Two new BASIC commands added to get application paths and user info. (TE32 00495)
The Zero Point Correction function was not working on Exponent graphs. (TE32 00496)
The mark value function for the RS485 %RH was only adding the result from the first graph to the spread sheet. (TE32 00497)
Cursor box units are now remembered even when a project is not setup. (TE32 00498)
The Graphs Raw View now moves the cursor in the graph view when a cell is clicked on. (TE32 00499)
There are now three options for the Graphs Raw View row time base to allow the old format or two new formats that help align the data points in time. (TE32 00500)
The Graphs Raw View now draws a red line between each graphs group of columns to make them easier to identify and the Graph windows active curve has red text in the titles. (TE32 00501)
Selecting a graph in the graph window would scroll the columns in the raw view so the active curve started on the left but the scroll bar was not being updated so it appeared that the files were being removed. Now the columns are only scrolled if the curve is not visible in the window and the scroll bar is being updated. (TE32 00502)
Added new BASIC command to Export reports to PDF and RTF. (TE32 00503)
Added new BASIC command to print the report without displaying a print dialog box. (TE32 00504)
Exporting graphs to BMP and JPG now supports a graph name legend. (TE32 00505)
The Raw Data view was not re-ordered when the graph order was changed in the file list. (TE32 00506)
Info and Error message logged during a test are now saved with the curve a viewed in the graph window Info panel. (TE32 00507)
The project filename and path are now stored in the graph info of new test. (TE32 00508)
A comma was always being used to separate cell references which caused problems on European PC's. The list separator is now read from the PC. (TE32 00509)
A picture can now be specified for user probes. (TE32 00510)
The security privileges of the Application data folder are now inherited by all new files and folders within it which should prevent problems previously experienced by non-administrator windows users. (TE32 00511)
Disabling the Process Data - Macro Edit command in the security settings now also disables all methods of opening a macro. (TE32 00512)
Fixed up right click hotspots when large Axis Title fonts are used. (TE32 00513)
Commands added to save and load toolbar configurations. (TE32 00514)
The Project objects parameter Enable flag ('Use' option) is now set automatically when the BASIC command is used to set the value of the parameter. Plus there is now a BASIC command to get / set the Enable flag. (TE32 00515)
The Zero Point Correction results were generating error when added to the results file. (TE32 00516)
Running a macro in batch mode always generated an "Unknown Error" message for each graph processed. (TE32 00517)
Copying the Macro's Generate Curve command did not copy the function definition. (TE3200518)
The strict password checking was not checking for duplicate consecutive characters (ESM only). (TE32 00449)
Add top level item to "Disable Menu Items" tree so all the menus can be disabled / enable quickly. (TE32 00450)
A top level node has been added to the Menu Security selection tree to enable quick toggling of all menu settings. (TE32 00451)
User security level can not edit their own Full Name settings and Mangers can only edit Users Full Name. (TE32 00453)
Can not longer Delete users when the ESM is installed. (TE32 00454)
When the interface is locked due to idle timeout, only the logged in user or an administrator can unlock the interface (ESM only). (TE32 00455)
The Hi-Lo-Close chart type is now optimised to show the maximum, minimum and mean of each batch. (TE32 00456)
ARC files are now read back immediately after being saved to ensure integrity of the file. (TE32 00457)
Improved handling of modified project sequence when displaying the T.A. Settings window and running a test. (TE32 00458)
Added "Use 'Value' Setting" text to parameters option default setting so it is more obvious what the setting does. (TE32 00459)
Added user definable colour to the data plotted on the second Y axis, selected via the file list. (TE32 00460)
A message is displayed if the user that unlocks the interface is not the logged in user (ESM only). *TE32 00461)
Changes to user security options now logged in the ESM event log. (TE32 00462 to TE32 00467)
The normal.rsltmplt results template can be bypassed by holding down the shift key when opening a new document. (TE32 00468)
The probe area was stored in the ARC files incorrectly if the units were not set mm2 in the Test Configuration Parameters tab. (TE32 00469)
Changing the Menu Security settings was not selecting the custom profile so the changes were lost. (TE32 00470)
Mark Value markers were not always displayed on the curve. (TE32 00471)
New BASIC command CreateResultsInfo added to the Graph object that inserts the supplied data into the Info sheet of the results file. (TE32 00472)
New BASIC command StripRTF added to the application object that strips the RTF formatting from a string. (TE32 00473)
New BASIC command GetListText added to the T.A. Variables object that retrieves the option list text for the specified index. (TE3200474)
New BASIC command IsVisible added to the T.A. Variables object that retrieves true if the variable was visible in the T.A. Settings window. (TE32 00475)
New BASIC command GetUnitsText added to the T.A. Variables object that retrieves the units in text format. (TE32 00476)
F4 shortcut key was always assigned to the Colours and Fonts option when the graph window was open instead of the user defined option. (TE32 00477)
Fixed problem with running on an NT4 systems for the first time. (TE32 00431)
Fixed checkbox background painting problem on NT4. (TE32 00433)
Fixed problem when inserting a variable when no variable was selected. (TE32 00432)
Check boxes did not paint the background properly on NT4 due to the XP themes support added to 2,0,5,0. (TE32 00433)
When copying a project an option is provided to specify a new name for files that already exist. (TE32 00434)
If the "Export" macro command was used with display results turned off Exponent would stop responding. (TE32 00435)
The "Set Threshold" macro command was not displaying a caption in the run-time prompt. (TE32 00436)
The file number can now be set to a negative number to prevent it being used or incremented after each test. (TE32 00437)
Fixed the Smooth Curve function that was broken in 2,0,5,0. (TE32 00438)
Fixed problem running Exponent on windows 95 / 98 / Me where the message "An attempt was made to load a program with an incorrect format" was displayed. (TE32 00439)
Fixed problem when double clicking on a project in the root of the sample tree. (TE32 00440)
The user tools where not appearing in the menu on NT4. (TE32 00441)
The Generate Curve function is now added to the macro while recording. (TE32 00442)
Dropping an Anchor while recording a macro was adding a superfluous Select Anchor command. (TE32 00443)
Added a warning when clicking on the curve while recording a macro to show that the action can not be replicated. A comment is also added to the macro at the point the curve was clicked to assist in automating this part later. (TE32 00444)
The AED corner frequency is now logged at the end of the test so it picks up any changes made by the sequence. (TE32 00445)
Fixed a problem where some macro run-time dialogs windows could lock up Exponent when the Display Results option was off. (TE32 00446)
Fixed a GPF when changing a graph window to a floating window while a report graph object was linked to it. (TE32 00447)
Changes to the Default Paths settings were not being used until Exponent was restarted. (TE32 00448)
Added commands to move a file up or down the graph list. (TE32 00423)
Added an option to the Reports Results object to allow a named results file to be used. (TE32 00424)
Added an optional parameter to the BASIC Project.Load method to allow error message to be suppressed. (TE32 00425)
Added a new BASIC command, RunATest, with options for displaying the parameters window and suppressing error messages. (TE32 00426)
Added a new toolbar with buttons to switch between report headers and footers. (TE32 00427)
A check is now made to ensure there is a valid Exponent account with the same name as the current Windows user name when the "Use Windows Username" login option is enabled. (TE32 00428)
Added an option "Use File ID" in the Test Configuration window to set the Batch name to the same as the File ID (without the numbers). This option will be off for existing projects but on for new projects. (TE32 00429)
Added an option to plot just dots (scatter graph style) to the Colours and Fonts window. (TE32 00430)
Second Y axis is now updated in real time during a test. (TE32 00050)
The Auto-create folder option in the Run a Test window was not being remembered for old projects. (TE32 00411)
Standard T.A. Sequence names can now be translated in the Library window. (TE32 00412)
A new function has been added to copy a project and it's components to a specified location. (TE32 00414)
MEC project now shows the Work Softening for the first 10 cycles. (TE32 00415)
The results spreadsheet formulas now recognise the correct decimal point character as specified by the Locale. (TE32 00416)
The report's field codes now allow a named results file to be used for the source of results so data can be incorporated from multiple spreadsheets. (TE32 00418)
Stress and Strength units are now available in standard SI units like N/m, Pa, etc. (TE32 00419)
Using the login windows Restart Project option could cause a GPF if a workspace was also trying to open windows. (TE32 00421)
Results spreadsheet now allows extra sheets to be added for user data and formula, etc. (TE32 00422)
The distance data on Texture expert files is being inverted when the relative option is turned on. (TE32 00406)
Range checking on Yield Offset does not work when command added to macro but does work when edited. (TE32 00407)
Fixed a problem where the Anchors were not always being plotted when distance was on the X-Axis. (TE32 00408)
Offset Yield graphics are now persistent until the graph is closed or the results are cleared. (TE32 00409)
Added ExitApp BASIC command to App object and AppClosed event. (TE32 00384)
Added Restart BASIC command to Project object. (TE32 00385)
The menu ID's required for the PostMessage and SendMessage BASIC commands are now shown in the status bar when the shift key is held down while moving the mouse over the menu items. (TE32 00386)
Sequence strings with new lines in didn't work correctly. (TE32 00387)
When projects are automatically added to the project list they had the version number included in the text. (TE32 00388)
Cursor box items can be configured from the Graph Preferences window. (TE32 00389)
Fixed a problem that could occur with the "Change Test Run Parameter" macro command that caused an error message. (TE32 00390)
Added facility to embed string variables in the "Change Test Run Parameter" macro command for the options that uses text. (TE32 00391)
Added options to specify the maximum number of iterations and regression tolerance to the new Generate Curve function. (TE32 00392)
If there were two or more macros / projects in the list with the same name then the first one was run / edited regardless of which one was selected. (TE32 00393)
New option to print TA Information on graph printout. (TE32 00394)
The Anchor number target for the mouse was not correct for larger fonts. (TE32 00225)
Checks for right clicks on Anchors now take priority to axis labels as they are the smallest target. (TE32 00395)
Double clicking the projects in the project list sometimes caused a GPF which is now fixed. (TE32 00397)
Double clicking a project in the list while a project was being restarted could cause a GPF. (TE32 00398)
Increased the limits for the Graph - Copy image size to 9000 x 9000. (TE32 00399)
Fixed erroneous Administrator problem with running a new installation on Windows ME. (TE32 00400)
Added support for Texture Expert Project and T.A. Settings files. (TE32 00401)
Load cell capacity report field now supports force units selection and other units problems in the report fields fixed. (TE32 00402)
Fixed Area drawing problem so full area is now filled in on Force v Distance. (TE32 00403)
Filenames on graph prints where not always aligned properly. (TE32 00327)
Creating an average of different length curves when distance does not start at zero produced strange effects. (TE32 00329)
The filter setting recorded in the Graph info was from the previous test which is only a problem if the setting is changed. (TE32 00330)
PT100 temperatures less than 50 centigrade could cause a GPF on some PC's when aux channel plotted. (TE32 00331)
Command added to send custom strings to a 485 device so we can control non MODBUS peripherals. (TE32 00332)
When copying an "Execute BASIC...." command between macros, it now also copies the function in the script. (TE32 00333)
Tidy scales function was upset in 2,0,0,9 so irregular increments where shown on the scales. (TE32 00334)
The "Do Not Open a Project" and "Load Last Active Project" on the user selection screen are now translatable. (TE32 00335)
The Enable and Disable in the TA Settings are now translatable. (TE32 00336)
System security menu is now only available to Administrators even when ESM is not installed. (TE32 00337)
Added a BASIC command to ResultsInterface object to export results data into the various formats. (TE32 00338)
Disabled menus are now properly ignored for managers. (TE32 00339)
The start row and column and number of rows and columns can now be specified in the Reports Results object. (TE32 00340)
Calibrate Force and Height macro commands work again. (TE32 00341)
Sequence logging now correctly reset after first test. (TE32 00342)
Goto Event commands now allow 255 events. (TE32 00343)
Sequence debug window had the Max and Min Distance flags reversed. (TE32 00344)
Fixed GPF when automation client (e.g VB) opens TE32 and immediately destroys the object. (TE32 00345)
Added CalibrateForce and CalibrateHeight commands to BASIC. (TE32 00346)
BASIC events now compatible with VB6. (TE32 00347)
T.A. Error messages suppressed if test run from a macro with the Show Errors not ticked. (TE32 00348)
The Report's Results object now supports all the results sheets (Info and Results). (TE32 00349)
The Select Graph macro command was failing if no graph was active. (TE32 00350)
A new method, DisplayTestConfig, has been added to the BASIC Project object. (TE32 00351)
The BASIC command App.ActiveGraphDoc.Graph now accepts -1 as the parameter to get the active graph from the active view. (TE32 00352)
Report fields now remember text formatting and the file name field shows the graph symbol if switched on in the graph window. (TE32 00353)
Exceed project import now supports T.A. Settings. (TE32 00354)
Running a macro would hide the probe control window but not restore it to it's original state after a macro finished. (TE32 00355)
The BASIC code warning is no longer displayed if the code is just the default template. (TE32 00356)
Button added to Projects Title & Notes window to print the notes. (TE32 00357)
Modifying the report field object properties was not setting the document modified flag so you could close the document without a prompt to save. (TE32 00358)
The Generate Curve function now has a new curve fitting engine available that uses nonlinear regression to provide faster and more accurate solutions. Includes new sample macro and report that uses it for the MEC analysis so that exporting data to Excel is no longer required. (TE32 00359)
Just "N/A" was displayed for report's field codes that could not be found in the curve even if the caption was requested. More searching is now performed to try and locate the caption from other sources and if that still fails then the parameter ID is displayed. (TE32 00360)
It was possible to get a GPF in Exponent after switching off data types in the plugin manager. (TE32 00361)
Added second Y axis to graph's Format menu and "Change Axis Type" macro command. (TE32 00362)
Added command line option "/mi x" that allows multiple instances of Exponent to be run with x specifying which COM port to use. Provided the PC is fast enough this allows multiple XTPlus' to be used simultaneously on the same PC. (TE32 00363)
Removed redundant controls from the graphs text properties window (TE32 00364)
Added buttons to the macros "Execute Sax BASIC Script" commands properties window to add and edit functions. (TE32 00365)
Recalculating peak count with a higher threshold now clears old peaks that are no longer required without manual refresh. (TE32 00366)
Dropping a command at the end of the macro program now inserts it at the end. (TE32 00367)
The default setting for Strain is now set to relative for new users as this is the most common requirment. (TE32 00368)
Reduced the number of decimal places shown for speeds in minutes as they implied more accuracy than can be achieved. (TE32 00369)
Allowed the axis values to be adjusted past the opposite end and automatically keep the same range or the other end valid. For example, if the max was 5 and the min was 4 then you set the max to 3, the min is automatically set to 2 to keep the same range. (TE32 00370)
A space is automatically inserted after a new report field so typing can be continued with moving the cursor first. (TE32 00371)
Clicking on the new logo when no documents are open will take you through the steps to set up and run a test. Some windows have been re-arrange to make the most used options appear at the top and more tooltips have been implemented to describe the fields. (TE32 00372)
The Run a Test macro command is now called the Run a Test / Test Parameters command and has an option to set the options and then run the test or just set the options. (TE32 00373)
The BASIC commands Send485data where timing out quicker than the XTPlus if no device was connected so they have been extended to 6 seconds. (TE32 00374)
The options to change data types to capture in the Change Test Run Settings Macro command did not work. (TE32 00375)
The Graph - Copy function now prompts for the size of the image and the Filename legend is now included in the copied image. The legend is also available as an option in Report Graph objects. (TE32 00376)
The probe control window functions are now disabled when a test is running as they could produce strange problems. (TE32 00377)
The Exit Application Macro command could of caused Exponent to lock up if the Cancel button is pressed on a prompt to save. The cancel buttons are now disabled as they should not be available n this situation. (TE32 00378)
Fixed a problem with some Exceed files not displaying properly when relative distance was selected. (TE32 00379)
Added a BASIC command, GetEvent, to the graph object to get marked events. (TE32 00380)
Graph objects in Reports could spill out of the box when printed if they were inserted as characters and the graphs were zoomed in. (TE32 00381)
Double clicking on a filename when inserting a graph could cause the zoom mode to be invoked as the mouse up and mouse move events from the double click were sent to the graph window. (TE32 00382)
Colours for Area, Gradient, etc where not working and using reset to default colours would GPF on some tabs. (TE32 00383)
The following use the old numbering system where the last group of digits show the release number.
The BASIC command GetParameterValue would fail for some numeric parameters. (TE32 00292)
Fixed a problem with the change axis macro commands. (TE32 0293)
Improved speed of Generate Curve function when fitting using bracketing method. (TE32 00294)
Added BASIC command to active and or create a specified results file by name. (TE32 00295)
The save project command was prompting the user to add it to the project list even when it was already there. (TE32 00296)
The word "None" no longer appears on the 2'nd Y axis when the graph is exported/copied as a picture or inserted into a report (TE32 00297)
Options added to File- Preferences - User - Colour... options to set the thickness of the axes lines and plot lines. (TE32 00298)
Pasting commands into a macro was not setting the document modified indicator so you were not prompted to save the document when it was closed. (TE32 00299)
Enhanced the move up and down commands in the Macro editor to work with a block of selected lines. (TE32 00300)
Added a Redo facility to the macro editor. (TE32 00301)
A new Project Title was ignored if the "Use Filename" option was just disabled. (TE32 00302)
Added new menu command to open video linked file that provides more error information. Only applies to video light plugin. (TE32 00303)
Added facility to import Expression files. (TE32 00304)
Fixed problem where last used graph preferences where interpreted incorrectly after units changed via menu (TE32 00305)
Report window toolbars are now cleared when the report window is closed. (TE32 00306)
The warning about BASIC scripts has been modified so you can enable the script straight away. The warning now only appears when the sequence or macro is loaded. (TE32 00307)
Adding curves to average, max and min curves did not appear to work when fast plotting routines were used. (TE32 00308)
The ratio calculation sometimes showed the wrong value in a results file when used within a macro. (TE32 00309)
The macro command "Create Directory" will no longer show an error message if the "Set Fail Flag" option is set and the command does not fail if the folder already exists. (TE32 00310)
Button added to the run time prompts for the macro commands "Create Directory" and "Run A Test Setting - File Path" to show a directory browser. (TE32 00311)
The Auto Detect button on the aux configuration window now detects a PT100 if it is connected. (TE32 00312)
Exponent would cause a GPF if it was closed while a project was being re-started. (TE32 00313)
The maximum test time was not being setup until the graph window was re-drawn which could cause macro commands to fail after a quick test run command. (TE32 00314)
Selecting an anchor that was already selected did not shift it to the last selection so it could be replaced by the next selection. E.g. Select A1 then select A2 - A1 and A2 selected, next select A1 and then select A3 and A2 and A3 selected instead of A1 and A3. (TE32 00315)
Changed the text from "All Graphs" to Visible Graphs" to provide a more accurate description of the function. The function is still the same. Also fixed a problem with the Full Name field in colour mode were the path was not being shown due the \ characters confusing the RTF format. (TE32 00316)
Text objects now remember the last size parameters entered into the configuration window. (TE32 00317)
The default paths systems variables were not working. (TE32 00318)
Added a menu button to the Create Directory macro commands properties window to assist with selecting systems variables. (TE32 00319)
Results print preview caused GPF if no printers are installed. (TE32 00320)
Allowed manual scale adjustments via right clicking on axis values while in zoom mode. (TE32 00321)
Corrected spelling mistake for "Disabled" in standard TA Settings sequences. (TE32 00322)
If errors exist in BASIC scripts the editor is now displayed and the offending line is highlighted. (TE32 00323)
The TA Settings count type maximum has been extended to 20000000 as the XTPlus can cope with that. (TE32 00324)
The graph cursor would move to a hidden curve when the curve was selected. (TE32 00325)
The BASIC command SendMessage(teWM_COMMAND, 32853, 0) can now be used to remove the active file even when the script is called from a macro, but not when a macro is running at other times. (TE32 00326)
Text object last format is now saved and reused for new objects. (TE32 00276)
The warning message about BASIC scrip in macro being produced on another PC was not displayed (TE32 00277).
Login passwords were ignored if ESM was not enabled (TE32 00279).
Added option to link Project, Macro and Sequence titles to the filename (TE32 00280).
Projects can be automatically added to the project list when they are saved. A prompt has been incorporated into this and the macro adding to give you the choice before they are added (TE32 00281).
Tooltip for graph list now appears below the mouse pointer so that it does not obscure the file being pointed at (TE32 00282).
Changed the Menu list in the security options a tree view (TE32 00283).
Allowed adding of users via the admin window even when there is no Default profile and automatically open options window after user added (TE32 00284).
Fixed missing text from Data 1 label in graph info. (TE32 00285).
Stop Macro was not enabled when macro window was active (TE32 00286).
The %_PARENT_PATH_% system variable now equates to the path of the macro when used in macro variables etc (TE32 00287).
A delay was required in BASIC after calling RunMacro and before IsMacroRunning else a false condition was reported (TE32 00288).
Added a warning message if the project / macro manger .lib file could not be written too (TE32 00289).
Selecting a macro to open that was already opened creates another copy of the macro instead of activating the one that is already loaded (TE32 00290).
Added option to specify application global data folder (TE32 00269).
Saving files that were created in older version would loose the variable names (TE32 00271).
Text in the macros variable prompt window was not being translated (TE32 00272).
Enhanced the macro command "Create Directory" so that it can now create a complete path structure (TE32 00273).
Copy and Paste a "Display Message" macro command from one macro to another causes a GPF if the message does not already exist in the new macro (TE32 00274)
Adding a new user that has a similar name to an existing user, e.g adding Jo when Joseph exists, meant the name did not appear in the user list. (TE32 00275)
Results spreadsheet had a problem when changing units where only the first row of data was changed (TE32 00243).
User calibration was not possible on load cells that had never been calibrated before as the User option in the calibration window would not stick (TE32 00244).
Units drop list in Results modify column window was being reset to force units if the entry in the Type drop list was selected again. (TE32 00246).
Standard comments in sequence variables are now selectable from a list and translatable. (TE32 00247)
File Open thumbnails were not being displayed. (TE32 00248)
Check force window now has option of grams or Kilograms. (TE32 00249)
Running a test could cause a GPF on Windows 98 when the XTPlus had older firmware. (TE32 00250)
Cursor box drop list can sometimes contain duplicate items. (TE32 00251)
Count peaks values were dividing by 1000 when stored in the results file after the second row. (TE32 00252)
Sometimes unavailable data types appear on the 2'nd Y Axis as random lines. (TE32 00253)
Fixed Drag and Drop problem when files where dropped on the file list. (TE32 00254)
Changing the video offset now sets the document modified flag so the save buttons is active. (TE32 00255)
Selecting the Simple Login option was unnecessarily verifying that the Windows User Name was an Exponent user name. (TE32 00256)
Some parameters in the Graph Info were showing the wrong caption. (TE32 00257)
If a file is opened from a floppy disk and then the floppy disk removed you cannot close the window until the floppy disk is re-inserted. (TE32 00258)
The system variables were not being expanded when used in the Name box of Create Average, Max-Min, Smooth Line and Copy Section. (TE32 00259)
The Copy Section macro command was getting stuck in a loop. (TE32 00260)
Adding results of Compare Max-Min and Compare Average to results file caused a GPF. (TE32 00261)
Graphs that have been created by the Copy Section command cannot be processed by Generate Curve function, as there are no User Data Types listed to store the new curve in. (TE32 00262)
When creating an average or Max-Min etc, if the path does not exist it is created in the root of the C drive instead of the path given. (TE32 00263)
Pasting a TA Variable that uses a BASIC conversion function into the sequence causes a GPF. (TE32 00265)
Selecting the menu command to debug the graph sequence caused a GPF when there were no graphs loaded. (TE32 00266)
After loading a sequence containing a BASIC script with a different HD ID every sequence loaded will report the security warning. (TE32 00267)
Added extra BASIC commands to App object to open a file and activate the window (TE32 00238).
Added BASIC ResultsInterface object (TE32 00238).
Added support for load cell Factory calibration. (Requires Firmware 0.01138 for both processors and factory calibrated load cells). (XT+ 00006 & TE32 00237)
Fixed problem if communications fails while get firmware information at the start of a test. (TE32 00240)
Fixed problem when running on Chinese versions Windows. (TE32 00241)
Batch identifier was always displayed as 1000 on printouts. (TE32 00242)
Deleting a sub-routine from a sequence was not re-aligning the calls to other sub-routines that appear on the tabs to the right of the deleted one.
Fixed GPF when Results menu dropped while all graphs were hidden.
Fixed a problem with the mark force SS column has 2 forces in the data type combo box when doing a column modify in the SS.
The Linear distance command has been changed to allow any data type to be specified.
RAW view was not displaying User data columns.
RAW view was missing the last data row.
Generate Curve function can now access Force, Distance, etc data from the curve using the new GetCurveData and GetCurveDataInUnits functions.
Added PI as a constant to the Generate Curve function.
Performing calculations on Generated curves now uses the specified title for the results column heading.
Fixed problem with Clear Graph Results macro command when multiple copies of the graph window were open.
Fixed some problems importing Exceed macros that had Cross Correlation commands in.
Fixed problem importing old macros that had Force Maximum and Linear Distance commands in.
Activating an Anchor now moves the cursor to that position.
Double right clicking a graph window with the grid visible and no data selected fort the second Y-axis would cause a GPF.
Re-Starting a project could leave the toolbars and menus confused depending on the windows that where opened.
Opening a workspace at start-up could leave the toolbars and menus confused depending on the windows that where opened.
Opening a workspace that had a graph window with multiple graphs in would fail.
Double clicking a project in the project lists now loads and then re-starts the project. Also the project loaded message is now in a bubble instead of a message box and does not require a response.
Warning about auto-hidden curves is no longer displayed when a Macro is running.
A request to read the safety information in the getting started guide is now displayed once for each user.
Added teFile_Open constant to the BASIC PostMessage command.
Fixed some popup menus that where not translating.
Fixed a problem that sometimes happened when opening a workspace that had multiple graph files in a window.
Added T-Test to results spreadsheet.
Updated Plug-in manager to create UserDataType plug-ins as required.
Volumic mass calculation was using Volume / Mass instead of Mass / Volume.
The Adjust data command was ignoring the data type selection and only operating on the Y-Axis data.
Trying to exit TE32 while it was still starting up caused GPFs.
Suppressed Project start-up message if project loaded and restarted from the command line.
Holding down the SHIFT key while opening certain windows resets them to the default position. This is useful if you have moved a window off screen so it is not reachable.
Default format in Results file was not showing the negative sign.
Cursor would not step along with arrow keys if RS485 data were displayed on the second Y-axis.
Improved resilience to serial communications timeouts when send the sequence to the XTPlus (Requires Firmware 0.01136 for the Comms processors).
Added user definable pre-test questions that are presented to the user either when the first test is run or when every test is run.
Added options to Generate Curve function to speed up the curve fitting process.
Added a Macro command to execute the Generate curve function. If a Macro variable exists with the same name as Function Definition variables then it will be used to generate the curve.
The Force Maxima command has been changed to Maxima allowing any data type to be specified.
The Force Minima command has been changed to Minima allowing any data type to be specified.
Problem with results from the last graph being left in the results panel even when no curve is on display is fixed.
Fixed a units conversion problem with the Adjust data command.
Fixed a problem with the batch macro menu option, which prevented multiple curves being loaded.
Fixed a problem with the Combined Temp/Humidity temperature channel is not subtracting the offset of 50.
Fixed a problem with nested IF macro commands that have ELSE macro commands in them.
Fixed a problem when converting an Adjust Data macro command from Texture Expert Exceed to the Exponent 32 format.
The Cross Correlation command now shows the anchors numbers used in the results.
Fixed several problems with specifying which results of the Cross Correlation will be recorded.
Holding down the shift key while inserting a Macro command force the properties window to open for the command.
Updated the Project and Macro Manager file browser to the Windows new all in one style tree view.
Fixed user defined units functions as not all the parameters were being passed into the in BASIC script.
Old format macros that had Export commands in could not be loaded.
Prompt option added to Macro Smooth Line command.
Replace current adjustment option added to Adjust Data command. This provides compatibility with both Exponent version 1 and Texture Expert Exceed.
The second Y-axis hotspots where not being initialised if they were not used which could lead too them covering the window.
The Smooth line command window can now use system variables in the Name and Path boxes.
The Adjust Data function was not working correctly with Aux channels, as it is not possible to convert from one unit to another. The adjustment is now only applied to the specified units for Aux 1 and Aux 2.
The Relative Humidity parameter was not being displayed properly in the results spreadsheet.
The Force maximum and minimum macro commands where not recording the results in the spreadsheet.
The Force maximum and minimum macro commands where not using a valid threshold when the macro was created with TE32 version 1.
The Force minimum menu command was not displaying the options window.
Help files updated. This includes fixing some broken links to loading sample projects and library sequences.
Pictures of probes added to probe selection window.
Some older Macros would display the incorrect text for calculation commands in the program list.
Closing multiple Macros at once (Close All button) would put an invalid name in the MRU list.
Standard Security Menu list was not being enabled / disabled when user changed between User and Admin / Manager.
New popup menu for project list just show relevant items.
The Manager command now shows correct options (Project or Macro) depending on where it is invoked.
Right clicking on item in the Project lists or Macro list now activates the item so it is the subject of the command.
File name validation was too strict on Macro Save File command.
Closing Exponent after running a BASIC script from a macro caused a GPF.
Reduced timeout for message bubble when the message is Sequence Transfer Complete.
Fixed potential deadlock with login thread that could prevent it ever appearing.
Changed the point at which translation language applied so it works for command line login as well.
User path for sequences was not being picked up correctly from the Library selection window so user files could not be found.
Fixed GPF after trying to save Results to a read only path.
Fixed false error message when saving to a good path on a drive that was read only at the root.
Fixed false error message when loading a graph from a read only location.
Esc key was not aborting Macro correctly.
Macro Go To Event command was always displaying event number even when it should have been the ID.
Pre-Test tab on Run A Test settings window would go blank when the Apply button was used.
Resolved an error message that appears when inserting a Report Hyperlink to another document.
Made deleting fields more reliable when there are no other characters on both side of the field.
Changing the T.A. Sequence variable type to time while the default value of zero was in place generated two superfluous error messages. Errors are now only reported when you click OK.
Fixed a problem with getting application data folder path for standard users on NT systems.
Provided a descriptive error message when a non-existent project file is specified and cleaned up after.
Edit Copy command was not active for first T.A. Sequence string variable.
Fixed more selection problems with units and data types in Macro Export command. This should now be complete.
Fixed problem when closing a graph window with multiples files in when running on Windows 98.
Fixed a problem with resaving imported Texture Expert and Exceed files.
Paste command into Abort Sequence was not refreshing the list.
Multi-line string variables (carriage returns at end of line text) in the T.A. Sequence would cause problems. Now OK.
Break Detect Pause option now displays a message on the PC to request user to attend to the XTPlus and then press OK. This requires firmware version 0.01129 or later.
Added facility to copy and paste T.A. Sequence string variables.
Various fixes to Variables menu. E.g. now works with active variables list.
Added option to Sequences # IF command to check firmware versions.
The Modify Results Column window was not getting the format correct when , (comma) used for the decimal point.
Enhanced Column Modify command to allow changes of number format and locked state for multiple columns.
Added support for new XTPlus USB adapter.
Added Bubble window for XTPlus message. This appears down by the T.A. Status panel for 10 seconds per message.
Added option to display messages in the new bubble window from the sequence Display Message command. Start the message text with a * to do this. Two start ** make the message remain in the display for 1000 seconds. A single * with no text following clears the bubble. This requires COMMs firmware 0.01135 or later.
Enhanced standard tests to incorporate option to set oven temperature and wait for it.
More fixes to the Macro Export data command.
Added facility to specify number of digits for File Number, which is padded with leading zeros as required.
Add T.A. Sequence command to record events. This makes the XTPlus send an event code to Exponent when the command is executed. Exponent records the event as a normal event marker. (Requires Firmware 0.01133 for both processors).
Added context sensitive help to Macro commands. You can now click on a command in either the program list or the commands lists and then press F1 to go straight to the help topic for the highlighted command.
Improved help file.
Fixed some bugs with recording macro commands when the graph window was not open.
Improved the macro command Smooth line to include all the various options.
The print report macro command no longer displays the print dialog box. It instead uses the default printer setup.
Default number format for spreadsheet is now set to General. This improves rel