Installation Notes for LogViewMobile 1.1.0.XXXX
-----------------------------------------------

LVM_Installer.CAB                           - Installs latest version of LogViewMobile - requires that .NET 3.5
                                              Compact Framework be previously installed (included in zipped installer).

"Help Docs\LogViewMobileUsersManual.pdf"    - User's Manual. Geokon recommends reading at least section 1 
                                              for information regarding installation of LogViewMobile.

"dotNet 3.5 CF\NETCFv35.wm.armv4i.cab"      - .NET 3.5 Compact Framework 
"dotNET 3.5 CF\NETCFv35.Messages.EN.wm.cab" - .NET 3.5 Compact Framework Messages Package 

"Archer Host USB\ArmVCPDriver\ftdi_ser.dll  - USB driver for Archer Hand-held device (if needed). May
					      already installed for Windows Mobile 6
											  
											  
LogView Mobile V1.1.0.4
-----------------------

 - Adds features to handle sensor output calcuation method selection as well as improved temperature
   compensation correction.
   
   
LogView Mobile V1.1.0.6
-----------------------

 - Now auto-scales display resolution to work with different hand-held PC's
 - Adds sensor names to column names of exported data files
 - Removed all references to TILT
 - Added STRAIN to conversion file and code, as well as "bar" for PRESSURE 
 - Added ".txt" format to data export.
 - Added semicolon ";" to list of file separators. Can change separator for any file type.
 - Now limits iterations to 255 for Logarithmic Intervals
 - Added "info" icon to further describe the COM settings in Datalogger Connections


LogView Mobile V1.1.0.7 (4/28/2014)
-----------------------------------

 - Fixed problem with "File->Export->Data File" where long file names would be cut off, making
   it impossible, in some cases, to tell exactly what file was being operated on. 
 - Now works better with Archer2. With larger "phone" size screens, the previous and next 
   "arrows" were missing in the Sensor Settings window.
 - Improved "Data View" capablity for larger screens such as Nautiz X7 and Archer2
 - Fixed the Monitoring function so that when a different sensor channel was selected the
   display is updated immediately with the last available data array.
 - In addition to gage type "44XX", now disables temperature compensation for 4200, 4202
   4204, 421X and 49XX gage types.

   
LogView Mobile V1.1.1.0 (6/06/2014)
-----------------------------------
- Fixed intermittant data collection issue reported by customer. "EnableDataCollection" routine
  was passed in a time-out value in seconds and subsequent routines that were passed this value
  expected the time-out to be in milliseconds. Customer was using an Archer2 that was slightly faster
  than the Archer and the Nautiz X7.


LogView Mobile V1.2.0.0 (11/23/2015)
------------------------------------
 - Re-structured how workspaces are loaded into memory. Now only loads the "current" workspace and
   keeps a list of the other workspace names and paths.
 - Re-structured how dataloggers configurations are loaded. Now only loads a sparsely populated
   DataLoggerConfig instance for each datalogger. Configs are not fully loaded until selected at 
   which time a fully loaded DataLoggerConfig is created along with all its sensors and placed in
   "CurrentDataLogger". This saves memory and time when loading large workspaces such as Newmont's.
 - Updated Nlog.cfg file to only allow LogViewMobile.log to grow to ~100K before spawning a backup 
   and clearing out the original. Saves 2 backups.
 - Fixes problems when operating with regional settings other than English
 - Now will not show comma separator choice if regional setting uses comma for deciam separator.