Measurement and Control Products for WEATHER Measurement and Control Products for WATER Measurement and Control Products for ENERGY Measurement and Control Products for MACHINES Measurement and Control Products for STRUCTURES Measurement and Control Products for EARTH
Software & OS Revision Histories Home

Show revisions

Search this product's revisions


Revision: 4.1

January 26, 2011

  1. Main PC200W Interface Enhancement - Added "Give feedback on PC200W" menu item.
  2. Main PC200W Interface Bug Fix - Fixed an issue where an access violation could occur if the delete key was pressed and held while the user okayed the "Delete Logger?" prompt.
  3. Main PC200W Interface Bug Fix - Fixed an issue where the max time online dialog was not showing when monitoring or collecting data.
  4. View Enhancement - Added a new option "View
  5. Lock TimeStamp Column" which will lock the timestamp column on the left of the data in the grid for all files that have a timestamp. This setting is global for all open tables, and persistent due to being stored in the inifiles.
  6. View Enhancement - Created a new common axis for the line graph to show up on the right. Assignment of series to the right Y-axis is made using the popup menu accessed by right clicking a selection in the selection panel and clicking "assign to right axis". Single click selection of a series in independent axis mode has been re-instituted. Clicking on a selection will show its y-axis on the side to which it is assigned. Grid lines only appear by default for the left axes.
  7. View Enhancement - Improved performance when working with array-based data files.
  8. View Enhancement - You can now deselect columns that were created in a group of multiple columns by clicking their header.
  9. View Enhancement - Y Axes on the line graph are now shown in scientific notation when the values are smaller than 0.0001 or greater than 999,999,999.
  10. View Enhancement - The printout will now include the full header if "Show Full Header" is enabled.
  11. View Enhancement - You can now clear an associated FSL file in the Array Definitions Dialog.
  12. View Enhancement - You can now move the graph cursor left and right with the arrow keys. Moving the graph cursor to the edge of the visible data will cause the file to scroll in that direction.
  13. View Enhancement - New selection mechanism that lets View Pro selections be made with the keyboard using the grid selection cursor with the arrow keys. Hit the space bar to select a whole column, or hold down the shift key and move the selection cursor with the arrow keys to select data.
  14. View Enhancement - A "Copy Selection" menu item has been added to the popup menu on the grid view.
  15. View Enhancement - Added two menu items, "Check All" and "Uncheck All", to the right click popup menu of the selection panel on the line graph.
  16. View Enhancement - Improved Excel export and added column names.
  17. View Enhancement - Added print/print preview capability for the Hex file viewing window.
  18. View Enhancement - Modified the behavior of the Reset Grid button.
  19. View Bug Fix - Fixed CSIDFT UShort values that were loading incorrectly.
  20. View Bug Fix - Fixed zoom/undo zoom causing graph scale problem for Y Axes
  21. View Bug Fix - Changes to the selection definition made in the Selection Definition dialog are now prompting updates to the associated line graph if there is one.
  22. View Bug Fix - Refreshing a TOA5 file while the graph is open will no longer cause all selections axes to overwrite each other, nor will changing the line graph options or plotting options.
  23. View Bug Fix - Files with an unrecognized file format will now automatically open as text.
  24. View Bug Fix - TOB1 fractional values now shown with sufficient resolution.
  25. View Bug Fix - Made more room for the X Axis on the line graph to prevent labels being cut off.
  26. View Bug Fix - Fixed mixed array data array number parsing problem.
  27. View Bug Fix - Mouse wheel now scrolls the data grid.
  28. View Bug Fix - Fixed column labels for mixed array files where two columns were labeled '[0]'.
  29. View Bug Fix - Fixed a problem where the line graph number of records was on less than the number of records selected.
  30. View Bug Fix - Fixed timestamp formating problem when generating a timestamp for a mixed array data file with no FSL loaded.
  31. View Bug Fix - Fixed a problem where the line graph plotting for some files caused all of the data to be plotted only in a thin portion on the left side of the screen, leaving a large gap to the right.
  32. View Bug Fix - Fixed a problem where INFs & NANs at beginning of file wouldn't graph.
  33. View Bug Fix - Fixed a problem where the "Open FSL File?" dialog was coming up behind View Pro when an array based file was opened from outside of View Pro.
  34. View Bug Fix - Fixed a bug that caused an access violation that occurred with an empty TOB3 file.
  35. View Bug Fix - Removed system tray icons for dialog windows.
  36. View Bug Fix - Using the mouse wheel in the grid will now move the vertical scrollbar rather than the grid "cursor".
  37. View Bug Fix - Fixed issue with ASCII printable files missing the first record in the grid, and mixed array binary files missing the first two records in the grid.
  38. View Bug Fix - Fixed an issue where the last column of a mixed array data file was missing the last column after being associated with an FSL file.
  39. CardConvert Enhancement - Added a command line option to CardConvert.
  40. CardConvert Enhancement - Changed the Source and Destination Filename displays to show long filenames with the '..' in the middle instead of the end. This make it easier to see the actual filename.
  41. CardConvert Enhancement - Changed append file check such that file headers that match with warnings append without asking user. Files with severe warning or errors do not append. Log messages are shown in both cases but the user is not asked.
  42. Device Configuration Utility Enhancement - Added a new item, "Off-Line Mode" in the file menu that will be enabled for many device types. When the user selects this menu item, the program will enter a session in an off-line mode. The values displayed will be derived summary files stored in the library and referenced in the individual device descriptions.
  43. Device Configuration Utility Enhancement - Support has been added for Campbell Scientific's wireless sensors and wireless sensor base.
  44. Device Configuration Utility Enhancement - Added support for the CS450 device type.
  45. Device Configuration Utility Enhancement - Added stub support files for the CS120
  46. Device Configuration Utility Enhancement - Redesigned the settings editor panel used to edit the settings.
  47. Device Configuration Utility Enhancement - Added code to set the time stamp for spectral or time series data for the AVW2xx when read from the sensor to match the computer time when the measurement began.
  48. Device Configuration Utility Enhancement - Added a button to the AVW2xx diagnosis panel (both on-line and off-line mode) that will allow the user to export the data being displayed in a tab separated file that is suitable for import into MS excel or open office calc.
  49. Device Configuration Utility Enhancement - Added a button on the "Net Services" table of the CR1000/CR3000/CR8xx deployment panel that, when clicked, will bring up a dialog that will allow the user to edit the .csipasswd file on the connected datalogger. If there is no file present, it will create it.
  50. Device Configuration Utility Bug Fix - Fixed a problem with loading an OS to an SDM SIO1.
  51. Device Configuration Utility Bug Fix - Fixed a bug for float and double component types where the max and min values were enforced when they were not specified in the description. This enforcement was not a problem for most types because the default max and min values were set to the full range of a given type. However, for floating point values, the min value was being set to the smallest possible positive value for that type rather than being set to the most negative possible value for that type. The result of this bug was that, when the user attempted to set negative values, these would be rejected.
  52. Device Configuration Utility Bug Fix - Changed the way that locales are managed so that they no longer depend upon the selected language.
  53. Device Configuration Utility Bug Fix - Fixed a bug where the application event dispatcher was being deleted before the one shot timer for the application. This could cause an access violation when the timer attempted to dispatch events when there was no dispatcher.
  54. Device Configuration Utility Bug Fix - Simplified the regular expression used to check the neighbor lists for the various ports on the NL100. The regular expression used previously would fail the check for when used with "1 5 10-20".
  55. Device Configuration Utility Bug Fix - Fixed a bug with string setting components where, if the component value was set directly, the changed flag for that component was not set. This showed up with the CR1000 deployment panel as a failure to set the PakBus/TCP Password setting.
  56. Server Enhancement - Changed the logon transaction so that the password is no longer sent to the server. This fixes an issue where the password was being sent in clear text.
  57. Server Enhancement - Added code to tolerate some warnings that can result from trying to determine whether data can be appended to an existing file. If warnings are generated, these will be logged in the transaction log.
  58. Server Enhancement - Added code that will allow a failure to initialize the TAPI layer to be tolerated. If the tapi layer can not be initialized, all transactions and operations associated with it will now either fail (in the case of dialing) or will return empty lists of tapi lines and/or country codes. This addresses issues that we have encountered with customers being unable to run LoggerNet when the TAPI service is disabled.
  59. Server Enhancement - Added support for a new LgrNet setting, minConfigRewriteInterval, that controls the minimum interval at which the server will automatically attempt to overwrite its configuration file. The default value for this setting has been set to 15 minutes which is larger by a factor of three from the old interval that was used. These changes address complaints from customers with large networks who had observed that the server would appear to "lock up" for up to thirty seconds while the operation was taking place
  60. Server Enhancement - Added code to support the new LgrNet Logon Ex transaction. This transaction should be much more secure than the old logon transaction because the password is not transmitted but rather a digest derived from the password and a server generated random number will be sent. This new transaction uses the same features as the CRAM MD5 authentication protocol used with email servers.
  61. Server Enhancement - Added code to ensure that the sysinifiles directory is backed up when a snapshot is created under the windows version. This will ensure that the taskmaster.ini file as well as other ini files will get backed up and, subsequently, restored.
  62. Server Enhancement - Implemented an optional parameter for the device clock set command that allows the client to specify the time to which the device clock should be set.
  63. Server Enhancement - Added support for the CRS450 device type. This device is a CS450 pressure transducer with datalogger capabilities.
  64. Server Enhancement - Modified the code that records logon attempts in the transaction log so that the IP address of the client is printed along with the application name and user name.
  65. Server Enhancement - Added support for the three new LgrNet settings: applicationDir, workingDir, and dirSeparator.
  66. Server Bug fix - Changed the code that checks the input buffer for a full duplex echo operation so that, if bytes are received but none of these matches the first byte of the echo pattern, these bytes will be read from the buffer, thrown away but the watch dog timer for the operation will not be reset. This has the potential to address a "stuttering" effect that can occur on a link with a lot of latency where the responses from previous communication attempts get processed before the expected response is received.
  67. Server Bug fix - Fixed a bug associated with serial port support (likely TAPI as well) that could lead to a lock-up.
  68. Server Bug fix - Added code to ignore the hangup delay setting on the PakBus port when it is connected through a phone link. This is needed because, once the "off-line" message is sent to the connected logger, the logger is free to shut down the link from its side. It does little good for us to try to maintain that link under these circumstances and has actually caused a crashing/lockup problem.
  69. Server Bug fix - Fixed a bug with the XPB (used with CR10X-PB, CR23X-PB, and CR510-PB loggers) implementation of the program file send transaction where the logger transaction timeout was not cleared after receiving a response to a previous send command. If there was a delay in sending the next command, the transaction could time out.
  70. Server Bug fix - Fixed a bug where, if communications for an RF-TD base became disabled while a send network description operation was active, that operation would not get removed from the base. The result of this bug was that no new network description could be sent thereafter to the RFbase until the loggernet server was shut down.
  71. Server Bug fix - Fixed a bug with the BMP1 send network description operation where, if the operation is interrupted because of max time on-line expiration, the operation reference kept by the RF base device object was not cleared. This prevented any future attempts to send the network description for that device.
  72. Server Bug fix - Changed the server build script for Linux so that the 64 bit file offsets will be used by the run time library rather than the default of 32 bit file offsets.
  73. Server Bug fix - Fixed a potential bug that could occur if a check for duplicate records was posted but then abandoned by its client (the particular case being addressed was data collection), That check would not get removed from the queue of other checks and, as a result, all new records processing would get stuck for this collect area.
  74. Server Bug fix - Added a state to the BMP1 data polling operation to recognize when we are waiting for a check on the newest record. Also added code in the BMP1 message handler that will prevent us from processing an incoming message when we are not in a state where we are looking for that message.
  75. Server Bug fix - Added virtual methods to the base PakBus node class that can be called when messages are sent to start or end a PakBus session. These methods have been overloaded in class Bmp5::Datalogger to ensure that the clock schedule is honored. This addresses a problem that has been observed with various Fat Spaniel customers that can result in their station times being reported as off.
  76. Server Bug fix - Added a new timeout for BMP1 transactions. The timer for this condition starts when a message is posted for a BMP1 transaction to send. It will get cleared when the router is ready to send that message and it will get reset when any other transaction has a chance to send a message. The purpose of this timer is to guard against the rather rare cases where the RF-TD base can get stuck in a mode where it does not ever raise its RxRdy bit.
  77. Server Bug fix - Fixed a problem in the base class that implements the PakBus serial packet protocol where, if communications became disabled, all links were immediately abandoned with no attempt to send "off-line" serial packet messages. On most link types, this was relatively harmless. However, on RF95 type links, this could lead to problems because the datalogger would not drop the CS I/O ME line so the subsequent attempt to "undial" the link was doomed to fail.
  78. Server Bug fix - Fixed a bug where the hangup delay setting was not honoured for the PakBus/TCP server device type.
  79. Server Bug fix - Added an optimization to the code that generates the parts of the configuration XML structure associated with device and collect area settings. The SettingCollection class as well as the Setting class will now cache the XML structure when the settings are read or are generated for the first time. From that time forward, the only parts of the structure that have to be changed are the parts associated with settings that have changed. This has the potential to address a problem where it was taking upwards of 2 minutes to generate the XML structure.
  80. Server Bug fix - Added a optimization with the statistics collections used by devices. Previously, the statistics table name was generated each time that it was needed from the device name and the statistics type name. This could represent a significant CPU load each time that statistics needed to be updated.
  81. Server Bug fix - Added code to the operation in the cache thread that checks for the uniqueness of "new" records received from BMP1 and PakBus dataloggers that will catch any exception thrown during that operation and ensure that the "client" collect area gets the notification that the check is complete. Also added code in this event to post a failure message in the comms logs since otherwise, the error could slip by unnoticed. This may have been the cause of some lockups.
  82. Server Bug fix - Fixed a bug where, if a session was closed on which a clock set transaction was waiting (not yet active), that transaction would not get deleted. The result of this was that, when the clock set was complete, the server would attempt to report the outcome for a transaction and session that was no longer valid. This could lead to a crash
  83. Server Bug fix - Fixed a bug associated with restoring device and collect area settings where, if a setting was not stored in the configuration file when the network map was restored, the cached_xml reference for that setting would not be set when the setting needed to be written. The result of this bug was that, under some conditions, attempts to save the network map would fail.
  84. Server Bug fix - Fixed a bug in the CoraServer destructor that would throw an exception resulting in a Linux segment violation when the server was not startable (this was due to a file write permissions error in one test case but can also be due to exceeding file system quotas).
  85. Server Bug fix - Fixed a bug where automated clock check/sets were not working for NTCIP-ESS type devices.
  86. Server Bug fix - Added code in the link failure event handler for the root level device class (serial ports, TCP serial ports, etc.) to avoid calling on_link_failure() or changing the line state if an open is pending. This code was already setting a one second timer following which it would report an open failure (this delay was to avoid resource exhaustion that could occur under some race conditions). If another request was made while the delay was pending, that second open attempt could get prematurely clobbered when the timed failure event was handled.

