Page 1 of 1
Remote 1056B01 create macro with delay
Posted: Tue Aug 16, 2016 7:39 am
by smbs
I want to create a macro which does the following
"enter, delay number of seconds, down, down , enter"
Do I have to install an extender? If so is Jp1.3 extender 3.03 the correct one to install?
Thanx
Posted: Tue Aug 16, 2016 8:39 am
by mdavej
You can certainly add the extender if you wish. But there are other ways to get delays.
- Add dummy commands
- Use the Pause protocol
I would start with the latter and see if that does what you want. You would add a new device and choose the Pause protocol. Then make a few functions with different durations.
If you decide to use the extender, just go with the latest version. With the extender you enter the exact durations in RMIR rather than in the device upgrade. But the extender is much more complex, so you have a lot of other macros to write just to make the remote functional again. There is a learning curve.
Posted: Tue Aug 16, 2016 9:12 am
by smbs
Thanx for reply
I'll walk before I leap!
I'll try the Pause protocol as you suggested
Posted: Tue Aug 16, 2016 10:28 am
by smbs
I am obviously missing something Can U take a look?
https://www.hifi-remote.com/forums/dload ... e_id=14156
After adding pause protocol no keys whatsoever work!
Posted: Tue Aug 16, 2016 10:52 am
by mdavej
Couple of issues.
First, a value of 160 is 10 seconds. You should have used 16 for 1 second.
Second, you assigned the Pause device to your CBL button. So now all the CBL device can control is your one pause function. Change your CBL code on the main tab back to the correct cable device setup code to regain control of your cable box.
After you fix that, make a new keymove for CBL phantom2 and pick the Device Upgrade for your Pause device and pick your phantom2 function.
May be easier to start with your old config, add the pause device, DO NOT assign it to a device button, then add the above keymove.
If you tell my your correct cable setup code, I can fix it for you.
Posted: Tue Aug 16, 2016 11:38 am
by smbs
I need 10 sec delay - keys work but no delay--not quite sure what u mean "then add the above keymove" my box is a Mag254.
https://www.hifi-remote.com/forums/dload ... e_id=14158
Many thanx
Posted: Tue Aug 16, 2016 12:08 pm
by mdavej
The above is the one I describe in the previous sentence.
I've replaced your file linked above with my version that includes the correct keymove.
Posted: Tue Aug 16, 2016 12:46 pm
by smbs
Many thanx
I now understand how to use the keymove and function
Really appreciate your help