EMON V7.0a                     Status as of January, 1998

REM V7.0a
REM
REM - Added support for Larry Cochrane's A/D card (both 12 and 16 bit versions)
REM   (type 12)
REM - Added support for George Bush's Computer Boards CIO-DAS08Jr/16-AO card
REM   (type 13)
REM - Added new asm routines for SDR card (SDRCARD.OBJ) and CIO (CIODAS16.OBJ)
REM - Fix bug in not saving files in the middle of multi-file events
REM   (previous.res was not being saved every sample)
REM - Commented out long PRINT stmts about FileFormat=New for new users to
REm   make room for new code (reaching 64K limit)
REM - Fixed bug where ADXMIN, ADXNULL and ADCMAX were not DIM SHARED
REM - Commented out Initialize.IBM.DACA subroutine (not being used) to free
REM   up about 600 bytes of code segment space
REM
REM V6.0K:
REM
REM - Added support for SeismometerActive options
REM - Support for DisplayTimeCompression
REM - Changed poke/peek cga check to screen 2 w/ error handler
REM
REM V6.1J
REM
REM - Add SaveFile flag for Russell Cuthbertson's demo display
REM - Fixed bug in trace output (F2)
REM
REM V6.1g
REM
REM - Add support for new card: BSOFT ANA201 (type 10)
REM - Add support for new card: Computer Boards CIO-DAS08/Jr-AO (type 11)
REM - Add support for number of crossings required to trigger
REM   (parm = PeakCountFilter)
REM
REM V6.1f
REM
REM - Fixed bug with F1 (erase) but display uses actualname
REM - Improved msg for "quit while quake in progress"
REM
REM V6.1e
REM
REm - Fixed bug in F8key using wrong name+extension
REM
REM V6.1b
REM
REM - Made PGUP and PGDOWN change the display compression, while
REM   up and down arrows still move the name pointer.
REM
REM V6.1 and 6.1a
REM - Fixed bug found by Bruce when saving to A: (F9Key name wrong)
REM   fixed by making new array for ActualName
REM - Fixed bug with screen cursor going off the end of screen
REM - Fixed bug with deleting last file
REM - Left and Right arrow keys now adjust screen display compression
REM
REM V6.00
REM
REM - Change file format to format 3 so more info can be stored in header
REM - Add sensor information to file header in new area (format 3 only)
REM - Added MagCorr value to new area (format 3 only)
REM - Added option to save files in OLD or NEW format (OLD=2, NEW=3)
REM - Allow user to specify filename pattern
REM - Add code so EMON will never write over an existing file...
REM - Add ActivityLog option and ActivityLogFile
REM - Add /W switch to pause after reading options file
REM - Add option for quiet operation (no beeps on saving file)
REM - Add option for format of display of filenames on screen (Long or Short)
REM - Fix bug in 711S support for Ken Navarre, was writing to wrong address
REM - (in 6.0e)
REM - Fix bug in DR110 support, make true 13 bit.
REM - (in 6.0f)
REM - Immediate Alarm support for Bill Hartenstein
REM - (in 6.0g)
REM - In 6.0h:
REM -   Back to 12 bits for AD110
REM -   Use two-byte integer for checking polarity bit
REM -   Turn off conversion after started (true single sample mode)
REM -   Recommend operating AD110 in differential mode.
REM -   Fixed sound problems
REM -   Fixed problem where quake in first "A" buffer didn't cause file save
REM V5.21
REM
REM - Change naming convention so each minletter equals 2 minutes instead of 5
REM - Improve speed by using MicroSoft PROFILER to find hot spots
REM
REM V5.20
REM
REM - change parm for calling collect
REM
REM V5.19
REM - small fixes to help text (skel)
REM - sent to Steve Hammond 9/25/93
REM
REM V5.18
REM
REM - Fixed lack of update of date if user changes date via DOS command
REM - Fixed problem where numconv < 1 gets error
REM - Sent to Charlie Rond 9/5/93
REM
REM
REM V5.17
REM
REM - Add two new parameters: ADCProgrammableGain and ADCOffset for use
REM   *only* with DR110
REM - Allow new parameters to be optional
REM - If user specifies a value greater than 0 for Programmable Gain,
REM   then perform the specified adjustment of the DR110 board (only)
REM   since it has an onboard amplifier that can perform 1X, 10X or 100X gain.
REM
REM V5.16
REM
REM - Fix support for AD/110 board
REM
REM V5.15
REM
REM - Fixed bug in /I logic, now it works with and without an operand
REM
REM V5.14
REM
REM - Allow individual files to be erased
REM - Prompt before QUIT in all cases
REM - Reduce memory requirements by 8K
REM
REM V5.11
REM
REM - ASIJ (American School in Japan) version
REM
REM V5.09
REM
REM - Expand ImmediateCommand to UserCommand1 and UserCommand2 (C1 replaces F8)
REM - Fix bug in "FindFirstDirectory" logic
REM
REM V5.08
REM
REM - Support new keyword "ImmediateCommand" with embedded "/" character for marked file
REM - (this is the 29th keyword and partially invalidates keywords like COPYPTH)
REM - Change F9 key to perform "ImmediateCommand" (with substitution)
REM - Remove "INITIALIZE" code for AD100 (per Steve's request)
REM
REM V5.07
REM
REM - Rewrite error handler to use viewport for window
REM - Fix DOS COPY function
REM
REM V5.06
REM
REM - Marker on screen display names
REM - Shell to DOS or enter command
REM - Copy files from PFkey
REM - Erase all displayed files
REM - ViewPort for error messages
REM
REM V5.05
REM
REM - Add time to display
REM - Change amount of name displayed on bottom and time
REM - Fix bug in leapyear calculation for 2/29 and 3/1
REM - Add date and time saved to "quake files" display
REM - Add support for Real Time Devices AD/100 (device #9)
REM
REM V5.04
REM
REM - Add julian date to display
REM
REM V5.03
REM
REM - Fixed bug where quake occuring in first temp interval right after
REM   another quake was not caught.
REM
REM V5.00
REM
REM - Change format of profile statements to use KEYWORD = VALUE format
REM - Change name of options file from .PRO to .OPT
REM - Allow multiple input addresses and/or channels, and save multiple files
REM - Remove DISPLAY/NODISPLAY
REM - Data file (offset 16) now contains orientation of device
REM - Data file name now suffixed with orientation (.1N, .1E, .2Z, etc.)
REM
REM V4.03
REM
REM - Fix bug in "peak" value calculation
REM - Allow lat and long decimal portions to be more accurate than just 2 digits
REM
REM
REM V4.02
REM
REM - Add new profile parameter (DISPLAY or NODISPLAY) to control CGA display
REM - Add new profile parameter (LINES) to control how many lines to display
REM
REM V4.01
REM
REM - Convert to Microsoft QB compiler
REM
REM V3.13
REM
REM - Added /LINES command line parm to control how many lines of graphic
REM   display are shown on the screen.  Default is 1.  Must be odd number.
REM   This is *not* yet in the PROfile file, maybe someday after named items.
REM
REM V3.12
REM
REM - New filter algorithm.  TRIGGER.THOLD is the now the COUNT of samples
REM   outside the threshold range.  Separate counts are maintained for the
REM   count of samples above and below the upper and lower threshold ranges
REM   respectively.  BOTH counts must be > TRIGGER.THOLD before a quake
REM   is recorded.  This is to prevent unidirectional spikes (like from
REM   turning on a fluorescent light) from triggering unwanted events.
REM
REM - Eliminate STA/LTA code (see above).  Also fixed display in test mode 2
REM   when quake is detected to not display sta/lta values.
REM
REM - Fix bug in PCL714 code that was ignoring NUMCONV
REM
REM - Fix bugs in screen CGA graphics support (nibbling away letters outside
REM   box)
REM
REM - Add /NUMCONV startup parameter to override conversions per sample when
REM   in test mode 2 (data from file).  When in test mode 2, c/s defaults
REM   to 1 unless you override it in the startup, or use F4 while running
REM   to change it.
REM
REM V3.11
REM
REM - Add support for PC-LAB 714 Super-Lab Card for R. Chelberg
REM - Fix clearing screen problem with the F2 trace facility
REM - List startup profile options to screen as they are read in
REM - Pause after reading profile if in test mode
REM
REM V3.10
REM
REM - Add support for A-Bus AN-146 A/D card for M. Spacek
REM
REM V3.09
REM
REM - Improve error-recovery capability for "disk-full" condition when
REM   saving data
REM
REM V3.08
REM
REM - Add ability to specify descriptive name of recording station
REM   (up to 15 chars) in the EMON.OPT file.  QUAKEVU will then display
REM   this info on the screen along with lat and log (already specified).
REM   Reserved fields 25-39 in the data file are used for the location.
REM
REM - Add ability for user to specify size of mini-buffers A and B.
REM   (A must equal B, and SUM(A,B,Q) = 25100.)
REM
REM - Support MODE 2 test mode where you supply the data.
REM
REM - Add support for overriding ADC range values
REM
REM - Add support for command line parameters (including ?)
REM
REM V3.07
REM
REM - Display Time of Day
REM - Add PFKEY to change TOD
REM - Link Jan's STOD pgm to do the TOD change
REM - Beep when saving data
REM
REM V3.06
REM
REM - Back to short/long term averages
REM
REM V3.05
REM
REM - Save $QUAKES.BAT to drive data is going to, not drive where
REM   program was executed from
REM - Fix another bug in rectifying data when signal is negative
REM - Add data trace
REM - Discard short and long term averages, use number of times signal
REM   goes outside null range
REM
REM V3.04
REM
REM - Fixed bug in event counter when data signal has large range
REM   or has null offset of zero
REM - Added ability for TEST.MODE=2 for data from file (commented out)
REM
REM V3.03
REM
REM - Fixed bug in min/max when data signal is negative
REM
REM V3.02
REM
REM - Fixed bug in call to COLLECT
REM - Changed action on COLLECT error
REM
REM V3.01
REM
REM - Added support for J. Froom modified Parallel Printer Adapter ADC card
REM - Fixed display of next extension
REM
REM V3.00
REM
REM - Initial Release, September 12, 1988
REM
