The following table shows a single command used with different parameters.  The purpose of this command is to set the status of 8 relays simultaneously.  The 5th byte of this command indicates the binary pattern for relay control.  The 6th byte of this command applies this value to a single bank (Bank Value of 1-32) or all banks simultaneously (Bank Value of 0). Commands Below are in Hex Format using API Mode. TX = Bytes Sent to the Controller RX = Bytes Received from the Controller.  Note Bytes Received May be Different for Some Commands.

P = Pattern in Binary (00-FF)
B = Bank (00-20) (00 = All Banks)
CK = Checksum
TX:234PBCKFunction:RX:23CK
AA04FE8C000038Turn Off All Relays in All Relay BanksAA015500
AA04FE8C55008DTurn On All ODD Relays in All Relay BanksAA015500
AA04FE8CAA00E2Turn On All EVEN Relays in All Relay BanksAA015500
AA04FE8CFF0037Turn On All Relays in All Relay BanksAA015500
AA04FE8C000139Turn Off All Relays in Bank 1AA015500
AA04FE8C55018ETurn On All ODD Relays in Bank 1AA015500
AA04FE8CAA01E3Turn On All EVEN Relays in Bank 1AA015500
AA04FE8CFF0138Turn On All Relays in Bank 1AA015500