Changing settings during runtime?

Is it possible to change a setting during runtime (i.e., from the console)? The console has a “settings_dump” command but not a “settings_set” command. One way that would probably work would be to make a channel and write code to link the channel to the setting, but I was hoping there was a better way.

Sorry Red0x, I guess this is an extra question, but may be linked to the answer. I’m looking to change the sample rate of a sensor during runtime via an rci post. I note from http://www.digi.com/wiki/developer/index.php/XBee_Product_Codes that it is easy via telnet, does rci offer any wrapping for this?
For example, doing:
“set mesh address=00:13:a2:00:40:34:16:20! IR=30000 WR”
then 1 day later doing:
“set mesh address=00:13:a2:00:40:34:16:20! IR=60000 WR”

Any help much appreciated.

Admin, et. al: I believe Red0x is referring to the iDigi Dia settings, not the ConnectPort or XBee settings.

Unfortunately Red0x, you cannot change the settings from the console presentation at this time. This functionality will be included in a future release.

Regards,

Jordan

RJdigi: If you’re using a ConnectPort X as your Coordinator, there is a “set mesh” command which can set AT commands on rf modules over-the-air in the manner you specify, as long as the command is valid.

admin - thanks for response, so just to clarify is this the format to use?

<“mesh address=00:13:a2:00:40:34:16:20! IR=30000 WR”/>

I can’t see the AT settings shown in the Remote Command Interface(RCI) Specification document.