Laserfiche WebLink
Release Notes TSTool Documentation <br />26 - Appendix – Release Notes <br />Scale(), SetConstant(), SetDataValue(), SetFromTS(), <br />ShiftTimeByInterval(). <br /> Bug Fix [08.17.0 2 ] Similar to the previous item, the following commands were not properly <br />transitioning the IndependentTSID parameter for older command files to new syntax and ha ve <br />been updated: FillFromTS(), SetFromTS(), SetToMax(), SetToMin(). <br /> Change [08.17.02] The Add() and Subtract() commands now automatically update o ld syntax <br />to the current syntax – previously a message would be displayed indicating that the command had to <br />be recreated. <br /> Change [08.17.02] Previously, time series aliases with periods would be treated as full time series <br />identifiers and could only be matched with other full time series identifiers during processing. This <br />may have resulted in no match. Aliases with periods are now allowed to be specified and will result <br />in a match with similar aliases when compared with parameters that use the alias . Care must be taken <br />to NOT specify an alias with periods that is the same as a full time series identifier, and which is not <br />intended to be a match. In general, aliases that use periods should either match the full time series <br />identifier or be different enough to not result in an unintended match. <br /> Change [08.17.02] When opening a command file, read commands are run in “discovery” mode in <br />order to determine time series identifiers for command editors. Previous versions would do a full <br />read of the data at this point, which was slow – this has been fixed so that only time series metadata <br />are read when loading command files. <br /> New Feature [08.17.02] Add the File…New menu to allow clearing the current commands and <br />starting a new command file. <br /> New Feature [08.17.02] StateMod binary output files as of version 12.29 had a change in the file <br />header – this version of TSTool is able to read the new format while being backward compatible with <br />old formats. <br /> <br />Changes in Versions 8.16.03 – 8.1 7 .0 0 <br /> <br /> Bug Fix [08.1 7 .0 0 ] Fix RiverWare file reading. Because RiverWare dates always include 24:00, <br />even when not needed, parsing some dates was causing roll -over into the next month. The 24:00 is <br />now ignored for day, month, and year interval time series. <br /> Bug Fix [08.17.00] Fix StateModB file reading – previously an error was occurring when no <br />reservoirs were in the data set. <br /> Bug Fix [08.16.03] R e -enable the general Read TimeSeries () command in the GUI. It was <br />thought that this command would be phased out in favor of specific read commands. However, it is <br />useful in some cases and provides a companion to the CreateFromList() command. Also <br />update the command to allow more control over handling missing time series with the IfNotFound <br />parameter. <br /> Bug Fix [08.17.00 ] Fix the FillRepeat () command – the MaxIntervals parameter could not <br />be set in the command editor. <br /> Bug Fix [08.17.00 ] Fix many editor dialo gs – the TSID entry field was disabled for <br />TSList=FirstMatchingTSID and TSList=LastMatchingTSID . These parameter values <br />were added for specific commands but became available globally for other commands. <br /> Bug Fix [08.16.03] When running in batch mode on Lin ux the menu bar graphic was loaded at <br />startup. This causes an error when an X11 connection is not configured (e.g., for cron jobs). This