search for: s02r0000

Displaying 7 results from an estimated 7 matches for "s02r0000".

Did you mean: s00r0000
2018 Mar 02
1
Work around for power recycling after shutdown.return - TSSHARA UPS - nutdrv_qx driver - megatec protocol
...the device), - 'offdelay=120', 'ondelay=180' (the driver will send 'S02R0003' to the device), - 'offdelay=30', 'stayoff' flag (the driver will send 'S.5R0000' to the device), - 'offdelay=120', 'stayoff' flag (the driver will send 'S02R0000' to the device). > > Jairo
2014 Jun 29
2
Lupus 500 MEC0003 Problems
...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 delay to tens, then index = 32 + [(delay - 30) / 10] * 16 -> that would result in a max delay usable in megatec command of 120 seconds (S02R0000) - 0x(1+)a -> cancel shutdown, most significant digit: 1 -> shutdown return; 2 -> shutdown stayoff - 0x24 -> load on [Going the 'usb subdriver way' we need to have both cancel shutdown and load.on executed when mapped to NUT's 'shutdown.stop' or 'load.on' (as...
2014 Jun 30
0
Lupus 500 MEC0003 Problems
...ommand of 120 seconds (S02[R0001+]) > - 0x(2+)0 -> shutdown stayoff, 0x20 (32dec) = 30s; +0x10 (16dec) = > +10s -> we can round a shutdown delay to tens, then index = 32 + > [(delay - 30) / 10] * 16 -> that would result in a max delay usable in > megatec command of 120 seconds (S02R0000) > - 0x(1+)a -> cancel shutdown, most significant digit: 1 -> shutdown > return; 2 -> shutdown stayoff > - 0x24 -> load on > [Going the 'usb subdriver way' we need to have both cancel shutdown > and load.on executed when mapped to NUT's 'shutdown.stop'...
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
2018 Feb 28
2
Work around for power recycling after shutdown.return - TSSHARA UPS - nutdrv_qx driver - megatec protocol
Answers bellow. 2018-02-28 1:41 GMT-03:00 Daniele Pezzini <hyouko at gmail.com>: > 2018-02-27 14:51 GMT+01:00 Jairo Rotava <jairo.rotava at gmail.com>: > > Hi, > > > > I had an issue where after returning the power from a shutdown.return the > > ups would do another shutdown.return during the boot, and kept this > forever. > > After some
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 04
2
Lupus 500 MEC0003 Problems
...conds (S02[R0001+]) >> - 0x(2+)0 -> shutdown stayoff, 0x20 (32dec) = 30s; +0x10 (16dec) = >> +10s -> we can round a shutdown delay to tens, then index = 32 + >> [(delay - 30) / 10] * 16 -> that would result in a max delay usable in >> megatec command of 120 seconds (S02R0000) >> - 0x(1+)a -> cancel shutdown, most significant digit: 1 -> shutdown >> return; 2 -> shutdown stayoff >> - 0x24 -> load on >> [Going the 'usb subdriver way' we need to have both cancel shutdown >> and load.on executed when mapped to NUT's ...