Advertisement

Quick Links

State of Charge V6 (SoC) Meter
PLEASE READ ENTIRE GUIDE BEFORE INSTALLATION OR ANY POWER-UP ATTEMPT
Description:
The Lithionics Battery SoC meter is designed to track battery state of charge (percent of usable
energy left in the battery) as well as other useful data variables. Tracking state of charge is
accomplished by an internal, high sensitivity hall-effect sensor. SoC meter data will only be
correct if the configuration variables are set correctly, which are pre-set initially by Lithionics
Battery, but user adjustable with supporting hardware. If they are ever accidently modified a
record of the default values is included in this manual for your reference. It will also track and
display live amperage (A), live wattage (W), battery voltage (V Pk), temperature (F/C), amp hours
(Ah), watt hours (Wh), etc. The meter will be most accurate if the battery is fully charged on a
regular basis. If the battery is always partially charged then the SoC meter reading may drift long
term and will become less accurate. When the most accurate measurements are required it is
recommended to perform a full charge weekly.
User Guide
Lithionics Battery LLC
2016 | Lithionics Battery LLC | SOCV6 REV0
1
PRE-RELEASE

Advertisement

Table of Contents
loading

Summary of Contents for Lithionics Battery State of Charge V6 Meter

  • Page 1 Lithionics Battery LLC Description: The Lithionics Battery SoC meter is designed to track battery state of charge (percent of usable energy left in the battery) as well as other useful data variables. Tracking state of charge is accomplished by an internal, high sensitivity hall-effect sensor. SoC meter data will only be correct if the configuration variables are set correctly, which are pre-set initially by Lithionics Battery, but user adjustable with supporting hardware.
  • Page 2 Description (continued): The Lithionics Battery SoC Meter system is comprised of the main SoC sending box for collecting and computing data points. List of accessories for the SoC Sending Box:  Round SoC Display Gauge Pod  Bi-Directional Serial ASCII Data Formats:...
  • Page 3 PLC Data Format Page 16 o CSV Data Format Page 17  Serial Data Bi-Directional Communication Pages 18-19  CANbus 2.0B Page 20-21  Default Battery System Values Page 22 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 4: Initial Installation

    6. Power the battery or NeverDie unit back on. 7. To calibrate the SoC Meter to the batteries actual SOC%, please allow 1 charge cycle to complete fully. 8. Installation complete. 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 5 4. Now turn the ring clock-wise to begin screwing the ring down. Keep note of any excess friction which may indicate it is being cross-threaded. If this occurs stop immediately, un- screw the ring and start over. Inspect the ring to be “square” compared to the panel. 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 6 – Remaining Watt Hour capacity of the battery. Watt Hour value is derived by multiplying t h e Amp Hour value and the Pack Voltage together. This value will be changing dynamically as voltage fluctuates with load. 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 7: Programming Menu

    Typically this value is 3.65V per cell. So a 12V (4 cell) battery is 4 x 3.65 = 14.6V , subtract .2V for charger accuracy tolerance = 14.4V full voltage setting . You may also calculate your maximum voltage by the following table: 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 8 0C ( freezing point ). For example, if you set this to 10% (the recommended value for Lithionics Battery cells), then the Fuel Gauge will report 10% less capacity at 0C, linearly changing across a wide temp range. This value only effects Fuel Gauge reading, SOC reading still remains true to battery capacity regardless of the temperature.
  • Page 9 It’s recommended to disconnect any loads both charging and discharging from the battery before entering zero-point calibration. There is no input on this screen, once the zero-point calibration is complete the meter will automatically return to normal user mode. 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 10 #3 SOC 0-5V Analog – The SOC 0-5V Analog circuit represents 0%-100% SOC state. It will linearly increase/decrease voltage according to SOC% state. #4 5V 100mA max – A 5V reference voltage, 100mA max. 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 11 (MSB). SOC =100%, all 3 bits are high SOC=0% all 3 bits low SOC <100% and >0% 3 bits represent binary values 0-7, each step corresponding to approx. 15% SOC increment. 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 12 There is 1 pair of wires that need to be connected for the Generator Control Module to interface correctly with the generator. They are: Start – 2 wire isolated 2 amp 250V max N/O circuit (closes to start generator, opens to stop) Generator Wiring Example: 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 13: Serial Data Output

    Default IP configuration is as follows: IP Address – 192.168.0.254 Subnet Mask – 255.255.255.0 Gateway – 192.168.0.1 Destination IP – 192.168.0.255 (broadcast to local LAN) Source Port – 48879 (0xBEEF) Destination Port – 65261 (0xFEED) 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 14 UDP packet and sends to Ethernet port. At the same time it listens for UDP packets, strips them into string data and passes back to Serial port. 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 15: Tcp/Ip Physical Interface

    Battery Module Ethernet TCP/IP Physical Interface: Typically the physical interface is a M12 D-Coded connector which is an industrial weather resistant standard for RJ45 Ethernet connection. 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 16 W – Watts instant, in 1W resolution, i.e. 20000 = 20000W – 6 digits long T – Temperature, in degrees, units depend on setup parameter – 3 digits long R – Reserved for future use. Last byte is defined in “Battery State” on page 20. 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 17 CSV (Comma Separated Values) Data Formatting: Data Display Through Putty Using USB/Serial DB9 Interface: CSV Line Definitions: RAW Code: H328 V269 Measured Unit: Translated: 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 18: Serial Data Bi-Directional Communication

    AT+SIP – Source IP address. Example - AT+SIP=192.168.0.254  AT+SMASK – Source Mask.  AT+SGW – Source Gateway.  AT+DIP – Destination IP address  AT+DPORT – Destination port in decimal form. Example AT+DPORT=65261 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 19 $CHARGEON – If battery is over-discharged with open CL this command forces the contactor to latch ON to allow charging to begin. BMS expects voltage rise to qualify that it is being charged. 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 20: Canbus 2.0B

    Bit 6 – Short Circuit Protection State. Indicates that battery is recovering from short circuit event. Bit 7 – Power OFF State. Indicates that battery was turned off by a command or a button press. 0 = inactive, 1 = active. 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 21 FUEL – Fuel Gauge, percentage 0%-100% AH, AHT – AmpHours remaining, AmpHours total. Resolution 0.1AH, range 0AH - 6553.5AH TMP_INT, TMP_EXT – Temperature from internal and external (optional) sensors. Range -127C to 127C 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...
  • Page 22 ____ ____ Default values for battery system: Normal 1000A 0.0% 2016 | Lithionics Battery LLC | SOCV6 REV0 PRE-RELEASE...

Table of Contents