search for: min_volt

Displaying 1 result from an estimated 1 matches for "min_volt".

Did you mean: max_volt
2008 Jul 10
2
[PATCH] tripplite driver updates
...sec for ser_get calls */ -#define SER_WAIT_USEC 0 -#define DEFAULT_OFFDELAY 64 /* seconds (max 0xFF) */ -#define DEFAULT_STARTDELAY 60 /* seconds (max 0xFFFFFF) */ -#define DEFAULT_BOOTDELAY 64 /* seconds (max 0xFF) */ -#define MAX_VOLT 13.4 /* Max battery voltage (100%) */ -#define MIN_VOLT 11.0 /* Min battery voltage (10%) */ - -/* We calculate battery charge (q) as a function of voltage (V). - * It seems that this function probably varies by firmware revision or - * UPS model - the Windows monitoring software gives different q for a - * given V than the old open source Trip...