Revision: 4.0

September 24, 2009

  1. Known Issues - In View, the FSL file must match the *.dat file or an access violation may result.
  2. Known Issues - Instabilities in the drivers for USB to RS-232 adapters and in the adapter cables have been noted. If problems are encountered, updated drivers should be installed and/or the adapter cable should be swapped out.
  3. Main PC200W Interface Enhancement - New look and feel.
  4. Main PC200W Interface Enhancement - Can launch DevConfig from the PC200W Toolbar.
  5. Main PC200W Interface Enhancement - A connection made from the Clock/Program tab is now subject to the Maximum Time On-Line configured in the EZ Setup Wizard.
  6. Main PC200W Interface Bug Fix - Fixed a problem with there being only 5 dataloggers available when PC200W and Short Cut standalone are both installed.
  7. Main PC200W Interface Bug Fix - Changed "Status Table" menu item to "Station Status" for consistency with other products.
  8. Main PC200W Interface Bug Fix - Fixed an error when deleting multiple program files using File Control.
  9. EZSetup Wizard Enhancement - Ability to rename a station.
  10. EZSetup Wizard Bug Fix - COM Port field does not allow invalid characters including the semi-colon. This was causing PC200W to lockup.
  11. Short Cut Enhancement - Added support for the CR9000X, the ET107, and the AVW200.
  12. Short Cut Enhancement - Added "Advanced" tab which shows program and launches CRBasic Editor.
  13. Short Cut Enhancement - Added "Send Program" to "Results" tab.
  14. Short Cut Enhancement - Added user defined "Custom Sensor Files".
  15. Short Cut Enhancement - Added the ability to manually set advanced outputs to high or low resolution.
  16. Short Cut Enhancement - Added new sensor files for the CMP3 Pyranometer, the IRR-P Precision Infrared Temperature Sensor, the JC Ultrasonic Depth Sensor, the CNR2 Net Radiometer, the CS106 Barometric Pressure Sensor, the OBS-3+ Turbidity Sensor, the 03002 Wind Speed and Direction Sensor, the 105E (chromel-constantan) Thermocouple, the WindSonic1 (RS-232) Two-Dimensional Ultrasonic Wind Sensor, the WindSonic4 (SDI-12) Two-Dimensional Ultrasonic Wind Sensor, the HMP155 Temperature and Relative Humidity Sensor, the SR50A Sonic Ranging Sensor (SDI-12 Output), the CS450/455 Pressure Transducer, a Vibrating Wire Sensor (for generic vibrating wire sensors and the AVW200), and a saturation vapor pressure calculation
  17. Short Cut Bug Fix - The CR9000 pre-compiler was left out of the 2.6.0 and 2.6.1 releases. The result was an error message (pre-compiler not found) when trying to "Finish" a CR9000X program. The CR9000X program was being saved. It just wasn’t error checked.
  18. Short Cut Bug Fix - In 2.6.0 when attempting to add 4-wire 107 Temperature Probes to an AM16/32, only zero was available for repetitions thus a user could never accomplish this configuration. Not an issue in 2.5.4 and fixed in 2.6.1
  19. Short Cut Bug Fix - Fixed various issues with drag-and-drop of outputs in the "Selected Outputs" grid of the "Outputs" screen.
  20. Short Cut Bug Fix - Fixed issues with Windows "Regional and Language Options" being set to a region that uses decimal commas instead of decimal points.
  21. Short Cut Bug Fix - Fixed some issues in the "Advanced Outputs" screen UI and resulting code.
  22. Short Cut Bug Fix - Fixed "RichEdit line insertion error" message issue on Windows computers whose "Regional and Language Options" were set to Chinese.
  23. Short Cut Bug Fix - Fixed major formatting issues on the "Summary" tab after "Finish"ing a CRBasic datalogger program.
  24. View - Maintains ease of use of former data file viewer.
  25. View - Large file processing with responsive loading and scrolling of files.
  26. View - Number of traces per graph is not limited.
  27. View - Graph type supported: Line Graph.
  28. View - Supports graphing by record number for files containing gaps in the timestamp data.
  29. View - Vertical Graph Cursor.
  30. View - Zoom capability on graphs.
  31. View - Scrolling supported from the data window and from the graphs.
  32. View - Print preview and print for graph.
  33. View - Save graph to file as BMP, JPEG, WMF, EMF, or PCX.
  34. View - Directly opens binary files (TOB1, TOB2, TOB3).
  35. View - Supports files without record numbers.
  36. View - Specify graph width by time or by number of records.
  37. CardConvert Enhancement - CSIXML file support.
  38. CardConvert Enhancement - More flexible on append, i.e. allows environment data to have changed.
  39. CardConvert Bug Fix - Fixed problems with base file names when appending and using date-time filenames.
  40. CardConvert Bug Fix - Added constraints so sliders cannot set window sizes to 0.
  41. CardConvert Bug Fix - A TOB1 file, which contains no record number or timestamp, resulted in an Exception error when CardConvert tried to convert it.
  42. CardConvert Bug Fix - If you were appending to an existing data file and baling, baling worked unless there was missing data such that the first record to append should be in a new bale rather than the in the same bale as the last record from the previous run.
  43. CardConvert Bug Fix - Open a bad DAT file in CardConvert, do a basic conversion to TOA5, and when you pressed the Convert button, then CardConvert would stop running and disappear.
  44. Server Bug Fix - Fixed an issue with creating data files larger than 2 gigabytes.
  45. Server Bug Fix - When program table defs changed, the backup file is created by a "rename" rather than a "copy".
  46. Server Bug Fix - The time-out for the BMP1 data advise operation was being set to a value that was far too long by orders of magnitude.
  47. Server Bug Fix - If a BMP1 station received a data collect response after collection was aborted, the server could crash.
  48. Server Bug Fix - Added code to prevent the file control operation from getting table definitions from the logger when the program is stopped in order to send an operating system via BMP5.
  49. Server Bug Fix - Added time for file send and file control transactions so that the datalogger has time to finish rebooting before PC200W tries to communicate.
  50. Server Bug Fix - Fixed a bug in the LgrNet List Comm Ports transaction where, on certain host computer configurations, the underlying call to EnumPorts() could fail and lead the server to attempt to allocate too much memory.
  51. Server Bug Fix - Added code that will prevent the cache manager thread from "bailing" its command queue while the LgrNet create backup file transaction is active.
  52. Server Bug Fix - When a data file reaches 2 gigabytes it appears that a seek fails and the new data is written to the start of the file.
  53. Server Bug Fix - Fixed an issue which created a "stuttering" effect that can occur on a link with a lot of latency where the responses from previous communication attempts get processed before the expected response is received.
  54. Server Bug Fix - Added code to removed an "orphaned" active brokers when the server is restored from an XML structure (the new server config file).
  55. Server Bug Fix - Fixed a bug associated with serial port support (likely TAPI as well) that could lead to a lock-up in the overlapped I/O version of execute() if ReadFile() returned ERROR_IO_PENDING. The old code attempted to get the overlapped result if the return code was not equal to ERROR_IO_PENDING. It should have been doing this if the last error equal to ERROR_IO_PENDING. With some drivers (FTDI), this would lead to the call to GetOverlappedResult() not returning which could eventually lead to a server lock up if the main thread was waiting for the serial port thread to end.
  56. Server Bug Fix - Fixed a bug on in the code that processes table definitions from BMP3 loggers (CR5000 and CR9000) where the program_running flag was not set appropriately when a table other than the status table was encountered. As a result, in a merge update, "old" tables were not deleted because the program_running flag was not set.
  57. Server Bug Fix - Fixed a bug in the code that processes table definitions from a BMP3 logger where the program information setting would not get set to indicate that there was no program running when table definitions were refreshed without the reset option. This could lead pc400 and pc200 to attempt to keep polling the datalogger.
  58. Server Bug Fix - Added code to recognize when a BMP5 datalogger program has been paused as opposed to being stopped (the datalogger will return a value of 3 rather than 1 or 2). When the logger is in this state and table definitions are refreshed, any old collect areas that are no longer present will now be erased.
  59. PC200W Install Enhancement - Default "Campbell Scientific" directory in the Windows Start Menu.
  60. PC200W Install Enhancement - Supports the common application model.

