Extender Macro delay problem - help?
Moderator: Moderators
Extender Macro delay problem - help?
Thanks to all who have helped me get this far!
I have gotten rid of all my learned codes (into keymoves) and have installed the extender and things work!
But i am having trouble with putting in delays in macros - things are going to fast for my TV to respond correctly.
9910 remote
8910ex1._1 extender
extInstall_3
i have tried unprogrammed keys like the included readme suggests. i have tried using keymove to define a MISC/1104 pause with different hex code time lengths. i dont see anything different with the way the TV responds to the macro.
below is a link to the IR file as it exists.
file
I have gotten rid of all my learned codes (into keymoves) and have installed the extender and things work!
But i am having trouble with putting in delays in macros - things are going to fast for my TV to respond correctly.
9910 remote
8910ex1._1 extender
extInstall_3
i have tried unprogrammed keys like the included readme suggests. i have tried using keymove to define a MISC/1104 pause with different hex code time lengths. i dont see anything different with the way the TV responds to the macro.
below is a link to the IR file as it exists.
file
Last edited by chas6000 on Wed Apr 14, 2004 1:35 pm, edited 1 time in total.
-
The Robman
- Site Owner
- Posts: 21886
- Joined: Fri Aug 01, 2003 9:37 am
- Location: Chicago, IL
- Contact:
Please read the sticky post about posting links to yahoo files, then fix your link
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!
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
Try replacing the TV in the beginning of the M2 macro with DEV_TV and see if that makes a difference. Not sure it will.
Then create this macro on XShift-Phantom3 and delete the pause keymove:
Shift-Phantom2;Shift-Phantom2;Shift-Phantom2;Shift-Phantom2;Shift-Phantom2
And see if that makes a difference since I remember something in the past that the 8910/9910 extender pause does not create much of a pause.
Then create this macro on XShift-Phantom3 and delete the pause keymove:
Shift-Phantom2;Shift-Phantom2;Shift-Phantom2;Shift-Phantom2;Shift-Phantom2
And see if that makes a difference since I remember something in the past that the 8910/9910 extender pause does not create much of a pause.
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
Try replacing the PAUSE device upgrade and protocol with these and see if this helps.
DEVICE UPGRADE (Copy and paste the following bolded text to replace the existing MISC/1104)
Upgrade code 0 = 0C 50 (TV/1104)
FB 00 01
End
PROTOCOL UPGRADE (Copy and paste the following bolded text to replace the existing 01 FB protocol)
Upgrade protocol 0 = 01 FB (S3C80)
00 00 01 E4 03 C2 C6 C0 00 00 0A FE 1A FC 2A FA
AF
End
DEVICE UPGRADE (Copy and paste the following bolded text to replace the existing MISC/1104)
Upgrade code 0 = 0C 50 (TV/1104)
FB 00 01
End
PROTOCOL UPGRADE (Copy and paste the following bolded text to replace the existing 01 FB protocol)
Upgrade protocol 0 = 01 FB (S3C80)
00 00 01 E4 03 C2 C6 C0 00 00 0A FE 1A FC 2A FA
AF
End
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
Let me think about this on my drive home and see if I come up with anything. I may even try it myself and see what I get.
Try putting the PAUSE on the Shift-Pause button in TV and change your M2 macro to Shift-Pause (instead of Xshift-Phantom3) just to rule out the Xshift
By the way, with the one I gave you $FF will make it look like it stalled since that is very long for that protocol
Try putting the PAUSE on the Shift-Pause button in TV and change your M2 macro to Shift-Pause (instead of Xshift-Phantom3) just to rule out the Xshift
By the way, with the one I gave you $FF will make it look like it stalled since that is very long for that protocol
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
I am glad that worked for you. Before Paul was nice enough to put notes and protocol names in IR I always put my pause functions on Shift-Pause so I would remember what the keymove was for and I know it works.chas6000 wrote:Hello Nils -- shift-pause works!! but only with the protocol you gave me - not the one included with the upgrade
so i can work with this now - but why is there a diff between this and the other way with xshift-phantom3??
By the way, the pause in the package does work but does not generate long enough pause for most uses.
Since I did not write the 8910/9910 extender or even reviewed it lately I am not sure how it handles xShifted buttons but in all extenders there is extra code for handling them. I will try to take a look at the code or maybe David (who wrote the extender) will see this and offer a reason.
So anyway, since we tried everything else and I was confident with the way you had it set up I just wanted to try the last thing I suspected. Sometimes debugging is just a matter of hit and miss until you hit on what works.