search for: fl_load_off

Displaying 2 results from an estimated 2 matches for "fl_load_off".

2008 Feb 12
1
SMS and Megatec protocol Diffs
..._timeout = 5; /* in minutes */ The frequency at which the timer is reset is much higher than once per minute, so it won't slip and accidentaly let the UPS shutdown. However, I guess some UPSes may be innacurate with values <= 1 minute. This may be a good idea. > - if (query.flags[FL_LOAD_OFF] == '1') { > - status_set("OFF"); > - } else if (query.flags[FL_ON_BATT] == '1' || query.flags[FL_BATT_TEST] == '1') { > +// } else > + if (query.flags[FL_ON_BATT] == '1' || query.flags[FL_BATT_TEST] == '1')...
2007 Sep 05
2
Krauler UP-D1200VA
...010 - normal (223.0 165.0 226.0 000 50.0 25.0 00.0 10001010 - battery test (000.0 165.0 225.0 020 50.0 24.3 00.0 10001010 - battery (000.0 165.0 225.0 020 50.0 22.1 00.0 11001000 - battery low (000.0 165.0 224.0 040 50.0 23.0 00.0 10001000 - load off The main problem is the unexpected behaviour of FL_LOAD_OFF flag. It's 1 in normal and battery modes and 0 in battery low and load off modes. It seems that UPSilon2000 just ignores this flag because it displays "On Battery" status when the UPS turns load off. This problem needs to be fixed. 3. Commands. shutdown.return, shutdown.stayoff, loa...