(Classic Status 4 Plus) Midnite Classic & Schneider ComBox and Outback's AXS , Monitor & Control With Web Monitoring Status Monitor & Control for Up to 5 Midnite solar 's, Classic 150, 200, 250 Charge Controller. You can Monitor and Control your Midnite Classic, using local network or across internet up to 5 Classic 's, selectable fields include : Volts in, Watts, Amps, Kwh for day, Ah for day, charge status, AUX 1and 2 on or off, Battery Temp, WbJr, and combined total watts if monitoring more than one Classic. You can also Monitor and Control one Outback AXS With a FX/Gs Inverter Connected You can also Monitor One Schneider ComBox With a XW Inverter Connected This Program IN NOT a Product Of: Midnite Solar or Schneider Electric Or Outback Power. License ------- Copyright (c) 2013 Karl Smith http://www.n1gnn.com/ Warning !!! Use This Program At Your Own Risk !!! The user agrees to defend, indemnify and hold harmless Copyright holders from any and all damages, claims, suits or expense resulting from use of this Program. Permission is hereby granted,"AS IS" free of charge, to any person obtaining a copy of this software (the "Software"), rights to use, copy, distribute, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: You may NOT sub license, and/or sell copies of the Software, AND The above copyright notice and this permission notice shall be included in all copies of the Software. The Software Is Provided "AS IS", WITHOUT WARRANTY OF ANY KIND, Express Or Implied, Including But Not Limited To The Warranties Of Merchantability, Fitness For A Particular Purpose And Non Infringement. In No Event Shall The Authors Or Copyright Holders Be Liable For Any Claim, Damages Or Other Liability, Whether In An Action Of Contract, Tort Or Otherwise, Arising From, Out Of Or In Connection With The Software Or The Use Or Other Dealings In The Software. ***************************************************************************** classicdll.dll This dll software is for interfacing with Midnite Classic Charge Controllers. classicdll Is compiled Using, Custom Made Code, Copyright (c) 2013 Karl Smith And It communicates using the Modbus protocol, Using The, libmodbus Library VERSION 3.0.4 http://libmodbus.org/download/ Copyright © 2010 Stéphane Raimbault * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. http://www.gnu.org/licenses/ ***************************************************************************** outbackaxs.dll This dll software is for interfacing with an Outback AXS Interface Device. outbackaxs.dll Is compiled Using, Custom Made Code Copyright (c) 2013 Karl Smith And Outback's - Outback Modbus Interface Device Client Software. AXS firmware 001.005.000 IS Required Version 0.97 November. 27, 2012. Additional information can be found at: http://www.outbackpower.com/index.php/outback-resources/firmware-updates The device communicates using the SunSpec protocol, which is implemented using Modbus over TCP. Using The, libmodbus Library VERSION 3.0.1 http://libmodbus.org/download/ Copyright © 2010 Stéphane Raimbault * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. http://www.gnu.org/licenses/ ------------------------------------------------------------------ GNModbus.dll Is a Modified version of NModbus Modbus.dll is a C# 3.5 implementation of the Modbus protocol. That allows Modbus device ID on Ip Connections. ReadHoldingRegisters(10, 4101, 66) (modbus address, start register, number of registers) See NModbus License ------------------------------------------------------------ ***************************************************************************** The following NModbus dll files are Included with this Program Modbus.dll is Used for Classic Main Status Updates. Modbus.dll NModbus What is it? ----------- NModbus is a C# 2.0 implementation of the Modbus protocol. More information at the NModbus project web site http://nmodbus.com/ The Latest Version ------------------ The latest binary distribution can be found on the NModbus project web site http://nmodbus.com/ The latest source for the project can be found at the NModbus project's google code page http://code.google.com/p/nmodbus/ Documentation ------------- Documentation is available in chm format (NModbus_net-2.0.chm) NModbus License ------- NModbus Copyright (c) 2006 Scott Alexander Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicensee, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ****************************************************************************************