Changing Sensor Sampling Interval

Hi team,

I need to change my sensor sampling interval using a command. I want to set this so we send a reading every 13 seconds. Also I want to update the node ID to value 3. Looking at the commands documentation on your website this is the complete command I have come up with :
7E 00 17 10 00 00 00 00 00 00 00 FF FF FF FE 00 00 F7 02 00 00 00 03 00 00 0D CD

I have connected my Digi XBEE RF Modem to my Windows machine and connected it via USB. Next using XCTU software I searched and found my modem radio module. After that I changed the network ID of the modem to 7BCD and pushed the setting to the modem. After that I clicked and held the config button on my NCD.io “AC Current Sensor” for 12 seconds until I was able to find the sensor using the network scan. After that I navigated to the “Console Working Mode” on XCTU software and clicked on adding a single frame. Here I do not know which setting I use. From what I see the “0x17 Remote AT Command” is the closest Frame Type for what I’m trying to do. When I paste the dest address, I assume I would need to just put payload inside the AT command section but it does not accept my string. Below is the screen shot of the setting I have

Here is update since I posted this. So I tried to create a frame without using the Frame Generator Tool. When I pasted my command “7E 00 17 10 00 00 00 00 00 00 00 FF FF FF FE 00 00 F7 02 00 00 00 03 00 00 0D CD” it said invalid checksum and it suggested me using EB for last two. After I did that and pushed the command it seems like it changed the node ID successfully and the transmit interval did change. But its set to close to 5 mins. I noticed now im getting a signal every 5 mins. Did I have the wrong command? I need it to be send every 13 seconds. This is final command I used

7E 00 17 10 00 00 00 00 00 00 00 FF FF FF FE 00 00 F7 02 00 00 00 03 00 00 0D EB

Hi team,

I just spoke to you on the phone. Here is my latest settings. Im trying to change the node id to 3 and sensor transmit interval to 13 seconds. Here is what I have using the Xbee Generator tool. I send this frame and it still not sending every 13 seconds. Also the second screen shot is the transmit status i get after i send the frame.

There was no response from the device, which means settings were not set.
your command is correct
7E 00 17 10 00 00 00 00 00 00 00 FF FF FF FE 00 00 F7 02 00 00 01 00 00 00 0D ED

I don’t think the device is in cfg mode.