LSS-200 Release Notes NOTE - This firmware version requires the use of test content version 20181210 or later. This test content includes the double flash sequence required by LSS versions 181116 and later. However, the Sync Pop content only needs to be version 20181128 or later (the other content has a color correction in a later revision that is not required on the sync pop test). Version 180807 changes from version 180217 180702 - Added command to set mac address (lss.sys.mac). Added SNMP. hh 180706 - Added SNMP. Added SNMP configuration to web config page. Changed this page from using form submit to passing commands to command interpreter with post. Changed IP address configurations (IP address, gateway, dns, mask, etc.) to accept either tab delimited decimal or dotted decimal. hh 180708- Added read community to network configuration page. Added MIB to web pages and link to it on network configuration page. hh 180709 - Added logging of script start and stop. hh 180801 - Changed all network settings to save to SystemData. Copied from SystemData to AppConfig after reading config flash on boot. hh 180802 - Modified lss.sys.mac so it writes to SystemData but, if reading, reads from AppConfig. In ReadConfigFromFlash, if we read in SystemData.Mac as all 0, calculate mac from sn and put in AppConfig. If not zero, copy SystemData.Mac to AppConfig. hh 180805 - Added commands lss.sys.capture_u' and lss.sys.capture_v', lss.sys.x, lss.sys.y, lss.sys.u', lss.sys.v'. Added u' and v' to SNMP. Forced serial number entry, whether through command interpreter or web form to upper case. hh 180806 - SNMP script log table running. hh 180807 - Fixed MIB validation errors and warnings. hh 181106 - In PhotoScriptStart.c, changed mark threshold to 1.5* level provided by user (which is half sum of XYZ sensors at peak white or 14 fL). This provides a larger ""dead zone" between black and white in an effort to minimize false script triggers. hh 181116 - Revise PhotoScriptStart to require same code show up twice before starting script to avoid false triggers. Updated copyright date on all web pages to 2018. hh 181213 - Clear LastCodeReceived when script starts in PhotoScriptStart. If same test content was run twice, on the second run, the script started at the end of the first flash sequence instead of waiting for the second. hh