search for: highxfer

Displaying 3 results from an estimated 3 matches for "highxfer".

2006 Jul 24
2
fentonups driver patch for Effekta MHD3000 UPS
...utdown command...\n"); + sendcr_and_clear_buf(); ser_send(upsfd, "S01\r"); } *** fentonups.h 2005-07-20 12:45:41.000000000 +0200 --- /usr/src/redhat/BUILD/nut-2.0.3/drivers/fentonups.h 2006-07-24 14:28:18.000000000 +0200 *************** *** 30,71 **** int highnorm; int highxfer; int has_temp; } modeltab[] = { /* USA models */ ! { "L280A", "PowerPal 280", 9.6, 2.4, 12.1, 1.7, 84, 98, 126, 142, 0 }, ! { "L425A", "PowerPal 425", 9.6, 2.4, 12.1, 1.7, 84, 98, 126, 142, 0 }, ! { "L660A", "PowerPal 660&q...
2005 Aug 18
1
Help with Fenton model capability table
...pport some more ups models, I wonder if someone can help with further information,meaning and importance for the following values that are beeing set in the model capability table: float lowvolt; float voltrange; float chrglow; float chrgrange; int lowxfer; int lownorm; int highnorm; int highxfer; Thanks, Nadav
2006 Apr 26
1
RE nut 2.0 fentonups and Xanto S3000R
...guessmodel(raw); + else { + dstate_setinfo("ups.model", "%s", + modeltab[modelnum].desc); - dstate_setinfo("input.transfer.high", "%d", - modeltab[modelnum].highxfer); + dstate_setinfo("input.transfer.low", "%d", + modeltab[modelnum].lowxfer); - lownorm = modeltab[modelnum].lownorm; - highnorm = modeltab[modelnum].highnorm; + dstate_setinfo("input.transfer.high", &quo...