How to program the 100 XBee S1 with a profile for low power?

To get the lowest power I have to set some of the unused pins to DO Low. I have not managed to do this by loading a profile in XCTU and writing to the XBee on a Sparkfun Explorer because I get errors.

Is there a product other than Explorer which will allow me to program the XBees or do I have to load a frames list to program them?

The profile I am trying to write is:

xb24_15_4_10ed.xml

  E
  22B8
  13A200
  40D82011
  FFFF
  1
  0
  0
  19
  0
  0
  1FFE
  4
  0
  0
  0
  
  0x20
  4
  2C
  1
  1388
  0
  3E8
  0
  3
  0
  3
  1
  0
  1
  4
  4
  4
  4
  4
  2
  2
  98
  1
  1
  0
  50
  1
  0
  FF
  28
  FFFFFFFFFFFFFFFF
  FF
  FF
  FF
  FF
  FF
  FF
  FF
  FF
  10000
  64
  3E8
  2B

Use Digi’s XBIB-U development boards. As they are designed by the same company, they works best with XBee modules.

My colleague found the answer!

Program the XBee twice.

The first file has all the settings as you want them but with MM set to 0.

The second file is identical but with the MM set to 1.

It’s a mystery why setting MM to 0 enables the DIO to be set to DO low[4] but it works.