			README
			======

	CumulusMX Alternative Interface (AI)
	For CMX Version 3.22.0 build 3211
	------------------------------------

Date: 3rd Sept 2022
----------------------

This update contains the full CMX AI package.

It is suitable for the above version and on and provides an ALTERNATIVE to the deafult interface provided with CumulusMX.

	--------------------------------------
	IT SHOULD NOT BE USED AS A REPLACEMENT
	--------------------------------------

Installation
------------

This package should be unzipped outside your CumulusMX installation.  The complete ai.cmx folder should then be copied to your CumulusMX Interface folder so that it is a sub-folder of it.  You should NOT replace the existing interface folder contents as these are ALWAYS needed for future updates by Mark.

To access the ai.cmx system you should use one of the following URLs in your browser:
	localhost:8998/ai.cmx/
	<IP of host>:8998/ai.cmx/
Please note the trailing '/'

In the event that a feature fails to work as expected please flush your local cache before contacting me through the Forum.  You should also monitor the forum and/or wiki for updates and fixes.

Changes
-------

This version includes the new logging feature enableing you to create your own log files.  It has been implemented as an Accordion so only one section - 'Interval Logs' or 'Daily Logs' is open at a time.  This is purely to save page space.  Through experimentation I have found that the logs can include static text which I would use to label the data.  Your only other option at this time would be to create your own log header files. 
  
Units for the three LOGS html pages
===================================

You need to manually edit the following styles 'content' to match your units
----------------------------------------------------------------------------
As this is a utf-8 formatted document youshoul dbe able to copy-n-paste special characters.

#datalog tbody .tempUnits:after     { content:"°C";    font-size: 8px; padding-left: 2px; vertical-align: text-top;}
#datalog tbody .windUnits:after     { content:"kmh";   font-size: 8px; padding-left: 2px; vertical-align: baseline;}
#datalog tbody .rainUnits:after     { content:"mm";    font-size: 8px; padding-left: 2px; vertical-align: baseline;}
#datalog tbody .percent:after       { content:"%";     font-size:10px; padding-left: 2px; vertical-align: text-top;}
#datalog tbody .rainRateUnits:after { content:"mm/hr"; font-size: 8px; padding-left: 2px; vertical-align: baseline;}
#datalog tbody .pressUnits:after    { content:"hPa";   font-size: 8px; padding-left: 2px; vertical-align: baseline; }
#datalog tbody .degrees:after       { content:"°";     font-size:10px; padding-left: 2px; vertical-align:text-top;}
#datalog tbody .hours:after         { content:"hrs";   font-size: 8px; padding-left: 2px; vertical-align:baseline;}

The following styles are on the 'extradatalogs.html' page.
#datalog tbody .leafWUnits:after 	{ content:" ";	font-size:8px;	padding-left:2px; vertical-align:top;}
#datalog tbody .soilMUnits:after 	{ content:"cb";	font-size:8px;	padding-left:2px; vertical-align:top;}
#datalog tbody .airQual1Units:after,
#datalog tbody .airQual2Units:after,
#datalog tbody .airqual3Units:after,
#datalog tbody .airQual4Units:after 	{ content:" ";	font-size:8px;	padding-left:2px; vertical-align:top;}
			
#datalog tbody .CO2Units:after		{ content:"ppm"	font-size:8px;	padding-left:2px; vertical-align:top;}
#datalog tbody .CO22_5UnitsUnits:after	{ content:" "	font-size:8px;	padding-left:2px; vertical-align:top;}
#datalog tbody .CO2_10UnitsUnits:after	{ content:" "	font-size:8px;	padding-left:2px; vertical-align:top;}

