search for: 16dec

Displaying 7 results from an estimated 7 matches for "16dec".

2014 Jun 29
2
Lupus 500 MEC0003 Problems
...haven't found any battery test commands. >> >> My question is. Is this information of any use to you and in what format would it be needed? Is there any other info I should give. Definitely usefull, let's recap, so far: - 0x(1+)8 -> shutdown return, 0x18 (24dec)= 30s; +0x10 (16dec) = +10s -> we can round a shutdown delay to tens, then index = 24 + [(delay - 30) / 10] * 16 -> that would result in a max delay usable in megatec command of 120 seconds (S02[R0001+]) - 0x(2+)0 -> shutdown stayoff, 0x20 (32dec) = 30s; +0x10 (16dec) = +10s -> we can round a shutdown dela...
2014 Jun 30
0
Lupus 500 MEC0003 Problems
...ommands. >>> >>> My question is. Is this information of any use to you and in what format >>> would it be needed? Is there any other info I should give. > > Definitely usefull, let's recap, so far: > - 0x(1+)8 -> shutdown return, 0x18 (24dec)= 30s; +0x10 (16dec) = +10s > -> we can round a shutdown delay to tens, then index = 24 + [(delay - > 30) / 10] * 16 -> that would result in a max delay usable in megatec > command of 120 seconds (S02[R0001+]) > - 0x(2+)0 -> shutdown stayoff, 0x20 (32dec) = 30s; +0x10 (16dec) = > +10s -> we...
2014 Jun 11
0
Lupus 500 MEC0003 Problems
On Jun 9, 2014, at 6:40 AM, Hill wrote: > Hi, > This is my first post ever on a technical forum, so please forgive any poor etiquette etc. > Also I'm totally new to Linux all of my experience has been trying to get this UPS to work. So please bear this in mind. No worries. On the NUT lists, we don't set or alter the reply-to header, so please use "reply all" to make
2014 Jul 04
2
Lupus 500 MEC0003 Problems
...; >>>> My question is. Is this information of any use to you and in what >>>> format would it be needed? Is there any other info I should give. >> >> Definitely usefull, let's recap, so far: >> - 0x(1+)8 -> shutdown return, 0x18 (24dec)= 30s; +0x10 (16dec) = +10s >> -> we can round a shutdown delay to tens, then index = 24 + [(delay - >> 30) / 10] * 16 -> that would result in a max delay usable in megatec >> command of 120 seconds (S02[R0001+]) >> - 0x(2+)0 -> shutdown stayoff, 0x20 (32dec) = 30s; +0x10 (16dec) = &gt...
2014 Jul 07
0
Lupus 500 MEC0003 Problems
...; with 30 sec delay > 0x20 and 0x28 = 35 sec delay > 0x30 and 0x38 = 40 sec delay > 0x40 and 0x48 = 45 sec delay > 0x50 and 0x58 = 52.5 sec delay > 0x60 and 0x68 = 60 sec delay > 0x70 and 0x78 = 2 min delay > ......... > 0xf0 and 0xf8 = 10 min delay Ah.. even easier: +0x10 (16dec) = next megatec delay Sn[Rm], n: .2 (this UPS only supports .5+) -> .9; 01 -> 10 .5 (60 * .5 = 30 seconds) -> 0x1(0|8) .6 (60 * .6 = 36 seconds) -> 0x2(0|8) ... 01 (60 * 01 = 60 seconds) -> 0x6(0|8) ... 10 (60 * 10 = 600 seconds) -> 0xF(0|8) Updated the subdriver accordingly....
2014 Jun 09
2
Lupus 500 MEC0003 Problems
Hi, This is my first post ever on a technical forum, so please forgive any poor etiquette etc. Also I'm totally new to Linux all of my experience has been trying to get this UPS to work. So please bear this in mind. I'm running OpenSuse 13.1 and I have a Lupus 500 USB (Fideltronik) After quite a bit of playing around I managed to get the status of the UPS using the blazer_usb driver and
2014 Jul 08
1
Lupus 500 MEC0003 Problems
...8 = 35 sec delay >> 0x30 and 0x38 = 40 sec delay >> 0x40 and 0x48 = 45 sec delay >> 0x50 and 0x58 = 52.5 sec delay >> 0x60 and 0x68 = 60 sec delay >> 0x70 and 0x78 = 2 min delay >> ......... >> 0xf0 and 0xf8 = 10 min delay > > Ah.. even easier: +0x10 (16dec) = next megatec delay > Sn[Rm], n: .2 (this UPS only supports .5+) -> .9; 01 -> 10 > > .5 (60 * .5 = 30 seconds) -> 0x1(0|8) > .6 (60 * .6 = 36 seconds) -> 0x2(0|8) > ... > 01 (60 * 01 = 60 seconds) -> 0x6(0|8) > ... > 10 (60 * 10 = 600 seconds) -> 0xF(0|8...