I have a NK-3G34 Video RTR. I made a Macro button to set the RTR. It will work one time only. If the Router resets it will work again but only one time. It has in the past been fine. I have not had to use it for a while. It has been working and I have not made any changes to Dashboard. Below is script code for the button.
nk.doSwitch(0, 19, 1);
nk.doSwitch(1, 20, 1);
nk.doSwitch(2, 21, 1);
nk.doSwitch(3, 22, 1);
nk.doSwitch(4, 23, 1);
nk.doSwitch(5, 12, 1);
nk.doSwitch(6, 12, 1);
nk.doSwitch(7, 12, 1);
nk.doSwitch(8, 12, 1);
nk.doSwitch(9, 18, 1);
nk.doSwitch(10, 10, 1);
nk.doSwitch(11, 29, 1);
nk.doSwitch(12, 30, 1);
nk.doSwitch(13, 31, 1);
nk.doSwitch(14, 26, 1);
nk.doSwitch(15, 12, 1);
nk.doSwitch(16, 28, 1);
nk.doSwitch(17, 17, 1);
nk.doSwitch(18, 24, 1);
nk.doSwitch(19, 16, 1);
nk.doSwitch(20, 0, 1);
nk.doSwitch(21, 0, 1);
nk.doSwitch(22, 0, 1);
nk.doSwitch(23, 14, 1);
nk.doSwitch(24, 11, 1);
nk.doSwitch(25, 32, 1);
nk.doSwitch(26, 27, 1);
nk.doSwitch(27, 13, 1);
nk.doSwitch(28, 18, 1);
nk.doSwitch(29, 15, 1);
nk.doSwitch(30, 29, 1);
nk.doSwitch(31, 30, 1);
nk.doSwitch(32, 31, 1);
nk.doSwitch(33, 32, 1);