Need help with long duration power key
Posted: Thu Dec 02, 2004 1:01 pm
I have a URC-8910 using Extender 1. My Panasonic LCD TV (TV/250) seems to need a longer duration power key signal when it first starts up. It would power on if I physically push the power key when initially starting up, but not when I used the power key in a macro. I eventually determined that the 8910 extender must be sending the power code too quickly to wake it up.
Most of the forums I looked through suggested using the Device Combiner protocol to create a longer duration power code so I tried implementing it. Unfortunately every time I try to use it, my 8910 locks up (solid red light). This is my first try at Device Combiner so I could use some help to steer me straight.
Here's the steps I did, maybe you can see where I went wrong:
1. In KM, I created an upgrade for Device Combiner protocol and called it TV/1252
2. Since my TV is TV/250 with Panasonic protocol, for index 0 in the combiner table I used the Protocol ID=00 c9 and Fixed Data=FE BF FB FE FF
3. On the functions tab I defined the power key to use index 0 and have 5 times the normal duration:
EFC=024
byte2=0 5
hex=50 43
4. This resulted in the upgrade code below:
Upgrade Code 0 = 0C E4 (TV/1252)
44 00 11 00 00 50 43
End
which I pasted into IR. (I also pasted in the protocol code 0144)
5. In IR, I assigned the unused device button CD to 1252 (Do I need to even do this?)
6. The I created a KeyMove so that if I push L2 while in TV mode it will send a long duration power code:
Device Button=TV
Key=L2
=
Device Button=CD
Device Type=TV
Setup Code=1252
Hex Cmd=$50 $43
EFC or Key Name=51334
7. Upload to remote, activate extender, push TV, push L2 and red light stays on.
What am I doing wrong?
my IR and KM files
Thanks,
Kevin
Most of the forums I looked through suggested using the Device Combiner protocol to create a longer duration power code so I tried implementing it. Unfortunately every time I try to use it, my 8910 locks up (solid red light). This is my first try at Device Combiner so I could use some help to steer me straight.
Here's the steps I did, maybe you can see where I went wrong:
1. In KM, I created an upgrade for Device Combiner protocol and called it TV/1252
2. Since my TV is TV/250 with Panasonic protocol, for index 0 in the combiner table I used the Protocol ID=00 c9 and Fixed Data=FE BF FB FE FF
3. On the functions tab I defined the power key to use index 0 and have 5 times the normal duration:
EFC=024
byte2=0 5
hex=50 43
4. This resulted in the upgrade code below:
Upgrade Code 0 = 0C E4 (TV/1252)
44 00 11 00 00 50 43
End
which I pasted into IR. (I also pasted in the protocol code 0144)
5. In IR, I assigned the unused device button CD to 1252 (Do I need to even do this?)
6. The I created a KeyMove so that if I push L2 while in TV mode it will send a long duration power code:
Device Button=TV
Key=L2
=
Device Button=CD
Device Type=TV
Setup Code=1252
Hex Cmd=$50 $43
EFC or Key Name=51334
7. Upload to remote, activate extender, push TV, push L2 and red light stays on.
What am I doing wrong?
my IR and KM files
Thanks,
Kevin