keypress length in 2117 macro
Moderator: Moderators
keypress length in 2117 macro
I've just got hold of some 2117's (thanks to Rob) and am in the process of setting everything up. One problem I've hit is that my TV (panasonic, panasonic protocol device 128 setup code 250) requires a long press of the power key to switch on.
I'm trying to program a system on macro which needs to do the following:
(1) Turn on Receiver
(2) Turn on TV
(3) Switch TV to AV input
Since the TV power is not the last step of the macro holding the key won't help. I've tried the discrete codes, but they don't work with my set.
The extender2 documentation says it doesn't provide a way to increase length of key press.
Any ideas?
I'm trying to program a system on macro which needs to do the following:
(1) Turn on Receiver
(2) Turn on TV
(3) Switch TV to AV input
Since the TV power is not the last step of the macro holding the key won't help. I've tried the discrete codes, but they don't work with my set.
The extender2 documentation says it doesn't provide a way to increase length of key press.
Any ideas?
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
-
ElizabethD
- Advanced Member
- Posts: 2348
- Joined: Mon Feb 09, 2004 12:07 pm
My experience with somewhat similar 8910 remote:Mark Pierson wrote:...Most likely, the TV needs a few seconds to power up before it can recognize any other commands (as opposed to requiring a long key press). If so, you can try inserting a pause between steps 2 and 3.
The extender is soooooo fast
In unextended remote, switching positions of commands and redundant TV selection was enough.
So, Mark, are you in charge now that the Site Owner's on vacation?
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
Well... he did leave me the keys to the kingdom!ElizabethD wrote:So, Mark, are you in charge now that the Site Owner's on vacation?
Last edited by Mark Pierson on Sat Aug 21, 2004 1:49 pm, edited 1 time in total.
Mark
It's definitely a long keypress, even with the original remote, a single quick press of power is enough to switch it off, but a long press is required to switch it on.
If I put a large number of power commands back to back in a macro that doesn't achieve the switch on either.
I had done something similar on the 7562, but the extender there has specific "buttons" to increase and decrease the hold length. It does this by updating a certain register, but I guess these won't be the same between the two. (Checking the source shows other registers differ so I assume it'll be the same.)
If I put a large number of power commands back to back in a macro that doesn't achieve the switch on either.
I had done something similar on the 7562, but the extender there has specific "buttons" to increase and decrease the hold length. It does this by updating a certain register, but I guess these won't be the same between the two. (Checking the source shows other registers differ so I assume it'll be the same.)
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
Did you try my suggestion of removing step 3? Based on what you're saying, a 2-step macro with TV:Power as the last step shouldn't work with a normal press, but should work if the button is held. Holding the button causes the LAST command of a macro to be repeated until released (which is different than multiple instances of the same command).pgk wrote:It's definitely a long keypress, even with the original remote, a single quick press of power is enough to switch it off, but a long press is required to switch it on.
Mark
-
Mark Pierson
- Expert
- Posts: 3018
- Joined: Sun Aug 03, 2003 12:13 am
- Location: Connecticut, USA
- Contact:
I have the same problem. How I can solve it?Mark Pierson wrote:You could try using the Device Combiner protocol with the optional duration parameter for just the power command. Set it up as a key move bound to an unused or phantom button, and then call that button from your macro.pgk wrote:holding the button turns both on
Thanks
-
The Robman
- Site Owner
- Posts: 21892
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
You could try using the Device Combiner protocol with the optional duration parameter for just the power command. Set it up as a key move bound to an unused or phantom button, and then call that button from your macro.bruceas wrote:I have the same problem. How I can solve it?
Thanks
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!