Revision: 3.3

September 13, 2007

  1. NOTE: Support for Windows NT has been removed.
  2. Enhancements: Applications have been updated to run on Windows Vista (including a new help file format).
  3. New diagnostic window displays error messages when there is a communication failure.
  4. Code has been added to restart the server if an unhandled exception is caught while processing windows events.
  5. The network map is now saved in an XML format, which makes it more robust. NOTE: Network maps from PC200W 3.3 are not backwards-compatible with previous versions of PC200W.
  6. Added support for long file names for CR5000 and CR9000X dataloggers.
  7. Added support in the server for BOOL8 variable types.
  8. New transaction log message that is produced when the server renames an existing data file rather than append to it.
  9. If you attempt to restore a network when connected to a datalogger, PC200W will disconnect from the datalogger first and then restore the network.
  10. Added a Time of Fill column to Datalogger Status window that shows the estimated time each table will fill.
  11. NAN values for Long integers are now displayed as -2147483648.
  12. Pause button added to Terminal Emulator.
  13. Terminal Emulator window can be resized.
  14. Support added for backspace character in Terminal Emulator.
  15. Bug Fixes: A mixed array CSV file was being falsely detected as a binary file when it began with a comma rather than a number.
  16. PC200W was converting 7999 to INF for the TOACI1 file formats.
  17. The strictest Data Execution Prevention setting in Microsoft Windows was causing access violations upon trying to run PC200W.
  18. The server was hanging up a serial link with a CR9000X during a program file send.
  19. A PakBus port no longer sends a "Goodbye" message to the datalogger when hanging up the link.
  20. With table-based CR10X/CR23X/CR510 dataloggers doing data advise, if a table came in with no records, any tables after that which did have records were ignored.
  21. Link failures were not handled properly for some operations including the program file receive and the program file send operations.
  22. Extended the time that the server will wait to check for overwriting its configuration file from one minute to five minutes since this check uses processing time.
  23. Fixed an issue where the server could crash if it tried to write to a log file that was locked by some other process, such as a virus scan program.
  24. Added a timer to monitor the server's shut-down process.
  25. Added time for file send and file control transactions so that the datalogger has time to finish rebooting before LoggerNet tries to communicate.
  26. There were odd characters at the end of lines in the final screen of the Backup Network wizard.
  27. Setting a value in a multi-dimensional array for CR5000 and CR9000(x) dataloggers was setting the wrong element of the array.
  28. When a program was retrieved from a datalogger, the file extension was not automatically added.
  29. Grid was shifting in the status table when the scroll button was pressed, making the information hard to read.
  30. If the data values were updated on the Monitor Data tab when you were trying to edit a value, the value you had selected would become unselected.
  31. Allow 5 digit security codes.
  32. When a datalogger name was changed by the user, the output file name was not being updated.
  33. If values from a Public table were added to the Monitor tab twice and the update interval of the display was slower than the datalogger scan rate, the Monitor would not update the second set of Public values.
  34. Fixed problems associated with using spaces in datalogger station names.
  35. Table definitions had to be retrieved twice for a CR5000 for them to be valid.
  36. Disallow invalid characters to be entered into Monitor Data tab.
  37. The Split program will no longer allow you to attempt to Split a printable ASCII file.
  38. EZSetup Enhancements: Improvements made so it can be navigated without a mouse.
  39. File Control Bug Fixes: In some instances the CRD would appear to be the selected device, but the directory displayed would be for the CPU (or vice versa).
  40. The ability to download an OS via File Control has been removed.
  41. Non-program files could not be sent to the datalogger using File Control.
  42. Card Convert Version 1.3 Enhancements: Updated to support translation to other languages.
  43. Added ability to save a day of year for table-based timestamps.
  44. Bug fixes: Repairing an empty table yielded an error.
  45. In certain instances changes to the Destination File Name dialog were not saved.
  46. Processing data based on date/time with 0 for the time intervals would lock up Card Convert.
  47. Appending data would use last file name instead of Destination File Name.
  48. DevConfig 1.9 Enhancements: File | Browse Config Files will let you view the saved configuration file for a device.
  49. More time added to the end of the operating system download process to help avoid the user removing power from the device before the OS load finishes.
  50. Bug Fixes: Problem with the XML configuration file header which would cause it not to render properly in a browser.
  51. Screen redraw algorithm could result in black boxes on the application window.
  52. Improved OS download for CR9000X.
Home \ Software and OS Revision Histories