========================================================================
       WINDOWS SERVICE APPLICATION : anxdcslog.exe
========================================================================

The anxdcslog.exe windows service is intended to be used with the QTS 
AN-X-DCSLOG device. This application collects data from up to 4 AN-X-DCSLOG
devices and stores the data in InSql "fast format" import files.

Instructions:
-----------------
To use the anxdcslog.exe service:

1) place the exe and csv configuration files in a directory of your choosing
2) edit the main configuration file (anxdcslogconf.csv) to match your AN-X-DCSLOG
   device configuration.
3) edit the tag configuration file(s).
4) install the anxdcslog.exe service using the following command -- anxdcslog -i

anxdcslog.exe usage:

anxdcslog -i (install service)
anxdcslog -u (uninstall service)
anxdcslog -s (stop service)
anxdcslog -r (run service) 
////////////////////////////////////////////////////////////////////////


REVISION HISTORY:
-----------------
v1.0.0.20	Aug. 31, 2004		jstewart

- word values are now signed integers
-----------------------------------------------------------------------

v1.0.0.19	July 30, 2004		jstewart

- fixed exception during shutdown of service when more than one AN-X is 
  configured and at least one is non-existent 
-----------------------------------------------------------------------

v1.0.0.18	July 30, 2004		jstewart

- -s option now waits until the service is actually stopped...
-----------------------------------------------------------------------

v1.0.0.17	July 29, 2004		jstewart

- tag name is now restricted to 32 characters not 33.
- handles dependency check without stopping sevice.
- starting service with unconnected AN-X device returns the proper RUNNING
  status.
-----------------------------------------------------------------------

v1.0.0.16	July 26, 2004		jstewart

- initial release
-----------------------------------------------------------------------

