Displaying 2 results from an estimated 2 matches for "batteryvolts_t".
2008 Feb 12
1
SMS and Megatec protocol Diffs
...behavior.
> Know working SMS Models :
>
> SINUS Single : Only versions
> Manager III : Only serial versions
I'll add this to the compatibility list.
> /* Known battery types must be in ascending order by "nominal" first, and then by "max". */
> -static BatteryVolts_t batteries[] = {{ 12.0, 9.0, 16.0, 9.7, 13.7, 0.0 }, /* Mustek PowerMust 600VA Plus (LB unknown) */
> +static BatteryVolts_t batteries[] = {{ 12.0, 9.0, 16.0, 9.6 ,13.3 , 9.7 }, /* SMS Ltda confirmed to Sinus Single 2Kva , Manager III 600 and 1300 Va */
> +...
2008 Oct 20
1
Megatec driver status [was: Re: UPS (Megatec) with strange voltage values]
...o
>> battery.volage" :)
>
> I'll leave that up to you to correct. Since it is only a comment, it won't
> be visible to innocent users anyway. :-)
>
> What we might want to do, is to change the multiplier based on the
> information we already have. Looking at the BatteryVolts_t structure, it
> looks like there are some models for which we can preset a multiplier. One
> of them even reports a wrong nominal battery voltage (12V instead of 24V),
> we might even correct that.
Now, I think I should take the opportunity to ask if any of the people
reading this list is...