Displaying 1 result from an estimated 1 matches for "set_outlet".
2007 Sep 19
1
Programming problem.
..._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
bcmxcp.h.
It should be some more listed in the bcmxcp.h, like
0x32 (event history block).
My plan was to use a struct and load it with the commands. Then
loop it and set a bool in the struct if...