search for: pw_load_off_restart

Displaying 4 results from an estimated 4 matches for "pw_load_off_restart".

2007 Sep 19
1
Programming problem.
...reported below for each command 31 <-- PW_ID_BLOCK_REQ 33 <-- PW_STATUS_REQ 34 <-- PW_METER_BLOCK_REQ 35 <-- PW_CUR_ALARM_REQ 36 <-- PW_CONFIG_BLOC_REQ 3c <-- PW_LIMIT_BLOCK_REQ 40 <-- PW_COMMAND_LIST_REQ (this command) 43 <-- PW_UPS_TOP_DATA_REQ 8a <-- PW_LOAD_OFF_RESTART 8b <-- PW_UPS_OFF a0 <-- PW_SET_REQ_ONLY_MODE cf <-- Autorisation command So this ups does not need to list unused functions like: batt_test sys_test set_config set_outlet e.t.c when you ask for possible commands. But if you connect a PW5125 it have all the commands listed in bcmxc...
2013 Jul 03
1
bcmxcp: Patch for using command map if present to control commands added by dstate_addcmd
...else if (answer[iIndex] == PW_INIT_SYS_TEST) { - dstate_addcmd("test.system.start"); - } + dstate_addcmd("test.system.start"); + } + else if (answer[iIndex] == PW_LOAD_OFF_RESTART) + { + dstate_addcmd("shutdown.return"); + } + else if (answer[iIndex] == PW_UPS_OFF) + { + dstate_addcmd("shutdown.stayoff"); + } iIndex++;...
2013 Aug 08
0
shutdown.* and load.*, and how to possibly add more instcmd for bcmxcp
...on", "load.on.delayed", "load.on.delayed.time" For the two "OFF" commands, is "load.off" appropriate ? What is the difference between "load.off" and "shutdown.stayoff" ? The following two are already mapped in the driver : #define PW_LOAD_OFF_RESTART .. /* Delayed LoadPowerOff & Restart command. length 2-4 */ This is mapped to shutdown.return #define PW_UPS_OFF .. /* UPS off command. length 1-2 */ This is mapped to shutdown.stayoff As additional info, here is the instcmd I found in the other drivers, the...
2014 Feb 16
1
Eaton Powerware 5110 - some stats not reported
The meter map is basically a bitmap that indicates what variables are output (and in what format) by the UPS. You will likely see a variable, 'not mapped' or nothing. The variables and 'not mapped' items are output by the UPS in the measurement block, and the map tells nut how to read it. 'Unmapped' means that there is a variable there that nut is ignoring, and the xcp