Xbee Programming

I am creating a simple Zigbee network using 3 Xbee Series 2,model xb24-z7wit-004, and 3 Arduino UNO R3, i have 1 Xbee+Arduino that is the coordinator of the network and the other 2 Arduino that send some data.

It is possible to programming the Xbee? For example i create a program on Arduino that send a value ( eg 100 ), i want that my XBee send 2 times this value ( eg 100 100 ) on the network.

It is possible to do that? Thanks all for support

No, the XBee module is not able to do that. But you can issue the data to the radio as many times as you want to send the data over the network. The radio will then send the data as many times as it is received on the transmitters uart.